|
|
@2633
|
12 years |
bird |
kmk: CONFIG_WITH_ALLOCCACHE_DEBUG - for optionally turning the …
|
|
|
@2591
|
13 years |
bird |
kmk: Merged in changes from GNU make 3.82. Previous GNU make base …
|
|
|
@2548
|
13 years |
bird |
kmk: hacking on a new kmk/kBuild language extension.
|
|
|
@2161
|
16 years |
bird |
kmk: Implemented $(for ) and $(while ) loops (C-style). Fixes #73.
|
|
|
@2121
|
16 years |
bird |
kmk: make sure alloca.h gets included (Solaris again).
|
|
|
@2101
|
16 years |
bird |
kmk: Implemented new switch --print-time. Fixes #65.
|
|
|
@2050
|
16 years |
bird |
kmk: converted the inlined alloccache_free() to non-inlined to avoid …
|
|
|
@2041
|
16 years |
bird |
kmk: fixed gcc 3.2.3 issue.
|
|
|
@2040
|
16 years |
bird |
Another try.
|
|
|
@2039
|
16 years |
bird |
kmk: gcc 3.2.3 optimiazation bugs/hacks.
|
|
|
@1993
|
16 years |
bird |
Merged in current GNU Make code (CVS from 2008-10-28). Ref #55.
|
|
|
@1986
|
16 years |
bird |
kmk: some make stats cleanup.
|
|
|
@1976
|
16 years |
bird |
make.h: build fix/adjstument.
|
|
|
@1975
|
16 years |
bird |
kmk: cleaning up some CONFIG_WITH_STRCACHE2 mess.
|
|
|
@1971
|
16 years |
bird |
Some CONFIG_WITH_ALLOC_CACHE build fixes.
|
|
|
@1933
|
16 years |
bird |
kmk: moved suffixes_strcached to strcache.c and global scope.
|
|
|
@1925
|
16 years |
bird |
kmk: some stats adjustments.
|
|
|
@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 …
|
|
|
@1897
|
16 years |
bird |
kmk: added strcache2_get_ptr_hash for more efficent hashing by string …
|
|
|
@1896
|
16 years |
bird |
moved stuff.
|
|
|
@1895
|
16 years |
bird |
kmk: strcache cleanup.
|
|
|
@1893
|
16 years |
bird |
added a todo.
|
|
|
@1889
|
16 years |
bird |
kmk: cleaned out the VARIABLE_HASH code (was removed in favor of the a …
|
|
|
@1885
|
16 years |
bird |
kmk: strcache2_add_file macro for wrapping case sensitive/insenstive …
|
|
|
@1872
|
16 years |
bird |
incdep: use an allocation cache for the records to reduce xmalloc and …
|
|
|
@1870
|
16 years |
bird |
kmk: replaced strcache with strcacahe2.
|
|
|
@1867
|
16 years |
bird |
kmk: commands and file allocation caches.
|
|
|
@1864
|
16 years |
bird |
kmk: use alloc caches for variables, variable sets and varaible set lists.
|
|
|
@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 …
|
|
|
@1854
|
16 years |
bird |
kmk: offload hashing of strcache entries to the includedep thread(s).
|
|
|
@1843
|
16 years |
bird |
kmk/strcache: align the strings on a (somewhat) natural boundrary and …
|
|
|
@1842
|
16 years |
bird |
kmk: more hacking, makde isblank work skip ctype everywhere instead of …
|
|
|
@1840
|
16 years |
bird |
better? predictions can do bad stuff…
|
|
|
@1835
|
16 years |
bird |
kmk: fixed assertion + made them useful.
|
|
|
@1834
|
16 years |
bird |
kmk: assertions.
|
|
|
@1827
|
16 years |
bird |
kmk: more length optimizations.
|
|
|
@1811
|
16 years |
bird |
kmk: More string length optimizations.
|
|
|
@1793
|
16 years |
bird |
kmk: hash table adjustments.
|
|
|
@1725
|
16 years |
bird |
kmk: shutting up warnings.
|
|
|
@1724
|
16 years |
bird |
kmk: ifcond.c -> expreval.c
|
|
|
@1719
|
16 years |
bird |
kmk: More if conditionals code.
|
|
|
@1715
|
16 years |
bird |
kmk: Started hacking on some useable if conditionals.
|
|
|
@1701
|
16 years |
bird |
kmk: Implemented secondary target expansion. Fixes #42.
|
|
|
@1535
|
17 years |
bird |
Made the allocated and allocated-sum optional as they made xmalloc and …
|
|
|
@1438
|
17 years |
bird |
Added $(make-stats ) that provides access to memory and hash stats (if …
|
|
|
@947
|
18 years |
bird |
Use the new gnu make code.
|
|
copied from trunk/src/gmakenew/make.h
|
|
|
@903
|
18 years |
bird |
Merged with the 2007-05-23 CVS. Added rsort and fixed a couple of …
|