Timeline
Oct 21, 2008:
- 11:35 PM Changeset [1908] by
- strchache2: hash hacking (no results or changes yet).
- 11:29 PM Changeset [1907] by
- variable.c: redid the need-for-speed stuff in lookup_variable.
- 3:03 PM Ticket #53 (append: add option for dropping the newline (similar to echo -n)) created by
- Tittle says it all.
- 7:38 AM Changeset [1906] by
- strcache2: oops, mixed arguments to inlined functions screwing up …
- 7:13 AM Changeset [1905] by
- strcache2: benchmarked strcache2_case_sensitive_hash_1 against …
- 6:46 AM Changeset [1904] by
- strcache2: inline memcmp seems faster (weird).
- 6:25 AM Changeset [1903] by
- strcache2: some cleanup.
- 5:57 AM Changeset [1902] by
- kmk: Moved the strcache hash optimizations into the hash code.
- 5:12 AM Changeset [1901] by
- kmk: fix for file_cache <-> file_strcache confusion bug introduced …
- 4:03 AM Changeset [1900] by
- strcache2: cacheline alignment.
- 3:51 AM Changeset [1899] by
- kmk: strcache2 - some alignment fixes.
- 3:39 AM Changeset [1898] by
- kmk: strcache_get_len -> strcache2_get_len
- 3:21 AM Changeset [1897] by
- kmk: added strcache2_get_ptr_hash for more efficent hashing by string …
- 2:52 AM Changeset [1896] by
- moved stuff.
- 2:48 AM Changeset [1895] by
- kmk: strcache cleanup.
Oct 20, 2008:
- 5:52 PM Changeset [1894] by
- kmk_time: linux compile issues.
- 4:13 AM Changeset [1893] by
- added a todo.
- 4:00 AM Changeset [1892] by
- kmk: file.c - use strcache2_lookup when an uncached string is handed …
- 3:46 AM Changeset [1891] by
- kmk: dir.c - get hash values from the strcache and exploit it for …
- 1:50 AM Changeset [1890] by
- kmk: Save pointers to global variables together with the string in the …
- 1:31 AM Changeset [1889] by
- kmk: cleaned out the VARIABLE_HASH code (was removed in favor of the a …
- 1:20 AM Changeset [1888] by
- fixed bug in previous revision.
- 1:08 AM Changeset [1887] by
- kmk: delegating variable string hashing to the strcache, dropping the …
- 12:27 AM Changeset [1886] by
- kmk: variable+strcache2 hacking.
Oct 19, 2008:
- 11:30 PM Changeset [1885] by
- kmk: strcache2_add_file macro for wrapping case sensitive/insenstive …
- 10:40 PM Changeset [1884] by
- kmk_time: windows fix, bettern alignment.
- 10:06 PM Changeset [1883] by
- kmk_time hacking. (performance test app)
Oct 17, 2008:
- 4:06 AM Changeset [1882] by
- two strcache_add optimizations.
- 4:06 AM Changeset [1881] by
- Made do_2nd_target_expansion skip a strlen.
- 4:06 AM Changeset [1880] by
- kmk: cleanup expand_argument hacks.
- 3:53 AM Changeset [1879] by
- do strcache2_print_stats_all.
- 3:46 AM Changeset [1878] by
- kmk: Use allocation caches for the tiny structs in dir.c (three caches …
- 3:29 AM Changeset [1877] by
- kmk: cache variable name strings.
- 3:02 AM Changeset [1876] by
- kmk/alloccache: item size alignment.
- 3:02 AM Changeset [1875] by
- incdep: whitespace
- 2:41 AM Changeset [1874] by
- incdep: The variable names should live in a different string cache.
- 2:10 AM Changeset [1873] by
- incdep: free records during flushing.
- 2:05 AM Changeset [1872] by
- incdep: use an allocation cache for the records to reduce xmalloc and …
- 1:38 AM Changeset [1871] by
- incdep: Use strcache2 for the dep and file names.
- 1:15 AM Changeset [1870] by
- kmk: replaced strcache with strcacahe2.
Oct 16, 2008:
- 7:05 AM Changeset [1869] by
- kmk: untested version of strcache2, lacking rehash. This is a string …
- 1:10 AM Changeset [1868] by
- kmk/incdep: getting acceptable parse-in-worker performance on linux now.
Oct 15, 2008:
- 3:28 AM Changeset [1867] by
- kmk: commands and file allocation caches.
- 3:11 AM Changeset [1866] by
- kmk/incdep: don't allocate nameseq records, there will be a whole lot …
- 3:08 AM Changeset [1865] by
- kmk/incdep: don't allocate nameseq records, there will be a whole lot …
- 3:00 AM Changeset [1864] by
- kmk: use alloc caches for variables, variable sets and varaible set lists.
Oct 14, 2008:
- 11:46 AM Changeset [1863] by
- kmk: Allocation caches for nameseq, dep and idep. next: variable.
- 3:04 AM Changeset [1862] by
- kmk: some preliminary allocation caching. seems dep, variables, …
Oct 13, 2008:
- 7:08 AM Changeset [1861] by
- kmk: and another strcache_get_len.
- 7:01 AM Changeset [1860] by
- kmk: replaced strlen with strcache_get_len in a number of place in …
- 6:52 AM Changeset [1859] by
- kmk: cache 'struct dep' memory to safe time in free() and xmalloc() …
- 6:35 AM Changeset [1858] by
- kmk: Added hash_find_slot_prehashed for the benefit of the strcache …
- 5:58 AM Changeset [1857] by
- kmk: improved the hashing of file table entries by making the strcache …
- 4:53 AM Changeset [1856] by
- inverted check.
- 4:09 AM Changeset [1855] by
- kmk: Don't call verify_file_data_base, which only performs assert-like …
- 3:50 AM Changeset [1854] by
- kmk: offload hashing of strcache entries to the includedep thread(s).
- 3:46 AM Changeset [1853] by
- kmk: Optimized the dependency hashing done by uniquize_deps() by …
- 2:16 AM Changeset [1852] by
- kmk/incdep: fixed the multithreaded heap issue on darwin. Only one …
Oct 12, 2008:
- 7:37 PM Changeset [1851] by
- fixed bug introduced earlier today.
- 6:55 PM Changeset [1850] by
- kmk: save some file::deps list waking.
- 6:48 PM Changeset [1849] by
- kmk: a little adjustment to save 10 clock ticks or something.
- 6:41 PM Changeset [1848] by
- kmk: includedep dependencies does not require unescaping or any other …
- 6:25 PM Changeset [1847] by
- kmk: Some optimizations for expand_deps.
- 6:24 PM Changeset [1846] by
- spaces (read.c)
- 6:23 PM Changeset [1845] by
- kmk/strcache: Make use of the string length to avoid expensive compare …
- 5:43 PM Changeset [1844] by
- one terminator is sufficient.
- 5:40 PM Changeset [1843] by
- kmk/strcache: align the strings on a (somewhat) natural boundrary and …
Oct 11, 2008:
- 10:53 PM Changeset [1842] by
- kmk: more hacking, makde isblank work skip ctype everywhere instead of …
- 10:04 PM Changeset [1841] by
- misc: some more unroll attemtps.
- 9:59 PM Changeset [1840] by
- better? predictions can do bad stuff…
- 9:36 PM Changeset [1839] by
- Did a couple of loop unrolls in find_next_token.
- 9:34 PM Changeset [1838] by
- kmk: fixed string termination for three strcache_add_len calls. (it …
- 9:24 PM Changeset [1837] by
- kmk: no need for the '\0' hack in expand_argument when using …
- 9:22 PM Changeset [1836] by
- kmk: don't return '\0'.
- 9:18 PM Changeset [1835] by
- kmk: fixed assertion + made them useful.
- 9:07 PM Changeset [1834] by
- kmk: assertions.
- 7:14 PM Changeset [1833] by
- kmk: Obvious optimization in file_hash_cmp.
- 5:10 PM Changeset [1832] by
- kmk: starting to eliminate kbuild_get_variable_fmt*. Use sizeof() on …
- 3:11 PM Changeset [1831] by
- kmk: find_char_unquote optimizations, some cleanup and a fix.
- 12:56 PM Changeset [1830] by
- kmk: more insane optimizations.
- 12:09 PM Changeset [1829] by
- kmk: variable hash hacking. (yet again)
- 9:12 AM Changeset [1828] by
- Config.kmk: NO_ENUM_BITFILEDS when using -pedantic.
- 9:12 AM Changeset [1827] by
- kmk: more length optimizations.
- 3:58 AM Changeset [1826] by
- kmk: isspace isn't inlined on msc, do that.
Oct 10, 2008:
- 11:04 PM Changeset [1825] by
- kmk/incdep: buildfix.
- 10:40 PM Changeset [1824] by
- kmk: includedep - use do_variable_definition_2.
- 10:27 PM Changeset [1823] by
- gprof .profile builds.
- 10:27 PM Changeset [1822] by
- inlined_memchr: hacked up a 8-byte loop unroll, doesn't by …
- 10:26 PM Changeset [1821] by
- kmk: incdep bug fix, dependencies was chopped of because they are now …
- 10:25 PM Changeset [1820] by
- linux want inlined memchr as well it turns out.
- 7:59 PM Changeset [1819] by
- kmk: 64-bit fix (forgotten).
- 9:43 AM Changeset [1818] by
- kmk: a bit more.
- 9:10 AM Changeset [1817] by
- kmk: pass end-of-line around to the condition evalalutation. Don't …
- 9:07 AM Changeset [1816] by
- kmk: windows build fix.
- 8:29 AM Changeset [1815] by
- NDEBUG for release and profile builds on every platform.
- 8:09 AM Changeset [1814] by
- kmk: two more recursive / simple fixes.
- 8:06 AM Changeset [1813] by
- kmk: inline memchr everywhere but on linux.
- 8:01 AM Changeset [1812] by
- kmk: fixes for recusive variable mixup.
- 7:19 AM Changeset [1811] by
- kmk: More string length optimizations.
- 7:19 AM Changeset [1810] by
- kmk: inline memchr on MSC + AMD64 because the CRT memchr sucks.
- 4:27 AM Changeset [1809] by
- kmk: More length and alloc optimizations. Made all the length …
Oct 9, 2008:
- 7:36 AM Changeset [1808] by
- kmk: More memchr and less strlen for simple assignments (var:=val).
- 7:34 AM Changeset [1807] by
- kmk: readstring - use memchr.
- 7:34 AM Changeset [1806] by
- kmk: readstring - use memchr.
- 6:12 AM Changeset [1805] by
- kmk: Some minor optimizations.
Sep 21, 2008:
- 9:55 PM Changeset [1804] by
- incdep: windows build fixes and some adjustments.
- 8:41 PM Changeset [1803] by
- header
- 8:40 PM Changeset [1802] by
- incdep: An experiment in pushing all the work to the threads.
- 4:29 PM Changeset [1801] by
- incdep: make thread count relative to the job slots.
- 3:43 AM Changeset [1800] by
- incdep: weeny strcache_add_len optimization.
- 3:17 AM Changeset [1799] by
- kmk: minor incdep adjustments.
- 3:06 AM Changeset [1798] by
- footer.kmk: experimental includedep-queue feature behind …
- 3:05 AM Changeset [1797] by
- kmk: moved eval_include_dep into incdep.c (was in read.c) and …
Sep 20, 2008:
- 1:51 AM Changeset [1796] by
- kmk_time: minor printf adjustments.
- 1:50 AM Changeset [1795] by
- footer.kmk: use the new kb-src-one when available.
- 1:49 AM Changeset [1794] by
- kmk: Change the directory hash size to prevent /usr/bin from causing 3 …
- 1:30 AM Changeset [1793] by
- kmk: hash table adjustments.
- 1:30 AM Changeset [1792] by
- kmk: Altered the behavior of $(kb-src-one ) when given an argument …
Sep 18, 2008:
- 5:42 PM Changeset [1791] by
- Config.kmk: test commit. refs #52
Sep 16, 2008:
- 5:12 PM Ticket #52 (qt4: abs paths in qrc on windows) created by
- wrong regexp for performing completing the path on windows.
- 4:18 AM Changeset [1790] by
- root/Makefile.kmk: install the units as well. Thanks to Mario …
Sep 15, 2008:
- 1:14 PM Ticket #51 (kBuild: incorrect expansion during template inheritance) created by
-
src/VBox/Main/webservices/Makefile.kmk
in VirtualBox exposes a … - 3:13 AM Changeset [1789] by
- properties.
- 3:12 AM Changeset [1788] by
- Added kmk_time, primarily for timing build runs on windows.
- 2:11 AM Changeset [1787] by
- Added src/misc.
- 12:19 AM Changeset [1786] by
- MINGW32.kmk: Handle a defined TOOL_MINGW32_PREFIX correctly. Also …
Sep 14, 2008:
- 7:31 PM Changeset [1785] by
- kash: fixed signals. trace all wrapped system calls.
Sep 13, 2008:
- 5:27 AM Changeset [1784] by
- kash: hacking.
- 12:42 AM Changeset [1783] by
- subheader/footer.kmk: Fixed missing DEFPATH assignment.
- 12:39 AM Changeset [1782] by
- header.kmk: enabled second target expansion by default.
Sep 11, 2008:
- 10:36 AM Ticket #50 (DLLSUFF.darwin doesn't work) created by
- Probably not picking up keyword variants there.
Sep 10, 2008:
- 6:32 AM Changeset [1781] by
- footer.kmk: Fixed DEPFILES (includedep only work with one file at the …
- 12:31 AM Download edited by
- md5 sums (diff)
- 12:23 AM Changeset [1780] by
- 0.1.4
- 12:06 AM WikiStart edited by
- kBuild 0.1.4 released, front page. (diff)
- 12:05 AM Download edited by
- kBuild 0.1.4 download instructions (diff)
Sep 9, 2008:
- 11:57 PM Changeset [1779] by
- Maintenance.kmk: removed the binaries from the -src.tar.gz and created …
- 11:33 PM Milestone 0.1.4 completed
- Feature release, planned stuff: - Expand the unit/uses concept. - …
- 11:31 PM Changeset [1778] by
- kmk: 0.1.4!
- 11:26 PM Ticket #49 (kmk: includedep doesn't strip newline when reading normal variables.) closed by
- fixed: The trick is to no insert newlines. Fixed in [1776].
- 11:26 PM Ticket #19 (Qt support) closed by
- fixed: Good enough for now.
- 11:21 PM Changeset [1777] by
- kBuild: This is 0.1.4!
- 11:20 PM Changeset [1776] by
- kmk: Fixed includdep bug wrt to multiline variables (not defined).
- 6:50 PM Ticket #49 (kmk: includedep doesn't strip newline when reading normal variables.) created by
- Title says it all. Easy to spot in src/VBox/Installer/win by changing …
Sep 8, 2008:
- 5:47 PM Changeset [1775] by
- touch KMK_REVISION
- 5:43 PM Changeset [1774] by
- qt4: More detection fixes. Don't suffix RCC.
- 5:27 PM Changeset [1773] by
- qt4: Forgot to export PATH_SDK_QT4_INC. oops
- 4:36 AM Changeset [1772] by
- subheader/footer: Fixed DEFPATH/PATH property. Either should be usable …
- 4:07 AM Changeset [1771] by
- qt3,qt4: Fixed defpath bug, source was omitted.
- 2:27 AM Changeset [1770] by
- qt3: Load the .prl file for the library.
- 2:13 AM Changeset [1769] by
- qt4: todo.
- 2:06 AM Changeset [1768] by
- qt4: typo.
- 2:05 AM Changeset [1767] by
- qt4: export stuff for recursive make files, better guess work, and …
- 1:44 AM Changeset [1766] by
- qt3: Added rule unit-qt3-show-vars.
- 1:28 AM Changeset [1765] by
- qt3: more detection work.
Sep 7, 2008:
- 8:11 PM Changeset [1764] by
- qt3: not everyeone has qm2ts (debian), so look for moc in places other …
- 7:56 PM Changeset [1763] by
- qt3: Improved the PATH_TOOL_QT3 guessing.
- 7:46 PM Changeset [1762] by
- user.vlx: Updated with new functions and preprocessor keywords.
Sep 6, 2008:
- 9:15 AM Changeset [1761] by
- qt3/4: _bld_* -> bld_*. Fixed some windows issues in qt3.
- 9:03 AM Changeset [1760] by
- qt3: windows fix.
- 8:53 AM Changeset [1759] by
- qt3: location guessing.
- 8:51 AM Changeset [1758] by
- qt3: location guessing.
- 8:40 AM Changeset [1757] by
- qt3: location guessing, windows fix.
- 8:31 AM Changeset [1756] by
- qt3: location guessing, windows fix.
- 5:34 AM Changeset [1755] by
- Changing <target>_PATH into <target>_DEFPATH. For the moment both are …
- 5:23 AM Changeset [1754] by
- footer.kmk: Gave install targets a directory in the object tree, e.i. …
- 5:21 AM Changeset [1753] by
- footer.kmk: Added EXPR[_EXT] and CHMOD[_EXT] macros for the new tools.
- 5:02 AM Changeset [1752] by
- Added expr and if-expr to KMK_FEATURES.
- 4:58 AM Changeset [1751] by
- kmk: Don't bother with secondary target expansion if it's not enabled …
Sep 5, 2008:
- 7:44 AM Changeset [1750] by
- The 0.1.4 binaries for freebsd/amd64.
- 7:43 AM Changeset [1749] by
- The 0.1.4 binaries for freebsd/x86.
- 7:29 AM Changeset [1748] by
- The 0.1.4 binaries for solaris/amd64.
- 7:29 AM Changeset [1747] by
- The 0.1.4 binaries for solaris/x86.
- 7:27 AM Changeset [1746] by
- The 0.1.4 binaries for os2/x86.
- 7:26 AM Changeset [1745] by
- The 0.1.4 binaries for os2/x86.
- 7:26 AM Changeset [1744] by
- kmk: OS/2 build fix.
- 7:18 AM Changeset [1743] by
- The 0.1.4 binaries for linux/amd64.
- 7:12 AM Changeset [1742] by
- The 0.1.4 binaries for linux/x86.
- 7:07 AM Changeset [1741] by
- kmk_expr: Fxied regex disabling.
- 7:06 AM Changeset [1740] by
- kmk_expr: Fixed regex disabling.
- 7:06 AM Changeset [1739] by
- kmk_expr: Fixed regex disabling.
- 7:01 AM Changeset [1738] by
- envwin.cmd: help typo.
- 7:00 AM Changeset [1737] by
- The 0.1.4 binaries for darwin/x86.
- 6:59 AM Changeset [1736] by
- The 0.1.4 binaries for win/x86
- 6:59 AM Changeset [1735] by
- The 0.1.4 binaries for win/amd64
- 6:55 AM Ticket #48 (kmk: Implement better if conditionals) closed by
- fixed: Last bits implemented in [1729].
- 6:54 AM Ticket #48 (kmk: Implement better if conditionals) created by
- Implement if conditional expression along the lines of C / BSD make / …
- 6:48 AM Ticket #47 (kmk_install: make chmod and chown permission errors ignorable) closed by
- fixed: Implemented in [1730].
- 6:47 AM Ticket #47 (kmk_install: make chmod and chown permission errors ignorable) created by
-
This is useful for build installation.
--ignore-perm-errors
and … - 6:38 AM Changeset [1734] by
- kDepPre: Shut up pedantic gcc warnings.
- 6:35 AM Changeset [1733] by
- kDep: shut up pedantic gcc warnings.
- 6:34 AM Changeset [1732] by
- kObjCache: shut up pedantic gcc warnings.
- 6:27 AM Changeset [1731] by
- kBuild 0.1.4
- 6:24 AM Changeset [1730] by
- kmk_install: --[no-]ignore-perm-errors on chmod and chown. This …
- 5:50 AM Changeset [1729] by
- kmk/expreval.c: Added conversion operators: num, string and bool. …
- 5:27 AM Changeset [1728] by
- kmk/expreval/ifcond: fixed the target operator and string parsing; …
- 3:45 AM Changeset [1727] by
- kmk: Two new functions $(if-expr cond,exp-on-true,exp-on-false) and …
- 3:44 AM Changeset [1726] by
- kmk/expreval.c: Warnings and a couple of bugs.
- 3:43 AM Changeset [1725] by
- kmk: shutting up warnings.
- 2:34 AM Changeset [1724] by
- kmk: ifcond.c -> expreval.c
Sep 4, 2008:
- 4:10 PM Changeset [1723] by
- kmk/ifcond: windows build fix.
- 7:37 AM Changeset [1722] by
- kmk: The rest of the if operators.
- 5:19 AM Changeset [1721] by
- kmk: Some more ifcond operators.
- 4:50 AM Changeset [1720] by
- kmk: More if conditionals code.
- 4:49 AM Changeset [1719] by
- kmk: More if conditionals code.
Sep 3, 2008:
- 3:33 PM Changeset [1718] by
- kmk_ln: fixed DOS slashes.
- 3:21 PM Changeset [1717] by
- mscfakes: CreateSymbolicLinkA returns BOOLEAN not BOOL.
- 3:40 AM Ticket #46 ($(defined var)) closed by
- fixed: Implemented in [1716].
- 3:40 AM Changeset [1716] by
- kmk: Added a new function $(defined var) which check whether var is …
- 3:39 AM Ticket #46 ($(defined var)) created by
-
Add a new function
$(defined )
that checks if the argument (one … - 1:05 AM Changeset [1715] by
- kmk: Started hacking on some useable if conditionals.
- 12:08 AM Changeset [1714] by
- typo.
- 12:07 AM Changeset [1713] by
- kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
- 12:06 AM Changeset [1712] by
- kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
- 12:05 AM Changeset [1711] by
- kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
Sep 2, 2008:
- 11:50 PM Changeset [1710] by
- kmk: Made chmod build on windows. Some cleanup of the bsdisms.
- 10:03 PM Ticket #34 (The kmk --jobs (-j) argument should default to the cpu/core count.) closed by
- fixed: Implemented in [1709].
- 10:02 PM Changeset [1709] by
- kmk: Made --jobs (-j) default to the number of online CPUS. Fixes #34.
- 6:23 AM Ticket #45 (Make symbolic links work with all tools on Windows) created by
- kmk_ln -s sort of does symbolic links now, make the rest pick it up too.
- 6:14 AM Changeset [1708] by
- kmk_expr: no dead, please.
- 6:11 AM Ticket #43 (Add expr) closed by
- fixed: Added OpenBSD rev 1.17 in [1703]. Ported in [1707].
- 6:09 AM Ticket #44 (Switch to GPLv3) created by
- GNU make is GPLv3, so it's probably simplest just to switch as well.
- 6:06 AM Changeset [1707] by
- kmk_expr: Ported expr. Fixes #43.
- 6:00 AM Changeset [1706] by
- chmod: updated KMK_BUILTIN.
- 5:18 AM Ticket #41 (Add chmod) closed by
- fixed: FreeBSD chmod, imported in [1704] and ported in [1705].
- 5:17 AM Changeset [1705] by
- kmk_chmod: Ported chmod. Fixes #41.
- 4:38 AM Changeset [1704] by
- kmkbuiltin/chmod.c: file revision 1.33 from FreeBSD.
- 4:28 AM Changeset [1703] by
- kmkbuiltin/expr.c: file revision 1.17 from OpenBSD
- 4:24 AM Ticket #43 (Add expr) created by
- expr is a useful thing for scripting. Use the openbsd one to avoid …
- 4:21 AM Ticket #21 (Fix target DEPS) closed by
- fixed: Adding two new properties for link targets that is not picked up by …
- 4:20 AM Changeset [1702] by
- kBuild: Implemented the new LNK_DEPS and LNK_ORDERDEPS link target …
- 4:06 AM Ticket #42 (kmk: implement secondary target expansion) closed by
- fixed: Implemented in [1701].
- 4:06 AM Changeset [1701] by
- kmk: Implemented secondary target expansion. Fixes #42.
- 4:03 AM Ticket #42 (kmk: implement secondary target expansion) created by
- GNU make sports a feature for secondary expansion of prerequisites, it …
- 3:46 AM Changeset [1700] by
- hash.c: spaces.
- 3:45 AM Changeset [1699] by
- kmk / $(commands* ): Check for empty name to prevent lookup_file from …
Sep 1, 2008:
- 11:53 AM Ticket #41 (Add chmod) created by
- chmod is sometimes useful and shouldn't be too difficult to add.
- 1:28 AM Ticket #40 (kmk: $(commands ) and $< doesn't work quite well together.) closed by
- wontfix: This isn't easily fixed, so noting it down as a restriction and adding …
- 1:27 AM Changeset [1698] by
- kmk: $(commands ) and $< wont work well together at all, no fix just …
- 12:03 AM Ticket #33 (kmk_touch / kmk_builtin_touch) closed by
-
wontfix: Obsoleted by
$(APPEND) -t $@
.
Aug 31, 2008:
- 11:15 PM Ticket #36 (_INST doesn't work with keywords.) closed by
- fixed: Fixed in [1697], both for INST and NOINST. Note neither property has a …
- 11:10 PM Changeset [1697] by
- footer.kmk: Check for all the keyword permutations of NOINST and INST. …
- 10:42 PM Changeset [1696] by
- footer: added global property DEPFILES with the usual permutations. …
- 10:26 PM Ticket #39 (kmk_append: Two new options {{{-d}}} and {{{-t}}}) closed by
- fixed: Implemented in [1695]. There is a slight change though, the …
- 10:24 PM Changeset [1695] by
- append: Added the -d and -t options for writing define...endef and …
- 9:48 PM Changeset [1694] by
- kmk: testcase for includedep.
- 9:36 PM Ticket #38 (kmk: includedep $(whatever) doesn't work) closed by
- fixed: Fixed in [1693].
- 9:35 PM Changeset [1693] by
- includedep: expand variabels when present. Fixes #38.
- 9:16 PM Ticket #35 (Design and implement the concept of units (USES prop)) closed by
- fixed: This is partially done since qt4 is working. closing.
- 7:32 PM Changeset [1692] by
- header.kmk: Made it possible to change PATH_OUT_BASE as well.
- 7:29 PM Changeset [1691] by
- header.kmk: Made it possible to change PATH_OUT_BASE as well.
- 4:29 PM Changeset [1690] by
- tools/VCC*: mention the .exp and .lib that we copy to PATH_LIB. The …
- 1:34 PM Ticket #40 (kmk: $(commands ) and $< doesn't work quite well together.) created by
- This doesn't work (from src/VBox/HostDrivers/Support/Makefile.kmk): […]
- 1:31 PM Ticket #39 (kmk_append: Two new options {{{-d}}} and {{{-t}}}) created by
-
The
-d
option should put the text/variable/commands in a … - 1:26 PM Ticket #38 (kmk: includedep $(whatever) doesn't work) created by
-
Need to expand the
includedep
input before passing it toopen
.
Aug 26, 2008:
- 8:42 PM Changeset [1689] by
- qt4: fixed .qrc dependency generation, attached the dependency list to …
Aug 23, 2008:
- 11:03 PM Changeset [1688] by
- qt3,qt4: Set the nls installation mode to 0644 if no template was …
Aug 22, 2008:
- 10:39 PM Changeset [1687] by
- qt4.kmk: Better PATH_TOOL_QT4 guessing (fedora 8).
- 9:56 PM Ticket #37 (Add support for resource compiling to GCC3OMF) created by
- The patch allows gcc 3.3.5 to compile also resource files. […]
Aug 13, 2008:
- 3:04 AM Ticket #36 (_INST doesn't work with keywords.) created by
- The following should work but doesn't: […]
Aug 11, 2008:
- 11:47 PM Changeset [1686] by
- Fixed warnings when using the NAME property and ending up with output …
Note:
See TracTimeline
for information about the timeline view.