aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)Author
2023-11-16Limit coverage to only use half of all threads by default.Hugo Hörnquist
Running the tests with one threads consumes almost no memory (RAM), but the more threads the more memory is used. Running on all threads regularly caused depletion of memory, and the invocation of the OOM killer.
2023-11-06Add Makefile variable for setting number of test threads.Hugo Hörnquist
2023-11-06Split genhtml and coverage in Makefile.Hugo Hörnquist
2023-10-10Add TODO about better way to get CPU count.Hugo Hörnquist
2023-10-08Further rewrite of testrunner.Hugo Hörnquist
Move many of the atomic procedures into proper libraries.
2023-10-02Rewrite test running system.Hugo Hörnquist
2023-09-13Minor cleanup of test stats from makefile.Hugo Hörnquist
2023-09-11Change how entry point is handled.Hugo Hörnquist
Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal.
2023-04-14Disable auto_compile while compiling.Hugo Hörnquist
2023-04-12UNFINISHED webdav server.Hugo Hörnquist
2022-10-16Change gettext '_' to 'G_'.Hugo Hörnquist
Guile 3 reserves _ for other stuff.
2022-08-01Change README to a markdown file.Hugo Hörnquist
The self-formatted code was fancy, and it showed of part of our functionality. It was however cumbersome to keep the file updated, and pre-formatted text on webpages honestly doesn't look that good. The contents of the README are however unchanged in this commit.
2022-08-01Static should create its own directories when installing.Hugo Hörnquist
2022-07-07Ensure proper environment while compiling.Hugo Hörnquist
2022-06-12Improve test flags in makefile.Hugo Hörnquist
2022-06-12Add LIMIT flag to make check.Hugo Hörnquist
2022-06-10Add verbose toggle to tests.Hugo Hörnquist
Also change DEBUG to 1, no difference. But 0 for true felt wrong
2022-05-18Add check rule to makefile.Hugo Hörnquist
The old test generates coverage, which while good is rather slow. Running the tests this way is a way faster.
2022-04-21Made lcov.info phony.Hugo Hörnquist
We do actually generate lcov.info, but It's marked phony to force tests to always run.
2022-04-11Replace systemd service with working, remove PKGBUILD.Hugo Hörnquist
2022-04-11Remove location lines from po files.Hugo Hörnquist
While useful, they clutter the changelog to much.
2022-03-15Bulid and install info files from main make.Hugo Hörnquist
2022-03-07Cleanup makefile.Hugo Hörnquist
2022-03-06Made make sequence quieter.Hugo Hörnquist
2022-03-06Allow explicit GUILE environment, document it.Hugo Hörnquist
The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables.
2022-03-04Tests now use our local compiled files.Hugo Hörnquist
Previously there was a bunch of errors with the tests, where they tried to compile everything automatically, which usually went rather poorly due to it being in --debug mode.
2022-03-01Add --quiet to genhtml in Makefile.Hugo Hörnquist
2022-02-22Update makefile for localizations.Hugo Hörnquist
2021-12-22Cleanup modules.Hugo Hörnquist
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
2021-12-21add genhtml to make test.Hugo Hörnquist
2020-08-18Move towards release.Hugo Hörnquist
2020-08-14Improve makefile.Hugo Hörnquist
2020-08-13Change static.css to scss.Hugo Hörnquist
2020-08-04Add more to make install.Hugo Hörnquist
2020-08-04Fix make install for tzget.Hugo Hörnquist
2020-08-03Update README with new build instructions.Hugo Hörnquist
2020-07-24Remove -Wunused-variable compile flag, since macros make it \"worthless\".Hugo Hörnquist
2020-07-13Clean up makefile.Hugo Hörnquist
2019-11-01Start port of parse to scheme.Hugo Hörnquist
2019-10-06Fix re-export of add-child!Hugo Hörnquist
2019-10-06Remove old C code.Hugo Hörnquist
2019-10-02Made parser work again (for single files).Hugo Hörnquist
2019-10-01Disabled bunch of old stuff, new stuff kinda builds.Hugo Hörnquist
2019-07-21Makefile cleanup.Hugo Hörnquist
2019-07-21Add guile_auto_compile env var to makefile.Hugo Hörnquist
2019-07-21Add html target.Hugo Hörnquist
2019-07-21Rewrote build and main execution.Hugo Hörnquist
2019-04-26Fix makefile so all also builds guile code.Hugo Hörnquist
2019-04-05Remove old termios bindings.Hugo Hörnquist
2019-04-03Add tests to makefile.Hugo Hörnquist