| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [refactoring] fix or ignore many pylint hints | Florian Fischer | 2020-07-13 | 1 | -0/+5 |
| | | | | | | | | | | * Add missing docstrings * Remove unused imports * fix line-to-long * fix some typos * ignore global-statement * ignore wrong-import-order for scripts under /scripts | ||||
| * | remove deprecated pickle code | Florian Fischer | 2020-06-02 | 1 | -7/+2 |
| | | |||||
| * | format the source code using yapf | Florian Fischer | 2020-06-02 | 1 | -10/+28 |
| | | |||||
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -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 version | Florian Fischer | 2020-01-27 | 1 | -5/+2 |
| | | |||||
| * | use sys.exit instead of exit and other small code improvements | Florian Fischer | 2019-12-14 | 1 | -2/+2 |
| | | |||||
| * | move allocbench_version to facter and make the facts a global variable of ↵ | Florian Fischer | 2019-12-14 | 1 | -2/+4 |
| | | | | | facter.py | ||||
| * | also handle json files | Florian Fischer | 2019-11-23 | 1 | -4/+4 |
| | | |||||
| * | change result format from pickle to json | Florian Fischer | 2019-11-23 | 1 | -6/+13 |
| | | |||||
| * | add --version flag to executables | Florian Fischer | 2019-08-30 | 1 | -1/+5 |
| | | |||||
| * | add license info to merge.py | Florian Fischer | 2019-08-27 | 1 | -1/+27 |
| | | |||||
| * | move scripts from scripts/ to root and fix some pylint hints | Florian Fischer | 2019-08-26 | 1 | -0/+55 |
