|
|
@1993
|
16 years |
bird |
Merged in current GNU Make code (CVS from 2008-10-28). Ref #55.
|
|
|
@1980
|
16 years |
bird |
kmk: Some cleanup.
|
|
|
@1975
|
16 years |
bird |
kmk: cleaning up some CONFIG_WITH_STRCACHE2 mess.
|
|
|
@1959
|
16 years |
bird |
file.c: Fixed pattern rule regression from earlier today.
|
|
|
@1950
|
16 years |
bird |
file.c: Workaround for borked double colon rules when doing parallel …
|
|
|
@1945
|
16 years |
bird |
file.c: Fixed call to strcache_add_len where the terminator was …
|
|
|
@1933
|
16 years |
bird |
kmk: moved suffixes_strcached to strcache.c and global scope.
|
|
|
@1918
|
16 years |
bird |
kmk: New switch --print-stats which will print variable, file, …
|
|
|
@1915
|
16 years |
bird |
kmk: CONFIG_WITH_MINIMAL_STATS vs. CONFIG_WITH_MAKE_STATS - require …
|
|
|
@1903
|
16 years |
bird |
strcache2: some cleanup.
|
|
|
@1902
|
16 years |
bird |
kmk: Moved the strcache hash optimizations into the hash code.
|
|
|
@1901
|
16 years |
bird |
kmk: fix for file_cache <-> file_strcache confusion bug introduced …
|
|
|
@1898
|
16 years |
bird |
kmk: strcache_get_len -> strcache2_get_len
|
|
|
@1897
|
16 years |
bird |
kmk: added strcache2_get_ptr_hash for more efficent hashing by string …
|
|
|
@1892
|
16 years |
bird |
kmk: file.c - use strcache2_lookup when an uncached string is handed …
|
|
|
@1881
|
16 years |
bird |
Made do_2nd_target_expansion skip a strlen.
|
|
|
@1867
|
16 years |
bird |
kmk: commands and file allocation caches.
|
|
|
@1863
|
16 years |
bird |
kmk: Allocation caches for nameseq, dep and idep. next: variable.
|
|
|
@1857
|
16 years |
bird |
kmk: improved the hashing of file table entries by making the strcache …
|
|
|
@1851
|
16 years |
bird |
fixed bug introduced earlier today.
|
|
|
@1850
|
16 years |
bird |
kmk: save some file::deps list waking.
|
|
|
@1849
|
16 years |
bird |
kmk: a little adjustment to save 10 clock ticks or something.
|
|
|
@1848
|
16 years |
bird |
kmk: includedep dependencies does not require unescaping or any other …
|
|
|
@1847
|
16 years |
bird |
kmk: Some optimizations for expand_deps.
|
|
|
@1833
|
16 years |
bird |
kmk: Obvious optimization in file_hash_cmp.
|
|
|
@1797
|
16 years |
bird |
kmk: moved eval_include_dep into incdep.c (was in read.c) and …
|
|
|
@1793
|
16 years |
bird |
kmk: hash table adjustments.
|
|
|
@1751
|
16 years |
bird |
kmk: Don't bother with secondary target expansion if it's not enabled …
|
|
|
@1701
|
16 years |
bird |
kmk: Implemented secondary target expansion. Fixes #42.
|
|
|
@947
|
18 years |
bird |
Use the new gnu make code.
|
|
copied from trunk/src/gmakenew/file.c
|
|
|
@934
|
18 years |
bird |
Removed assert, it's not right.
|