Rene Rivera
de62cd7a45
Fix a variety of differences in the install process between BBv1 and BBv2... versioned subdir for the headers; stage libs only; default built variants, version tag.
...
[SVN r34448]
2006-07-02 22:23:43 +00:00
Rene Rivera
0a57351073
Make static non-import libs have the "lib" prefix to conform to the bbv1 and auto-link existing practice. (merge from head)
...
[SVN r34447]
2006-07-02 19:16:09 +00:00
Rene Rivera
4dd062bff4
Make static non-import libs have the "lib" prefix to conform to the bbv1 and auto-link existing practice.
...
[SVN r34446]
2006-07-02 19:01:52 +00:00
Andrey Melnikov
8aedb29fdb
- New "cc-compile" rule in msvc.jam to reduce code duplication in actions
...
- Minor whitespace fixes in msvc.jam:
- tabs > spaces
- trailing whitespace has been removed
[SVN r34427]
2006-06-29 21:50:00 +00:00
Rene Rivera
5db641d65e
Oops, removed too much of the requirements code. (merge from head)
...
[SVN r34420]
2006-06-27 23:46:27 +00:00
Rene Rivera
e6b220de4f
Oops, removed too much of the requirements code.
...
[SVN r34419]
2006-06-27 23:39:16 +00:00
Rene Rivera
011dec6084
Work around STLport link requirements when linking static vs. multi thread modes. (merge from head)
...
[SVN r34416]
2006-06-27 14:18:21 +00:00
Rene Rivera
88bd58147e
Work around STLport link requirements when linking static vs. multi thread modes.
...
[SVN r34415]
2006-06-27 14:08:14 +00:00
Reece H. Dunn
35630f4c98
VC8 only has the multi-threaded version of the static run-time libraries, so use that version for single-threaded builds on VC8 and use the single-threaded libraries on the other versions.
...
Reported by Sohail Somani.
[SVN r34391]
2006-06-25 10:06:30 +00:00
Andrey Melnikov
a114cab9b4
Common command lines refactored out in msvc.jam.
...
Hardcoded repeatedly used switches like /Zm800 -nologo and /NOLOGO
/INCREMENTAL:NO have been moved to one place.
[SVN r34376]
2006-06-22 14:52:49 +00:00
Rene Rivera
9acc7c9452
Disable the multi-thread requirement for STLport5 as the match fallback prevents coherent use of build requirements. (merge from head)
...
[SVN r34363]
2006-06-20 21:33:01 +00:00
Rene Rivera
073f6cc405
Disable the multi-thread requirement for STLport5 as the match fallback prevents coherent use of build requirements.
...
[SVN r34362]
2006-06-20 21:28:29 +00:00
Rene Rivera
35f1f3a48b
Use default match logic to prevent variant fallback bugs, where the requested build is ignored and an alternate is used. (merge from head)
...
[SVN r34358]
2006-06-19 20:11:10 +00:00
Rene Rivera
32d5000a95
Use default match logic to prevent variant fallback bugs, where the requested build is ignored and an alternate is used.
...
[SVN r34357]
2006-06-19 20:06:57 +00:00
Vladimir Prus
e47a59f4e4
Merge from trunk
...
[SVN r34354]
2006-06-19 06:52:26 +00:00
Vladimir Prus
2776a44d7d
Remove -xarch=generic:
...
1) When speccifying an architecture using -xarch/-xtarget, it needs to
come before the compilation type (e.g. -fast) flags
2) It makes it hard to build 64-bit builds using -xarch=v9,v9a and v9b.
Suggestion from Tomas Puverle.
[SVN r34353]
2006-06-19 06:51:54 +00:00
Rene Rivera
dadb21e14b
Add compiler specific bin dir to lib paths, as it contains important runtime dynamic libraries, for example for mingw. (merge from HEAD)
...
[SVN r34321]
2006-06-16 21:56:31 +00:00
Rene Rivera
708298cb2f
Add compiler specific bin dir to lib paths, as it contains important runtime dynamic libraries, for example for mingw.
...
[SVN r34319]
2006-06-16 21:52:54 +00:00
Reece H. Dunn
6398c56973
Fix unsupported command-line warnings when using Intel C++. It is inheriting these frags from msvc.jam.
...
[SVN r34310]
2006-06-15 11:13:06 +00:00
Rene Rivera
8be8e6d723
Fix calculation of 5.x version number. (merge from HEAD)
...
[SVN r34294]
2006-06-13 15:50:58 +00:00
Rene Rivera
e6283de5d4
Fix calculation of 5.x version number.
...
[SVN r34293]
2006-06-13 15:47:54 +00:00
Rene Rivera
f7cff5f24f
Add newly missing arg to match method. (merge from HEAD)
...
[SVN r34292]
2006-06-12 20:51:13 +00:00
Rene Rivera
3a5d4108ca
Add newly missing arg to match method.
...
[SVN r34291]
2006-06-12 20:49:07 +00:00
Vladimir Prus
bf28629f7a
Merge from trunk
...
[SVN r34234]
2006-06-08 05:32:10 +00:00
Vladimir Prus
f56c300b23
Revert the path for preserving relative names of sources, since it breaks
...
UBLAS tests. Will reconsider later.
[SVN r34233]
2006-06-08 05:31:39 +00:00
Vladimir Prus
2b92c4402f
Merge from trunk
...
[SVN r34232]
2006-06-08 05:14:37 +00:00
Vladimir Prus
2d7da04038
When reporting that now toolsets are configured, mention the URL.
...
[SVN r34231]
2006-06-08 05:14:02 +00:00
Vladimir Prus
1b0ffdcfcf
Merge from trunk
...
[SVN r34230]
2006-06-08 05:05:37 +00:00
Vladimir Prus
84afe1a5f4
On Sun, always link to the 'rt' library.
...
[SVN r34229]
2006-06-08 05:05:05 +00:00
Rene Rivera
5685bef9dc
Merge 3.1.13 changes from HEAD.
...
[SVN r34228]
2006-06-08 02:25:58 +00:00
Rene Rivera
1ef43b0475
Remove warning when building rpm packages.
...
[SVN r34216]
2006-06-07 03:05:47 +00:00
Rene Rivera
729fdec89e
Remove debug message.
...
[SVN r34214]
2006-06-07 03:00:29 +00:00
Rene Rivera
9016949202
Fix rpm building on Linux installs that have both rpmbuild and rpm.
...
[SVN r34213]
2006-06-07 02:59:15 +00:00
Rene Rivera
3a18163384
Fix out of order function definitions.
...
[SVN r34211]
2006-06-07 02:16:58 +00:00
Rene Rivera
f5a8baad1e
Make the action timeout attempt to also close any open dialogs before killing processes. Thanks to Bronek Kozicki.
...
[SVN r34210]
2006-06-06 23:58:07 +00:00
Rene Rivera
3c57f9b00e
Rewrite version bump script to not have external dependencies. Bump to bjam to 3.1.13.
...
[SVN r34205]
2006-06-06 20:42:08 +00:00
Vladimir Prus
b86e22f942
Merge from trunk
...
[SVN r34160]
2006-06-04 06:56:19 +00:00
Vladimir Prus
0cb799820a
Respect RUN_PATH variable when running Python tests.
...
[SVN r34159]
2006-06-04 06:55:48 +00:00
Vladimir Prus
c4e85886f1
Merge from trunk
...
[SVN r34087]
2006-05-25 08:14:57 +00:00
Vladimir Prus
77eb712d31
64-bit fixes.
...
Patch from Andreas Fredriksson.
[SVN r34086]
2006-05-25 08:14:30 +00:00
Vladimir Prus
9c2c264c33
Merge from trunk
...
[SVN r34085]
2006-05-25 08:00:13 +00:00
Vladimir Prus
84d68a4f35
Don't validate properties inside condition, because those properties
...
might involve values that might not be defined, and features that are not
defined.
[SVN r34084]
2006-05-25 07:59:36 +00:00
Markus Schöpflin
95b14d0e1e
Merged fix for soname problem on Tru64 from HEAD to RC_1_34_0.
...
[SVN r34080]
2006-05-24 10:40:49 +00:00
Markus Schöpflin
0fd1f6cf7a
Removed -soname option for Tru64.
...
[SVN r34079]
2006-05-24 10:37:55 +00:00
Vladimir Prus
126bf6eb0d
Merge from trunk
...
[SVN r34065]
2006-05-23 14:29:03 +00:00
Vladimir Prus
04cc22508b
Fix CVS address
...
[SVN r34064]
2006-05-23 14:28:20 +00:00
Vladimir Prus
b89211e417
Merge from trunk
...
[SVN r34063]
2006-05-23 14:22:46 +00:00
Vladimir Prus
aafe2d6065
Try to preserve relative paths in sources.
...
Based on a patch from Ryan Gallagher.
[SVN r34062]
2006-05-23 14:21:58 +00:00
Rene Rivera
011020e245
Merge from HEAD... Fix argument mismatch of "libraries *" vs. "libraries +".
...
[SVN r34053]
2006-05-21 18:22:57 +00:00
Rene Rivera
bed7507c64
Fix argument mismatch of "libraries *" vs. "libraries +".
...
[SVN r34052]
2006-05-21 18:21:30 +00:00