Commit Graph

  • 6b1bb8a9e6 Pack everything 'mpicxx -show' in single 'linkflags' feature, to avoid undesired reordering. Vladimir Prus 2009-11-27 19:53:52 +0000
  • 7a1198edc4 Try to suppress some more Visual C++ warnings. Daniel James 2009-11-27 19:43:26 +0000
  • a7a2b02726 Better testing of incomplete types. Daniel James 2009-11-27 19:43:06 +0000
  • 5ce1188644 Spirit: added karma::symbols generator, updated docs, tests, and example Hartmut Kaiser 2009-11-27 19:09:02 +0000
  • 180e39d340 Spirit: added karma::symbols generator Hartmut Kaiser 2009-11-27 19:06:50 +0000
  • 2b0d259d58 consistent use of namespace std Sascha Ochsenknecht 2009-11-27 17:49:08 +0000
  • 336c1d0479 add general split function, Fixes #2561 Sascha Ochsenknecht 2009-11-27 17:47:51 +0000
  • 6eab9b58ae 1.42.0 prep Beman Dawes 2009-11-27 14:33:19 +0000
  • 1005734ea9 1.42.0 prep Beman Dawes 2009-11-27 14:00:31 +0000
  • 66a1f7e598 Regenerate with new stylesheets. John Maddock 2009-11-27 11:13:02 +0000
  • 7f43bbcad1 When generating PCH-compiling cpp, end it with newline. Vladimir Prus 2009-11-27 06:43:04 +0000
  • 0f8307fb29 Use US-ASCII for html documentation. Daniel James 2009-11-26 23:16:14 +0000
  • 2c3cbf7ce6 Suppress a warning that's in the windows mobile system headers. Daniel James 2009-11-26 23:15:30 +0000
  • 18d9ab86e1 Fix the version check when suppressing warnings. Daniel James 2009-11-26 23:14:53 +0000
  • b4e9726fa8 Merge [57542] to release. Fixes #3601. Peter Dimov 2009-11-26 22:16:17 +0000
  • 304c4775f7 Merge [57520] to release. Fixes #2962. Peter Dimov 2009-11-26 22:10:30 +0000
  • 526de844da Merge [57950], [57952] to release. Fixes #3404. Fixes #3456. Peter Dimov 2009-11-26 21:58:16 +0000
  • 5a4a93dd51 Fix interlocked.hpp to compile under /clr:pure. Refs #3378. Peter Dimov 2009-11-26 21:40:50 +0000
  • a1041750ea Remove std::move references. Refs #3570. Peter Dimov 2009-11-26 21:20:47 +0000
  • 6cde3e1bf7 Extend Borland workaround to 6.2. Peter Dimov 2009-11-26 21:04:36 +0000
  • 796d86a2a7 Extend Borland workaround to 6.2 and above. Peter Dimov 2009-11-26 21:02:04 +0000
  • 57dffb5c8b Add error checking to lwm_pthreads.hpp. Refs #2681. Peter Dimov 2009-11-26 20:55:05 +0000
  • 82774c323d Fix number of smart pointers. Refs #3456. Peter Dimov 2009-11-26 20:37:59 +0000
  • f671f14f3c Enable __sync use on Intel 11.0 or later. Refs #3351. Peter Dimov 2009-11-26 20:17:55 +0000
  • 44b8d6908d Fix enable_shared_from_this example. Refs #3404. Peter Dimov 2009-11-26 20:11:05 +0000
  • 0131e502a4 Fix SPARC asm operand failure. Refs #3678. Refs #3341. Peter Dimov 2009-11-26 18:21:21 +0000
  • eb3e6d0095 Get the tests warning free with gcc, and add conceptual-header-inclusion tests. John Maddock 2009-11-26 18:06:10 +0000
  • 85620b2ecc Fix some typos. John Maddock 2009-11-26 15:43:32 +0000
  • f8f306ef60 Strip out <copydoc> tags when converting from doxygen XML to Boostbook. Steven Watanabe 2009-11-26 15:40:56 +0000
  • 19f06b638b Spirit: added another Karma example Hartmut Kaiser 2009-11-26 14:30:55 +0000
  • 4b060a38f8 Oops, tests should return the error code is any. John Maddock 2009-11-26 13:35:03 +0000
  • db028a08cf Changed to use the lightweight test framework - we can now test with a much wider range of compilers. John Maddock 2009-11-26 12:59:39 +0000
  • da4b051be9 Added support for exact width integer type to int_t and uint_t Updated docs to match. Fixes #1225. John Maddock 2009-11-26 11:08:27 +0000
  • a076a4cac4 Using BOOST_ASSERT rather than assert Anthony Williams 2009-11-26 09:35:31 +0000
  • 6f45e1ec6b eliminate warning on darwin-4.2.1 toolset Eric Niebler 2009-11-26 08:38:50 +0000
  • 6afa08db21 Added missing BOOST_THREAD_DECL for at_thread_exit_function Anthony Williams 2009-11-26 08:13:44 +0000
  • 4dfe5ea0e3 Don't use timed_lock to do a lock Anthony Williams 2009-11-26 08:13:01 +0000
  • fff3f53712 Spirit: Moving karma::symbols to main code base Hartmut Kaiser 2009-11-26 00:11:34 +0000
  • 241a4ab5ee Spirit: Moving karma::symbols to main code base Hartmut Kaiser 2009-11-26 00:08:40 +0000
  • 6973714a8c Spirit: reverted latest change Hartmut Kaiser 2009-11-25 23:18:02 +0000
  • 11e43f2e4b Spirit: reverted latest change Hartmut Kaiser 2009-11-25 23:16:23 +0000
  • 93d70372f5 Added lookup_edge() function as wrapper for graphs that do not model AdjacencyMatrix; changed functions to use it instead of edge(); added is_adjacency_matrix traits class; updated docs to reflect Adjacency Matrix requirements and suggestions; fixes #3266 Jeremiah Willcock 2009-11-25 21:56:36 +0000
  • c4115202a6 Update Boost.Integer meta-programming classes to work with intmax_t where possible - ie to be 64-bit clean. Added quickbook based docs - updated as necessary. Removed old html docs. John Maddock 2009-11-25 12:38:09 +0000
  • 8aef7ec52f Added test and fix for issue 2742 Anthony Williams 2009-11-25 11:05:55 +0000
  • f5998e4491 Added a wait call to new call_once Anthony Williams 2009-11-25 09:42:29 +0000
  • 092bdddfae Fix a couple of links in spirit. Fixes #3663 Daniel James 2009-11-25 09:15:06 +0000
  • 26b9dbc613 Add redirect for proto. Daniel James 2009-11-25 09:14:44 +0000
  • 8ff5e29904 Suppress some warnings on visual c++ 7.1. Daniel James 2009-11-25 09:14:16 +0000
  • d23f9754a1 Expected failure on all versions of pathscale. Daniel James 2009-11-25 09:13:46 +0000
  • 6ed213ab6d Try to avoid an odd warning from Visual C++ Daniel James 2009-11-25 09:09:25 +0000
  • 132ef39e47 Added note about parallel edges to docs Jeremiah Willcock 2009-11-24 22:34:25 +0000
  • 2bab24d730 Loosened up what can be passed as an edge property to add_edge(); fixes #3521 Jeremiah Willcock 2009-11-24 22:11:27 +0000
  • 628c0733f3 A partial fix for issue #2100: use boost::throw_exception for all exceptions except thread_interrupted Anthony Williams 2009-11-24 21:49:27 +0000
  • bef9a2b85a Changed several functions to work on root subgraphs; fixes #575 Jeremiah Willcock 2009-11-24 21:43:43 +0000
  • 0f820dee97 Fixed graph property constness issues Jeremiah Willcock 2009-11-24 21:35:30 +0000
  • 91d6c3f7ac Fixed issues with property map types in reverse_graph; fixes #447 Jeremiah Willcock 2009-11-24 21:26:06 +0000
  • a6bcda9598 Integer: fixed search&replace gone mad Hartmut Kaiser 2009-11-24 21:24:20 +0000
  • 2ce3c8f24a Removed code left in by mistake Jeremiah Willcock 2009-11-24 21:00:16 +0000
  • 75c0ab077a Spirit: fixed token_def::what() Hartmut Kaiser 2009-11-24 20:58:05 +0000
  • a58068eb0c Spirit: added specializations for the push_back CP for optional attribute values, adjusted tests Hartmut Kaiser 2009-11-24 20:57:05 +0000
  • ae4229faf9 Spirit: added specializations for the push_back CP for optional attribute values Hartmut Kaiser 2009-11-24 20:56:31 +0000
  • 23c764abd4 Added vertex() function Jeremiah Willcock 2009-11-24 20:31:40 +0000
  • 16bb8b6308 Fixed uses of undocumented members of graph types; fixes #1021; fixes #2072 Jeremiah Willcock 2009-11-24 20:17:54 +0000
  • 4f5e4636b8 Removed obsolete file Jeremiah Willcock 2009-11-24 19:43:16 +0000
  • 65911ece53 Removed old CSR interface; fixes #3135 Jeremiah Willcock 2009-11-24 18:38:28 +0000
  • 9d980af858 Removed forwarding headers for property map library; fixes #2922 Jeremiah Willcock 2009-11-24 17:13:45 +0000
  • 12a6d8ffd6 Added extra casts to fix VC++ warnings; fixes #3562 Jeremiah Willcock 2009-11-24 17:08:17 +0000
  • db080630fe Changed vertex_iterator to have vertex_descriptor rather than vertices_size_type as its value type Jeremiah Willcock 2009-11-24 17:07:49 +0000
  • e84d80502e Fix link Vladimir Prus 2009-11-24 16:56:01 +0000
  • 98d7f23393 Changed warning syntax for VC++; fixes #3629 Jeremiah Willcock 2009-11-24 16:33:49 +0000
  • 388b60e44c Ensure call_once event is correctly cleaned up Anthony Williams 2009-11-24 11:52:09 +0000
  • eda10132ff Remove debug print Vladimir Prus 2009-11-24 11:48:06 +0000
  • e432a64607 Make vacpp respect the standard options to 'using'. Vladimir Prus 2009-11-24 11:32:13 +0000
  • 7095e19d0f Bring docs into line with code. John Maddock 2009-11-24 10:14:43 +0000
  • 128f043802 Tidied up namespace usage, fixes #2134. John Maddock 2009-11-24 10:12:29 +0000
  • fb242482c2 Add history/revision log. John Maddock 2009-11-24 10:07:45 +0000
  • aed5049384 Only allocate an event if there is contention in call_once Anthony Williams 2009-11-24 09:59:21 +0000
  • 9dda26840c Spirit: added repository::karma::symbols generator, added test Hartmut Kaiser 2009-11-23 23:39:29 +0000
  • 1d42522d8d Spirit: added repository::karma::symbols generator Hartmut Kaiser 2009-11-23 23:35:38 +0000
  • 0bd3fe4788 Spirit: endian library is still not in SVN... Hartmut Kaiser 2009-11-23 23:29:59 +0000
  • f8b0f12db2 Add support for long long throughout. Fixes #653. John Maddock 2009-11-23 18:51:33 +0000
  • 7f1eeaf127 Spirit: moved iter_pos parser to repository, added example Hartmut Kaiser 2009-11-23 18:42:58 +0000
  • 29769550ef Spirit: moved iter_pos parser to repository Hartmut Kaiser 2009-11-23 18:42:21 +0000
  • 4914b3677a Spirit: fixed test case Hartmut Kaiser 2009-11-23 17:23:43 +0000
  • d425da6e8c remove reference to dead test (no longer relevant) John Maddock 2009-11-23 16:45:21 +0000
  • b1fedd63b1 Fix Jamfile and Boost.Test usage. John Maddock 2009-11-23 16:39:45 +0000
  • 436c7e97bb Spirit: added new test cases Hartmut Kaiser 2009-11-23 16:26:11 +0000
  • 6fd6ce3fcf hmm works other way around Gennadiy Rozental 2009-11-23 15:49:13 +0000
  • 1e75605b46 Add support for MS style __int64 when long long is not available. Fixes #3084. John Maddock 2009-11-23 13:23:15 +0000
  • 4aaf7f5e06 Clarify note on call_once Anthony Williams 2009-11-23 11:31:08 +0000
  • 707ea67c27 Added a note highlighting that recursive use of call_once will cause deadlock. Anthony Williams 2009-11-23 11:24:53 +0000
  • a462c000d9 Allow std::locale's to not have a messages facet installed (fixes some STLPort issues). Allow match_results to handle singular iterators. Update docs to match. John Maddock 2009-11-23 10:45:44 +0000
  • 17f6744cfd Suppress and/or fix warnings - in particular avoid undefined behaviour in the test cases! John Maddock 2009-11-23 10:43:00 +0000
  • 95b7857830 Fix for Comeau compiler - does not define __GLIBC_HAVE_LONG_LONG which in turn causes GLIBC's stdint.h to misbehave. Fixes #3548. John Maddock 2009-11-23 09:51:23 +0000
  • 473c11aa4b support for log_sink and report_sink is added Gennadiy Rozental 2009-11-23 05:57:27 +0000
  • 32db8e0afa More warnings silenced Gennadiy Rozental 2009-11-23 03:04:38 +0000
  • 9264066002 fix test case Gennadiy Rozental 2009-11-23 03:04:05 +0000
  • a779296af8 Use CData to print error message. Fixes #3636 Gennadiy Rozental 2009-11-23 03:01:38 +0000
  • dc0c5c6a58 Warnings cleanup.Fixes #2646. Fixes #3598. Gennadiy Rozental 2009-11-23 02:23:54 +0000
  • bc539f9f87 forgot ; Gennadiy Rozental 2009-11-23 00:07:09 +0000