aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/CMakeLists.txt (follow)
Commit message (Expand)AuthorAge
* sanitize linked librariesEgor Tensin2023-07-28
* switch to JSON-RPC as message formatEgor Tensin2023-07-18
* test: add test for segfaulting CI scriptEgor Tensin2023-07-11
* store process output in SQLiteEgor Tensin2023-07-09
* support code coverage report generationEgor Tensin2023-07-07
* cmake: fix Valgrind runs with Clang buildsEgor Tensin2023-07-06
* move custom message parsing to a separate moduleEgor Tensin2023-07-04
* show git hash with --versionEgor Tensin2023-06-30
* log: support logging levelsEgor Tensin2023-06-28
* cmake: fix grammar in option descriptionEgor Tensin2023-06-13
* cmake: why the hell would I need MSVC optionsEgor Tensin2023-06-13
* use signalfd to stop on SIGTERMEgor Tensin2023-06-13
* cmake: disable -Werror for debug buildsEgor Tensin2023-05-15
* rework server-worker communicationEgor Tensin2023-05-15
* ci_queue -> run_queueEgor Tensin2023-05-13
* cmake: document _GNU_SOURCE usageEgor Tensin2023-05-13
* use -std=c17 -WpedanticEgor Tensin2023-05-13
* add command module to handle request-response communicationsEgor Tensin2023-05-13
* cmake: don't install() valgrind.shEgor Tensin2023-05-07
* add a cimple-valgrind executableEgor Tensin2023-05-06
* cmd_line: read executable name from /proc/self/exeEgor Tensin2023-04-29
* dedupe command line routinesEgor Tensin2023-04-29
* put SQL headers to a separate directoryEgor Tensin2023-04-11
* actually create some tables in SQLite databaseEgor Tensin2023-04-11
* create SQLite database on startupEgor Tensin2022-09-11
* docker: shorten command valuesEgor Tensin2022-08-28
* cmake: add install() rulesEgor Tensin2022-08-28
* make compilers happierEgor Tensin2022-08-28
* holy crap, it actually kinda works nowEgor Tensin2022-08-28
* server: shutting down more gracefullyEgor Tensin2022-08-28
* came up with a new name: cimpleEgor Tensin2022-08-26
* worker: allow graceful shutdownsEgor Tensin2022-08-26
* add some more codeEgor Tensin2022-08-26
* cmake: ignore unused parameters for nowEgor Tensin2022-08-25
* net: rework APIEgor Tensin2022-08-25
* cmd -> msgEgor Tensin2022-08-23
* add some codeEgor Tensin2022-08-23