f167f706e0Fix file:line printing so that Emacs and other tools are not confused.
Vladimir Prus
2004-01-23 14:16:29 +0000
eeae34dce4When --debug-configuration is specified, output where boost-build.jam and bootstrap.jam were found.
Vladimir Prus
2004-01-23 14:02:19 +0000
9c45a944b7When --debug-configuration is specified, output where boost-build.jam and bootstrap.jam were found.
Vladimir Prus
2004-01-23 14:02:19 +0000
110cc640dbmoved -Wno-long-double to the Darwin section
Jeremy Siek
2004-01-22 04:08:35 +0000
a4f6b4362bFix missing link flags when building executables from the regression test system. The use of flags .. <target-type>EXE does not work because the target type is set to the main target (RUN from ther test system). Use gTARGET_TYPE instead which is set.
Rene Rivera
2004-01-22 03:40:10 +0000
864e107939added -Wno-long-double
Jeremy Siek
2004-01-22 00:25:26 +0000
0ef095eb21Don't pass -x flag to gcc when it's know that gcc will select the same language from the file extension. This works around distcc's dislike of the -x option: whenever it sees it, it resorts to local compilation.
Vladimir Prus
2004-01-20 12:46:00 +0000
1671d60847Don't pass -x flag to gcc when it's know that gcc will select the same language from the file extension. This works around distcc's dislike of the -x option: whenever it sees it, it resorts to local compilation.
Vladimir Prus
2004-01-20 12:46:00 +0000
038282d06fFix stlport initialization example.
Vladimir Prus
2004-01-20 09:27:59 +0000
87f709e5a3Fix stlport initialization example.
Vladimir Prus
2004-01-20 09:27:59 +0000
4ca7977418Use common.file-creation-command for creating a file signalling that unit test has executed without errors. Using 'touch' is not portable to Windows, in general.
Vladimir Prus
2004-01-20 08:16:51 +0000
3044074f7cUse common.file-creation-command for creating a file signalling that unit test has executed without errors. Using 'touch' is not portable to Windows, in general.
Vladimir Prus
2004-01-20 08:16:51 +0000
16d8c8005aUse declare-basic-target to declare targets. This fixes the missing target-type when bulding EXEs for the test system.
Rene Rivera
2004-01-18 20:52:18 +0000
6868fac717Split basic functionality of setting up a target's variables from declare-local-target to a new rule, declare-basic-target. This helps in setting up intermediate targets of main targets, for example by the test system.
Rene Rivera
2004-01-18 20:50:55 +0000
33ccc4bfd4Clean up detritus from: fix debugger invocation in PATH_SETUP
Dave Abrahams
2004-01-15 15:34:42 +0000
aa7ecda7afFix debugger invocation in PATH_SETUP
Dave Abrahams
2004-01-15 15:33:47 +0000
35b21567d2added '-brtl' flag for linking an executable with dynamic libraries
Toon Knapen
2004-01-15 13:52:14 +0000
2078bed239* test/test_all.py Don't stop at the first failure, try to move further.
Vladimir Prus
2004-01-14 07:20:49 +0000
d034f8f84e* test/test_all.py Don't stop at the first failure, try to move further.
Vladimir Prus
2004-01-14 07:20:49 +0000
3a9e08dddbRemove the concept of 'active' features, for lack of any use.
Vladimir Prus
2004-01-13 10:24:11 +0000
2f56d51b61Remove the concept of 'active' features, for lack of any use.
Vladimir Prus
2004-01-13 10:24:11 +0000
a3ac522cd1Improve NDEBUG handling. Specify <define>NDEBUG as part of <variant>release, instead of setting it on when there's <optimization>speed. Also, now we don't use active features at all.
Vladimir Prus
2004-01-13 10:18:09 +0000
084ae2c4dcImprove NDEBUG handling. Specify <define>NDEBUG as part of <variant>release, instead of setting it on when there's <optimization>speed. Also, now we don't use active features at all.
Vladimir Prus
2004-01-13 10:18:09 +0000
ef0560eb68Add new example.
Vladimir Prus
2004-01-13 09:57:55 +0000
5ff4bd0451Add new example.
Vladimir Prus
2004-01-13 09:57:55 +0000
427174eaabUse "rm -f" for RM variable on Linux. For now, this does not change much, but in fugure we can use just $RM inside various actions, instead of testing for file existance before.
Vladimir Prus
2004-01-13 09:34:16 +0000
9e5bdd213dUse "rm -f" for RM variable on Linux. For now, this does not change much, but in fugure we can use just $RM inside various actions, instead of testing for file existance before.
Vladimir Prus
2004-01-13 09:34:16 +0000
21f0722dfaAdded support for testing on solaris: * test/BoostBuild.py: (Tester): added a check for SunOS and one for Linux. The default now is to raise an exception.
Vladimir Prus
2004-01-13 09:24:16 +0000
493c4746dfAdded support for testing on solaris: * test/BoostBuild.py: (Tester): added a check for SunOS and one for Linux. The default now is to raise an exception.
Vladimir Prus
2004-01-13 09:24:16 +0000
4bd54c3c79Unbreak 'absolute_sources.py' on Windows.
Vladimir Prus
2004-01-12 10:54:54 +0000
31e232d4cfUnbreak 'absolute_sources.py' on Windows.
Vladimir Prus
2004-01-12 10:54:54 +0000
a8b18c0799Instead of don't returning targets which are not of requested type from generators.construct, return them with 'intermediate' flag.
Vladimir Prus
2004-01-09 11:55:32 +0000
2742a1f4e7Instead of don't returning targets which are not of requested type from generators.construct, return them with 'intermediate' flag.
Vladimir Prus
2004-01-09 11:55:32 +0000
d162d7d854Remove some obsolete code.
Vladimir Prus
2004-01-09 11:16:49 +0000
131cf1eefeRemove some obsolete code.
Vladimir Prus
2004-01-09 11:16:49 +0000
1baab343b9Unbreak searched_lib.py and library_chain.py. Pass proper -rpath-link options to the linker.
Vladimir Prus
2004-01-09 10:50:07 +0000
33b33b839cUnbreak searched_lib.py and library_chain.py. Pass proper -rpath-link options to the linker.
Vladimir Prus
2004-01-09 10:50:07 +0000
b9b5ffa1d9removed Aix-Implib-Action and added '-G' flag to link shared libraries on AIX
Toon Knapen
2004-01-07 14:00:49 +0000
06647a35eaCommand files for Borland tlib
Dave Abrahams
2004-01-07 05:07:35 +0000
2f43f44507Fixed bugs
Dave Abrahams
2004-01-07 03:47:11 +0000
5fc725707eFixed bugs
Dave Abrahams
2004-01-07 03:47:11 +0000
75d9d0f9fcReverted unwanted checkin.
Thomas Witt
2004-01-06 19:44:06 +0000
63bb4c8ba3*** empty log message ***
Thomas Witt
2004-01-06 19:37:17 +0000
5512a91f60Workaround for intel-linux
Dave Abrahams
2004-01-04 23:09:51 +0000
72855a4c61work with icc 8.0 and handle the no-configuration case
Dave Abrahams
2004-01-03 20:05:59 +0000
1ddc593144Add setting of link path to attempt fix for linking shared objects in regression tests.
Rene Rivera
2004-01-03 15:44:40 +0000
8bcaeafddePossible fix for dynamic linking.
Rene Rivera
2003-12-31 18:04:49 +0000
09a94fec43For MinGW prefer using the import library of libpython*.* if available.
Rene Rivera
2003-12-28 17:25:54 +0000
cb84c7348fFix linking of Boost.Python when using MinGW. It seems that linking using the import lib is now incompatible with the MinGW linker. Instead we have to now link against the python DLL directly.
Rene Rivera
2003-12-28 01:50:50 +0000
4306e24d92Fix tabs in file.
Rene Rivera
2003-12-26 23:26:49 +0000
d49cf57143Fix tabs in file.
Rene Rivera
2003-12-26 23:26:49 +0000
8d40b4d45fIgnore all whitespace at end of archive entries, not just space and newlines.
Rene Rivera
2003-12-25 16:11:44 +0000
61be805decIgnore all whitespace at end of archive entries, not just space and newlines.
Rene Rivera
2003-12-25 16:11:44 +0000
2fd898bb66Add eols to skipped chars between archive entries, bug #840659.
Rene Rivera
2003-12-24 22:45:55 +0000
a30f94f9eaAdd eols to skipped chars between archive entries, bug #840659.
Rene Rivera
2003-12-24 22:45:55 +0000
ea4e903cc5Update to default to new version of STLport, 4.6. Fix to be able to actually specify the version to use.
Rene Rivera
2003-12-24 18:38:59 +0000
9c2d828c55Reformat with HTML Tidy. Fix broken links.
Rene Rivera
2003-12-24 15:43:46 +0000
6709f5a1daMade changes suggested by Dave Abrahams to clean up code a little.
John Maddock
2003-12-24 12:05:58 +0000
9511480226comment that c works for c++, too
Beman Dawes
2003-12-22 21:18:53 +0000
bb7682289aChanged naming scheme for vc7-stlport and vc7.1-stlport toolsets - these toolsets require <stlport-iostream>on, but the lib naming scheme gets hold of the build properties before the toolset gets to modify them, so we have to remove any 'n' tag that gets appended.
John Maddock
2003-12-20 13:28:22 +0000
eef1c8b7deAdded new vc7-stlport and vc7.1-stlport toolsets.
John Maddock
2003-12-20 13:24:24 +0000
65cbcace30Fixed toolset so that advertised STLPORT_VERSION feature now behaves correctly.
John Maddock
2003-12-20 11:25:14 +0000
7659fa4681Allow <include-type> to select staged targets, even with <traverse-dependencies>off.
Vladimir Prus
2003-12-18 14:54:04 +0000
ede64adbceAllow <include-type> to select staged targets, even with <traverse-dependencies>off.
Vladimir Prus
2003-12-18 14:54:04 +0000
7e561521afRefactorings.
Vladimir Prus
2003-12-18 06:55:53 +0000
3057d9c718Refactorings.
Vladimir Prus
2003-12-18 06:55:53 +0000
84ad512baaFix version.
Vladimir Prus
2003-12-18 06:37:36 +0000
8daec2f3bcFix version.
Vladimir Prus
2003-12-18 06:37:36 +0000
7798afcd88Unbreak doc.jam, broken by third argument to header scanning rule.
Vladimir Prus
2003-12-18 05:15:27 +0000
0372bb81f4Unbreak doc.jam, broken by third argument to header scanning rule.
Vladimir Prus
2003-12-18 05:15:27 +0000
3c128e932f.
Dave Abrahams
2003-12-18 01:14:49 +0000
53d80e6406Fix typos. Thanks to Larry Evans for report.
Vladimir Prus
2003-12-17 14:51:51 +0000
6f5f4a32adFix typos. Thanks to Larry Evans for report.
Vladimir Prus
2003-12-17 14:51:51 +0000
5d159751c8Add files needed for Debian package.
Vladimir Prus
2003-12-17 14:32:14 +0000
03363af75eAdd files needed for Debian package.
Vladimir Prus
2003-12-17 14:32:14 +0000
a4511074c6Use default value of BOOST_BUILD_PATH on UNIX, when none is specified.
Vladimir Prus
2003-12-17 14:18:37 +0000
567344e3ebUse default value of BOOST_BUILD_PATH on UNIX, when none is specified.
Vladimir Prus
2003-12-17 14:18:37 +0000
3091d87d48Fix some C++-style comments. Pass -pedantic when compiling with gcc, so that such problems are reported.
Vladimir Prus
2003-12-17 06:16:38 +0000
e26988d459Fix some C++-style comments. Pass -pedantic when compiling with gcc, so that such problems are reported.
Vladimir Prus
2003-12-17 06:16:38 +0000
8f3b069f3fchanged C++ style comment into C-style comment (port to IBM)
Toon Knapen
2003-12-16 14:32:09 +0000
5d21e13a4cchanged C++ style comment into C-style comment (port to IBM)
Toon Knapen
2003-12-16 14:32:09 +0000
b0e6228616Eliminate dependency cycle in some cases.
Vladimir Prus
2003-12-15 07:52:30 +0000
418dae429aEliminate dependency cycle in some cases.
Vladimir Prus
2003-12-15 07:52:30 +0000
8646da0914Add returning of generated files from stage rule.
Rene Rivera
2003-12-15 04:09:56 +0000
7db506bf7bAdd LN definition for windows platform.
Rene Rivera
2003-12-15 03:46:09 +0000
1fbe6b1f83Fix missing versioned DLLs from getting copied about as extra files.
Rene Rivera
2003-12-15 03:41:52 +0000