Commit Graph

12124 Commits

Author SHA1 Message Date
Rene Rivera
c28338b4b4 (merge from head) Adjust unit tests to pass, to account for some results not being order-stable.
[SVN r35721]
2006-10-24 16:06:08 +00:00
Rene Rivera
ab2d274442 (merge from head) Adjust unit tests to pass, to account for some results not being order-stable.
[SVN r35721]
2006-10-24 16:06:08 +00:00
Rene Rivera
40b0f5ed91 Adjust unit tests to pass, to account for some results not being order-stable.
[SVN r35720]
2006-10-24 16:03:22 +00:00
Rene Rivera
b420e36c09 Adjust unit tests to pass, to account for some results not being order-stable.
[SVN r35720]
2006-10-24 16:03:22 +00:00
Rene Rivera
1e84b3a1bf (merge from head) Add result-equal test which passes when the expected and result have the same elements.
[SVN r35719]
2006-10-24 16:01:20 +00:00
Rene Rivera
20b803dc8d (merge from head) Add result-equal test which passes when the expected and result have the same elements.
[SVN r35719]
2006-10-24 16:01:20 +00:00
Rene Rivera
8e287a2735 Add result-equal test which passes when the expected and result have the same elements.
[SVN r35718]
2006-10-24 15:59:10 +00:00
Rene Rivera
79ae334778 Add result-equal test which passes when the expected and result have the same elements.
[SVN r35718]
2006-10-24 15:59:10 +00:00
Rene Rivera
5e93d7f1a4 (merge from head) Add MinGW tag from BBv1 (mgw) when the gcc flavor indicates it's the MinGW compiler.
[SVN r35716]
2006-10-24 04:16:57 +00:00
Rene Rivera
e0f8e22d43 (merge from head) Add MinGW tag from BBv1 (mgw) when the gcc flavor indicates it's the MinGW compiler.
[SVN r35716]
2006-10-24 04:16:57 +00:00
Rene Rivera
349952599c Add MinGW tag from BBv1 (mgw) when the gcc flavor indicates it's the MinGW compiler.
[SVN r35715]
2006-10-24 04:15:26 +00:00
Rene Rivera
b56d2d0b55 Add MinGW tag from BBv1 (mgw) when the gcc flavor indicates it's the MinGW compiler.
[SVN r35715]
2006-10-24 04:15:26 +00:00
Rene Rivera
ceacdb4012 (merge from head) Remove now outdated stage renaming of targets, moved to common.jam.
[SVN r35714]
2006-10-23 23:59:14 +00:00
Rene Rivera
3de2835ead (merge from head) Remove now outdated stage renaming of targets, moved to common.jam.
[SVN r35714]
2006-10-23 23:59:14 +00:00
Rene Rivera
abd8cdcc47 Remove now outdated stage renaming of targets, moved to common.jam.
[SVN r35713]
2006-10-23 23:57:42 +00:00
Rene Rivera
5b6bd00e4f Remove now outdated stage renaming of targets, moved to common.jam.
[SVN r35713]
2006-10-23 23:57:42 +00:00
Vladimir Prus
8950f97db2 Merge: Use -Winvalid-pch
[SVN r35711]
2006-10-23 19:05:44 +00:00
Vladimir Prus
b6c9b31bf5 Merge: Use -Winvalid-pch
[SVN r35711]
2006-10-23 19:05:44 +00:00
Vladimir Prus
c316268127 Use -Winvalid-pch
[SVN r35710]
2006-10-23 19:02:12 +00:00
Vladimir Prus
4c76b3426a Use -Winvalid-pch
[SVN r35710]
2006-10-23 19:02:12 +00:00
Vladimir Prus
db4f3cacf9 Set BOOST_BUILD_PCH_ENABLED when compiling PCH itself.
[SVN r35709]
2006-10-23 18:47:43 +00:00
Vladimir Prus
e8cd176686 Set BOOST_BUILD_PCH_ENABLED when compiling PCH itself.
[SVN r35709]
2006-10-23 18:47:43 +00:00
nobody
f035ad5300 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r35705]
2006-10-23 18:25:03 +00:00
nobody
436bab029c This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r35705]
2006-10-23 18:25:03 +00:00
Vladimir Prus
e8dcf9ef86 Adjust example
[SVN r35704]
2006-10-23 18:25:02 +00:00
Vladimir Prus
7c84cfaebb Adjust example
[SVN r35704]
2006-10-23 18:25:02 +00:00
Vladimir Prus
62d43e1988 Merge: Followup fix
[SVN r35703]
2006-10-23 18:23:00 +00:00
Vladimir Prus
07a4a1d263 Merge: Followup fix
[SVN r35703]
2006-10-23 18:23:00 +00:00
Vladimir Prus
3d61766cfa Followup fix
[SVN r35702]
2006-10-23 18:22:21 +00:00
Vladimir Prus
dafa90ab73 Followup fix
[SVN r35702]
2006-10-23 18:22:21 +00:00
Vladimir Prus
335eecf969 Merge:
[SVN r35700]
2006-10-23 18:20:17 +00:00
Vladimir Prus
6a041849de Merge:
[SVN r35700]
2006-10-23 18:20:17 +00:00
Vladimir Prus
913bc2cadc * msvc.jam (msvc-pch-generator.run-pch): Accept
any number of sources. Don't error out if no .cpp
	file found in sources.
	(compile-c-c++-pch-s): Copied from compile-c-c++-pch.
	(compile-c-c++-pch): Generate temporary .cpp file.
	(compile.c.pch): Forward to compile-c-c++-pch-s or
	compile-c-c++-pch depending on presense of PCH_SOURCE.
	(compile.c++.pch): Likewise.


[SVN r35699]
2006-10-23 18:17:44 +00:00
Vladimir Prus
9b5aca5a9d * msvc.jam (msvc-pch-generator.run-pch): Accept
any number of sources. Don't error out if no .cpp
	file found in sources.
	(compile-c-c++-pch-s): Copied from compile-c-c++-pch.
	(compile-c-c++-pch): Generate temporary .cpp file.
	(compile.c.pch): Forward to compile-c-c++-pch-s or
	compile-c-c++-pch depending on presense of PCH_SOURCE.
	(compile.c++.pch): Likewise.


[SVN r35699]
2006-10-23 18:17:44 +00:00
Rene Rivera
3febb379db (merge from head) Add "USERPROFILE" dir to user directories so that when the other HOME related vars don't point to the usual Windows location the user-config.jam can still be found. This fixes running from non-CMD shells, like the MinGW MSYS shell.
[SVN r35698]
2006-10-23 16:31:53 +00:00
Rene Rivera
f94ffa34e7 (merge from head) Add "USERPROFILE" dir to user directories so that when the other HOME related vars don't point to the usual Windows location the user-config.jam can still be found. This fixes running from non-CMD shells, like the MinGW MSYS shell.
[SVN r35698]
2006-10-23 16:31:53 +00:00
Rene Rivera
1302f61cef Add "USERPROFILE" dir to user directories so that when the other HOME related vars don't point to the usual Windows location the user-config.jam can still be found. This fixes running from non-CMD shells, like the MinGW MSYS shell.
[SVN r35697]
2006-10-23 16:30:38 +00:00
Rene Rivera
bf3ddc766e Add "USERPROFILE" dir to user directories so that when the other HOME related vars don't point to the usual Windows location the user-config.jam can still be found. This fixes running from non-CMD shells, like the MinGW MSYS shell.
[SVN r35697]
2006-10-23 16:30:38 +00:00
Vladimir Prus
0867c18d5e Merge BOOST_BUILD_PCH_ENABLED from trunk
[SVN r35693]
2006-10-22 17:42:19 +00:00
Vladimir Prus
19419d4d6f Merge BOOST_BUILD_PCH_ENABLED from trunk
[SVN r35693]
2006-10-22 17:42:19 +00:00
Vladimir Prus
7498325549 Automatically set BOOST_BUILD_PCH_ENABLED when pch is enabled.
[SVN r35692]
2006-10-22 17:41:31 +00:00
Vladimir Prus
410718da92 Automatically set BOOST_BUILD_PCH_ENABLED when pch is enabled.
[SVN r35692]
2006-10-22 17:41:31 +00:00
Vladimir Prus
1c3260f74d Merge
[SVN r35691]
2006-10-22 14:16:48 +00:00
Vladimir Prus
1e3465217e Merge
[SVN r35691]
2006-10-22 14:16:48 +00:00
Vladimir Prus
99000ba15b build/
* generators.jam (add-usage-requirements): New.


[SVN r35690]
2006-10-22 14:15:54 +00:00
Vladimir Prus
f902bf3a6b build/
* generators.jam (add-usage-requirements): New.


[SVN r35690]
2006-10-22 14:15:54 +00:00
Vladimir Prus
d3e73d696a Don't include toolset version in libs built with bcb
[SVN r35684]
2006-10-21 10:39:48 +00:00
Vladimir Prus
f124d82391 Don't include toolset version in libs built with bcb
[SVN r35684]
2006-10-21 10:39:48 +00:00
Vladimir Prus
9cf28a041e Don't include toolset version in libs built with bcb
[SVN r35684]
2006-10-21 10:39:48 +00:00
Vladimir Prus
a25d3f1288 Don't include toolset version in libs built with bcb
[SVN r35684]
2006-10-21 10:39:48 +00:00