aboutsummaryrefslogtreecommitdiff
path: root/merge.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-8/+8
| | | | | | | | | * rename src directory to allocbench * make global variable names UPPERCASE * format a lot of code using yapf * use lowercase ld_preload and ld_library_path as Allocator members * name expected Errors 'err' and don't raise a new Exception * disable some pylint messages
* use argparse version action to print allocbench versionFlorian Fischer2020-01-271-5/+2
|
* use sys.exit instead of exit and other small code improvementsFlorian Fischer2019-12-141-2/+2
|
* move allocbench_version to facter and make the facts a global variable of ↵Florian Fischer2019-12-141-2/+4
| | | | facter.py
* also handle json filesFlorian Fischer2019-11-231-4/+4
|
* change result format from pickle to jsonFlorian Fischer2019-11-231-6/+13
|
* add --version flag to executablesFlorian Fischer2019-08-301-1/+5
|
* add license info to merge.pyFlorian Fischer2019-08-271-1/+27
|
* move scripts from scripts/ to root and fix some pylint hintsFlorian Fischer2019-08-261-0/+55