7195e83303Fix argument handling to allow toolset name again.
Rene Rivera
2005-11-22 05:09:00 +0000
ec91cb7d55Fix argument handling to allow toolset name again.
Rene Rivera
2005-11-22 05:09:00 +0000
22d1e45597Allow use of COMMAND as an alias to SHELL builtin. This is a workaround for the builtin Jambase 2.3 which defines a Shell rule.
Rene Rivera
2005-11-21 05:47:15 +0000
c788036b07Allow use of COMMAND as an alias to SHELL builtin. This is a workaround for the builtin Jambase 2.3 which defines a Shell rule.
Rene Rivera
2005-11-21 05:47:15 +0000
71f97e742dWorkaround for failure to create command batch files. Thanks to Bronek Kozicki.
Rene Rivera
2005-11-21 05:36:29 +0000
bac0a1a08bWorkaround for failure to create command batch files. Thanks to Bronek Kozicki.
Rene Rivera
2005-11-21 05:36:29 +0000
731edd901eGenerate completely standalone, and versioned html docs.
Rene Rivera
2005-11-20 07:05:40 +0000
fe83cf879bDon't hardwire the target directory name of xstl result processing. And allow overriding the default with the 'name' property.
Rene Rivera
2005-11-20 07:00:25 +0000
f49d71ab79Don't hardwire the target directory name of xstl result processing. And allow overriding the default with the 'name' property.
Rene Rivera
2005-11-20 07:00:25 +0000
840456c9a3Remove all hardwired cflags and cxxflags from actions, so they can be manipulated by extending toolsets.
Rene Rivera
2005-11-19 21:43:22 +0000
759c96ab6dNow create a truly standalone doc/html directory by copying the needed graphics and styles.
Rene Rivera
2005-11-19 05:52:09 +0000
7dcf885aecAdd some XSTL transformations to normalize the embedding of other boostbook docs for things other than libraries so that they are integrated as chapters when the top level docs get generated.
Rene Rivera
2005-11-17 20:40:06 +0000
a9c22adb8aQt 4 fixes.
Vladimir Prus
2005-11-16 10:06:51 +0000
d5dd6a8057Qt 4 fixes.
Vladimir Prus
2005-11-16 10:06:51 +0000
0f9cc7a19eFix atexit crashes because string for temp files got freed before they got used on the at exit file deletes.
Rene Rivera
2005-11-15 05:44:03 +0000
e4def4e2d2Fix atexit crashes because string for temp files got freed before they got used on the at exit file deletes.
Rene Rivera
2005-11-15 05:44:03 +0000
4f4502b55aAdd support for assembler to borland toolset.
Vladimir Prus
2005-11-14 16:14:06 +0000
3f8dbe5e1dAdd support for assembler to borland toolset.
Vladimir Prus
2005-11-14 16:14:06 +0000
061a3d4946Adjust borland to the new response files mechanism.
Vladimir Prus
2005-11-14 16:07:35 +0000
b637937b8dAdjust borland to the new response files mechanism.
Vladimir Prus
2005-11-14 16:07:35 +0000
64a6241040Resource ID of a manifest should be 1 for an executable and 2 for dll.
Vladimir Prus
2005-11-14 15:15:06 +0000
66e67b495cResource ID of a manifest should be 1 for an executable and 2 for dll.
Vladimir Prus
2005-11-14 15:15:06 +0000
0e388de77dUnbreak project_test4
Vladimir Prus
2005-11-14 14:38:23 +0000
cb9a32b764Unbreak project_test4
Vladimir Prus
2005-11-14 14:38:23 +0000
70758d42eaUnbreak generators_test: - rename UI type to TUI to avoid conflicts with Qt - adjust to print.text changes
Vladimir Prus
2005-11-14 14:36:45 +0000
0125984e83Unbreak generators_test: - rename UI type to TUI to avoid conflicts with Qt - adjust to print.text changes
Vladimir Prus
2005-11-14 14:36:45 +0000
ab09f7e894Unbreak dependency_test. It was used print.echo-cmd that got removed recently.
Vladimir Prus
2005-11-14 14:25:15 +0000
7a6f8a37eeUnbreak dependency_test. It was used print.echo-cmd that got removed recently.
Vladimir Prus
2005-11-14 14:25:15 +0000
0ce6fd48a6Adjust tests to the fact that print.text no longer implicitly adds newline.
Vladimir Prus
2005-11-14 13:38:49 +0000
484b71cf3fAdjust tests to the fact that print.text no longer implicitly adds newline.
Vladimir Prus
2005-11-14 13:38:49 +0000
2cbab7f5d3Add reference to bjam quickbook docs from global docs.
Rene Rivera
2005-11-14 06:58:09 +0000
c052112d57Search for "snapshot" as a version tag when doing Boost tool configs.
Rene Rivera
2005-11-14 06:10:03 +0000
726528c3d0Search for "snapshot" as a version tag when doing Boost tool configs.
Rene Rivera
2005-11-14 06:10:03 +0000
49a63017a0Allow for "build.jam" as a BBv2 build file.
Rene Rivera
2005-11-14 06:09:11 +0000
1216016204Allow for "build.jam" as a BBv2 build file.
Rene Rivera
2005-11-14 06:09:11 +0000
40c6422887Remove compiler include and lib when vcvars32 is already run as they are already taken into account by the running of vcvars32. It now behaves like when it runs vcvars32 itself. In response to John M. request.
Rene Rivera
2005-11-12 20:00:14 +0000
8cffe6b508Fixes for QT4, DEF files, etc. from Reece Dunn.
Rene Rivera
2005-11-09 13:56:41 +0000
340337a2ecFixes for QT4, DEF files, etc. from Reece Dunn.
Rene Rivera
2005-11-09 13:56:41 +0000
8110e3da80Add -D_REENTRANT for IA64 since -pthread doesn't do that there.
Ben Hutchings
2005-11-09 00:08:06 +0000
7cf3c1e77aFix syntax error, not sure why it never came up?
Rene Rivera
2005-11-07 07:27:02 +0000
41a0c185b3Fix syntax error, not sure why it never came up?
Rene Rivera
2005-11-07 07:27:02 +0000
62f0904354boostbook.jam; remove locals when using print.text. print.jam; reimplement in terms of @() feature.
Rene Rivera
2005-11-06 22:34:44 +0000
460df0d63dboostbook.jam; remove locals when using print.text. print.jam; reimplement in terms of @() feature.
Rene Rivera
2005-11-06 22:34:44 +0000
4ec8584f39Apply patch from Reece Dun to remove the generation of response files as targets. But instead use the @() bjam functionality.
Rene Rivera
2005-11-05 07:46:38 +0000
15c10c2e16Apply patch from Reece Dun to remove the generation of response files as targets. But instead use the @() bjam functionality.
Rene Rivera
2005-11-05 07:46:38 +0000
4d8e85c075Implement TMPNAME and TMPFILE auto variables for Windows and Unix platforms.
Rene Rivera
2005-11-05 07:05:28 +0000
f43778a768Implement TMPNAME and TMPFILE auto variables for Windows and Unix platforms.
Rene Rivera
2005-11-05 07:05:28 +0000
00f84029c9Implement @(file) syntax in actions.
Rene Rivera
2005-11-03 16:41:05 +0000
6ff174db28Implement @(file) syntax in actions.
Rene Rivera
2005-11-03 16:41:05 +0000
baff08aee9Don't include /usr/include on Solaris
Douglas Gregor
2005-11-01 14:05:46 +0000
8273af2a31Add common path_tmpdir function to get system dependent path to temporary a directory.
Rene Rivera
2005-10-31 06:36:54 +0000
bbfc813ec8Add common path_tmpdir function to get system dependent path to temporary a directory.
Rene Rivera
2005-10-31 06:36:54 +0000
6af5941eadAdd --show-locate-target to aid configure script
Douglas Gregor
2005-10-26 14:23:36 +0000
5934a5bd56Add --show-locate-target to aid configure script
Douglas Gregor
2005-10-26 14:23:36 +0000
a4b166d05aTurn the ability observe Borland's inlining bugs back on.
Dave Abrahams
2005-10-26 12:07:24 +0000
fff0bf069bAdd architecture-specific optimization flags.
Vladimir Prus
2005-10-26 06:40:14 +0000
ccb5d9d0d1Add architecture-specific optimization flags.
Vladimir Prus
2005-10-26 06:40:14 +0000
e4669fe592Call "using msvc : all ; " from msvc-config.jam. The file will be completely remove a bit later.
Vladimir Prus
2005-10-26 06:35:47 +0000
1a6d28f203Call "using msvc : all ; " from msvc-config.jam. The file will be completely remove a bit later.
Vladimir Prus
2005-10-26 06:35:47 +0000
cf267f1cd8Also search for the Python DLL in the install location to catch when Python is not installed globally (non-admin install).
Rene Rivera
2005-10-26 03:29:15 +0000
3bd9ab1fcfFix CYGWIN_PYTHON_DEBUG_ROOT to be consistent with docs Set *nix PYTHON_ROOT to /usr, to be consistent with real installations. Use *nix rather than Unix everywhere for generality
Dave Abrahams
2005-10-25 15:47:27 +0000
bf88df5cbdFix generators with several targets of the same time. Previously, if generator were declared as:
Vladimir Prus
2005-10-20 07:35:25 +0000