VirtualBox

source: kBuild/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @1702   16 years bird kBuild: Implemented the new LNK_DEPS and LNK_ORDERDEPS link target …
(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) @1697   16 years bird footer.kmk: Check for all the keyword permutations of NOINST and INST. …
(edit) @1696   16 years bird footer: added global property DEPFILES with the usual permutations. …
(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) @1692   16 years bird header.kmk: Made it possible to change PATH_OUT_BASE as well.
(edit) @1691   16 years bird header.kmk: Made it possible to change PATH_OUT_BASE as well.
(edit) @1690   16 years bird tools/VCC*: mention the .exp and .lib that we copy to PATH_LIB. The …
(edit) @1689   16 years bird qt4: fixed .qrc dependency generation, attached the dependency list to …
(edit) @1688   16 years bird qt3,qt4: Set the nls installation mode to 0644 if no template was …
(edit) @1687   16 years bird qt4.kmk: Better PATH_TOOL_QT4 guessing (fedora 8).
(edit) @1686   16 years bird Fixed warnings when using the NAME property and ending up with output …
(edit) @1685   16 years bird Look for qt in more places (hopefully fixes some ubuntu issues).
(edit) @1684   16 years bird qt3 unit: initial coding. (todo: testing + QT_IMAGES)
(edit) @1683   16 years bird qt4 unit: some qt -> qt4 fixes. separate the moc cmd deps.
(edit) @1682   16 years bird qt4: Fixed QTTOOL.
(edit) @1681   16 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) @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. …
(edit) @1648   17 years bird Use the _ALL_xyz target lists instead of re-listing all the …
(edit) @1647   17 years bird Added the GPL+CDDL VirtualBox license and refreshed the standard …
(edit) @1646   17 years bird Added a 'testing' pass (non-default). Made all the pass aliases .PHONY.
(edit) @1645   17 years bird The 0.1.3 binaries for win/amd64 - rc2b.
(edit) @1644   17 years bird The 0.1.3 binaries for win/x86 - rc2b.
(edit) @1643   17 years bird Don't use NtQueryInformationFile on remote drives, they typically lie …
(edit) @1642   17 years bird The 0.1.3 binaries for solaris/x86 - rc2.
(edit) @1641   17 years bird The 0.1.3 binaries for solaris/amd64 - rc2.
(edit) @1640   17 years bird The 0.1.3 binaries for linux/x86 - rc2.
(edit) @1639   17 years bird The 0.1.3 binaries for linux/amd64 - rc2.
(edit) @1638   17 years bird The 0.1.3 binaries for freebsd/x86 - rc2.
(edit) @1637   17 years bird The 0.1.3 binaries for freebsd/amd64 - rc2.
(edit) @1636   17 years bird The 0.1.3 binaries for os2/x86 - rc2.
(edit) @1635   17 years bird Added missing headers (OS/2).
(edit) @1634   17 years bird The 0.1.3 binaries for darwin/x86 - rc2.
(edit) @1633   17 years bird The 0.1.3 binaries for win/x86 - rc2.
(edit) @1632   17 years bird The 0.1.3 binaries for win/amd64 - rc2.
(edit) @1631   17 years bird Fixed bad label.
(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.
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