VirtualBox

source: kBuild/trunk/src/kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1834   16 years bird kmk: assertions.
(edit) @1833   16 years bird kmk: Obvious optimization in file_hash_cmp.
(edit) @1832   16 years bird kmk: starting to eliminate kbuild_get_variable_fmt*. Use sizeof() on …
(edit) @1831   16 years bird kmk: find_char_unquote optimizations, some cleanup and a fix.
(edit) @1830   16 years bird kmk: more insane optimizations.
(edit) @1829   16 years bird kmk: variable hash hacking. (yet again)
(edit) @1827   16 years bird kmk: more length optimizations.
(edit) @1826   16 years bird kmk: isspace isn't inlined on msc, do that.
(edit) @1825   16 years bird kmk/incdep: buildfix.
(edit) @1824   16 years bird kmk: includedep - use do_variable_definition_2.
(edit) @1822   16 years bird inlined_memchr: hacked up a 8-byte loop unroll, doesn't by …
(edit) @1821   16 years bird kmk: incdep bug fix, dependencies was chopped of because they are now …
(edit) @1820   16 years bird linux want inlined memchr as well it turns out.
(edit) @1819   16 years bird kmk: 64-bit fix (forgotten).
(edit) @1818   16 years bird kmk: a bit more.
(edit) @1817   16 years bird kmk: pass end-of-line around to the condition evalalutation. Don't …
(edit) @1816   16 years bird kmk: windows build fix.
(edit) @1814   16 years bird kmk: two more recursive / simple fixes.
(edit) @1813   16 years bird kmk: inline memchr everywhere but on linux.
(edit) @1812   16 years bird kmk: fixes for recusive variable mixup.
(edit) @1811   16 years bird kmk: More string length optimizations.
(edit) @1810   16 years bird kmk: inline memchr on MSC + AMD64 because the CRT memchr sucks.
(edit) @1809   16 years bird kmk: More length and alloc optimizations. Made all the length …
(edit) @1808   16 years bird kmk: More memchr and less strlen for simple assignments (var:=val).
(edit) @1807   16 years bird kmk: readstring - use memchr.
(edit) @1806   16 years bird kmk: readstring - use memchr.
(edit) @1805   16 years bird kmk: Some minor optimizations.
(edit) @1804   16 years bird incdep: windows build fixes and some adjustments.
(edit) @1803   16 years bird header
(edit) @1802   16 years bird incdep: An experiment in pushing all the work to the threads.
(edit) @1801   16 years bird incdep: make thread count relative to the job slots.
(edit) @1800   16 years bird incdep: weeny strcache_add_len optimization.
(edit) @1799   16 years bird kmk: minor incdep adjustments.
(edit) @1797   16 years bird kmk: moved eval_include_dep into incdep.c (was in read.c) and …
(edit) @1794   16 years bird kmk: Change the directory hash size to prevent /usr/bin from causing 3 …
(edit) @1793   16 years bird kmk: hash table adjustments.
(edit) @1792   16 years bird kmk: Altered the behavior of $(kb-src-one ) when given an argument …
(edit) @1778   16 years bird kmk: 0.1.4!
(edit) @1776   16 years bird kmk: Fixed includdep bug wrt to multiline variables (not defined).
(edit) @1752   16 years bird Added expr and if-expr to KMK_FEATURES.
(edit) @1751   16 years bird kmk: Don't bother with secondary target expansion if it's not enabled …
(edit) @1744   16 years bird kmk: OS/2 build fix.
(edit) @1739   16 years bird kmk_expr: Fixed regex disabling.
(edit) @1730   16 years bird kmk_install: --[no-]ignore-perm-errors on chmod and chown. This …
(edit) @1729   16 years bird kmk/expreval.c: Added conversion operators: num, string and bool. …
(edit) @1728   16 years bird kmk/expreval/ifcond: fixed the target operator and string parsing; …
(edit) @1727   16 years bird kmk: Two new functions $(if-expr cond,exp-on-true,exp-on-false) and …
(edit) @1726   16 years bird kmk/expreval.c: Warnings and a couple of bugs.
(edit) @1725   16 years bird kmk: shutting up warnings.
(edit) @1724   16 years bird kmk: ifcond.c -> expreval.c
(edit) @1723   16 years bird kmk/ifcond: windows build fix.
(edit) @1722   16 years bird kmk: The rest of the if operators.
(edit) @1721   16 years bird kmk: Some more ifcond operators.
(edit) @1720   16 years bird kmk: More if conditionals code.
(edit) @1719   16 years bird kmk: More if conditionals code.
(edit) @1718   16 years bird kmk_ln: fixed DOS slashes.
(edit) @1717   16 years bird mscfakes: CreateSymbolicLinkA returns BOOLEAN not BOOL.
(edit) @1716   16 years bird kmk: Added a new function $(defined var) which check whether var is …
(edit) @1715   16 years bird kmk: Started hacking on some useable if conditionals.
(edit) @1714   16 years bird typo.
(edit) @1713   16 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1712   16 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1711   16 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1710   16 years bird kmk: Made chmod build on windows. Some cleanup of the bsdisms.
(edit) @1709   16 years bird kmk: Made --jobs (-j) default to the number of online CPUS. Fixes #34.
(edit) @1708   16 years bird kmk_expr: no dead, please.
(edit) @1707   16 years bird kmk_expr: Ported expr. Fixes #43.
(edit) @1706   16 years bird chmod: updated KMK_BUILTIN.
(edit) @1705   16 years bird kmk_chmod: Ported chmod. Fixes #41.
(edit) @1704   16 years bird kmkbuiltin/chmod.c: file revision 1.33 from FreeBSD.
(edit) @1703   16 years bird kmkbuiltin/expr.c: file revision 1.17 from OpenBSD
(edit) @1701   16 years bird kmk: Implemented secondary target expansion. Fixes #42.
(edit) @1700   16 years bird hash.c: spaces.
(edit) @1699   16 years bird kmk / $(commands* ): Check for empty name to prevent lookup_file from …
(edit) @1698   16 years bird kmk: $(commands ) and $< wont work well together at all, no fix just …
(edit) @1695   16 years bird append: Added the -d and -t options for writing define...endef and …
(edit) @1694   16 years bird kmk: testcase for includedep.
(edit) @1693   16 years bird includedep: expand variabels when present. Fixes #38.
(edit) @1674   17 years bird Fixed the error message on _spawnvp failure (windows) and added an …
(edit) @1673   17 years bird Fixed build issue on windows.
(edit) @1665   17 years bird Converted to a sub-makefile setup ('single' makefile).
(edit) @1635   17 years bird Added missing headers (OS/2).
(edit) @1630   17 years bird Forgot to read the environment.
(edit) @1629   17 years bird Fixed warning.
(edit) @1628   17 years bird Fixed $(breakpoint ) on MSC. Fixed two warnings.
(edit) @1627   17 years bird Enabled recursive copying w/ protection a la rm.
(edit) @1626   17 years bird removed a leftover prototype.
(edit) @1622   17 years bird Bumped up the priority of a local variable. Fixed inconsistent use of …
(edit) @1620   17 years bird The last kb-src-prop argument is optional.
(edit) @1619   17 years bird $(breakpoint ) for debugging.
(edit) @1618   17 years bird Fixed a bug in func_kbuild_source_prop (kb-src-prop) that would cause …
(edit) @1617   17 years bird Don't append empty strings to variables. (foo +=)
(edit) @1616   17 years bird Added a space between the which results.
(edit) @1615   17 years bird Added a space between the which results.
(edit) @1611   17 years bird Fixed a cleanup problem where yasm and vcc* and stuch would leave …
(edit) @1610   17 years bird Fixed prepend w/ expansion (would append instead of prepend). …
(edit) @1609   17 years bird grr2
(edit) @1608   17 years bird grr.
(edit) @1607   17 years bird Another try - forgot about xrealloc.
(edit) @1606   17 years bird Fixed bug in append_expand_string_to_variable() where variables …
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