0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed file stats failing on files >2GiB on windows, unified all stats to use file_stat as all use the same os call. More... 5 months ago
Add riscv32/riscv64 to platform.h More... 9 months ago
Added a multi-output-job to prio test (does not work reasonably with current implementation). More... about 1 year ago
Changed priority propagation to work on node-priorities, and then copy prios back to jobs. This is stable with multi-ouputs jobs. More... about 1 year ago
made prio 64-bit More... about 1 year ago
added new prioritization code for testing More... about 1 year ago
Fixed truncating in int64 prio compare, removed unusded variable in JOB struct and fixed typo in print. More... about 1 year ago
separated hashing functions to a pure djb2 version and a pathhashing one More... over 1 year ago
make sure that output files actually has a timestamp newer then the jobtime More... over 1 year ago
Do not overwrite the global "s" in "Import". More... about 2 years ago
added missing signal.h header to support.c More... about 2 years ago
Keep sequence order of input tables in TableFlatten. More... about 2 years ago
Add minGW cross compile scripts. More... over 2 years ago
No _popen/_pclose forward declaration on minGW. More... over 2 years ago
Change Windows includes to lowercase. More... over 2 years ago
Use "l" modifier for printing longs. More... over 2 years ago
Use ptrdiff_t for casts to pointers. More... over 2 years ago
various compile fixes More... about 3 years ago
Fix so lf_errorfunc doesn't crash bam by printfing a nullptr if lua error() is called without arguments. More... about 3 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... about 3 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... about 3 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... about 3 years ago
Fixed so scancache works for headers that include no other headers. More... about 3 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... about 3 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... about 3 years ago
Unit test for cpp dep parsing with multiple sets of include paths. More... about 3 years ago
BeOS/Haiku patch More... over 3 years ago
Added a Sleep function to lua, as it's missing from the standard lua api. More... almost 4 years ago
Compare with the time that is after setup/script has run when checking if a file is from the future. More... almost 4 years ago
Fixed so file_createpath works with absolute unix paths More... almost 4 years ago