source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1859   17 years bird kmk: cache 'struct dep' memory to safe time in free() and xmalloc() …
(edit) @1858   17 years bird kmk: Added hash_find_slot_prehashed for the benefit of the strcache …
(edit) @1857   17 years bird kmk: improved the hashing of file table entries by making the strcache …
(edit) @1856   17 years bird inverted check.
(edit) @1855   17 years bird kmk: Don't call verify_file_data_base, which only performs assert-like …
(edit) @1854   17 years bird kmk: offload hashing of strcache entries to the includedep thread(s).
(edit) @1853   17 years bird kmk: Optimized the dependency hashing done by uniquize_deps() by …
(edit) @1852   17 years bird kmk/incdep: fixed the multithreaded heap issue on darwin. Only one …
(edit) @1851   17 years bird fixed bug introduced earlier today.
(edit) @1850   17 years bird kmk: save some file::deps list waking.
(edit) @1849   17 years bird kmk: a little adjustment to save 10 clock ticks or something.
(edit) @1848   17 years bird kmk: includedep dependencies does not require unescaping or any other …
(edit) @1847   17 years bird kmk: Some optimizations for expand_deps.
(edit) @1846   17 years bird spaces (read.c)
(edit) @1845   17 years bird kmk/strcache: Make use of the string length to avoid expensive compare …
(edit) @1844   17 years bird one terminator is sufficient.
(edit) @1843   17 years bird kmk/strcache: align the strings on a (somewhat) natural boundrary and …
(edit) @1842   17 years bird kmk: more hacking, makde isblank work skip ctype everywhere instead of …
(edit) @1841   17 years bird misc: some more unroll attemtps.
(edit) @1840   17 years bird better? predictions can do bad stuff…
(edit) @1839   17 years bird Did a couple of loop unrolls in find_next_token.
(edit) @1838   17 years bird kmk: fixed string termination for three strcache_add_len calls. (it …
(edit) @1837   17 years bird kmk: no need for the '\0' hack in expand_argument when using …
(edit) @1836   17 years bird kmk: don't return '\0'.
(edit) @1835   17 years bird kmk: fixed assertion + made them useful.
(edit) @1834   17 years bird kmk: assertions.
(edit) @1833   17 years bird kmk: Obvious optimization in file_hash_cmp.
(edit) @1832   17 years bird kmk: starting to eliminate kbuild_get_variable_fmt*. Use sizeof() on …
(edit) @1831   17 years bird kmk: find_char_unquote optimizations, some cleanup and a fix.
(edit) @1830   17 years bird kmk: more insane optimizations.
(edit) @1829   17 years bird kmk: variable hash hacking. (yet again)
(edit) @1828   17 years bird Config.kmk: NO_ENUM_BITFILEDS when using -pedantic.
(edit) @1827   17 years bird kmk: more length optimizations.
(edit) @1826   17 years bird kmk: isspace isn't inlined on msc, do that.
(edit) @1825   17 years bird kmk/incdep: buildfix.
(edit) @1824   17 years bird kmk: includedep - use do_variable_definition_2.
(edit) @1823   17 years bird gprof .profile builds.
(edit) @1822   17 years bird inlined_memchr: hacked up a 8-byte loop unroll, doesn't by …
(edit) @1821   17 years bird kmk: incdep bug fix, dependencies was chopped of because they are now …
(edit) @1820   17 years bird linux want inlined memchr as well it turns out.
(edit) @1819   17 years bird kmk: 64-bit fix (forgotten).
(edit) @1818   17 years bird kmk: a bit more.
(edit) @1817   17 years bird kmk: pass end-of-line around to the condition evalalutation. Don't …
(edit) @1816   17 years bird kmk: windows build fix.
(edit) @1815   17 years bird NDEBUG for release and profile builds on every platform.
(edit) @1814   17 years bird kmk: two more recursive / simple fixes.
(edit) @1813   17 years bird kmk: inline memchr everywhere but on linux.
(edit) @1812   17 years bird kmk: fixes for recusive variable mixup.
(edit) @1811   17 years bird kmk: More string length optimizations.
(edit) @1810   17 years bird kmk: inline memchr on MSC + AMD64 because the CRT memchr sucks.
(edit) @1809   17 years bird kmk: More length and alloc optimizations. Made all the length …
(edit) @1808   17 years bird kmk: More memchr and less strlen for simple assignments (var:=val).
(edit) @1807   17 years bird kmk: readstring - use memchr.
(edit) @1806   17 years bird kmk: readstring - use memchr.
(edit) @1805   17 years bird kmk: Some minor optimizations.
(edit) @1804   17 years bird incdep: windows build fixes and some adjustments.
(edit) @1803   17 years bird header
(edit) @1802   17 years bird incdep: An experiment in pushing all the work to the threads.
(edit) @1801   17 years bird incdep: make thread count relative to the job slots.
(edit) @1800   17 years bird incdep: weeny strcache_add_len optimization.
(edit) @1799   17 years bird kmk: minor incdep adjustments.
(edit) @1798   17 years bird footer.kmk: experimental includedep-queue feature behind …
(edit) @1797   17 years bird kmk: moved eval_include_dep into incdep.c (was in read.c) and …
(edit) @1796   17 years bird kmk_time: minor printf adjustments.
(edit) @1795   17 years bird footer.kmk: use the new kb-src-one when available.
(edit) @1794   17 years bird kmk: Change the directory hash size to prevent /usr/bin from causing 3 …
(edit) @1793   17 years bird kmk: hash table adjustments.
(edit) @1792   17 years bird kmk: Altered the behavior of $(kb-src-one ) when given an argument …
(edit) @1791   17 years bird Config.kmk: test commit. refs #52
(edit) @1790   17 years bird root/Makefile.kmk: install the units as well. Thanks to Mario …
(edit) @1789   17 years bird properties.
(edit) @1788   17 years bird Added kmk_time, primarily for timing build runs on windows.
(edit) @1787   17 years bird Added src/misc.
(edit) @1786   17 years bird MINGW32.kmk: Handle a defined TOOL_MINGW32_PREFIX correctly. Also …
(edit) @1785   17 years bird kash: fixed signals. trace all wrapped system calls.
(edit) @1784   17 years bird kash: hacking.
(edit) @1783   17 years bird subheader/footer.kmk: Fixed missing DEFPATH assignment.
(edit) @1782   17 years bird header.kmk: enabled second target expansion by default.
(edit) @1781   17 years bird footer.kmk: Fixed DEPFILES (includedep only work with one file at the …
(edit) @1780   17 years bird 0.1.4
(edit) @1779   17 years bird Maintenance.kmk: removed the binaries from the -src.tar.gz and created …
(edit) @1778   17 years bird kmk: 0.1.4!
(edit) @1777   17 years bird kBuild: This is 0.1.4!
(edit) @1776   17 years bird kmk: Fixed includdep bug wrt to multiline variables (not defined).
(edit) @1775   17 years bird touch KMK_REVISION
(edit) @1774   17 years bird qt4: More detection fixes. Don't suffix RCC.
(edit) @1773   17 years bird qt4: Forgot to export PATH_SDK_QT4_INC. oops
(edit) @1772   17 years bird subheader/footer: Fixed DEFPATH/PATH property. Either should be usable …
(edit) @1771   17 years bird qt3,qt4: Fixed defpath bug, source was omitted.
(edit) @1770   17 years bird qt3: Load the .prl file for the library.
(edit) @1769   17 years bird qt4: todo.
(edit) @1768   17 years bird qt4: typo.
(edit) @1767   17 years bird qt4: export stuff for recursive make files, better guess work, and …
(edit) @1766   17 years bird qt3: Added rule unit-qt3-show-vars.
(edit) @1765   17 years bird qt3: more detection work.
(edit) @1764   17 years bird qt3: not everyeone has qm2ts (debian), so look for moc in places other …
(edit) @1763   17 years bird qt3: Improved the PATH_TOOL_QT3 guessing.
(edit) @1762   17 years bird user.vlx: Updated with new functions and preprocessor keywords.
(edit) @1761   17 years bird qt3/4: _bld_* -> bld_*. Fixed some windows issues in qt3.
(edit) @1760   17 years bird qt3: windows fix.
Note: See TracRevisionLog for help on using the revision log.