index
:
cimple
gh-pages
master
My little CI system (hopefully)
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
(
unfollow
)
Commit message (
Expand
)
Author
2023-07-28
sanitize linked libraries
Egor Tensin
2023-07-18
switch to JSON-RPC as message format
Egor Tensin
2023-07-11
test: add test for segfaulting CI script
Egor Tensin
2023-07-09
store process output in SQLite
Egor Tensin
2023-07-07
support code coverage report generation
Egor Tensin
2023-07-06
cmake: fix Valgrind runs with Clang builds
Egor Tensin
2023-07-04
move custom message parsing to a separate module
Egor Tensin
2023-06-30
show git hash with --version
Egor Tensin
2023-06-28
log: support logging levels
Egor Tensin
2023-06-13
cmake: fix grammar in option description
Egor Tensin
2023-06-13
cmake: why the hell would I need MSVC options
Egor Tensin
2023-06-13
use signalfd to stop on SIGTERM
Egor Tensin
2023-05-15
cmake: disable -Werror for debug builds
Egor Tensin
2023-05-15
rework server-worker communication
Egor Tensin
2023-05-13
ci_queue -> run_queue
Egor Tensin
2023-05-13
cmake: document _GNU_SOURCE usage
Egor Tensin
2023-05-13
use -std=c17 -Wpedantic
Egor Tensin
2023-05-13
add command module to handle request-response communications
Egor Tensin
2023-05-07
cmake: don't install() valgrind.sh
Egor Tensin
2023-05-06
add a cimple-valgrind executable
Egor Tensin
2023-04-29
cmd_line: read executable name from /proc/self/exe
Egor Tensin
2023-04-29
dedupe command line routines
Egor Tensin
2023-04-11
put SQL headers to a separate directory
Egor Tensin
2023-04-11
actually create some tables in SQLite database
Egor Tensin
2022-09-11
create SQLite database on startup
Egor Tensin
2022-08-28
docker: shorten command values
Egor Tensin
2022-08-28
cmake: add install() rules
Egor Tensin
2022-08-28
make compilers happier
Egor Tensin
2022-08-28
holy crap, it actually kinda works now
Egor Tensin
2022-08-28
server: shutting down more gracefully
Egor Tensin
2022-08-26
came up with a new name: cimple
Egor Tensin
2022-08-26
worker: allow graceful shutdowns
Egor Tensin
2022-08-26
add some more code
Egor Tensin
2022-08-25
cmake: ignore unused parameters for now
Egor Tensin
2022-08-25
net: rework API
Egor Tensin
2022-08-23
cmd -> msg
Egor Tensin
2022-08-23
add some code
Egor Tensin