Vladimir Prus
f4218ff95d
If no --with or --without option is specified, refer to project-config.
...
[SVN r52175]
2009-04-04 21:18:28 +00:00
Vladimir Prus
878c0cc941
Make Jamroots inherit from project-config, if one exists.
...
[SVN r52174]
2009-04-04 21:16:05 +00:00
Vladimir Prus
706186c6aa
Adjust the search for project-config.jam.
...
[SVN r52173]
2009-04-04 21:15:09 +00:00
Jeremiah Willcock
5e7b1ba181
Fixed regression test errors and warnings
...
[SVN r52172]
2009-04-04 20:02:25 +00:00
Vladimir Prus
1e9a04020a
Allow Boost.Build to override the value of -j.
...
[SVN r52171]
2009-04-04 18:55:37 +00:00
Vladimir Prus
0186268f29
Implement project-config.jam loading.
...
[SVN r52170]
2009-04-04 18:54:12 +00:00
Ben Hanson
3b512fe93c
regex table
...
[SVN r52169]
2009-04-04 13:56:39 +00:00
Vladimir Prus
3e0839f390
Check if value of NO_COMPRESSION/NO_ZLIB is 0 or 1.
...
Originally, only presence of these variables was checked.
Unfortunately, iostreams documentation said, incorrectly,
that NO_ZLIB and NO_BZIP2 default to 1 on Windows, which
caused some users to pass NO_ZLIB=0 explicitly, together
with other variables,thereby still disabling zlib.
This match makes Jamfile forgiving of this error.
Fixes #1967 .
[SVN r52168]
2009-04-04 12:44:55 +00:00
Vladimir Prus
16815875ec
Revert the previous change
...
[SVN r52167]
2009-04-04 07:55:40 +00:00
Vladimir Prus
62de2ee169
Enable verbose diagnostics for Boost.Build tests
...
[SVN r52166]
2009-04-04 07:53:19 +00:00
Vladimir Prus
c2c4788026
Unbreak prebuilt libraries on pathscale.
...
[SVN r52165]
2009-04-04 07:38:27 +00:00
Vladimir Prus
13d7946466
Adjust intel-linux inlining options for newer versions.
...
Fixes #2419 .
[SVN r52164]
2009-04-04 07:29:30 +00:00
Jeremiah Willcock
4ae21c3bc1
Fully qualifying std::sqrt to fix compile errors, and removing "using" statements that are never used
...
[SVN r52158]
2009-04-03 14:57:27 +00:00
Jeremiah Willcock
f326341fd5
Trying to fix Sun CC 5.9 error by fully qualifying root_two
...
[SVN r52157]
2009-04-03 14:55:01 +00:00
Jeremiah Willcock
db8b842e38
Fixed float->int warnings
...
[SVN r52156]
2009-04-03 14:54:10 +00:00
Jeremiah Willcock
5739c46e20
Merged in more changes from Parallel BGL
...
[SVN r52149]
2009-04-03 00:23:42 +00:00
Jeremiah Willcock
4f5fce062e
Removed blank line at end to match PBGL
...
[SVN r52148]
2009-04-03 00:23:16 +00:00
Eric Niebler
e23f3b742a
fix proto::lazy
...
[SVN r52144]
2009-04-02 22:11:56 +00:00
Gunter Winkler
0a19f54ca3
storage.hpp: fix #2891 , now check new size instead of old one
...
[SVN r52143]
2009-04-02 21:46:07 +00:00
Gunter Winkler
0604d23c61
test/test71.cpp reverted some changes regarding boost::interval
...
test/test73.cpp reverted addition of special initilizer
test/common/init.hpp changed common initilizer to use float instead of (unsigned) int to initialize test vectors/matrices (this solved some boost::interval issues, but revealed other ones)
[SVN r52142]
2009-04-02 21:43:25 +00:00
Gunter Winkler
f36e1ef3a0
Jamfile.v2: disabled failing test7 (need more time to investigate this)
...
CMakeLists.txt: added new tests, but was still not able to run cmake successfully
[SVN r52141]
2009-04-02 21:40:20 +00:00
Jeremiah Willcock
5be60d6a27
Fixed min/max inspection reports
...
[SVN r52140]
2009-04-02 19:22:38 +00:00
Jeremiah Willcock
25cb2c47c7
Removed tabs
...
[SVN r52139]
2009-04-02 18:49:28 +00:00
Jeremiah Willcock
8f685410e0
Removed uses of drand48() in Fruchterman-Reingold layout
...
[SVN r52138]
2009-04-02 18:17:38 +00:00
Jeremiah Willcock
96b34670dc
Generalized layout algorithms to use extended version of topology objects from Gursoy-Atun layout; Kamada-Kawai now supports 3-D; random layout supports arbitrary topologies
...
[SVN r52137]
2009-04-02 17:59:22 +00:00
Emil Dotchevski
5c8051a576
documentation update
...
[SVN r52135]
2009-04-02 17:06:53 +00:00
Emil Dotchevski
737b17c576
documentation update
...
[SVN r52129]
2009-04-02 06:16:23 +00:00
Emil Dotchevski
b8f8c5772c
documentation update
...
[SVN r52128]
2009-04-02 05:39:42 +00:00
Emil Dotchevski
c0225cde9b
documentation copyright message update
...
[SVN r52125]
2009-04-02 05:00:47 +00:00
Emil Dotchevski
0713159cee
documentation typos
...
[SVN r52124]
2009-04-02 04:56:31 +00:00
Emil Dotchevski
00d8813fdb
Documentation update
...
[SVN r52122]
2009-04-01 21:31:03 +00:00
Ben Hanson
115ccefc5f
Fixes to some exception messages.
...
[SVN r52120]
2009-04-01 20:34:20 +00:00
Ben Hanson
63ab13727f
Fixes to exception messages.
...
[SVN r52119]
2009-04-01 20:30:37 +00:00
Jeremiah Willcock
1837ef3342
Removed #if 0 code
...
[SVN r52117]
2009-04-01 18:49:52 +00:00
Jeremiah Willcock
3974960af0
Merged more changes from Parallel BGL
...
[SVN r52116]
2009-04-01 18:07:00 +00:00
Jeremiah Willcock
4da7f9757e
First batch of merges from Parallel BGL
...
[SVN r52110]
2009-04-01 16:03:21 +00:00
Jeremiah Willcock
1094c17d86
Renamed some functions to work better on some compilers
...
[SVN r52108]
2009-04-01 16:01:43 +00:00
David Deakins
a23d92c0b2
Windows CE does not define the wcscoll function from the CRT so, for WinCE, don't try to pull wcscoll from the global namespace into the std namespace.
...
[SVN r52106]
2009-04-01 14:56:27 +00:00
David Deakins
3d6866965c
For STLport on WinCE, BOOST_NO_STDC_NAMESPACE can get defined if STLport is putting symbols in its own namespace. In the case of codecvt, however, this does not mean that codecvt is in the global namespace (it will be in STLport's namespace).
...
[SVN r52105]
2009-04-01 14:50:50 +00:00
David Deakins
1fad2d1ec1
Have config/select_stdlib_config.hpp and config/stdlib/stlport.hpp use <cstddef> instead of <utility> to determine which standard library is in use. For std lib implementations that rely on Boost components like TypeTraits, Bind, Function, or SmartPtr, this helps to avoid circular header dependency issues, since <cstddef> is much less likely to pull in Boost libraries than <utility>.
...
In get_pointer.hpp, switched to using <boost/config/no_tr1/memory.hpp> instead of using <memory> directly. As above, this helps avoid circular header dependency issues in Boost-supplemented std libs (specifically it avoids issues when <memory> pulls in pieces of Boost.SmartPtr).
These two changes were made in response to testing done with STLport 5.2.1 using the _STLP_USE_BOOST_SUPPORT option.
[SVN r52104]
2009-04-01 14:42:11 +00:00
John Maddock
2f15e62d64
Add missing #includes.
...
[SVN r52102]
2009-04-01 09:32:08 +00:00
Emil Dotchevski
19d36273b6
documentation update
...
[SVN r52099]
2009-04-01 07:08:04 +00:00
Vladimir Prus
9e04033a60
Add example of using built tool.
...
[SVN r52098]
2009-04-01 06:34:39 +00:00
Emil Dotchevski
07c2923af7
documentation update
...
[SVN r52097]
2009-04-01 05:58:18 +00:00
Emil Dotchevski
89ca28d2b7
Documentation update
...
[SVN r52092]
2009-03-31 22:20:46 +00:00
Daniel James
92cbbee0bd
Changelog for unordered and hash.
...
[SVN r52084]
2009-03-31 19:43:58 +00:00
Daniel James
b4af65c0fc
Support reference for variables that are both static and mutable in
...
boostbook.
[SVN r52083]
2009-03-31 19:43:35 +00:00
Daniel James
1db7e08310
Support global variable reference in boostbook.
...
[SVN r52082]
2009-03-31 19:43:13 +00:00
Vladimir Prus
590b59dab3
Support for 64-bit compilation on acc.
...
[SVN r52079]
2009-03-31 18:54:47 +00:00
Joaquín M López Muñoz
d376ce4403
updated according to latest regression tests results
...
[SVN r52078]
2009-03-31 16:12:23 +00:00