summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.13.1Tavian Barnes2024-02-061-1/+1
|
* build: Rename test targetsTavian Barnes2024-02-041-10/+15
|
* tests: Run more integration tests by defaultTavian Barnes2024-02-031-6/+12
| | | | | | | 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.
* tests: Implement jobserver inheritanceTavian Barnes2024-02-031-6/+1
|
* tests: Merge unit test executables into oneTavian Barnes2024-01-121-10/+17
|
* build: Link with -lsocket -lnsl on illumosTavian Barnes2024-01-091-0/+4
| | | | Link: https://illumos.org/man/3SOCKET/bind
* build: Define _POSIX_PTHREAD_SEMANTICS for illumosTavian Barnes2024-01-091-0/+1
| | | | | | Needed for the POSIX-compliant version of some interfaces. Link: https://illumos.org/man/3C/getpwnam
* fsade: Fix ACL checks on DragonFly BSDTavian Barnes2024-01-031-0/+4
|
* expr: Move some implementation into expr.cTavian Barnes2023-12-201-0/+1
|
* darray: RemoveTavian Barnes2023-11-231-1/+0
| | | | | The new RESERVE() macro from alloc.h is nicer, and handles alignment properly.
* thread: Move thread wrapper functions out of lineTavian Barnes2023-10-271-0/+1
|
* tests: Run test cases in parallelTavian Barnes2023-10-231-1/+6
|
* Merge tag '3.0.4'Tavian Barnes2023-10-121-1/+1
|\
| * Release 3.0.43.0.4Tavian Barnes2023-10-121-1/+1
| |
* | build: Re-enable liburingTavian Barnes2023-10-121-1/+1
|/ | | | This reverts commit 735a2979a37251dc447274aa888ad77ded126457.
* Release 3.0.33.0.3Tavian Barnes2023-10-121-1/+1
|
* build: Disable liburing for nowTavian Barnes2023-10-121-1/+1
| | | | liburing will be enabled for the next feature release.
* build: New lint flagTavian Barnes2023-10-041-1/+8
|
* build: Add liburing on LinuxTavian Barnes2023-10-021-1/+7
|
* Release 3.0.23.0.2Tavian Barnes2023-09-061-1/+1
|
* Rename Makefile to GNUmakefileRaf Czlonka2023-07-201-0/+331