source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1748   17 years bird The 0.1.4 binaries for solaris/amd64.
(edit) @1747   17 years bird The 0.1.4 binaries for solaris/x86.
(edit) @1746   17 years bird The 0.1.4 binaries for os2/x86.
(edit) @1745   17 years bird The 0.1.4 binaries for os2/x86.
(edit) @1744   17 years bird kmk: OS/2 build fix.
(edit) @1743   17 years bird The 0.1.4 binaries for linux/amd64.
(edit) @1742   17 years bird The 0.1.4 binaries for linux/x86.
(edit) @1741   17 years bird kmk_expr: Fxied regex disabling.
(edit) @1740   17 years bird kmk_expr: Fixed regex disabling.
(edit) @1739   17 years bird kmk_expr: Fixed regex disabling.
(edit) @1738   17 years bird envwin.cmd: help typo.
(edit) @1737   17 years bird The 0.1.4 binaries for darwin/x86.
(edit) @1736   17 years bird The 0.1.4 binaries for win/x86
(edit) @1735   17 years bird The 0.1.4 binaries for win/amd64
(edit) @1734   17 years bird kDepPre: Shut up pedantic gcc warnings.
(edit) @1733   17 years bird kDep: shut up pedantic gcc warnings.
(edit) @1732   17 years bird kObjCache: shut up pedantic gcc warnings.
(edit) @1731   17 years bird kBuild 0.1.4
(edit) @1730   17 years bird kmk_install: --[no-]ignore-perm-errors on chmod and chown. This …
(edit) @1729   17 years bird kmk/expreval.c: Added conversion operators: num, string and bool. …
(edit) @1728   17 years bird kmk/expreval/ifcond: fixed the target operator and string parsing; …
(edit) @1727   17 years bird kmk: Two new functions $(if-expr cond,exp-on-true,exp-on-false) and …
(edit) @1726   17 years bird kmk/expreval.c: Warnings and a couple of bugs.
(edit) @1725   17 years bird kmk: shutting up warnings.
(edit) @1724   17 years bird kmk: ifcond.c -> expreval.c
(edit) @1723   17 years bird kmk/ifcond: windows build fix.
(edit) @1722   17 years bird kmk: The rest of the if operators.
(edit) @1721   17 years bird kmk: Some more ifcond operators.
(edit) @1720   17 years bird kmk: More if conditionals code.
(edit) @1719   17 years bird kmk: More if conditionals code.
(edit) @1718   17 years bird kmk_ln: fixed DOS slashes.
(edit) @1717   17 years bird mscfakes: CreateSymbolicLinkA returns BOOLEAN not BOOL.
(edit) @1716   17 years bird kmk: Added a new function $(defined var) which check whether var is …
(edit) @1715   17 years bird kmk: Started hacking on some useable if conditionals.
(edit) @1714   17 years bird typo.
(edit) @1713   17 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1712   17 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1711   17 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1710   17 years bird kmk: Made chmod build on windows. Some cleanup of the bsdisms.
(edit) @1709   17 years bird kmk: Made --jobs (-j) default to the number of online CPUS. Fixes #34.
(edit) @1708   17 years bird kmk_expr: no dead, please.
(edit) @1707   17 years bird kmk_expr: Ported expr. Fixes #43.
(edit) @1706   17 years bird chmod: updated KMK_BUILTIN.
(edit) @1705   17 years bird kmk_chmod: Ported chmod. Fixes #41.
(edit) @1704   17 years bird kmkbuiltin/chmod.c: file revision 1.33 from FreeBSD.
(edit) @1703   17 years bird kmkbuiltin/expr.c: file revision 1.17 from OpenBSD
(edit) @1702   17 years bird kBuild: Implemented the new LNK_DEPS and LNK_ORDERDEPS link target …
(edit) @1701   17 years bird kmk: Implemented secondary target expansion. Fixes #42.
(edit) @1700   17 years bird hash.c: spaces.
(edit) @1699   17 years bird kmk / $(commands* ): Check for empty name to prevent lookup_file from …
(edit) @1698   17 years bird kmk: $(commands ) and $< wont work well together at all, no fix just …
(edit) @1697   17 years bird footer.kmk: Check for all the keyword permutations of NOINST and INST. …
(edit) @1696   17 years bird footer: added global property DEPFILES with the usual permutations. …
(edit) @1695   17 years bird append: Added the -d and -t options for writing define...endef and …
(edit) @1694   17 years bird kmk: testcase for includedep.
(edit) @1693   17 years bird includedep: expand variabels when present. Fixes #38.
(edit) @1692   17 years bird header.kmk: Made it possible to change PATH_OUT_BASE as well.
(edit) @1691   17 years bird header.kmk: Made it possible to change PATH_OUT_BASE as well.
(edit) @1690   17 years bird tools/VCC*: mention the .exp and .lib that we copy to PATH_LIB. The …
(edit) @1689   17 years bird qt4: fixed .qrc dependency generation, attached the dependency list to …
(edit) @1688   17 years bird qt3,qt4: Set the nls installation mode to 0644 if no template was …
(edit) @1687   17 years bird qt4.kmk: Better PATH_TOOL_QT4 guessing (fedora 8).
(edit) @1686   17 years bird Fixed warnings when using the NAME property and ending up with output …
(edit) @1685   17 years bird Look for qt in more places (hopefully fixes some ubuntu issues).
(edit) @1684   17 years bird qt3 unit: initial coding. (todo: testing + QT_IMAGES)
(edit) @1683   17 years bird qt4 unit: some qt -> qt4 fixes. separate the moc cmd deps.
(edit) @1682   17 years bird qt4: Fixed QTTOOL.
(edit) @1681   17 years bird Fixed #include <QtCore/qstring.h> stuff. Link windows programs against …
(edit) @1680   17 years bird unix wants lib prefix.
(edit) @1679   17 years bird Windows fixes.
(edit) @1678   17 years bird fixed typo.
(edit) @1677   17 years bird qt4 unit: Implemented QT_MODULES and QT_PREFIX, pluss trying to …
(edit) @1676   17 years bird
(edit) @1675   17 years bird Compile and install translation units. Added QTTOOL so the user …
(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) @1672   17 years bird Global USES differs from target USES and must be executed before any …
(edit) @1671   17 years bird Initial qt4 unit. Missing nls, but is otherwise fine.
(edit) @1670   17 years bird Fixed bug where INTERMEDIATES was expanded in the defining of the …
(edit) @1669   17 years bird Just print MAKEFILE_CURRENT.
(edit) @1668   17 years bird Print the makefile list if footer.kmk appears to early.
(edit) @1667   17 years bird Relax the pass ordering if there are no subdirs and makefiles to traverse.
(edit) @1666   17 years bird Put sed first as it takes longest to compile (regex is big/slow).
(edit) @1665   17 years bird Converted to a sub-makefile setup ('single' makefile).
(edit) @1664   17 years bird Added FILE_KBUILD_SUB_HEADER and FILE_KBUILD_SUB_FOOTER.
(edit) @1663   17 years bird DEPTH defaults to SUB_DEPTH when dealing with sub-makefiles.
(edit) @1662   17 years bird Corrected WINDDKXP to WINDDKWXP.
(edit) @1661   17 years bird Bump KMK_REVISION.
(edit) @1660   17 years bird A WinDDK SDK that targets Windows Vista and Windows Server 2008 …
(edit) @1659   17 years bird Added STD_CALL to DEFS.x86. Added _MSC_EXTENSIONS and _MERCED_A0_=1 to …
(edit) @1658   17 years bird A WinDDK SDK that targets Windows Server 2003 (KBUILD_TARGET_ARCH) and …
(edit) @1657   17 years bird A WinDDK SDK that targets Windows XP (x86).
(edit) @1656   17 years bird Removed debug warning.
(edit) @1655   17 years bird A WinDDK SDK that target Windows 2000 (x86).
(edit) @1654   17 years bird Fixed a bug in the SDK and TOOL inheritance (was not working at all).
(edit) @1653   17 years bird WinDDK (vista / w2k8).
(edit) @1652   17 years bird 0.1.3
(edit) @1651   17 years bird 0.1.3.
(edit) @1650   17 years bird force revision bump.
(edit) @1649   17 years bird Fixed another target list inconsistency wrt the variants used. …
Note: See TracRevisionLog for help on using the revision log.