VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2021   17 years bird kmk: Added a $(intersects set-a, set-b) function to complement the …
(edit) @2020   17 years bird kbuild.c: $(target)_OBJS_ -> $(target)_2_OBJS. References #57.
(edit) @2019   17 years bird GPLv2 -> GPLv3. See Ticket #44 for clarifications. Fixes #44.
(edit) @2017   17 years bird ash: bird wants DEBUG=2 in debug builds.
(edit) @2016   17 years bird kmk_append: new line -> newline
(edit) @2015   17 years bird kmk_append: added a new option '-N' for suppressing the trailing new …
(edit) @2014   17 years bird kbuild.c: Use append_string_to_variable in one more place.
(edit) @2013   17 years bird kbuild.c: Use append_string_to_variable and avoid memcpying _OUT_FILES …
(edit) @2012   17 years bird kbuild.c: compacted the code a bit.
(edit) @2011   17 years bird kmk,footer.kmk: New helper function 'kb-exp-tmpl', 10x faster than the …
(edit) @2010   17 years bird kmk: show the build type.
(edit) @2009   17 years bird kmk: show the build type.
(edit) @2006   17 years bird more stats and some minor adjustments.
(edit) @2005   17 years bird more variable modification stats.
(edit) @2004   17 years bird Some variable statistics.
(edit) @2003   17 years bird Added kmk_sleep as an external and internal kmk command.
(edit) @2002   17 years bird kmk_time: default to 1.
(edit) @2001   17 years bird kmk: pedantic warnings.
(edit) @2000   17 years bird scripts/variables/special: yet another -j1 test (hope it's not a bug).
(edit) @1999   17 years bird variaiable::value_length -> unsigned int.
(edit) @1998   17 years bird kbuild.c: warnings.
(edit) @1997   17 years bird variaiable::value_alloc_len -> unsigned int.
(edit) @1996   17 years bird job.c: can remove my batch file viewing now, as GNU make started doing …
(edit) @1995   17 years bird shut up some warnings.
(edit) @1994   17 years bird remake.c: fixed regression from GNU Make head, see Savannah bug #15919.
(edit) @1993   17 years bird Merged in current GNU Make code (CVS from 2008-10-28). Ref #55.
(edit) @1988   17 years bird build fix.
(edit) @1987   17 years bird Build fix
(edit) @1986   17 years bird kmk: some make stats cleanup.
(edit) @1985   17 years bird expand.c: avoid some unnecessary double buffering done by …
(edit) @1984   17 years bird three more -j sensitive tests found during valgrind run.
(edit) @1983   17 years bird two more -j sensitive tests found during valgrind run.
(edit) @1982   17 years bird two more -j sensitive tests found during valgrind run.
(edit) @1981   17 years bird two more -j sensitive tests found during valgrind run.
(edit) @1980   17 years bird kmk: Some cleanup.
(edit) @1979   17 years bird kmk_fgmake config.
(edit) @1978   17 years bird variable.c: Overlooked CONFIG_WITH_RDONLY_VARIABLE_VALUE case.
(edit) @1977   17 years bird read.c / parse_file_seq: adjusted strcache_add_len termination hack.
(edit) @1976   17 years bird make.h: build fix/adjstument.
(edit) @1975   17 years bird kmk: cleaning up some CONFIG_WITH_STRCACHE2 mess.
(edit) @1974   17 years bird kmk: adding a 'faster-make' target called kmk_fgmake.
(edit) @1973   17 years bird tests: added a -fast option to indicate kmk_fgmake.
(edit) @1972   17 years bird function.c: Made the $(deps* ) not depend on the strcache2, also fixed …
(edit) @1971   17 years bird Some CONFIG_WITH_ALLOC_CACHE build fixes.
(edit) @1970   17 years bird scripts/variables/flavors: last test isn't -jX safe.
(edit) @1969   17 years bird scripts/variables/SHELL: Last test seems to be wrong, see Savannah bug …
(edit) @1968   17 years bird kmk: main.c, variable.c: shell_var must have a valid name length or …
(edit) @1967   17 years bird scripts/variables/MAKELEVEL: MAKELEVEL is called KMK_LEVEL in kmk so …
(edit) @1966   17 years bird scripts/targets/INTERMEDIATE: kmk removal order differs because of …
(edit) @1965   17 years bird kmk/main.c: fixed (kmk) bug in print_usage where the 'This program is …
(edit) @1964   17 years bird scripts/options/dash-k: another test which doesn't work with parallel …
(edit) @1963   17 years bird scripts/misc/general4: kmk adjustment - no default implicit rules.
(edit) @1962   17 years bird scripts/functions/origin: kmk adjustment - CC isn't a default variable.
(edit) @1961   17 years bird scripts/functions/foreach: kmk adjustment - CC isn't a default variable.
(edit) @1960   17 years bird scripts/features/targetvars: first test assumes -j1 and will fail …
(edit) @1959   17 years bird file.c: Fixed pattern rule regression from earlier today.
(edit) @1958   17 years bird function.c: func_eval_optimize_variable - display error if the …
(edit) @1957   17 years bird function.c: func_eval_optimize_variable - made it build without …
(edit) @1956   17 years bird tests/scripts/features/recursion: kmk calls MAKELEVEL -> KMK_LEVEL, …
(edit) @1955   17 years bird tests/scripts/features/parallelism: kmk fails more verbosely.
(edit) @1954   17 years bird commands.c: Fixed typo preventing detection of $(MAKE) and the setting …
(edit) @1953   17 years bird test_driver.pl: added -kmk option, setting $is_kmk.
(edit) @1952   17 years bird tests/scripts/features/patternrules: different output in test 3, test …
(edit) @1951   17 years bird commands.c: Fixed CONFIG_WITH_LAZY_DEPS_VARS regression wrt. to …
(edit) @1950   17 years bird file.c: Workaround for borked double colon rules when doing parallel …
(edit) @1949   17 years bird variable.c: Fixed missed CONFIG_WITH_VALUE_LENGTH case in …
(edit) @1948   17 years bird kmk: Fixed CONFIG_WITH_LAZY_DEPS_VARS bug. Files with multiple double …
(edit) @1947   17 years bird read.c: fixed regression from previous commit.
(edit) @1946   17 years bird kmk: Caught a variable::value update that I'd missed when implementing …
(edit) @1945   17 years bird file.c: Fixed call to strcache_add_len where the terminator was …
(edit) @1944   17 years bird strcache2.c: assert input string lengths; fix checks in case …
(edit) @1943   17 years bird strcache2.c: fixed the length check.
(edit) @1942   17 years bird commands.c: the file::stem isn't in the string cache if set before …
(edit) @1941   17 years bird dir.c: overlooked one hash_insert.
(edit) @1940   17 years bird strcache2: fixed entry alignment.
(edit) @1939   17 years bird GNU Make tests: Modified scripts/features/se_explicit so it wont fail …
(edit) @1938   17 years bird GNU Make tests: fixed the output checks in scripts/features/escape …
(edit) @1937   17 years bird GNU Make tests: added check for case insensitive file system, fixed …
(edit) @1935   17 years bird kmk: new function - eval-opt-var
(edit) @1934   17 years bird kmk: Implemented lazy resolving of $+, $, $? and $|. This saves > 30% …
(edit) @1933   17 years bird kmk: moved suffixes_strcached to strcache.c and global scope.
(edit) @1932   17 years bird kmk: Made struct variable capable of holding read only variables to …
(edit) @1931   17 years bird kmk: recycle more allocate_variable_expand_* results.
(edit) @1930   17 years bird kmk/read.c: more free() avoidance, this time some very small buffers …
(edit) @1929   17 years bird kmk/read.c: more free() avoidance, this time some very small buffers …
(edit) @1928   17 years bird expand.c: added allocated_variable_expand_3 and …
(edit) @1927   17 years bird kmk: Inlined much of handle_function/lookup_function so …
(edit) @1926   17 years bird kmk: Inlined much of handle_function/lookup_function so …
(edit) @1925   17 years bird kmk: some stats adjustments.
(edit) @1924   17 years bird kbuild.c: some more cleanup.
(edit) @1923   17 years bird kbuild.c: got rid of the va_list fun.
(edit) @1922   17 years bird kbuild.c: got rid of the va_list fun.
(edit) @1921   17 years bird strcache2: disabled the experimental stuff because I'm unsure about …
(edit) @1920   17 years bird strcache2: don't hash strings that aren't small (experimental).
(edit) @1918   17 years bird kmk: New switch --print-stats which will print variable, file, …
(edit) @1917   17 years bird strcache2: don't div/0 in stats.
(edit) @1916   17 years bird build fix.
(edit) @1915   17 years bird kmk: CONFIG_WITH_MINIMAL_STATS vs. CONFIG_WITH_MAKE_STATS - require …
(edit) @1914   17 years bird strcache2: strcache2_get_ptr_hash -> strcache2_calc_ptr_hash.
(edit) @1913   17 years bird strcache2: hash1 -> hash; -hash2.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette