789bb20effFix poor parallel throughput on larger SMP systems.
K. Noel Belcourt
2010-11-20 00:15:41 +0000
367c34c45fSpirit: making sure we use internal endian library, still
Hartmut Kaiser
2010-11-19 18:03:05 +0000
12e6d1a263Spirit: applied patch for adapt-adt issue
Hartmut Kaiser
2010-11-19 13:51:58 +0000
c197d8cf65Search in lib64 and bin64 for ICU binaries.
John Maddock
2010-11-18 18:27:40 +0000
b9bd39934cSpirit: yet another fix for the "*" all-states functionality
Hartmut Kaiser
2010-11-18 16:26:06 +0000
aad2fd116dSpirit: missed file in previous commit
Hartmut Kaiser
2010-11-18 16:18:17 +0000
2a7af86e7dSpirit: allowing "*" as a state name to associate a token definition with all states
Hartmut Kaiser
2010-11-18 14:46:18 +0000
6289f8210fSpirit: removed duplicate specialization
Hartmut Kaiser
2010-11-18 13:42:29 +0000
a93341d4bcremoved experimental incomplete feature!
David Bellot
2010-11-18 08:02:22 +0000
1b023b5cadput mpl_graph inside msm namespace
Christophe Henry
2010-11-17 21:12:56 +0000
0cca7236faSpirit: Fixing cut&paste error, adding missing specializations for assign_to_attribute_from_iterators<>.
Hartmut Kaiser
2010-11-17 20:39:18 +0000
a1adb64383Fixes a problem with iterators in Lex identified by M. Gaunard. This prevents semantics such as "T it; T it2 = ++it;" from compiling. I've added his fix for this as the semantics in question are clearly legal and the fix implements the required behavior correctly.
Bryce Adelstein-Lelbach
2010-11-17 15:31:03 +0000
e41296ae15Merge from trunk. ........ r66613 | chris_kohlhoff | 2010-11-17 00:16:45 +1100 (Wed, 17 Nov 2010) | 2 lines
Christopher Kohlhoff
2010-11-17 09:51:56 +0000
1c3c409bafcorrect namespaces for mpl_graph as child of msm
Gordon Woodhull
2010-11-17 02:07:46 +0000
75b099d2eaMerge the fix for -q and configuration checks.
Vladimir Prus
2010-11-16 23:02:36 +0000
cbbce1c57afixed compile errors
Christophe Henry
2010-11-16 18:40:15 +0000
92b02f122bFixed a Windows-specific problem where failures from accept() are incorrectly treated as successes. Refs #4859.
Christopher Kohlhoff
2010-11-16 13:16:45 +0000
645805a0deboost/python/object/make_instance.hpp: adding missing includes
Ralf W. Grosse-Kunstleve
2010-11-15 23:17:00 +0000
ee97d10ab0- added mpl_graph-based features (for entry states and checking of region orthogonality) - added Boost.Parameter interface for back-end definition
Christophe Henry
2010-11-15 21:04:53 +0000
4000b11b8drollback
David Bellot
2010-11-15 13:37:22 +0000
9906ac744eMerged fix for issue #4736 from trunk
Anthony Williams
2010-11-15 10:13:12 +0000
50b53eb191Update last checked GCC version to 4.6, and add new C++0x features supported.
John Maddock
2010-11-15 09:26:29 +0000
a2d257dd2dfirst commit of mpl_graph as sublibrary of msm
Gordon Woodhull
2010-11-15 05:33:19 +0000
fa2bdcc869more doc
David Bellot
2010-11-14 19:35:11 +0000
02222291beupdate jamfile
David Bellot
2010-11-14 19:34:04 +0000
25add8a628added method get_message_queue_size
Christophe Henry
2010-11-14 19:21:18 +0000
a1d35dd5e1Stop inspect complaining that assert is used in BOOST_ASSERT.
Daniel James
2010-11-14 18:37:37 +0000
5dd0264519Use BOOST_ASSERT in iostreams.
Daniel James
2010-11-14 18:36:49 +0000
59b64219dcFix [66556] - Remove clang workaround.
Daniel James
2010-11-14 11:43:49 +0000
d0d8a515e3Remove some 'always_show_run_output' flags.
Daniel James
2010-11-14 11:42:58 +0000
ebd6a69591Spirit: Adding new example
Hartmut Kaiser
2010-11-13 20:26:22 +0000
bafb2cdab1Spirit: Fixing example (added missing escape sequence)
Hartmut Kaiser
2010-11-13 14:25:34 +0000
1b93933dc3Less use of the ampersand operator in unordered.
Daniel James
2010-11-13 12:31:54 +0000
53383b0e22Remove clang workaround.
Daniel James
2010-11-13 12:30:45 +0000
fab311da65More comments describing the unordered internals.
Daniel James
2010-11-13 12:30:06 +0000
a5a4a414f8Merged objective c++ fix from tunk. Fixes#4191.
Christopher Kohlhoff
2010-11-12 23:32:36 +0000
2169cb335bAdaptations for test matrix failures. Portability fixes for msvc-7.1 and clang-2.9. Used macros for some large test template parameters.
Joachim Faulhaber
2010-11-12 21:37:09 +0000
c98ed4e38dmade get_state_by_id as const and non-const version
Christophe Henry
2010-11-12 19:37:11 +0000
f3252ac5afFix include for BOOST_ASSERT
Jürgen Hunold
2010-11-12 17:39:11 +0000
5a4d8f2a2bRemoved access to (unused) edge id attribute, also making that attribute optional; fixes#4843
Jeremiah Willcock
2010-11-12 15:34:20 +0000
3958c9f170Better fix for #4736 --- ensure we have tried to allocate TLS value before complaining that it's not there, especially in native threads
Anthony Williams
2010-11-12 09:11:22 +0000
5bafba1453Fixes previously introduced corner case bug.
Andreas Huber
2010-11-11 20:04:12 +0000
4640ac8625add missing serialization/nvp.hpp header
Eric Niebler
2010-11-11 19:58:13 +0000
a2c9143a10Adaptations for test matrix failures. Portability fixes for msvc-7.1 and clang-2.9. Added some macros for portability.
Joachim Faulhaber
2010-11-11 16:51:08 +0000
998ddf464cmissing header
Luke Simonson
2010-11-11 16:48:57 +0000
9b46aaf7cbAdd some more macros to diagnostic list
John Maddock
2010-11-11 16:35:00 +0000
dcf959fc27fixed stack overflow when using Defer
Christophe Henry
2010-11-10 21:59:19 +0000
b804c94386merge from trunk
Luke Simonson
2010-11-10 18:09:55 +0000
51cede2778merge from trunk
Luke Simonson
2010-11-10 18:08:42 +0000
1e8a363aa1merge from trunk
Luke Simonson
2010-11-10 18:07:40 +0000
f99539dd92Corrections for testing.
Joachim Faulhaber
2010-11-10 16:56:19 +0000
25d75dfbdbMerged fix for issue #4736 from trunk
Anthony Williams
2010-11-10 11:24:52 +0000
b0606a6a0eAdded comment about lack of cleanup on native threads on some platforms
Anthony Williams
2010-11-10 10:02:42 +0000
62e7b6d6b8Merge simple fix for non-ascii XML parsing to release. Fixes bug 4340.
Sebastian Redl
2010-11-10 09:23:27 +0000
4d83cdddf4Make PTree's parser_writer_settings fields non-const, so that the struct is assignable.
Sebastian Redl
2010-11-10 08:22:59 +0000
212de250ccFusion: fixed missing is_native_fusion_sequence for MSVC 7.1 and MSVC 8.0
Christopher Schmidt
2010-11-10 07:59:18 +0000
cbc2deac5eimprove reliability of floating point high precision type usage
Luke Simonson
2010-11-10 00:24:00 +0000
a9e5a61ed9Fixes#4817, correctly this time.
Andreas Huber
2010-11-09 19:54:14 +0000
041cc70bedfix for issue #4736 --- avoid setting tls data after the key has been destroyed
Anthony Williams
2010-11-09 12:54:23 +0000
50b7376afdMingW32 has a few functions we weren't flagging up before.
John Maddock
2010-11-09 11:59:47 +0000
f47b6ac82dApply the patch from bug 4340. Thanks to Zhuo Qiang.
Sebastian Redl
2010-11-09 09:50:34 +0000
e3d99afc2cchecking in fixes for unit tests related to resizing
Luke Simonson
2010-11-08 23:49:32 +0000
772e58d995Spirit: fixed#4825: boost/spirit/home/classic/dynamic/impl/switch.ipp missing a chunk in release branch
Hartmut Kaiser
2010-11-08 22:41:27 +0000
336abf8bc5Remove bogus comment.
John Maddock
2010-11-08 17:59:46 +0000
c431f3ed78Added a detail header for fenv. Please use boost/detail/fenv.hpp in Boost code to avoid problems with Clang/glibc.
Bryce Adelstein-Lelbach
2010-11-08 17:10:25 +0000
39801b7cc4checking in forgotten header
Luke Simonson
2010-11-08 17:06:47 +0000
08c31b1e50Added comment suggested by volodya.
Bryce Adelstein-Lelbach
2010-11-08 17:05:55 +0000
7cbdde9aa2Tidy up VC10 config and enable new VC10 feature (numeric_limits::lowest()).
John Maddock
2010-11-08 17:01:44 +0000
9263b7c419Added additional test case in hopes of reproducing bug report #4812. Refs #4812.
John Maddock
2010-11-08 16:30:01 +0000
c3d5e9afd0Neglected a "!"
Bryce Adelstein-Lelbach
2010-11-08 13:17:36 +0000
b015daa78bFix tests that fail with gcc in C++0x mode. Add some stricter tests for fp-classification routines.
John Maddock
2010-11-08 12:55:06 +0000
ed725294e9Reduces the number of outstanding compiler errors for the Scheme sexpr output code on GCC/Clang toolchains. I believe we're down to one outstanding issue here. Hartmut/JdG please revert this if it's a problem. The main change to the vanilla utree is making the list iterators random access, because some of the output code calls for RA iterators. This is kludgy, but we'll (hopefully) be replacing the old utree implementation soon enough.
Bryce Adelstein-Lelbach
2010-11-07 20:12:33 +0000
8036a5b795Clang hand-holding, mostly for issues caused by Clang defining GCC macros.
Bryce Adelstein-Lelbach
2010-11-07 20:05:04 +0000
0ee8bcedd7Spoke to volodya about this; these changes add support for bootstrapping the Boost.Build system with clang. I also fixed a few things in the clang-linux toolchain;
Bryce Adelstein-Lelbach
2010-11-07 19:51:05 +0000
d236aa1edcMy original patch for this file (applied by hkaiser I believe) removed the need to include typeinfo; however, I overlooked the removal of the actual include of typeinfo. Additionally, I've removed the use of iomanip; on Linux, iomanip causes problems with path64, intel and clang when using GNU's standard library version 4.5 or higher (specifically, newer versions of GNU's standard library use C++0x extensively, with no workarounds for compilers that lack GNU GCC's C++0x support). Eric, please let me know if this is a problem. It's a two line change.
Bryce Adelstein-Lelbach
2010-11-07 19:15:38 +0000
ebbbcb942eMerge fix for typo from Trunk. Fixes#4810.
John Maddock
2010-11-07 17:39:07 +0000
f7c351c3e9Boost.Icl version 4.0.0 initial import
Joachim Faulhaber
2010-11-07 17:38:20 +0000
9d4e23f3e0Boost.Icl version 4.0.0 initial import
Joachim Faulhaber
2010-11-07 17:05:48 +0000
49696a0fddBoost.Icl version 4.0.0 initial import
Joachim Faulhaber
2010-11-07 16:54:37 +0000
4eb3399272Fix typo in docs and regenerate. Refs #4810.
John Maddock
2010-11-07 15:10:13 +0000
57373d07bcFix some issues with the fop tool.
Daniel James
2010-11-07 14:46:20 +0000
3b1e0a51b3Support more quickbook options in boost build.
Daniel James
2010-11-07 14:45:43 +0000
b2d0563b83Some extra quickbook table tests.
Daniel James
2010-11-07 14:45:01 +0000
43473c51e3Chunk the standalone quickbook docs in the same way as the main docs.
Daniel James
2010-11-07 14:44:29 +0000
3977b667ffCall forward declared functions from templates in unordered tests.
Daniel James
2010-11-07 14:43:50 +0000