John Maddock
|
4acaa3e10f
Workaround for real_concept when there are no long double math functions.
|
18 years ago |
Christopher Kohlhoff
|
9414f76acb
Assume that Tru64 also needs SIGPIPE to be blocked.
|
18 years ago |
Gennadiy Rozental
|
3d1910c53c
fixed issue with num of exp failure calculation
|
18 years ago |
Gennadiy Rozental
|
6bed20b245
try run
|
18 years ago |
Joaquín M López Muñoz
|
03221bcc2d
applied workaround for MSVC++ 6.5/7.0 problem with static constants inside templates, see http://lists.boost.org/Archives/boost/2007/10/128392.php
|
18 years ago |
Daniel James
|
d166f86ab0
Merge some minor changes from the development branch to remove some unnecessary differences.
|
18 years ago |
Daniel James
|
415f56d482
Include authors that are in authorgroups in the generated chapterinfo.
|
18 years ago |
Eric Niebler
|
6d706ed1e4
mark up expected xpressive failures on acc toolset
|
18 years ago |
John Maddock
|
bca1147425
Updates to build system: Sun and SGI compilers have a problem doing a shared link, and some platforms don't have an icudata library.
|
18 years ago |
Ion Gaztañaga
|
4c57e38faa
Added <algorithm> include. Erased wrong "non" word in swap members' Throws clause.
|
18 years ago |
Christopher Kohlhoff
|
65f8b1c787
Add dummy enum for ssl errors. Change to static const references to error
|
18 years ago |
John Maddock
|
6f413fe095
Disable FOP1 extensions so we can build with xep extensions instead.
|
18 years ago |
John Maddock
|
3eea02819c
Change #warning to #pragma message: #warning is a gcc-ism and the code in question is msvc-specific (Tested on all msvc variants, plus gcc-minw32).
|
18 years ago |
Christopher Kohlhoff
|
c1a620a064
Add define to disable /dev/poll support.
|
18 years ago |
Christopher Kohlhoff
|
09ee394489
Make Windows XP the default target Windows version as the latest Windows
|
18 years ago |
Christopher Kohlhoff
|
e3f650ffb3
Throw an exception if unable to create a pipe for the pipe_select_interrupter.
|
18 years ago |
Christopher Kohlhoff
|
0d3b9c6886
Borland C++ wants friendship for the task_cleanup nested class.
|
18 years ago |
Christopher Kohlhoff
|
317bfb5248
Revert HP-UX/aCC change to select() wrapper as it breaks more than it fixes.
|
18 years ago |
Eric Niebler
|
281567c527
misc cleann-up from Dave Jenkins
|
18 years ago |
Daniel James
|
d2dd2a572d
Remove the free-function-groups from the hash reference documentation, they were causing the functions to be listed on the documentation for every specialization of boost::hash<T>, and the functions to be described on the main synopsis page, instead of their own page.
|
18 years ago |
Eric Niebler
|
7f6d510b1f
revert more boost.test changes
|
18 years ago |
Beman Dawes
|
9f7c4eed76
Add failure count for each compiler column.
|
18 years ago |
Gunter Winkler
|
cdab354cd2
- added section "nested products"
|
18 years ago |
Rene Rivera
|
05c35ae99e
Specify user to post results to OSL server.
|
18 years ago |
Rene Rivera
|
a9caa16442
Allow specifying options with quotes, i.e. "--with-python=xyz", to work around the CMD shell using "=" as an argument separator.
|
18 years ago |
Eric Niebler
|
26d638c301
reverted to r40064
|
18 years ago |
Eric Niebler
|
6a6de072e8
cleanup
|
18 years ago |
Gennadiy Rozental
|
eb2630b10e
cygwin issue fix
|
18 years ago |
Niels Dekker
|
5fbcd431b0
Added value_initialized<T> test, having T as aggregate POD struct. In the past, this would have triggered MSVC warning C4345; this warning is now disabled within value_init.hpp, changeset [40088]
|
18 years ago |
Niels Dekker
|
d2c66bd816
Disabled MSVC warning C4345, in response to Gennadiy Rozental, Boost Developer mailing list, "[utility] value_init warning", October 14, 2007. Push'n'pop reminder from Paul A Bristow taken into account.
|
18 years ago |