fdcb0c6d2ecorrected bug: the fsm parameter of a submachine now is the containing state machine
Christophe Henry
2010-05-22 19:47:15 +0000
842044e895Fix a minor html formatting glitch
Steven Watanabe
2010-05-22 19:30:12 +0000
a456b143f9Wave: integrated the new visibility config macros
Hartmut Kaiser
2010-05-22 17:08:10 +0000
c5dfbece92Wave: integrated the new visibility config macros
Hartmut Kaiser
2010-05-22 17:07:45 +0000
8de6e37fd1Spirit added note about numeric parser overflows to the docs
Hartmut Kaiser
2010-05-22 16:44:15 +0000
19dfe1ee3efix lightweight test boo boo (Thanks to Peter Dimov)
Beman Dawes
2010-05-22 16:10:49 +0000
bd4c9a55d4Wave: applied a couple of fixes supplied by József Mihalicza
Hartmut Kaiser
2010-05-22 16:06:00 +0000
f82b574fd5Wave: added file type to iteration context
Hartmut Kaiser
2010-05-22 15:53:00 +0000
9f9f6e5f91Wave: added file type to iteration context
Hartmut Kaiser
2010-05-22 15:52:34 +0000
696a6af61bSpirit: Fixing numeric parser tests
Hartmut Kaiser
2010-05-22 14:57:10 +0000
1fde6bdd15Spirit: fixing const correctness problem, added test
Hartmut Kaiser
2010-05-22 14:28:52 +0000
32f4387fa1Spirit: added missing using declarations
Hartmut Kaiser
2010-05-22 14:26:47 +0000
0dfefff502Spirit: fixing const correctness problem
Hartmut Kaiser
2010-05-22 14:25:08 +0000
e020f451f7Rebuild docs after changeset 62140
Beman Dawes
2010-05-22 12:54:57 +0000
19a33a6ba8Major upgrade to Boost.Config symbol visibility macros for shared libraries, based on patches from Jürgen Hunold with mods by Beman Dawes. Upgrade Boost.System to use the new visibility macros. Fixes#3697 and provides foundation for fixing 2114, 2309, etc.
Beman Dawes
2010-05-22 12:12:00 +0000
3ce9aebc08generalized sub-domain implementation from Daniel Wallin
Eric Niebler
2010-05-22 11:59:29 +0000
6e14c70e47msm added to trunk
Christophe Henry
2010-05-21 21:15:38 +0000
fd701f7300msm added to trunk
Christophe Henry
2010-05-21 21:08:55 +0000
68d16ada2dTemporarily skipped value-initialization of all ptr-to-member objects for Intel <= 11.1, as another try to avoid the internal error, Intel support issue 589832.
Niels Dekker
2010-05-21 18:03:58 +0000
aa7033bdfaMerge changes from Trunk:
John Maddock
2010-05-21 17:23:36 +0000
f5d352e21aFix for trac issue #3269
Anthony Williams
2010-05-21 17:14:23 +0000
98cb78019bSleeping for a negative time is same as sleeping for 0ms, fix for issue #3178
Anthony Williams
2010-05-21 16:59:56 +0000
8ccd285ee2Explicitally link boost_system in boost_filesystem on darwin, the same as windows
Christopher Jefferson
2010-05-21 16:55:54 +0000
6922b6a632Fix allocator concept to match C++03 requirements in table 32.
John Maddock
2010-05-21 16:20:15 +0000
3783ff9f11Added support for BOOST_NO_IOSTREAM
Anthony Williams
2010-05-21 15:19:06 +0000
e7fa66c42dRevert changes for sun 5.9.
Daniel James
2010-05-21 07:06:33 +0000
cdd80ef79bSpirit: Added tests to ensure numeric overflow leads to failing parse
Hartmut Kaiser
2010-05-20 17:25:08 +0000
60dde55197Fix VC++ 10 include problems. Fixes#3070.
John Maddock
2010-05-20 16:17:05 +0000
48b3ebc038Temporarily skipped value-initialization of m_ptr_to_member, as well as m_ptr_to_member_array for Intel <= 11.1, still trying to avoid the internal error, Intel support issue 589832.
Niels Dekker
2010-05-20 15:56:59 +0000
c05f35206afix copy-paste error
Joel de Guzman
2010-05-18 04:55:47 +0000
098ddbf2bbAdd source for Boost.Test docs
Steven Watanabe
2010-05-17 20:09:18 +0000
12a7f9a3ebAdded BOOST_NO_COMPLETE_VALUE_INITIALIZATION only to MSVC < 10, in order to check how MSVC 10 is doing.
Niels Dekker
2010-05-17 16:24:58 +0000
ac8529d5c7Darwin does not have feenablexcept. Fixes#4222.
Douglas Gregor
2010-05-17 16:16:08 +0000
f3b99dfa90Temporarily skipped value-initialization of m_ptr_to_member_array for Intel <= 11.1, to avoid an internal error reported by John Maddock, Intel support issue 589832.
Niels Dekker
2010-05-17 15:36:04 +0000
130d7d070dTest for __APPLE__ before _GNU_SOURCE so we can compile on Intel/Darwin
Anthony Williams
2010-05-17 08:22:14 +0000
c71654bd49Make the command for running just bcp consistent with real libraries
Steven Watanabe
2010-05-17 04:53:29 +0000
bfa85437a3Revert my attempt to use collection_size_type/version_type consistently throughout the serialization library; I need to do so in a way that maintains archive compatibility.
Douglas Gregor
2010-05-16 21:35:36 +0000
60ef75fdbbRemoved use of fraction_tolerance to match new Boost.Test interfaces
Jeremiah Willcock
2010-05-16 21:22:27 +0000
05ce937b2dFixed VC++10 warnings and errors
Jeremiah Willcock
2010-05-16 18:06:25 +0000
73857ea808Re-added known failures for VC++ 7.1
Jeremiah Willcock
2010-05-16 17:32:01 +0000
6b2635f5c1Revert my change to use collection_size_type/version_type throughout Boost.Serialization; I had missed that this actually changes by binary format.
Douglas Gregor
2010-05-16 15:39:59 +0000
7de88b5182Locally disabled a trivial MSVC warning in value_init.hpp (C4512, "assignment operator could not be generated")
Niels Dekker
2010-05-16 11:08:00 +0000
61da250ec2New floating point portable interfaces introduced in namespace fpe FPE enable/disable now works on *nix as well FPE handling is split from system errors handling. You can detect FPE even if catch_system_error is false SIGCHLD handling removed seh_catch_preventer eliminated in latest versions of MSVC Added an ability to erase registered exception translator Lazy_ostream updated to be usable in more use cases New production testing tools interface introduced New header for the execution monitor standalone usage
Gennadiy Rozental
2010-05-16 02:45:31 +0000
7d79fad99eInclude all of the headers needed for the BOOST_MPL_ASSERT that is failing for several compilers
Douglas Gregor
2010-05-16 01:27:58 +0000
6e1ae8fc7bAdd missing include to get boost::archive::version_type.
Douglas Gregor
2010-05-16 00:05:49 +0000
1def0909feMerge Clang NRVO config setting from trunk
Douglas Gregor
2010-05-15 18:48:28 +0000
8ae4071876Clang now supports the NRVO
Douglas Gregor
2010-05-15 18:47:13 +0000
cb968d0c48Merge Boost.Serialization fixes for Boost.MPI (consistent use of collection_size_type/version_type). Fixes#4214.
Douglas Gregor
2010-05-15 18:09:16 +0000
d2df4dd69eUse collection_size_type/version_type consistently in Boost.Serialization. This addresses a serious bug in Boost.MPI (see bug #4214) that causes memory corruption with the skeleton/content mechanism.
Douglas Gregor
2010-05-15 18:01:45 +0000
84b4260600Update regex_match requirements. Fixes#4215.
John Maddock
2010-05-15 09:15:20 +0000
166833b872Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to clang (trunk), see #4080.
Niels Dekker
2010-05-14 21:51:14 +0000
8da1f9110aSerialize running of MPI tests to minimize overloading systems.
K. Noel Belcourt
2010-05-14 19:37:36 +0000
f449122842Merge from trunk
Vladimir Prus
2010-05-14 06:55:15 +0000
a042b39e43Remove non-blocking on child's pipe file descriptors.
K. Noel Belcourt
2010-05-14 04:06:03 +0000
6c96501f83Fix bug in cxx-name-lookup
Steven Watanabe
2010-05-14 03:16:14 +0000
585aba8d02Teach Numeric/Interval that Apple platforms provide <fenv.h> for rounding control
Douglas Gregor
2010-05-13 23:28:33 +0000
b30b08717fAutomatically add the command line for run.py to the comment file
Steven Watanabe
2010-05-13 20:32:40 +0000
4a441d0b09Export some typedefs from the base CSR graph type to the distributed CSR graph type
Douglas Gregor
2010-05-13 17:15:01 +0000
828e40cbebHopefully fixed value_initialized compile errors on clang and comeau (strict mode) reported by Christopher Jefferson, see #4213
Niels Dekker
2010-05-13 14:36:06 +0000
bf33506c04Added value-initialization checks for pointer-to-member.
Niels Dekker
2010-05-13 12:11:58 +0000
5d2b2d288aFix some warnings
Steven Watanabe
2010-05-13 04:21:51 +0000
8d96a460bfTweaks to optimize the docbook to html conversion.
Steven Watanabe
2010-05-12 22:30:59 +0000
776a71c251rewrite the syntax highlighter and the c++ name lookup rules to make them faster
Steven Watanabe
2010-05-12 22:29:47 +0000
9640dbfb09Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to IBM XL C++ <= V11.1 (trunk), see #4080.
Niels Dekker
2010-05-12 18:23:33 +0000
0fb51dbe2fRemoved printing of "__IBMCPP__". It printed 1110, so I'm pretty sure the IBM regression machine currently runs XL V11.1.
Niels Dekker
2010-05-12 18:23:07 +0000
cb7f7b53eeFix example. Fixes#4206
Steven Watanabe
2010-05-12 12:56:16 +0000
0f6c6f3732Tentative fix for BOOST_NO_EXTERN_TEMPLATE: previous test case was invalid.
John Maddock
2010-05-12 12:34:45 +0000
482632c710fix clang/cygwin bbv2 problem (with Doug's blessing)
Eric Niebler
2010-05-12 06:35:30 +0000
46dc079210Make the test reporting system handle the bcp tests properly
Steven Watanabe
2010-05-12 04:32:43 +0000
1c0ce26ea0Enable tests of a single library at a time
Steven Watanabe
2010-05-12 04:30:47 +0000