Commit Graph

  • fb4f5ca929 SunPro workaround; references #4757 Marshall Clow 2010-11-20 00:48:33 +0000
  • 789bb20eff Fix poor parallel throughput on larger SMP systems. K. Noel Belcourt 2010-11-20 00:15:41 +0000
  • 367c34c45f Spirit: making sure we use internal endian library, still Hartmut Kaiser 2010-11-19 18:03:05 +0000
  • 12e6d1a263 Spirit: applied patch for adapt-adt issue Hartmut Kaiser 2010-11-19 13:51:58 +0000
  • c197d8cf65 Search in lib64 and bin64 for ICU binaries. John Maddock 2010-11-18 18:27:40 +0000
  • b9bd39934c Spirit: yet another fix for the "*" all-states functionality Hartmut Kaiser 2010-11-18 16:26:06 +0000
  • aad2fd116d Spirit: missed file in previous commit Hartmut Kaiser 2010-11-18 16:18:17 +0000
  • 2a7af86e7d Spirit: allowing "*" as a state name to associate a token definition with all states Hartmut Kaiser 2010-11-18 14:46:18 +0000
  • 6289f8210f Spirit: removed duplicate specialization Hartmut Kaiser 2010-11-18 13:42:29 +0000
  • a93341d4bc removed experimental incomplete feature! David Bellot 2010-11-18 08:02:22 +0000
  • 1b023b5cad put mpl_graph inside msm namespace Christophe Henry 2010-11-17 21:12:56 +0000
  • 0cca7236fa Spirit: Fixing cut&paste error, adding missing specializations for assign_to_attribute_from_iterators<>. Hartmut Kaiser 2010-11-17 20:39:18 +0000
  • a1adb64383 Fixes 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
  • e41296ae15 Merge 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
  • 1c3c409baf correct namespaces for mpl_graph as child of msm Gordon Woodhull 2010-11-17 02:07:46 +0000
  • 75b099d2ea Merge the fix for -q and configuration checks. Vladimir Prus 2010-11-16 23:02:36 +0000
  • cbbce1c57a fixed compile errors Christophe Henry 2010-11-16 18:40:15 +0000
  • d05ba08c3f Merged revisions 66606 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-11-16 18:30:39 +0000
  • 92b02f122b Fixed a Windows-specific problem where failures from accept() are incorrectly treated as successes. Refs #4859. Christopher Kohlhoff 2010-11-16 13:16:45 +0000
  • 645805a0de boost/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
  • 4000b11b8d rollback David Bellot 2010-11-15 13:37:22 +0000
  • 9906ac744e Merged fix for issue #4736 from trunk Anthony Williams 2010-11-15 10:13:12 +0000
  • 50b53eb191 Update last checked GCC version to 4.6, and add new C++0x features supported. John Maddock 2010-11-15 09:26:29 +0000
  • a2d257dd2d first commit of mpl_graph as sublibrary of msm Gordon Woodhull 2010-11-15 05:33:19 +0000
  • fa2bdcc869 more doc David Bellot 2010-11-14 19:35:11 +0000
  • 02222291be update jamfile David Bellot 2010-11-14 19:34:04 +0000
  • 25add8a628 added method get_message_queue_size Christophe Henry 2010-11-14 19:21:18 +0000
  • a1d35dd5e1 Stop inspect complaining that assert is used in BOOST_ASSERT. Daniel James 2010-11-14 18:37:37 +0000
  • 5dd0264519 Use BOOST_ASSERT in iostreams. Daniel James 2010-11-14 18:36:49 +0000
  • 59b64219dc Fix [66556] - Remove clang workaround. Daniel James 2010-11-14 11:43:49 +0000
  • d0d8a515e3 Remove some 'always_show_run_output' flags. Daniel James 2010-11-14 11:42:58 +0000
  • ebd6a69591 Spirit: Adding new example Hartmut Kaiser 2010-11-13 20:26:22 +0000
  • 324bd8a9f9 Fixed typo; fixes #4851 Jeremiah Willcock 2010-11-13 15:04:24 +0000
  • bafb2cdab1 Spirit: Fixing example (added missing escape sequence) Hartmut Kaiser 2010-11-13 14:25:34 +0000
  • 1b93933dc3 Less use of the ampersand operator in unordered. Daniel James 2010-11-13 12:31:54 +0000
  • 53383b0e22 Remove clang workaround. Daniel James 2010-11-13 12:30:45 +0000
  • fab311da65 More comments describing the unordered internals. Daniel James 2010-11-13 12:30:06 +0000
  • a5a4a414f8 Merged objective c++ fix from tunk. Fixes #4191. Christopher Kohlhoff 2010-11-12 23:32:36 +0000
  • 2169cb335b Adaptations 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
  • c98ed4e38d made get_state_by_id as const and non-const version Christophe Henry 2010-11-12 19:37:11 +0000
  • f3252ac5af Fix include for BOOST_ASSERT Jürgen Hunold 2010-11-12 17:39:11 +0000
  • 5a4d8f2a2b Removed access to (unused) edge id attribute, also making that attribute optional; fixes #4843 Jeremiah Willcock 2010-11-12 15:34:20 +0000
  • 3958c9f170 Better 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
  • 1550e98c7a assert -> BOOST_ASSERT Bryce Adelstein-Lelbach 2010-11-12 03:56:29 +0000
  • 396bca1366 only check boost and src directories for use of C-style assert Eric Niebler 2010-11-12 02:23:34 +0000
  • 4b9516408b Spirit: updating documentation Hartmut Kaiser 2010-11-12 00:59:25 +0000
  • 3173e7a6ec Wave: adjusting code to pass new assert inspect rule Hartmut Kaiser 2010-11-12 00:50:46 +0000
  • 70d86b045b Spirit: adjusting code to pass new assert inspect rule Hartmut Kaiser 2010-11-12 00:36:49 +0000
  • f27dfd59fd inspect tool: assert_macro_check reports line numbers Eric Niebler 2010-11-11 23:06:17 +0000
  • 300d67f955 inspect tool: check for C-style assert macro instead of BOOST_ASSERT Eric Niebler 2010-11-11 22:49:46 +0000
  • 31998b22b3 - added enqueue_event and execute_queued_events - get_state_by_id does not return const Christophe Henry 2010-11-11 21:49:07 +0000
  • 2990647c82 Merged revisions 66498 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-11-11 20:34:42 +0000
  • 970dee071c add missing includes, fixes #4841 Eric Niebler 2010-11-11 20:28:11 +0000
  • 40a5f9452a Merged revisions 66495 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-11-11 20:19:38 +0000
  • 5bafba1453 Fixes previously introduced corner case bug. Andreas Huber 2010-11-11 20:04:12 +0000
  • 4640ac8625 add missing serialization/nvp.hpp header Eric Niebler 2010-11-11 19:58:13 +0000
  • a2c9143a10 Adaptations 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
  • 998ddf464c missing header Luke Simonson 2010-11-11 16:48:57 +0000
  • 9b46aaf7cb Add some more macros to diagnostic list John Maddock 2010-11-11 16:35:00 +0000
  • dcf959fc27 fixed stack overflow when using Defer Christophe Henry 2010-11-10 21:59:19 +0000
  • b804c94386 merge from trunk Luke Simonson 2010-11-10 18:09:55 +0000
  • 51cede2778 merge from trunk Luke Simonson 2010-11-10 18:08:42 +0000
  • 1e8a363aa1 merge from trunk Luke Simonson 2010-11-10 18:07:40 +0000
  • f99539dd92 Corrections for testing. Joachim Faulhaber 2010-11-10 16:56:19 +0000
  • 25d75dfbdb Merged fix for issue #4736 from trunk Anthony Williams 2010-11-10 11:24:52 +0000
  • b0606a6a0e Added comment about lack of cleanup on native threads on some platforms Anthony Williams 2010-11-10 10:02:42 +0000
  • 62e7b6d6b8 Merge simple fix for non-ascii XML parsing to release. Fixes bug 4340. Sebastian Redl 2010-11-10 09:23:27 +0000
  • 4d83cdddf4 Make PTree's parser_writer_settings fields non-const, so that the struct is assignable. Sebastian Redl 2010-11-10 08:22:59 +0000
  • 212de250cc Fusion: fixed missing is_native_fusion_sequence for MSVC 7.1 and MSVC 8.0 Christopher Schmidt 2010-11-10 07:59:18 +0000
  • cbc2deac5e improve reliability of floating point high precision type usage Luke Simonson 2010-11-10 00:24:00 +0000
  • a9e5a61ed9 Fixes #4817, correctly this time. Andreas Huber 2010-11-09 19:54:14 +0000
  • 041cc70bed fix for issue #4736 --- avoid setting tls data after the key has been destroyed Anthony Williams 2010-11-09 12:54:23 +0000
  • 50b7376afd MingW32 has a few functions we weren't flagging up before. John Maddock 2010-11-09 11:59:47 +0000
  • f47b6ac82d Apply the patch from bug 4340. Thanks to Zhuo Qiang. Sebastian Redl 2010-11-09 09:50:34 +0000
  • e3d99afc2c checking in fixes for unit tests related to resizing Luke Simonson 2010-11-08 23:49:32 +0000
  • 772e58d995 Spirit: 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
  • 336abf8bc5 Remove bogus comment. John Maddock 2010-11-08 17:59:46 +0000
  • 78b6159d36 Fix for https://svn.boost.org/trac/boost/ticket/4809; fixed includes for Spirit Classic. Bryce Adelstein-Lelbach 2010-11-08 17:12:38 +0000
  • c431f3ed78 Added 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
  • 39801b7cc4 checking in forgotten header Luke Simonson 2010-11-08 17:06:47 +0000
  • 08c31b1e50 Added comment suggested by volodya. Bryce Adelstein-Lelbach 2010-11-08 17:05:55 +0000
  • 7cbdde9aa2 Tidy up VC10 config and enable new VC10 feature (numeric_limits::lowest()). John Maddock 2010-11-08 17:01:44 +0000
  • 9263b7c419 Added additional test case in hopes of reproducing bug report #4812. Refs #4812. John Maddock 2010-11-08 16:30:01 +0000
  • c3d5e9afd0 Neglected a "!" Bryce Adelstein-Lelbach 2010-11-08 13:17:36 +0000
  • b015daa78b Fix 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
  • ed725294e9 Reduces 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
  • 8036a5b795 Clang hand-holding, mostly for issues caused by Clang defining GCC macros. Bryce Adelstein-Lelbach 2010-11-07 20:05:04 +0000
  • 0ee8bcedd7 Spoke 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
  • d236aa1edc My 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
  • ebbbcb942e Merge fix for typo from Trunk. Fixes #4810. John Maddock 2010-11-07 17:39:07 +0000
  • f7c351c3e9 Boost.Icl version 4.0.0 initial import Joachim Faulhaber 2010-11-07 17:38:20 +0000
  • 9d4e23f3e0 Boost.Icl version 4.0.0 initial import Joachim Faulhaber 2010-11-07 17:05:48 +0000
  • 49696a0fdd Boost.Icl version 4.0.0 initial import Joachim Faulhaber 2010-11-07 16:54:37 +0000
  • 4eb3399272 Fix typo in docs and regenerate. Refs #4810. John Maddock 2010-11-07 15:10:13 +0000
  • 57373d07bc Fix some issues with the fop tool. Daniel James 2010-11-07 14:46:20 +0000
  • 3b1e0a51b3 Support more quickbook options in boost build. Daniel James 2010-11-07 14:45:43 +0000
  • b2d0563b83 Some extra quickbook table tests. Daniel James 2010-11-07 14:45:01 +0000
  • 43473c51e3 Chunk the standalone quickbook docs in the same way as the main docs. Daniel James 2010-11-07 14:44:29 +0000
  • 3977b667ff Call forward declared functions from templates in unordered tests. Daniel James 2010-11-07 14:43:50 +0000