aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile (unfollow)
Commit message (Collapse)Author
2024-04-25add a target to build w/ -fanalyzerHEADmasterEgor Tensin
2024-04-25Makefile: separate shortcuts for debug & release buildsEgor Tensin
2023-10-31Makefile: align assignmentsEgor Tensin
2023-08-27Makefile: fix commentsEgor Tensin
2023-08-27test: add a target to generate an HTML reportEgor Tensin
2023-08-27again, reorganize test targetsEgor Tensin
2023-08-27Makefile: reorder targets, add commentsEgor Tensin
2023-08-27Makefile: remove unused targetsEgor Tensin
2023-08-27make test/perf -> make flame_graphsEgor Tensin
2023-07-18implement flame graph generationEgor Tensin
2023-07-07support code coverage report generationEgor Tensin
2023-07-07Makefile: add release targetEgor Tensin
2023-07-05test: add a 2000-iteration basic repository testEgor Tensin
2023-06-30Makefile: move the prelude to prelude.mkEgor Tensin
2023-06-30Makefile: add some bannersEgor Tensin
2023-06-30show git hash with --versionEgor Tensin
Also, use cmake's configure_file to build string constants in.
2023-06-28Makefile: split tests into different recipesEgor Tensin
2023-05-13rename Makefile parameters & update READMEEgor Tensin
2023-05-13ctest: don't use the -C parameterEgor Tensin
We only build using "Unix Makefiles" anyway, which is a single-configuration build system.
2023-05-12.build/ -> build/Egor Tensin
2023-05-06add a couple of the most basic tests using PytestEgor Tensin
I'm super-unsure about this; I don't really like all the magic, but we'll see, I guess?
2022-09-07add MakefileEgor Tensin