|
|
@1863
|
16 years |
bird |
kmk: Allocation caches for nameseq, dep and idep. next: variable.
|
|
|
@1840
|
16 years |
bird |
better? predictions can do bad stuff…
|
|
|
@1829
|
16 years |
bird |
kmk: variable hash hacking. (yet again)
|
|
|
@1827
|
16 years |
bird |
kmk: more length optimizations.
|
|
|
@1811
|
16 years |
bird |
kmk: More string length optimizations.
|
|
|
@1809
|
16 years |
bird |
kmk: More length and alloc optimizations. Made all the length …
|
|
|
@1808
|
16 years |
bird |
kmk: More memchr and less strlen for simple assignments (var:=val).
|
|
|
@1805
|
16 years |
bird |
kmk: Some minor optimizations.
|
|
|
@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.
|
|
|
@1752
|
16 years |
bird |
Added expr and if-expr to KMK_FEATURES.
|
|
|
@1716
|
16 years |
bird |
kmk: Added a new function $(defined var) which check whether var is …
|
|
|
@1707
|
16 years |
bird |
kmk_expr: Ported expr. Fixes #43.
|
|
|
@1706
|
16 years |
bird |
chmod: updated KMK_BUILTIN.
|
|
|
@1617
|
17 years |
bird |
Don't append empty strings to variables. (foo +=)
|
|
|
@1610
|
17 years |
bird |
Fixed prepend w/ expansion (would append instead of prepend). …
|
|
|
@1554
|
17 years |
bird |
Added KBUILD_KMK_REVISION and appended '-r<svn-rev>' to …
|
|
|
@1536
|
17 years |
bird |
Use the value_length if possible (saves strlen). Assert its …
|
|
|
@1503
|
17 years |
bird |
Environment / globals cleanup. The new policy is to use KBUILD_ and …
|
|
|
@1451
|
17 years |
bird |
Made it build without VARIABLE_HASH defined.
|
|
|
@1449
|
17 years |
bird |
Fixed massive collision issue with variable_hash_1i.
|
|
|
@1444
|
17 years |
bird |
Increased SMALL_SCOPE_VARIABLE_BUCKETS to avoid massive collitions …
|
|
|
@1440
|
17 years |
bird |
Added comp-cmds-ex, commands, commands-sc and commands-usr. Added a …
|
|
|
@1439
|
17 years |
bird |
CONFIG_WITH_EVALPLUS: evalctx, evalval, evalvalctx, evalcall and …
|
|
|
@1438
|
17 years |
bird |
Added $(make-stats ) that provides access to memory and hash stats (if …
|
|
|
@1408
|
17 years |
bird |
Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES.
|
|
|
@1334
|
17 years |
bird |
fixed warnings.
|
|
|
@1292
|
17 years |
bird |
Added kmk_builtin_test and kmk_test - a slightly modified version of …
|
|
|
@1180
|
17 years |
bird |
don't free twice.
|
|
|
@1171
|
17 years |
bird |
Added a $(which ) function. takes any number of args, with or without …
|
|
|
@1162
|
17 years |
bird |
Made kDepIDB into an builtin command to try speed up windows…
|
|
|
@1134
|
17 years |
bird |
Fixed termination problem in the append/prepend code.
|
|
|
@1133
|
17 years |
bird |
Fixed termination problem in the append/prepend code.
|
|
|
@1122
|
17 years |
bird |
Added as $(file-size ) function while at it.
|
|
|
@1121
|
17 years |
bird |
Added $(date ) and $(date-utc ) function as simple wrappers around …
|
|
|
@1117
|
17 years |
bird |
kmk_builtin_cmp.
|
|
|
@1109
|
17 years |
bird |
New feature: if1of and ifn1of (CONFIG_WITH_SET_CONDITIONALS).
|
|
|
@1107
|
17 years |
bird |
some silly realloc optimizations.
|
|
|
@1101
|
17 years |
bird |
Added md5sum as a builtin tool.
|
|
|
@947
|
18 years |
bird |
Use the new gnu make code.
|
|
copied from trunk/src/gmakenew/variable.c
|
|
|
@938
|
18 years |
bird |
publish the two new make features.
|