eb3e6d0095Get the tests warning free with gcc, and add conceptual-header-inclusion tests.
John Maddock
2009-11-26 18:06:10 +0000
85620b2eccFix some typos.
John Maddock
2009-11-26 15:43:32 +0000
f8f306ef60Strip out <copydoc> tags when converting from doxygen XML to Boostbook.
Steven Watanabe
2009-11-26 15:40:56 +0000
19f06b638bSpirit: added another Karma example
Hartmut Kaiser
2009-11-26 14:30:55 +0000
4b060a38f8Oops, tests should return the error code is any.
John Maddock
2009-11-26 13:35:03 +0000
db028a08cfChanged 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
da4b051be9Added 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
a076a4cac4Using BOOST_ASSERT rather than assert
Anthony Williams
2009-11-26 09:35:31 +0000
6f45e1ec6beliminate warning on darwin-4.2.1 toolset
Eric Niebler
2009-11-26 08:38:50 +0000
6afa08db21Added missing BOOST_THREAD_DECL for at_thread_exit_function
Anthony Williams
2009-11-26 08:13:44 +0000
4dfe5ea0e3Don't use timed_lock to do a lock
Anthony Williams
2009-11-26 08:13:01 +0000
fff3f53712Spirit: Moving karma::symbols to main code base
Hartmut Kaiser
2009-11-26 00:11:34 +0000
241a4ab5eeSpirit: Moving karma::symbols to main code base
Hartmut Kaiser
2009-11-26 00:08:40 +0000
6973714a8cSpirit: reverted latest change
Hartmut Kaiser
2009-11-25 23:18:02 +0000
11e43f2e4bSpirit: reverted latest change
Hartmut Kaiser
2009-11-25 23:16:23 +0000
93d70372f5Added 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
c4115202a6Update 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
8aef7ec52fAdded test and fix for issue 2742
Anthony Williams
2009-11-25 11:05:55 +0000
f5998e4491Added a wait call to new call_once
Anthony Williams
2009-11-25 09:42:29 +0000
092bdddfaeFix a couple of links in spirit. Fixes#3663
Daniel James
2009-11-25 09:15:06 +0000
26b9dbc613Add redirect for proto.
Daniel James
2009-11-25 09:14:44 +0000
8ff5e29904Suppress some warnings on visual c++ 7.1.
Daniel James
2009-11-25 09:14:16 +0000
d23f9754a1Expected failure on all versions of pathscale.
Daniel James
2009-11-25 09:13:46 +0000
6ed213ab6dTry to avoid an odd warning from Visual C++
Daniel James
2009-11-25 09:09:25 +0000
132ef39e47Added note about parallel edges to docs
Jeremiah Willcock
2009-11-24 22:34:25 +0000
2bab24d730Loosened up what can be passed as an edge property to add_edge(); fixes#3521
Jeremiah Willcock
2009-11-24 22:11:27 +0000
628c0733f3A partial fix for issue #2100: use boost::throw_exception for all exceptions except thread_interrupted
Anthony Williams
2009-11-24 21:49:27 +0000
bef9a2b85aChanged several functions to work on root subgraphs; fixes#575
Jeremiah Willcock
2009-11-24 21:43:43 +0000
12a6d8ffd6Added extra casts to fix VC++ warnings; fixes#3562
Jeremiah Willcock
2009-11-24 17:08:17 +0000
db080630feChanged vertex_iterator to have vertex_descriptor rather than vertices_size_type as its value type
Jeremiah Willcock
2009-11-24 17:07:49 +0000
e84d80502eFix link
Vladimir Prus
2009-11-24 16:56:01 +0000
388b60e44cEnsure call_once event is correctly cleaned up
Anthony Williams
2009-11-24 11:52:09 +0000
eda10132ffRemove debug print
Vladimir Prus
2009-11-24 11:48:06 +0000
e432a64607Make vacpp respect the standard options to 'using'.
Vladimir Prus
2009-11-24 11:32:13 +0000
7095e19d0fBring docs into line with code.
John Maddock
2009-11-24 10:14:43 +0000
128f043802Tidied up namespace usage, fixes#2134.
John Maddock
2009-11-24 10:12:29 +0000
fb242482c2Add history/revision log.
John Maddock
2009-11-24 10:07:45 +0000
aed5049384Only allocate an event if there is contention in call_once
Anthony Williams
2009-11-24 09:59:21 +0000
9dda26840cSpirit: added repository::karma::symbols generator, added test
Hartmut Kaiser
2009-11-23 23:39:29 +0000
1d42522d8dSpirit: added repository::karma::symbols generator
Hartmut Kaiser
2009-11-23 23:35:38 +0000
0bd3fe4788Spirit: endian library is still not in SVN...
Hartmut Kaiser
2009-11-23 23:29:59 +0000
f8b0f12db2Add support for long long throughout. Fixes#653.
John Maddock
2009-11-23 18:51:33 +0000
7f1eeaf127Spirit: moved iter_pos parser to repository, added example
Hartmut Kaiser
2009-11-23 18:42:58 +0000
29769550efSpirit: moved iter_pos parser to repository
Hartmut Kaiser
2009-11-23 18:42:21 +0000
4914b3677aSpirit: fixed test case
Hartmut Kaiser
2009-11-23 17:23:43 +0000
d425da6e8cremove reference to dead test (no longer relevant)
John Maddock
2009-11-23 16:45:21 +0000
b1fedd63b1Fix Jamfile and Boost.Test usage.
John Maddock
2009-11-23 16:39:45 +0000
436c7e97bbSpirit: added new test cases
Hartmut Kaiser
2009-11-23 16:26:11 +0000
6fd6ce3fcfhmm works other way around
Gennadiy Rozental
2009-11-23 15:49:13 +0000
1e75605b46Add support for MS style __int64 when long long is not available. Fixes#3084.
John Maddock
2009-11-23 13:23:15 +0000
4aaf7f5e06Clarify note on call_once
Anthony Williams
2009-11-23 11:31:08 +0000
707ea67c27Added a note highlighting that recursive use of call_once will cause deadlock.
Anthony Williams
2009-11-23 11:24:53 +0000
a462c000d9Allow 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
17f6744cfdSuppress and/or fix warnings - in particular avoid undefined behaviour in the test cases!
John Maddock
2009-11-23 10:43:00 +0000
95b7857830Fix 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
473c11aa4bsupport for log_sink and report_sink is added
Gennadiy Rozental
2009-11-23 05:57:27 +0000