0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 minutes ago. based on code collected 5 minutes ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Parameter values was pointing parse_parameters_str stack memory but used outside the function. Totally did not work with GCC and -O2 More... about 1 year ago
Fix use after free() reported by GCC More... about 1 year ago
Add support for new macs by detecting arm64 More... over 1 year ago
Fixed file stats failing on files >2GiB on windows, unified all stats to use file_stat as all use the same os call. More... almost 2 years ago
Add riscv32/riscv64 to platform.h More... over 2 years ago
Added a multi-output-job to prio test (does not work reasonably with current implementation). More... over 2 years ago
Changed priority propagation to work on node-priorities, and then copy prios back to jobs. This is stable with multi-ouputs jobs. More... over 2 years ago
made prio 64-bit More... over 2 years ago
added new prioritization code for testing More... over 2 years ago
Fixed truncating in int64 prio compare, removed unusded variable in JOB struct and fixed typo in print. More... over 2 years ago
separated hashing functions to a pure djb2 version and a pathhashing one More... about 3 years ago
make sure that output files actually has a timestamp newer then the jobtime More... about 3 years ago
Do not overwrite the global "s" in "Import". More... over 3 years ago
added missing signal.h header to support.c More... almost 4 years ago
Keep sequence order of input tables in TableFlatten. More... almost 4 years ago
Add minGW cross compile scripts. More... almost 4 years ago
No _popen/_pclose forward declaration on minGW. More... almost 4 years ago
Change Windows includes to lowercase. More... almost 4 years ago
Use "l" modifier for printing longs. More... almost 4 years ago
Use ptrdiff_t for casts to pointers. More... almost 4 years ago
various compile fixes More... over 4 years ago
Fix so lf_errorfunc doesn't crash bam by printfing a nullptr if lua error() is called without arguments. More... almost 5 years ago
Changed the scancache filename to scancache_<argument hash> as the dep cache to make it usable until we fix merging of cache and runtimestate for the saving of it. More... almost 5 years ago
Added a runtime statcache to try to bring cdep2 to a usable speed. 37.6->4.6s in my large real-world test. Only used by cdep2 now, but can be used for other things easily. More... almost 5 years ago
Added a file_stat() function that gets timestamp, isregular and isdir from the stat object in one go. Saves 20% on windows in cdep2 in my case. More... almost 5 years ago
Fixed so scancache works for headers that include no other headers. More... almost 5 years ago
Sort jobs and nodes first case-insensitive and then sensitive if equal, so nodes don't move when they change case (case can be dep-check order dependent on windows). More... almost 5 years ago
Fixed bug in cdep2 where the hash that keep tracks of the sets would only save the first for each hash-index. More... almost 5 years ago
Unit test for cpp dep parsing with multiple sets of include paths. More... almost 5 years ago
BeOS/Haiku patch More... about 5 years ago