summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
AgeCommit message (Collapse)Author
2024-03-27tests/xspawn: New unit testTavian Barnes
2024-03-06Release 3.1.33.1.3Tavian Barnes
2024-02-29Release 3.1.23.1.2Tavian Barnes
2024-02-28tests/ioq: New unit testTavian Barnes
2024-02-16Release 3.1.13.1.1Tavian Barnes
2024-02-06Release 3.13.1Tavian Barnes
2024-02-04build: Rename test targetsTavian Barnes
2024-02-03tests: Run more integration tests by defaultTavian Barnes
The traversal behaviour of -j1, -j2, and -jN (N >= 3) are all different enough to be worth running the whole test suite against them. Sorting (-s) is another dimension worth testing. Having these tests run automatically would have caught some recently-fixed bugs earlier.
2024-02-03tests: Implement jobserver inheritanceTavian Barnes
2024-01-12tests: Merge unit test executables into oneTavian Barnes
2024-01-09build: Link with -lsocket -lnsl on illumosTavian Barnes
Link: https://illumos.org/man/3SOCKET/bind
2024-01-09build: Define _POSIX_PTHREAD_SEMANTICS for illumosTavian Barnes
Needed for the POSIX-compliant version of some interfaces. Link: https://illumos.org/man/3C/getpwnam
2024-01-03fsade: Fix ACL checks on DragonFly BSDTavian Barnes
2023-12-20expr: Move some implementation into expr.cTavian Barnes
2023-11-23darray: RemoveTavian Barnes
The new RESERVE() macro from alloc.h is nicer, and handles alignment properly.
2023-10-27thread: Move thread wrapper functions out of lineTavian Barnes
2023-10-23tests: Run test cases in parallelTavian Barnes
2023-10-12Merge tag '3.0.4'Tavian Barnes
2023-10-12Release 3.0.43.0.4Tavian Barnes
2023-10-12build: Re-enable liburingTavian Barnes
This reverts commit 735a2979a37251dc447274aa888ad77ded126457.
2023-10-12Release 3.0.33.0.3Tavian Barnes
2023-10-12build: Disable liburing for nowTavian Barnes
liburing will be enabled for the next feature release.
2023-10-04build: New lint flagTavian Barnes
2023-10-02build: Add liburing on LinuxTavian Barnes
2023-09-06Release 3.0.23.0.2Tavian Barnes
2023-07-20Rename Makefile to GNUmakefileRaf Czlonka