VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2174   16 years bird kmk tests: more -j1 fixes.
(edit) @2173   16 years bird kmk tests: more -j1 fixes.
(edit) @2172   16 years bird kmk: Added $(root ) to help out with checking for absolute paths on …
(edit) @2165   16 years bird two more tests which requires some -j1 to get the order right.
(edit) @2164   16 years bird kmk: Updated KMK_FEATURES with for, while and select.
(edit) @2163   16 years bird kmk: Added a $(select ) function for handling switch like stuff. Fixes #74.
(edit) @2162   16 years bird features/vpath: -j1 is required.
(edit) @2161   16 years bird kmk: Implemented $(for ) and $(while ) loops (C-style). Fixes #73.
(edit) @2160   16 years bird kmk: removed duplicate definition.
(edit) @2159   16 years bird kmk: extended call, evalcall and evalcall2 with a local .ARGC …
(edit) @2158   16 years bird kmk: Extended evalcall and evalcall2 with a return value, local .RETURN.
(edit) @2157   16 years bird kmk: Extended evalcall and evalcall2 with a return value, local .RETURN.
(edit) @2156   16 years bird kmk: printf testcase.
(edit) @2154   16 years bird kmk: $(translate ) changes and testcase.
(edit) @2153   16 years bird kmk: substr fixes
(edit) @2152   16 years bird kmk: testcases and lastpos fixes.
(edit) @2151   16 years bird kmk: Added $(length ), $(length-var ), $(insert ), $(pos ), $(lastpos …
(edit) @2149   16 years bird function.c: comment typo.
(edit) @2145   16 years bird kmk: use our fts everywhere.
(edit) @2142   16 years bird mv.c: avoid including sys/acl.h. Fixes #66.
(edit) @2141   16 years bird kmk: new function $(printf fmt,arg0,arg1,...).
(edit) @2140   16 years bird ash: Changed opentrace so that the trace file get's a high file descriptor.
(edit) @2138   16 years bird k/kDefs.h: Fixed K_LE2H_U32/U64 mixup in the big endian case.
(edit) @2137   16 years bird rule.c: fixed crash in create_pattern_rule when commands is NULL.
(edit) @2134   16 years bird MAKE_HOST isn't used by kmk.
(edit) @2133   16 years bird rm.c: warning.
(edit) @2132   16 years bird printf.c: warning
(edit) @2131   16 years bird mv.c: warnings.
(edit) @2130   16 years bird md5sum: warnings.
(edit) @2129   16 years bird ln.s: include config.h first.
(edit) @2128   16 years bird ln.c: fixed #ifdef/defined bug.
(edit) @2127   16 years bird kmkbuiltin.h: warning.
(edit) @2126   16 years bird chmod.c: warnings.
(edit) @2125   16 years bird kmkbuiltin.c: warning.
(edit) @2124   16 years bird kbuild.c: more warnings.
(edit) @2121   16 years bird kmk: make sure alloca.h gets included (Solaris again).
(edit) @2119   16 years bird expand.c: warning.
(edit) @2118   16 years bird function.c: warnings.
(edit) @2117   16 years bird incdep.c,expreval.c: warnings.
(edit) @2116   16 years bird kbuild.c: warnings.
(edit) @2115   16 years bird kDepIDB: warnings.
(edit) @2114   16 years bird redirect.c: warning
(edit) @2113   16 years bird kmkbuiltin: include config.h
(edit) @2108   16 years bird fix
(edit) @2104   16 years bird kDepIDB: Added a -qquiet switch for disabling harmless warnings …
(edit) @2103   16 years bird kmk: updated help text.
(edit) @2102   16 years bird kmk: --print-time fix.
(edit) @2101   16 years bird kmk: Implemented new switch --print-time. Fixes #65.
(edit) @2100   16 years bird space
(edit) @2099   16 years bird kmk: Jokes.
(edit) @2097   16 years bird kmk_test: Fixed exec bug (crash) on non-windows platforms. On windows …
(edit) @2096   16 years bird kmk: if exists some-file
(edit) @2091   16 years bird kmk: Don't bootstrap with threads and disable them for FreeBSD.x86 …
(edit) @2089   16 years bird FreeBSD needs pthreads.
(edit) @2074   16 years bird kmk_redirect: OS/2 hack - close files, zap environment.
(edit) @2063   16 years bird OS/2 build fix.
(edit) @2062   16 years bird kmk: Moved the alloccache code into a separate file because it seems …
(edit) @2061   16 years bird kmk/Makefile.am: It's CONFIG_WITH_LAZY_DEPS_VARS not …
(edit) @2060   16 years bird kmk: fixed strsingle crash.
(edit) @2057   16 years bird solaris has mallinfo, but only in an alternative lib that is slower. duh.
(edit) @2056   16 years bird kmk: some MBs of memory during building by freeing up the chopped up …
(edit) @2053   16 years bird kmk/incdep.c: Check for the environment variables KMK_THREADS_DISABLED …
(edit) @2050   16 years bird kmk: converted the inlined alloccache_free() to non-inlined to avoid …
(edit) @2047   16 years bird kmk/config.h.win: 256/8 == 32 not 8.
(edit) @2046   16 years bird sleep.c: no unsung or unsigned in help, they can be negative now like …
(edit) @2041   16 years bird kmk: fixed gcc 3.2.3 issue.
(edit) @2040   16 years bird Another try.
(edit) @2039   16 years bird kmk: gcc 3.2.3 optimiazation bugs/hacks.
(edit) @2038   16 years bird attempt to fix optimization issue…
(edit) @2036   16 years bird build kmk_time by default.
(edit) @2035   16 years bird misc.c: enabled the glibc heap stats.
(edit) @2031   16 years bird Preparing for 0.1.5
(edit) @2030   16 years bird misc.c: Implemented heap statistics output for MSC.
(edit) @2029   16 years bird Windows build fix.
(edit) @2028   16 years bird remake.c: moved call_must_make_target_var out of the dep eval loop and …
(edit) @2027   16 years bird kmk/commands.c: delete multi target siblings not only the head.
(edit) @2025   16 years bird typo.
(edit) @2024   16 years bird kmk: Created a custom hook into the update_file process for checking …
(edit) @2023   16 years bird scripts/functions/if-expr: description fix
(edit) @2022   16 years bird exprval.c: fixed bug parsing unqoted variable references ($(VAR) == …
(edit) @2021   16 years bird kmk: Added a $(intersects set-a, set-b) function to complement the …
(edit) @2020   16 years bird kbuild.c: $(target)_OBJS_ -> $(target)_2_OBJS. References #57.
(edit) @2019   16 years bird GPLv2 -> GPLv3. See Ticket #44 for clarifications. Fixes #44.
(edit) @2017   16 years bird ash: bird wants DEBUG=2 in debug builds.
(edit) @2016   16 years bird kmk_append: new line -> newline
(edit) @2015   16 years bird kmk_append: added a new option '-N' for suppressing the trailing new …
(edit) @2014   16 years bird kbuild.c: Use append_string_to_variable in one more place.
(edit) @2013   16 years bird kbuild.c: Use append_string_to_variable and avoid memcpying _OUT_FILES …
(edit) @2012   16 years bird kbuild.c: compacted the code a bit.
(edit) @2011   16 years bird kmk,footer.kmk: New helper function 'kb-exp-tmpl', 10x faster than the …
(edit) @2010   16 years bird kmk: show the build type.
(edit) @2009   16 years bird kmk: show the build type.
(edit) @2006   16 years bird more stats and some minor adjustments.
(edit) @2005   16 years bird more variable modification stats.
(edit) @2004   16 years bird Some variable statistics.
(edit) @2003   16 years bird Added kmk_sleep as an external and internal kmk command.
(edit) @2002   16 years bird kmk_time: default to 1.
(edit) @2001   16 years bird kmk: pedantic warnings.
(edit) @2000   16 years bird scripts/variables/special: yet another -j1 test (hope it's not a bug).
(edit) @1999   16 years bird variaiable::value_length -> unsigned int.
Note: See TracRevisionLog for help on using the revision log.

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