Commit Graph

  • 4bd3e564a8 add nested which typedef for matches with switch_ and if_ for Phoenix-style extensible grammars Eric Niebler 2010-10-22 21:07:23 +0000
  • 09dcf7db9e Merge 66117 from ^/trunk ------------------------------------------------------------------------ r66117 | jhunold | 2010-10-20 17:56:49 +0200 (Mi, 20 Okt 2010) | 2 lines Jürgen Hunold 2010-10-22 17:19:43 +0000
  • cbdfa6015d Fix for issue #4531 --- promise::lazy_init uses shared_ptr atomic access functions to avoid race Anthony Williams 2010-10-22 14:01:12 +0000
  • f426ceff56 Version check not required. Christopher Kohlhoff 2010-10-22 12:20:52 +0000
  • 1420c19ba7 Redefine Protocol and id to avoid clashing with Objective-C++ keywords. Refs #4191. Christopher Kohlhoff 2010-10-22 12:07:36 +0000
  • 92f3f75794 Fix for #4650 --- put tss_cleanup_implemented in the boost namespace Anthony Williams 2010-10-22 09:58:33 +0000
  • 470a3f83a8 Fixed issue #4727 --- only use microsec clock if available Anthony Williams 2010-10-22 09:26:15 +0000
  • 828757bf64 Fix for issue #4258 --- static linking now works with recent versions of the mingw runtime Anthony Williams 2010-10-22 08:57:19 +0000
  • e07dc2b3c8 Wave: updating ChangeLog Hartmut Kaiser 2010-10-21 21:48:47 +0000
  • 51864aeb7f Wave: Fixed a duplicate call to skipped_token Hartmut Kaiser 2010-10-21 21:43:16 +0000
  • edd80f9425 Missing copy_iterator methods. Daniel James 2010-10-21 20:34:39 +0000
  • 29938b093f Fix iterator insert bug in unordered_set/unordered_map. Daniel James 2010-10-21 20:23:37 +0000
  • 559d4ac965 from trunk: Updated documentation of typeof, added documentation for BOOST_TYPEOF_MESSAGE Peder Holt 2010-10-21 09:39:55 +0000
  • 205d5495ec Integrated from trunk: #4593 Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za #3520 Syntax Error in boost/typeof/typeof.hpp #4605 Make BOOST_TYPEOF_SILENT default Apply variadic functions patch from Sergey Zubkovsky. Allow inclusion of typeof.hpp for compilers (borland) that does not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler Peder Holt 2010-10-21 09:34:15 +0000
  • 49265d3c1c From trunk: Allow inclusion of typeof.hpp for compilers (borland) that does not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler Peder Holt 2010-10-21 09:26:45 +0000
  • 31bf19981b Fixes for building Serialization with mingw. Bryce Adelstein-Lelbach 2010-10-20 20:50:52 +0000
  • 1d1f361146 do not clear flags already set by common.handle-options in init() Jürgen Hunold 2010-10-20 15:56:49 +0000
  • bf7c73225a Merge fixes from Trunk. Fixes #4721. John Maddock 2010-10-20 12:11:18 +0000
  • bab828a6c9 Removing -fvisibility-hidden from gcc build. Serialization build breaks on Linux GCC with this. -fvisibility-* stuff only works with code carefully crafted to work with it's intricacies. Bryce Adelstein-Lelbach 2010-10-20 11:29:59 +0000
  • 6c36f98268 Broken compiler fix for MSVC-7.1; shamelessly added myself to the acknowledgements page. Bryce Adelstein-Lelbach 2010-10-20 00:44:17 +0000
  • b1dd3f747c updated version number in doc to 1.45, whoops forgot a file :-) David Bellot 2010-10-19 19:45:31 +0000
  • f2116a20aa fix compatibility with archive versions 1.41-, 1.42, 1.43,1.44+ and a bunch of miscelleneas stuff Robert Ramey 2010-10-19 19:45:11 +0000
  • 3233705081 fix compatibility with archive versions 1.41-, 1.42, 1.43,1.44+ Robert Ramey 2010-10-19 19:43:09 +0000
  • 7b8e894465 updated version number in doc to 1.45 David Bellot 2010-10-19 19:40:44 +0000
  • bd6ce7fcc3 updated version number in doc to 1.45 David Bellot 2010-10-19 19:38:22 +0000
  • c43ac6904b Merged r66097, r66098, and r66099 from trunk; refs #4758, #4752, #4753, #4631 Jeremiah Willcock 2010-10-19 16:13:47 +0000
  • bdab19ecf8 Merged patch from #4631 and made appropriate doc changes; fixes #4631 Jeremiah Willcock 2010-10-19 16:00:15 +0000
  • 065c159a53 Fixed remove_edge_if and clear_vertex for subgraphs; commented out remove_vertex; refs #4752; fixes #4753 Jeremiah Willcock 2010-10-19 15:55:27 +0000
  • d433ee67fc Repeating edge insertions (up to a limit) when they fail in generate_random_graph; fixes #4758 Jeremiah Willcock 2010-10-19 15:46:00 +0000
  • 7020c0290e Merged changes r65193, r65939, r65963, and r65964 from trunk; refs #4731, #4737 Jeremiah Willcock 2010-10-19 15:28:37 +0000
  • 8755fb3613 Re-added sunpro specific initialization Hartmut Kaiser 2010-10-19 13:33:00 +0000
  • 28346ea6d5 Spirit: merging from trunk Hartmut Kaiser 2010-10-19 12:49:10 +0000
  • da9b459553 beta ublas for 1.45 David Bellot 2010-10-19 07:01:35 +0000
  • 9d29b284d2 updated test in ublas for 1.45 release David Bellot 2010-10-18 20:13:26 +0000
  • 195dd35189 Merge from trunk. Christopher Kohlhoff 2010-10-18 12:58:10 +0000
  • 228f94e59b Fix unused parameter warnings. Christopher Kohlhoff 2010-10-18 12:27:12 +0000
  • 74db877fa9 Spirit: merging from trunk Hartmut Kaiser 2010-10-18 12:14:32 +0000
  • 1de1365918 Fix some compiler warnings by using "int" consistently for hash values. John Maddock 2010-10-18 12:07:14 +0000
  • 8c32fbe3be Tentative fix for WinCE failures. John Maddock 2010-10-18 11:19:06 +0000
  • 88b03d4b87 Merge iostreams html fix. Daniel James 2010-10-18 08:11:33 +0000
  • 31b27062b4 Moved Boost.MPI fixes for the 1.45 release to the release branch Matthias Troyer 2010-10-18 06:22:09 +0000
  • 1240faed58 merging current boost/python and libs/python from trunk into release branch Ralf W. Grosse-Kunstleve 2010-10-18 04:04:52 +0000
  • 430997b7e0 Fix so that read operations do not accept const_buffers_1 arguments. Refs #4746. Christopher Kohlhoff 2010-10-17 21:24:55 +0000
  • e42cdc7537 Spirit: fixed #4713 (boost.spirit.warnings.patch), applied patch Hartmut Kaiser 2010-10-17 20:48:34 +0000
  • b862be27c5 Spirit: fixed #4742 (Karma produces not the supposed output for a real number generator in scientific mode), added test Hartmut Kaiser 2010-10-17 20:41:51 +0000
  • 1778fb0f79 Spirit: fixed #4742 (Karma produces not the supposed output for a real number generator in scientific mode) Hartmut Kaiser 2010-10-17 20:37:19 +0000
  • cf5af18b45 Spirit: fixing problem with the multi_pass/fixed_size_queue policy Hartmut Kaiser 2010-10-17 19:49:48 +0000
  • 11525250f1 Spirit: cosmetic changes Hartmut Kaiser 2010-10-17 14:29:34 +0000
  • d5b7fd0c6d Spirit: cosmetic changes Hartmut Kaiser 2010-10-17 14:26:19 +0000
  • 21ed08a489 For POSIX temp_directory_path, if none of environmental variables are found, try "/tmp". Beman Dawes 2010-10-17 12:54:26 +0000
  • 18df609ed1 Merge from trunk. Christopher Kohlhoff 2010-10-17 12:24:50 +0000
  • f25ff76251 Add a test to verify that our real_concept test code works as it should. John Maddock 2010-10-17 11:52:24 +0000
  • 48fe33487b Version bump. Christopher Kohlhoff 2010-10-17 11:33:28 +0000
  • b9934889f9 Removed an extra ; after a IS_BITWISE macro; it breaks things on older gcc compilers. Bryce Adelstein-Lelbach 2010-10-17 08:36:44 +0000
  • 101779b7b7 Fixing sp_typeinfo for clang and gcc 4.5.1 Hartmut Kaiser 2010-10-17 02:24:40 +0000
  • 673c7fc75f Rewrite of the Boost.Serialization XML grammar using Spirit.Qi. Bryce Adelstein-Lelbach 2010-10-16 21:33:22 +0000
  • a8c46beada Add temp_directory_path function, contributed by Jeff Flinn. Many thanks to Jeff for the complete implementation, with tests and documentation! Beman Dawes 2010-10-16 21:03:43 +0000
  • ebadc34805 Merged revisions 65843,65864 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-10-16 19:23:02 +0000
  • 1673932e09 Pass NULL for servname rather than empty string, as per POSIX. Refs #4690. Christopher Kohlhoff 2010-10-16 13:15:51 +0000
  • 322b63feb1 Merge from trunk, with several important fixes Beman Dawes 2010-10-16 13:09:25 +0000
  • 94323a4b4c Timers with expiry times set more than 5 minutes in the future need the waitable timer to be periodic. Refs #4745. Christopher Kohlhoff 2010-10-16 12:59:29 +0000
  • 0c4a57ce3d Fix Windows build when thread support is disabled. Refs #4680. Christopher Kohlhoff 2010-10-16 12:39:06 +0000
  • 56901afa32 Ensure handler arguments are passed as lvalues. Refs #4744. Christopher Kohlhoff 2010-10-16 12:23:56 +0000
  • 4c784d185b merged [66013] from trunk Joaquín M López Muñoz 2010-10-16 11:48:43 +0000
  • 10b3847c14 Always use pselect() on HP-UX, if it is available. Refs #4578. Christopher Kohlhoff 2010-10-16 11:39:13 +0000
  • 28c5ab08cc removed an internal assertion incompatible with program termination via std::exit Joaquín M López Muñoz 2010-10-16 11:35:29 +0000
  • b7813c04bd removed no longer used file Joaquín M López Muñoz 2010-10-16 11:15:54 +0000
  • af223ca414 removed no longer used file Joaquín M López Muñoz 2010-10-16 11:14:30 +0000
  • d5397e5551 Add support for hardware flow control on QNX. Refs #4625. Christopher Kohlhoff 2010-10-16 11:04:08 +0000
  • fba1d574dd Check return code of InitializeCriticalSectionAndSpinCount. Refs #4574. Christopher Kohlhoff 2010-10-16 10:01:14 +0000
  • 7580483113 Ensure close()/closesocket() failures are correctly propagated. Refs #4573. Christopher Kohlhoff 2010-10-16 09:47:11 +0000
  • 831d388620 Don't use deprecated system functions. Refs #4672. Christopher Kohlhoff 2010-10-16 07:24:47 +0000
  • b94a01508d Use lower-case to keep MinGW cross-compilers happy. Refs #4491. Christopher Kohlhoff 2010-10-16 07:06:18 +0000
  • 1e12ef7466 Fix a const-correctness issue that prevents valid uses of has_service<> from compiling. Refs #4638. Christopher Kohlhoff 2010-10-16 06:27:45 +0000
  • 7b3eb6ae5e Fix the way the kqueue_reactor is interrupted when a new timer is scheduled. Refs #4568. Christopher Kohlhoff 2010-10-16 05:43:03 +0000
  • c642419ad6 Add a test case for bug where a deadline timer never fires if the io_service is run in a background thread. N.B. fails only on platforms that use kqueue. Refs #4568. Christopher Kohlhoff 2010-10-16 05:13:46 +0000
  • 042cb99b5f Make unit tests build faster. Christopher Kohlhoff 2010-10-16 04:30:12 +0000
  • a6d280a39e Fixed pointer serialization in Boost.MPI Matthias Troyer 2010-10-16 00:49:36 +0000
  • fb1361f200 Rewrite directory_iterator tests to be totally insensitive to ordering, fixing test failures on several platforms. Beman Dawes 2010-10-15 17:25:19 +0000
  • d8f0eb07ce Merge more PTree fixes to release (boost) Sebastian Redl 2010-10-15 13:56:17 +0000
  • cc7859f098 Merge long-overdue PTree changes to release (libs) Sebastian Redl 2010-10-15 12:41:49 +0000
  • 5606391edc Merge long-overdue PTree changes to release (boost) Sebastian Redl 2010-10-15 12:40:04 +0000
  • 72cbc5fbf7 Fusion: functional includes fixes; fixes #4729 Christopher Schmidt 2010-10-15 11:40:37 +0000
  • 5f00924519 Fix expected failure rates for platforms with no long doubles. John Maddock 2010-10-15 10:33:13 +0000
  • b29261bd5b Disable long double tests if the config check fails. John Maddock 2010-10-15 10:30:11 +0000
  • 4fdb6b8781 Wave merging from trunk Hartmut Kaiser 2010-10-15 03:39:14 +0000
  • d9e95789bc Wave: fixing pp hook problems Hartmut Kaiser 2010-10-14 22:13:08 +0000
  • ac2dd7dd30 Wave: fixing pp hook problems Hartmut Kaiser 2010-10-14 22:12:45 +0000
  • 6c67380e76 Fixes for homogenous MPI when using new version of the serialization library Matthias Troyer 2010-10-14 20:08:27 +0000
  • 4a64efd4e7 Clarified docs further; fixes #4731 Jeremiah Willcock 2010-10-14 19:02:03 +0000
  • f8eab5b5d7 Fixed documentation of distance map; fixes #4737 Jeremiah Willcock 2010-10-14 18:58:00 +0000
  • 6468ed7d55 Updated recently fixed bug list. Ion Gaztañaga 2010-10-14 16:00:00 +0000
  • 59992552e8 Updated recently fixed bug list. Ion Gaztañaga 2010-10-14 15:59:00 +0000
  • 77dee19422 POSIX fix missed in prior commit Beman Dawes 2010-10-14 13:42:29 +0000
  • 29f555168d Add trivial Jamfile John Maddock 2010-10-14 07:48:30 +0000
  • 84b284c625 Fix code to handle multiple named-subexpressions with the same name. Updated test cases to match. John Maddock 2010-10-13 16:53:13 +0000
  • bfe40dce45 Clarifying references to MST in Dijkstra's SP algorithm. Andrew Sutton 2010-10-13 13:47:23 +0000
  • 5280fc9ffd merged [65863] from trunk Joaquín M López Muñoz 2010-10-12 18:57:53 +0000
  • 6e469dc231 Fixes for vectostream and intermodule_singleton Ion Gaztañaga 2010-10-12 18:18:57 +0000
  • b8205d5564 Fixes for vectostream and intermodule_singleton Ion Gaztañaga 2010-10-12 18:18:42 +0000