9acd3462d1Fix "import" statements.
Vladimir Prus
2004-03-10 07:43:53 +0000
14f3e6e839The Solaris version of the GNU linker doesn't use "debug" as a section flag. Change to only use the supported ones in this case, and only enable the other for Linux. Other platforms get no flags and hence don't do the objcopy step.
Rene Rivera
2004-03-05 23:22:45 +0000
84a6dd5cd3Default to mipspro compiler on Irix.
Rene Rivera
2004-03-05 23:15:40 +0000
02d2b7f25aDefault to mipspro compiler on Irix.
Rene Rivera
2004-03-05 23:15:40 +0000
326d83195bFixes for compiling with MinGW and GCC on Win32 more generally. - Some options got swallowed sometime in the past because of checking local var instead of target var (on-windows). The options are now present again. - Fix incorrect path separators for when not in Unix. - Fix some missing quotes for commands. Part of SF issue #898333. - Verified that building with the MinGW in the Dev-CPP environment works.
Rene Rivera
2004-03-05 08:09:47 +0000
6858363687Silence some of the basic commands on NT, like copy which outputs the useless and obvious file copy count.
Rene Rivera
2004-03-05 08:02:27 +0000
fb5b1c7d67Fix problem of setting JAMSHELL to % and executing quoted commands. That combination would cause spawn: invalid argument errors. Now quotes are removed from the command if they are present.
Rene Rivera
2004-03-05 07:53:32 +0000
d5003fc843Fix problem of setting JAMSHELL to % and executing quoted commands. That combination would cause spawn: invalid argument errors. Now quotes are removed from the command if they are present.
Rene Rivera
2004-03-05 07:53:32 +0000
b8d63e6457Fix compilation with CodeWarrior. Even though it compiles the bootstrap jam0 compiling the full version now causes a compiler crash.
Rene Rivera
2004-03-05 07:22:41 +0000
8327757da1Fix compilation with CodeWarrior. Even though it compiles the bootstrap jam0 compiling the full version now causes a compiler crash.
Rene Rivera
2004-03-05 07:22:41 +0000
4a16e05d17New CodeWarrior toolset which handles all the different versions, and eventually support CW on other platforms.
Rene Rivera
2004-02-23 07:33:34 +0000
e011a32888Cleanup, some documentation, and addition of some features for use in the new combined CodeWarrior toolset.
Rene Rivera
2004-02-23 07:31:45 +0000
68bfe6aa2eForce toolset names to lowercase. Fixes problems with case insensitive fs where it doesn't fail to find the toolset if the case is different, but produces cased results which are incompatible with other builds.
Rene Rivera
2004-02-22 05:03:04 +0000
b8ae5d7b8aFix ALL_LOCATE_TARGET so that it doesn't get ignored if not set before including other projects. Now either it's never set and the first value is used, or the value of the first setting is used.
Rene Rivera
2004-02-22 04:44:48 +0000
b775145d8fDarwin improvements.
Vladimir Prus
2004-02-20 08:51:33 +0000
f2b0152895Darwin improvements.
Vladimir Prus
2004-02-20 08:51:33 +0000
21ffcb1c6cProperty register sun toolset.
Vladimir Prus
2004-02-17 12:03:53 +0000
06b75dbbe3Property register sun toolset.
Vladimir Prus
2004-02-17 12:03:53 +0000
11cffc67ecAdd new file to dist.source file list.
Rene Rivera
2004-02-16 14:34:05 +0000
e20406d94aAdd new file to dist.source file list.
Rene Rivera
2004-02-16 14:34:05 +0000
53ca4fcb36Move the logic for library ordering to a separate module. Add library ordering to 'sun' toolset.
Vladimir Prus
2004-02-16 09:12:27 +0000
0ff664ff63Move the logic for library ordering to a separate module. Add library ordering to 'sun' toolset.
Vladimir Prus
2004-02-16 09:12:27 +0000
cd17918331Revert latest commit. The test fails without ordered properties, and those can't be finished right away.
Vladimir Prus
2004-02-16 08:49:48 +0000
85d4ef20e3Revert latest commit. The test fails without ordered properties, and those can't be finished right away.
Vladimir Prus
2004-02-16 08:49:48 +0000
2d883c64d5Optimize library ordering by native rules.
Vladimir Prus
2004-02-16 08:30:13 +0000
f2df997306Optimize library ordering by native rules.
Vladimir Prus
2004-02-16 08:30:13 +0000
f641d2ca34Remove code duplication. Optimize library ordering by not ordering sources which are not of LIB type.
Vladimir Prus
2004-02-16 07:25:23 +0000
0fab21d0e1Remove code duplication. Optimize library ordering by not ordering sources which are not of LIB type.
Vladimir Prus
2004-02-16 07:25:23 +0000
e75666d6a3Removed redundant file, updated tools/build/v2/doc/Jamfile.v2 to stage images and stylesheet from doc/html
Christopher Currie
2004-02-09 03:41:57 +0000
c00e17dc57Removed redundant file, updated tools/build/v2/doc/Jamfile.v2 to stage images and stylesheet from doc/html
Christopher Currie
2004-02-09 03:41:57 +0000
14c91dbfbdRemoved redundant files
Christopher Currie
2004-02-09 03:41:05 +0000
d664887996Removed redundant files
Christopher Currie
2004-02-09 03:41:05 +0000
b0a20d630dFix failed removes when doing a hardlink under Win2K if the destination does not exist.
Rene Rivera
2004-02-07 17:26:31 +0000
5d33333afcRe-organized boostbook files:
Christopher Currie
2004-02-05 19:51:14 +0000
bd5f729b9aRe-organized boostbook files:
Christopher Currie
2004-02-05 19:51:14 +0000
12e8adb917Bugfix. Don't condirer <toolset-msvc:version>xxx to be conditional property.
Vladimir Prus
2004-02-05 13:31:54 +0000
c868bc9ca0Bugfix. Don't condirer <toolset-msvc:version>xxx to be conditional property.
Vladimir Prus
2004-02-05 13:31:54 +0000
99ee5f89fdFix typo.
Vladimir Prus
2004-02-05 12:43:45 +0000
afe6803218Fix typo.
Vladimir Prus
2004-02-05 12:43:45 +0000
f4d6b67bbbDisable 'unused sources' warning for LIBS which are sources of EXE.
Vladimir Prus
2004-02-05 10:45:30 +0000
77087f30f0Disable 'unused sources' warning for LIBS which are sources of EXE.
Vladimir Prus
2004-02-05 10:45:30 +0000
7060dcb87cAdd a FAQ entry about duplicate target names.
Vladimir Prus
2004-02-05 08:30:23 +0000
235f5e3d05Add a FAQ entry about duplicate target names.
Vladimir Prus
2004-02-05 08:30:23 +0000
988b441604Ran through xmllint to validate against the DTD.
Christopher Currie
2004-02-05 07:19:44 +0000
668d124e1dRan through xmllint to validate against the DTD.
Christopher Currie
2004-02-05 07:19:44 +0000
6857e3de9cConverting Boost.Build v2 User Manual to BoostBook
Christopher Currie
2004-02-05 04:09:47 +0000
1f41cd7eebConverting Boost.Build v2 User Manual to BoostBook
Christopher Currie
2004-02-05 04:09:47 +0000
a5edfddf3bRefactorings. The logic to generate dependencies was duplicated in two methods.
Vladimir Prus
2004-02-03 09:24:56 +0000
34fef82158Refactorings. The logic to generate dependencies was duplicated in two methods.
Vladimir Prus
2004-02-03 09:24:56 +0000
36eb018984Removed commented out debug prints
Vladimir Prus
2004-02-03 08:38:06 +0000
c49ec1820cRemoved commented out debug prints
Vladimir Prus
2004-02-03 08:38:06 +0000
0da0a2e3a4Disable order-sensitive properties for a while. They cause performance degradation that should be investigated.
Vladimir Prus
2004-02-03 08:36:46 +0000
6c645a5918Disable order-sensitive properties for a while. They cause performance degradation that should be investigated.
Vladimir Prus
2004-02-03 08:36:46 +0000
9e97b4a117Fix a bug which preverten inheriting from gcc.
Vladimir Prus
2004-02-02 15:02:32 +0000
8314a33707Fix a bug which preverten inheriting from gcc.
Vladimir Prus
2004-02-02 15:02:32 +0000
81530cba02Fix typo
Vladimir Prus
2004-02-02 13:27:46 +0000
7870e1fadbFix typo
Vladimir Prus
2004-02-02 13:27:46 +0000
d02fe33b11Make the 'search' feature order-sensitive.
Vladimir Prus
2004-02-02 13:18:51 +0000
f207c5b77fMake the 'search' feature order-sensitive.
Vladimir Prus
2004-02-02 13:18:51 +0000
ae5e7922d0Revive project_test1.py.
Vladimir Prus
2004-02-02 13:17:41 +0000
db9f1384a0Revive project_test1.py.
Vladimir Prus
2004-02-02 13:17:41 +0000
93c3c932e2Instroduce order-sensitive properties.
Vladimir Prus
2004-02-02 13:12:30 +0000
03a73e9a08Instroduce order-sensitive properties.
Vladimir Prus
2004-02-02 13:12:30 +0000
528962d877Refactorings.
Vladimir Prus
2004-02-02 11:50:31 +0000
841a1fd4eaRefactorings.
Vladimir Prus
2004-02-02 11:50:31 +0000
960156f204Simplification. Now that non-searched libraries are directly passes to action (not via property), there's no need to explicitly set dependency on such targets.
Vladimir Prus
2004-02-02 09:29:22 +0000
a542437462Simplification. Now that non-searched libraries are directly passes to action (not via property), there's no need to explicitly set dependency on such targets.
Vladimir Prus
2004-02-02 09:29:22 +0000
ff886e38a9Move the 'location-prefix' feature declaration to builtin.jam.
Vladimir Prus
2004-02-02 07:33:02 +0000
a0caebd09cMove the 'location-prefix' feature declaration to builtin.jam.
Vladimir Prus
2004-02-02 07:33:02 +0000
9034f3ba61First version of proper library ordering for gcc.
Vladimir Prus
2004-01-30 14:10:24 +0000
b82d2abbc0First version of proper library ordering for gcc.
Vladimir Prus
2004-01-30 14:10:24 +0000
fdb27d6c1aAdd paths to all dependent libs to uic command line.
Vladimir Prus
2004-01-30 12:14:57 +0000
1fe300d263Add paths to all dependent libs to uic command line.
Vladimir Prus
2004-01-30 12:14:57 +0000
fe2a006bcdFix links
Vladimir Prus
2004-01-30 11:34:54 +0000
1e70d418feFix links
Vladimir Prus
2004-01-30 11:34:54 +0000
b3fff372ceMake some of the features incidental, since they have no effect on built targets.
Vladimir Prus
2004-01-30 08:08:24 +0000
3cc52443f3Make some of the features incidental, since they have no effect on built targets.
Vladimir Prus
2004-01-30 08:08:24 +0000
c82c080f9aRefactorings.
Vladimir Prus
2004-01-29 14:59:17 +0000
9106397e92Refactorings.
Vladimir Prus
2004-01-29 14:59:17 +0000
ded2f35dbd* utils/paths.jam (glob): Accept several directories, like builtin GLOB does.
Vladimir Prus
2004-01-29 13:49:14 +0000
b903dbca2e* utils/paths.jam (glob): Accept several directories, like builtin GLOB does.
Vladimir Prus
2004-01-29 13:49:14 +0000
23a7ecb8c0Fixes for intel-linux
Dave Abrahams
2004-01-28 22:50:18 +0000
f7f5b24781Glob in multiple directories correctly
Douglas Gregor
2004-01-28 01:41:31 +0000
1d037dbe15Glob in multiple directories correctly
Douglas Gregor
2004-01-28 01:41:31 +0000
ccb7817e26removed the -Wno-long-double flag from Darwin section too
Jeremy Siek
2004-01-26 20:21:22 +0000
7885ee04d1Register generators inside 'init'. Issue warning of Boost.Book XSL dir is not found.
Vladimir Prus
2004-01-26 14:48:51 +0000
aa1d40b3e3Register generators inside 'init'. Issue warning of Boost.Book XSL dir is not found.
Vladimir Prus
2004-01-26 14:48:51 +0000
58985d4994Weaken check for unused sources for libraries -- so that we don't warn the statically linked library bypasses library sources.
Vladimir Prus
2004-01-26 11:32:58 +0000
0576fe7b26Weaken check for unused sources for libraries -- so that we don't warn the statically linked library bypasses library sources.
Vladimir Prus
2004-01-26 11:32:58 +0000
26f585d7bfRobustify Boost.Book a little more. Don't register generators unless 'init' rule is called, so that we don't get into half-initialized state.
Vladimir Prus
2004-01-26 11:20:45 +0000
d1cda1623cRobustify Boost.Book a little more. Don't register generators unless 'init' rule is called, so that we don't get into half-initialized state.
Vladimir Prus
2004-01-26 11:20:45 +0000
4c3b5a626fDon't import boostbook. The reason is that importing toolset module makes Boost.Build believe the module is property loaded, but without 'init' call, the module will not work. In this case, if doxygen is configured but boostbook is not, it causes strange errors.
Vladimir Prus
2004-01-26 10:51:54 +0000
fb8f4d64eeDon't import boostbook. The reason is that importing toolset module makes Boost.Build believe the module is property loaded, but without 'init' call, the module will not work. In this case, if doxygen is configured but boostbook is not, it causes strange errors.
Vladimir Prus
2004-01-26 10:51:54 +0000
cfaf316d78Don't crash when BOOST_ROOT is not set. Print interesting things when --debug-configuration is specified.
Vladimir Prus
2004-01-26 10:29:09 +0000
54653e0c21Don't crash when BOOST_ROOT is not set. Print interesting things when --debug-configuration is specified.
Vladimir Prus
2004-01-26 10:29:09 +0000
9dd3c82270Add some missing files to distribution building.
Rene Rivera
2004-01-26 05:46:32 +0000
47123f4e94Add some missing files to distribution building.
Rene Rivera
2004-01-26 05:46:32 +0000
d119534a0cFix file:line printing so that Emacs and other tools are not confused.
Vladimir Prus
2004-01-23 14:16:29 +0000