Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add a target to build w/ -fanalyzerHEADmaster | Egor Tensin | 2024-04-25 |
| | |||
* | Makefile: separate shortcuts for debug & release builds | Egor Tensin | 2024-04-25 |
| | |||
* | Makefile: align assignments | Egor Tensin | 2023-10-31 |
| | |||
* | Makefile: fix comments | Egor Tensin | 2023-08-27 |
| | |||
* | test: add a target to generate an HTML report | Egor Tensin | 2023-08-27 |
| | |||
* | again, reorganize test targets | Egor Tensin | 2023-08-27 |
| | |||
* | Makefile: reorder targets, add comments | Egor Tensin | 2023-08-27 |
| | |||
* | Makefile: remove unused targets | Egor Tensin | 2023-08-27 |
| | |||
* | make test/perf -> make flame_graphs | Egor Tensin | 2023-08-27 |
| | |||
* | implement flame graph generation | Egor Tensin | 2023-07-18 |
| | |||
* | support code coverage report generation | Egor Tensin | 2023-07-07 |
| | |||
* | Makefile: add release target | Egor Tensin | 2023-07-07 |
| | |||
* | test: add a 2000-iteration basic repository test | Egor Tensin | 2023-07-05 |
| | |||
* | Makefile: move the prelude to prelude.mk | Egor Tensin | 2023-06-30 |
| | |||
* | Makefile: add some banners | Egor Tensin | 2023-06-30 |
| | |||
* | show git hash with --version | Egor Tensin | 2023-06-30 |
| | | | | Also, use cmake's configure_file to build string constants in. | ||
* | Makefile: split tests into different recipes | Egor Tensin | 2023-06-28 |
| | |||
* | rename Makefile parameters & update README | Egor Tensin | 2023-05-13 |
| | |||
* | ctest: don't use the -C parameter | Egor Tensin | 2023-05-13 |
| | | | | | We only build using "Unix Makefiles" anyway, which is a single-configuration build system. | ||
* | .build/ -> build/ | Egor Tensin | 2023-05-12 |
| | |||
* | add a couple of the most basic tests using Pytest | Egor Tensin | 2023-05-06 |
| | | | | | I'm super-unsure about this; I don't really like all the magic, but we'll see, I guess? | ||
* | add Makefile | Egor Tensin | 2022-09-07 |