aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* [make] build all software with debug informationFlorian Fischer2021-04-071-1/+1
* [Make] exclude .mypy_cache from ctag generationFlorian Fischer2021-03-141-1/+1
* [make] build allocbench before any testFlorian Fischer2020-07-201-1/+1
* add simple integration test with a new dummy benchmark and the system default...Florian Fischer2020-07-191-3/+12
* [make] pass pylit exit code to tools/check-pylintFlorian Fischer2020-07-131-1/+1
* [mypy] fix/ignore all remaining mypy errorsFlorian Fischer2020-07-121-2/+2
* [make] add check-mypy target and add mypy as dev dependencyFlorian Fischer2020-07-111-0/+3
* [make] fix check-format targetFlorian Fischer2020-06-031-1/+1
* [pylint] add config and fix tools/check-pylint exit codeFlorian Fischer2020-06-021-1/+1
* Makefile: add new pylint check-target which fails on errors and warningsFlorian Fischer2020-06-021-5/+8
* Makefile: find all our python files and add check targetFlorian Fischer2020-06-021-2/+4
* make the whole project more python idiomaticFlorian Fischer2020-06-021-6/+8
* add ctags make target and mark yapf as phonyFlorian Fischer2020-01-231-1/+4
* add yapf targetFlorian Fischer2019-12-111-1/+6
* only lint python code in src/Florian Fischer2019-11-221-1/+1
* add -fomit-frame-pointer to global OPTFLAGSFlorian Fischer2019-11-061-1/+1
* only search for Makefiles in src/Florian Fischer2019-09-211-2/+2
* silence cmake on make -sFlorian Fischer2019-09-141-1/+8
* integrate cmake projects into the root MakefileFlorian Fischer2019-08-251-2/+8
* add pylint make targetFlorian Fischer2019-08-221-1/+4
* fix realloc micro benchmark for allocators returning null for realloc(ptr, 0)Florian Fischer2019-06-271-3/+2
* export make variables for subcallsFlorian Fischer2019-04-281-10/+10
* exclude Makefiles in build/Florian Fischer2019-02-081-1/+1
* rework build system #2: call make before executing any benchmarkFlorian Fischer2019-02-021-19/+5
* rework build system #1Florian Fischer2019-02-011-69/+14
* static link libgcc and libstdc++Florian Fischer2019-01-221-8/+13
* move source code to src/Florian Fischer2019-01-151-6/+7
* add larson's server benchmarkFlorian Fischer2018-09-101-1/+9
* add dj's workloadsFlorian Fischer2018-09-061-2/+12
* add glibc without tc and cleanup MakefileFlorian Fischer2018-08-281-35/+38
* intruduce new way of handling analyse and cleanup mysqlFlorian Fischer2018-08-241-1/+6
* remove conprod benchmark because it doesn't measure malloc performanceFlorian Fischer2018-08-191-5/+0
* add chattymalloc to analyse allcations of benchmarkFlorian Fischer2018-08-131-1/+6
* move c benchmarks in benchmarks subdirFlorian Fischer2018-07-241-6/+15
* use ps instead of memusage to get rss and vszFlorian Fischer2018-07-171-6/+1
* add consumer producer benchmarkFlorian Fischer2018-07-131-1/+11
* add loop benchmark abd MakefileFlorian Fischer2018-07-091-0/+55