Commit Graph

  • 9acd3462d1 Fix "import" statements. Vladimir Prus 2004-03-10 07:43:53 +0000
  • 14f3e6e839 The 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
  • 84a6dd5cd3 Default to mipspro compiler on Irix. Rene Rivera 2004-03-05 23:15:40 +0000
  • 02d2b7f25a Default to mipspro compiler on Irix. Rene Rivera 2004-03-05 23:15:40 +0000
  • 326d83195b Fixes 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
  • 6858363687 Silence 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
  • fb5b1c7d67 Fix 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
  • d5003fc843 Fix 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
  • b8d63e6457 Fix 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
  • 8327757da1 Fix 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
  • a2c9ab27fb versioned toolsets checkin Aleksey Gurtovoy 2004-02-28 06:10:47 +0000
  • 12f97185b3 Oops, fix typo for <include-search>relative option. Rene Rivera 2004-02-23 22:34:43 +0000
  • 4a16e05d17 New CodeWarrior toolset which handles all the different versions, and eventually support CW on other platforms. Rene Rivera 2004-02-23 07:33:34 +0000
  • e011a32888 Cleanup, some documentation, and addition of some features for use in the new combined CodeWarrior toolset. Rene Rivera 2004-02-23 07:31:45 +0000
  • 68bfe6aa2e Force 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
  • b8ae5d7b8a Fix 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
  • b775145d8f Darwin improvements. Vladimir Prus 2004-02-20 08:51:33 +0000
  • f2b0152895 Darwin improvements. Vladimir Prus 2004-02-20 08:51:33 +0000
  • 21ffcb1c6c Property register sun toolset. Vladimir Prus 2004-02-17 12:03:53 +0000
  • 06b75dbbe3 Property register sun toolset. Vladimir Prus 2004-02-17 12:03:53 +0000
  • 11cffc67ec Add new file to dist.source file list. Rene Rivera 2004-02-16 14:34:05 +0000
  • e20406d94a Add new file to dist.source file list. Rene Rivera 2004-02-16 14:34:05 +0000
  • 53ca4fcb36 Move the logic for library ordering to a separate module. Add library ordering to 'sun' toolset. Vladimir Prus 2004-02-16 09:12:27 +0000
  • 0ff664ff63 Move the logic for library ordering to a separate module. Add library ordering to 'sun' toolset. Vladimir Prus 2004-02-16 09:12:27 +0000
  • cd17918331 Revert 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
  • 85d4ef20e3 Revert 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
  • 2d883c64d5 Optimize library ordering by native rules. Vladimir Prus 2004-02-16 08:30:13 +0000
  • f2df997306 Optimize library ordering by native rules. Vladimir Prus 2004-02-16 08:30:13 +0000
  • f641d2ca34 Remove code duplication. Optimize library ordering by not ordering sources which are not of LIB type. Vladimir Prus 2004-02-16 07:25:23 +0000
  • 0fab21d0e1 Remove code duplication. Optimize library ordering by not ordering sources which are not of LIB type. Vladimir Prus 2004-02-16 07:25:23 +0000
  • e75666d6a3 Removed 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
  • c00e17dc57 Removed 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
  • 14c91dbfbd Removed redundant files Christopher Currie 2004-02-09 03:41:05 +0000
  • d664887996 Removed redundant files Christopher Currie 2004-02-09 03:41:05 +0000
  • b0a20d630d Fix failed removes when doing a hardlink under Win2K if the destination does not exist. Rene Rivera 2004-02-07 17:26:31 +0000
  • 5d33333afc Re-organized boostbook files: Christopher Currie 2004-02-05 19:51:14 +0000
  • bd5f729b9a Re-organized boostbook files: Christopher Currie 2004-02-05 19:51:14 +0000
  • 12e8adb917 Bugfix. Don't condirer <toolset-msvc:version>xxx to be conditional property. Vladimir Prus 2004-02-05 13:31:54 +0000
  • c868bc9ca0 Bugfix. Don't condirer <toolset-msvc:version>xxx to be conditional property. Vladimir Prus 2004-02-05 13:31:54 +0000
  • 99ee5f89fd Fix typo. Vladimir Prus 2004-02-05 12:43:45 +0000
  • afe6803218 Fix typo. Vladimir Prus 2004-02-05 12:43:45 +0000
  • f4d6b67bbb Disable 'unused sources' warning for LIBS which are sources of EXE. Vladimir Prus 2004-02-05 10:45:30 +0000
  • 77087f30f0 Disable 'unused sources' warning for LIBS which are sources of EXE. Vladimir Prus 2004-02-05 10:45:30 +0000
  • 7060dcb87c Add a FAQ entry about duplicate target names. Vladimir Prus 2004-02-05 08:30:23 +0000
  • 235f5e3d05 Add a FAQ entry about duplicate target names. Vladimir Prus 2004-02-05 08:30:23 +0000
  • 988b441604 Ran through xmllint to validate against the DTD. Christopher Currie 2004-02-05 07:19:44 +0000
  • 668d124e1d Ran through xmllint to validate against the DTD. Christopher Currie 2004-02-05 07:19:44 +0000
  • 6857e3de9c Converting Boost.Build v2 User Manual to BoostBook Christopher Currie 2004-02-05 04:09:47 +0000
  • 1f41cd7eeb Converting Boost.Build v2 User Manual to BoostBook Christopher Currie 2004-02-05 04:09:47 +0000
  • a5edfddf3b Refactorings. The logic to generate dependencies was duplicated in two methods. Vladimir Prus 2004-02-03 09:24:56 +0000
  • 34fef82158 Refactorings. The logic to generate dependencies was duplicated in two methods. Vladimir Prus 2004-02-03 09:24:56 +0000
  • 36eb018984 Removed commented out debug prints Vladimir Prus 2004-02-03 08:38:06 +0000
  • c49ec1820c Removed commented out debug prints Vladimir Prus 2004-02-03 08:38:06 +0000
  • 0da0a2e3a4 Disable order-sensitive properties for a while. They cause performance degradation that should be investigated. Vladimir Prus 2004-02-03 08:36:46 +0000
  • 6c645a5918 Disable order-sensitive properties for a while. They cause performance degradation that should be investigated. Vladimir Prus 2004-02-03 08:36:46 +0000
  • 9e97b4a117 Fix a bug which preverten inheriting from gcc. Vladimir Prus 2004-02-02 15:02:32 +0000
  • 8314a33707 Fix a bug which preverten inheriting from gcc. Vladimir Prus 2004-02-02 15:02:32 +0000
  • 81530cba02 Fix typo Vladimir Prus 2004-02-02 13:27:46 +0000
  • 7870e1fadb Fix typo Vladimir Prus 2004-02-02 13:27:46 +0000
  • d02fe33b11 Make the 'search' feature order-sensitive. Vladimir Prus 2004-02-02 13:18:51 +0000
  • f207c5b77f Make the 'search' feature order-sensitive. Vladimir Prus 2004-02-02 13:18:51 +0000
  • ae5e7922d0 Revive project_test1.py. Vladimir Prus 2004-02-02 13:17:41 +0000
  • db9f1384a0 Revive project_test1.py. Vladimir Prus 2004-02-02 13:17:41 +0000
  • 93c3c932e2 Instroduce order-sensitive properties. Vladimir Prus 2004-02-02 13:12:30 +0000
  • 03a73e9a08 Instroduce order-sensitive properties. Vladimir Prus 2004-02-02 13:12:30 +0000
  • 528962d877 Refactorings. Vladimir Prus 2004-02-02 11:50:31 +0000
  • 841a1fd4ea Refactorings. Vladimir Prus 2004-02-02 11:50:31 +0000
  • 960156f204 Simplification. 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
  • a542437462 Simplification. 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
  • ff886e38a9 Move the 'location-prefix' feature declaration to builtin.jam. Vladimir Prus 2004-02-02 07:33:02 +0000
  • a0caebd09c Move the 'location-prefix' feature declaration to builtin.jam. Vladimir Prus 2004-02-02 07:33:02 +0000
  • 9034f3ba61 First version of proper library ordering for gcc. Vladimir Prus 2004-01-30 14:10:24 +0000
  • b82d2abbc0 First version of proper library ordering for gcc. Vladimir Prus 2004-01-30 14:10:24 +0000
  • fdb27d6c1a Add paths to all dependent libs to uic command line. Vladimir Prus 2004-01-30 12:14:57 +0000
  • 1fe300d263 Add paths to all dependent libs to uic command line. Vladimir Prus 2004-01-30 12:14:57 +0000
  • fe2a006bcd Fix links Vladimir Prus 2004-01-30 11:34:54 +0000
  • 1e70d418fe Fix links Vladimir Prus 2004-01-30 11:34:54 +0000
  • b3fff372ce Make some of the features incidental, since they have no effect on built targets. Vladimir Prus 2004-01-30 08:08:24 +0000
  • 3cc52443f3 Make some of the features incidental, since they have no effect on built targets. Vladimir Prus 2004-01-30 08:08:24 +0000
  • c82c080f9a Refactorings. Vladimir Prus 2004-01-29 14:59:17 +0000
  • 9106397e92 Refactorings. 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
  • 23a7ecb8c0 Fixes for intel-linux Dave Abrahams 2004-01-28 22:50:18 +0000
  • f7f5b24781 Glob in multiple directories correctly Douglas Gregor 2004-01-28 01:41:31 +0000
  • 1d037dbe15 Glob in multiple directories correctly Douglas Gregor 2004-01-28 01:41:31 +0000
  • ccb7817e26 removed the -Wno-long-double flag from Darwin section too Jeremy Siek 2004-01-26 20:21:22 +0000
  • 7885ee04d1 Register generators inside 'init'. Issue warning of Boost.Book XSL dir is not found. Vladimir Prus 2004-01-26 14:48:51 +0000
  • aa1d40b3e3 Register generators inside 'init'. Issue warning of Boost.Book XSL dir is not found. Vladimir Prus 2004-01-26 14:48:51 +0000
  • 58985d4994 Weaken 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
  • 0576fe7b26 Weaken 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
  • 26f585d7bf Robustify 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
  • d1cda1623c Robustify 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
  • 4c3b5a626f Don'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
  • fb8f4d64ee Don'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
  • cfaf316d78 Don'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
  • 54653e0c21 Don'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
  • 9dd3c82270 Add some missing files to distribution building. Rene Rivera 2004-01-26 05:46:32 +0000
  • 47123f4e94 Add some missing files to distribution building. Rene Rivera 2004-01-26 05:46:32 +0000
  • d119534a0c Fix file:line printing so that Emacs and other tools are not confused. Vladimir Prus 2004-01-23 14:16:29 +0000