Dave Abrahams
5df7fec847
Fix more python configuration bugs
...
[SVN r35455]
2006-10-03 13:45:22 +00:00
Dave Abrahams
b6fcbb2254
Fix more python configuration bugs
...
[SVN r35455]
2006-10-03 13:45:22 +00:00
Dave Abrahams
52b53a91bd
merged from HEAD
...
[SVN r35443]
2006-10-02 15:16:00 +00:00
Dave Abrahams
a1965f414e
merged from HEAD
...
[SVN r35443]
2006-10-02 15:16:00 +00:00
Dave Abrahams
664ab23ef5
Fix bug in the generation of the path to the python binary for unix.
...
Also make the comments clearer.
[SVN r35442]
2006-10-02 15:14:48 +00:00
Dave Abrahams
2f92974d99
Fix bug in the generation of the path to the python binary for unix.
...
Also make the comments clearer.
[SVN r35442]
2006-10-02 15:14:48 +00:00
Rene Rivera
ccf282a199
Fix incorrect macro def.
...
[SVN r35433]
2006-09-30 19:11:04 +00:00
Rene Rivera
ddda4d167e
Fix incorrect macro def.
...
[SVN r35433]
2006-09-30 19:11:04 +00:00
Vladimir Prus
fa9de9fb86
Merge: Add comment
...
[SVN r35431]
2006-09-30 09:31:35 +00:00
Vladimir Prus
91111aecd7
Merge: Add comment
...
[SVN r35431]
2006-09-30 09:31:35 +00:00
Vladimir Prus
1e8ca8e8cc
Add comment
...
[SVN r35430]
2006-09-30 09:30:46 +00:00
Vladimir Prus
27b06619c5
Add comment
...
[SVN r35430]
2006-09-30 09:30:46 +00:00
Markus Schöpflin
5f62db6280
Removed libz from extra libs on Tru64.
...
[SVN r35414]
2006-09-29 13:29:30 +00:00
Markus Schöpflin
e999a2afd4
Removed libz from extra libs on Tru64.
...
[SVN r35414]
2006-09-29 13:29:30 +00:00
Dave Abrahams
7435526d56
merged from HEAD
...
[SVN r35408]
2006-09-29 02:07:22 +00:00
Dave Abrahams
46c060d7d4
merged from HEAD
...
[SVN r35408]
2006-09-29 02:07:22 +00:00
Dave Abrahams
a9a3c04a70
merged from HEAD
...
[SVN r35403]
2006-09-28 22:28:47 +00:00
Dave Abrahams
ad50201e16
merged from HEAD
...
[SVN r35403]
2006-09-28 22:28:47 +00:00
Dave Abrahams
1950136df4
Stop generating illegal argumentless -F option in the link line.
...
[SVN r35402]
2006-09-28 22:27:50 +00:00
Dave Abrahams
320031246c
Stop generating illegal argumentless -F option in the link line.
...
[SVN r35402]
2006-09-28 22:27:50 +00:00
Jürgen Hunold
a7bebcd59e
Merge from HEAD:
...
Added missing/changed to Boost Software license.
Changed tests to use qt3 toolset.
[SVN r35400]
2006-09-28 19:03:32 +00:00
Jürgen Hunold
c1bbd7ce3a
Merge from HEAD:
...
Added missing/changed to Boost Software license.
Changed tests to use qt3 toolset.
[SVN r35400]
2006-09-28 19:03:32 +00:00
Jürgen Hunold
602eb9e5a2
Added missing/changed to Boost Software license.
...
Changed tests to use qt3 toolset.
[SVN r35399]
2006-09-28 19:00:12 +00:00
Jürgen Hunold
de04c65ce9
Added missing/changed to Boost Software license.
...
Changed tests to use qt3 toolset.
[SVN r35399]
2006-09-28 19:00:12 +00:00
Dave Abrahams
17f543b82c
merged from HEAD
...
[SVN r35392]
2006-09-28 17:18:03 +00:00
Dave Abrahams
3b48033de7
merged from HEAD
...
[SVN r35392]
2006-09-28 17:18:03 +00:00
Dave Abrahams
7ff406cb6b
Correctly report python library path
...
[SVN r35391]
2006-09-28 17:15:52 +00:00
Dave Abrahams
05edca84da
Correctly report python library path
...
[SVN r35391]
2006-09-28 17:15:52 +00:00
Dave Abrahams
67a8f7ed2b
Attempt to get tests linking on OSF again by adding missing -lz.
...
Strip out loads of detritus.
[SVN r35390]
2006-09-28 17:13:35 +00:00
Dave Abrahams
b6a0e636f8
Attempt to get tests linking on OSF again by adding missing -lz.
...
Strip out loads of detritus.
[SVN r35390]
2006-09-28 17:13:35 +00:00
Rene Rivera
c65b20e190
Seems any $(x:X) expansion will expand to empty string as opposed to empty list.
...
[SVN r35353]
2006-09-27 15:39:42 +00:00
Rene Rivera
d7180b3124
Swap test values to correct expected-obtained order.
...
[SVN r35352]
2006-09-27 15:01:52 +00:00
Rene Rivera
08bebc57f8
Minor edits. Add var expansion test that veryfies that "$(x:D)" is broken.
...
[SVN r35351]
2006-09-27 14:52:19 +00:00
K. Noel Belcourt
f7799d2c01
Add this option to vacpp when building bjam (-bmaxdata:0x40000000).
...
This option increases the amount of heap / stack space available
to bjam when it runs. By default on IBM SP2 clusters, the available
stack is limited to 256 Mb which is insufficient for building larger
applications.
-bmaxdata=<num>
Sets the maximum size of the area shared by the
static data (both initialized and uninitialized)
and the heap to <num> bytes. The default is
-bmaxdata=0.
[SVN r35323]
2006-09-25 21:48:04 +00:00
K. Noel Belcourt
79047105e6
Add this option to vacpp when building bjam (-bmaxdata:0x40000000).
...
This option increases the amount of heap / stack space available
to bjam when it runs. By default on IBM SP2 clusters, the available
stack is limited to 256 Mb which is insufficient for building larger
applications.
-bmaxdata=<num>
Sets the maximum size of the area shared by the
static data (both initialized and uninitialized)
and the heap to <num> bytes. The default is
-bmaxdata=0.
[SVN r35323]
2006-09-25 21:48:04 +00:00
Douglas Gregor
b0a6fb339f
Fix linking of libboost_python on Mac OS X
...
[SVN r35307]
2006-09-24 12:36:22 +00:00
Douglas Gregor
a640c0c36b
Fix linking of libboost_python on Mac OS X
...
[SVN r35307]
2006-09-24 12:36:22 +00:00
Douglas Gregor
6700290a3e
Fix linking of libboost_python on Mac OS X
...
[SVN r35307]
2006-09-24 12:36:22 +00:00
Douglas Gregor
8fa3e76304
Fix linking of libboost_python on Mac OS X
...
[SVN r35307]
2006-09-24 12:36:22 +00:00
Roland Schwarz
a88ed54893
Fixed a bug that prevented using path-global from external projects,
...
when specified as a relative path,
e.g. path-global BOOST_ROOT : ../../boost
The fix should not interfere with the build of the boost library at all.
If there are problems though, simply remove everything between
<speedsnail> ... </speedsnail> again, and drop me a note.
[SVN r35305]
2006-09-24 11:38:46 +00:00
Vladimir Prus
8344a5b75b
Merge changes from trunk
...
[SVN r35304]
2006-09-24 10:12:34 +00:00
Vladimir Prus
3de9f03ac9
Merge changes from trunk
...
[SVN r35304]
2006-09-24 10:12:34 +00:00
Vladimir Prus
8ff5ae8422
Add comment
...
[SVN r35303]
2006-09-24 09:40:40 +00:00
Vladimir Prus
cd345eb3a8
Add comment
...
[SVN r35303]
2006-09-24 09:40:40 +00:00
Vladimir Prus
ab1e76ee8b
Robustify PCH generator.
...
* pch.jam (pch-generator.run): Don't insist on specific order
of source targets.
[SVN r35302]
2006-09-24 09:38:46 +00:00
Vladimir Prus
0c4edbe5fc
Robustify PCH generator.
...
* pch.jam (pch-generator.run): Don't insist on specific order
of source targets.
[SVN r35302]
2006-09-24 09:38:46 +00:00
Rene Rivera
e7f8022433
Cleanup.
...
[SVN r35279]
2006-09-22 16:07:59 +00:00
Jürgen Hunold
5b36a2ae11
Merge from HEAD:
...
Add missing QtDesigner library.
Improve control of Qt3Support library.
[SVN r35267]
2006-09-21 20:08:28 +00:00
Jürgen Hunold
62b238dc5d
Merge from HEAD:
...
Add missing QtDesigner library.
Improve control of Qt3Support library.
[SVN r35267]
2006-09-21 20:08:28 +00:00
Jürgen Hunold
5eda58eb82
Add missing QtDesigner library.
...
Improve control of Qt3Support library.
[SVN r35266]
2006-09-21 20:05:26 +00:00