Commit Graph

405 Commits

Author SHA1 Message Date
Peter Dimov
c9cf783b51 Merge pull request #1 from apolukhin/develop
Replaced deprecated cast.hpp with polymorphic_cast.hpp. Droped dependenc...
2014-06-10 20:44:56 +03:00
Antony Polukhin
153249dfb5 Replaced deprecated cast.hpp with polymorphic_cast.hpp. Droped dependency to the Numeric library 2014-06-09 13:06:52 +04:00
Andreas Huber
c3d6a1b6b4 Fixes #8480. Thanks for the patch!
[SVN r84715]
2013-06-09 14:23:18 +00:00
Steven Watanabe
b5707cd409 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
426da14870 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Andreas Huber
64ef6e806b Fixes #4511.
[SVN r67083]
2010-12-07 14:46:09 +00:00
Andreas Huber
6593c42e2f Fixes previously introduced corner case bug.
[SVN r66496]
2010-11-11 20:04:12 +00:00
Andreas Huber
9eadbaec15 Fixes #4817, correctly this time.
[SVN r66475]
2010-11-09 19:54:14 +00:00
Andreas Huber
7d7c895db1 Fixes #4817.
[SVN r66410]
2010-11-06 11:12:15 +00:00
Andreas Huber
9a8435a90d Adapted spacing to the convention used in the rest of the code.
[SVN r66390]
2010-11-03 21:46:45 +00:00
Andreas Huber
07e8d731a2 Test that reproduces the issue reported at http://thread.gmane.org/gmane.comp.lib.boost.user/62965
[SVN r66389]
2010-11-03 21:20:57 +00:00
Andreas Huber
29178547f4 Updated VS test projects to 1.45.
[SVN r66385]
2010-11-03 20:30:18 +00:00
Andreas Huber
6c99996545 Corrected doc bug reported by Noah Roberts.
[SVN r64164]
2010-07-19 19:22:46 +00:00
Andreas Huber
52f6e5f843 Fixes #4156. Thanks for the report!
[SVN r61637]
2010-04-28 04:26:51 +00:00
Andreas Huber
0dcb457323 Fixes #3963. post_event() is now protected and forwards to post_event_impl(), which unfortunately must remain public. So, client code can still abuse the class by calling post_event_impl(), but the abuse should now be more obvious. I considered adding an assert to post_event_impl(), so that unauthorized calls from the outside could at least be detected at runtime, but it turned out that an assert requires more additional machinery than expected, which is why it was not implemented.
Thanks for the report!

[SVN r61048]
2010-04-04 18:45:45 +00:00
Andreas Huber
8080bd73a9 Fixes #3329. Thanks for the report!
[SVN r61047]
2010-04-04 16:27:48 +00:00
Andreas Huber
2eac9aa7e0 Added documentation for triggering_event.
[SVN r61040]
2010-04-04 13:31:24 +00:00
Andreas Huber
10b7858fcf Updated the reference to reflect the recent change to the simple_state<>::outer_context() functions.
[SVN r61037]
2010-04-04 11:33:46 +00:00
Andreas Huber
6bf298fcb6 simple_state::context() now also finds bases of state types.
[SVN r59506]
2010-02-05 10:38:21 +00:00
Andreas Huber
fbc0904963 Added state_machine::triggering_event(). Documentation follows.
[SVN r57182]
2009-10-27 22:38:02 +00:00
Troy D. Straszheim
8f70b02732 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
49b40e345f Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Andreas Huber
8bf85eb3b5 Updated *.vcproj files to link against 1.40 binaries
[SVN r54720]
2009-07-06 19:26:14 +00:00
Andreas Huber
417c6a4fb8 Updated acknowledgments.
[SVN r54716]
2009-07-06 18:03:06 +00:00
Andreas Huber
f5901751ee Fixes #3092. Thanks for the report!
Will be merged to the release branch as soon as tests have cycled successfully.

[SVN r54403]
2009-06-27 08:13:11 +00:00
Daniel James
d8101eae53 Use a local copy of the valid HTML 4.01 icon.
[SVN r53048]
2009-05-16 14:23:59 +00:00
Daniel James
e7910588d3 Fix some validation errors.
[SVN r53047]
2009-05-16 14:17:20 +00:00
Andreas Huber
144fc1256c This should fix the non-standard code used in changeset 52616.
[SVN r52620]
2009-04-27 07:59:37 +00:00
Andreas Huber
64f1f044fe Fixed a bug that prevented the use of boost::ref() with fifo_scheduler<>::create_processor<>, reported by Steve Hawkes.
[SVN r52616]
2009-04-26 23:15:55 +00:00
Andreas Huber
de2d14afde Updated VC project files to 1.39.
[SVN r52614]
2009-04-26 21:49:52 +00:00
Andreas Huber
a8ddaedef8 Updated getting started text to 1.38.
[SVN r50457]
2009-01-04 10:39:53 +00:00
Andreas Huber
a01319f911 Fixes a VC9.0 warning.
[SVN r49784]
2008-11-16 12:24:26 +00:00
Andreas Huber
cfe038376a Adapted VC projects to 1.38.
[SVN r49783]
2008-11-16 10:24:51 +00:00
Andreas Huber
5336f4b45e Fixes #2389
[SVN r49671]
2008-11-09 23:19:15 +00:00
Michael A. Jackson
74617a6642 Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
4f0949106f Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Daniel James
5439ddd9cc Set several svn:mime-type and svn:eol-style for several files.
[SVN r49601]
2008-11-05 19:38:45 +00:00
Michael A. Jackson
0b1d8118c3 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Andreas Huber
8aa8bb380c This should fix the PingPong example failure for GCC.
[SVN r47624]
2008-07-20 06:49:19 +00:00
Andreas Huber
ff869be149 Yet another try at a PingPong example fix.
[SVN r47605]
2008-07-19 18:34:03 +00:00
Andreas Huber
9e4a2765b3 Yet another try at fixing the broken PingPong example.
[SVN r47597]
2008-07-19 14:03:57 +00:00
Andreas Huber
3b148f9063 Updated link to status page.
[SVN r47580]
2008-07-18 21:24:19 +00:00
Andreas Huber
2ecdf79374 Updated the revision history for 1.36.0
[SVN r47577]
2008-07-18 20:59:47 +00:00
Andreas Huber
c9f93772b3 This should fix several PingPong example failures.
[SVN r47511]
2008-07-17 17:38:41 +00:00
Andreas Huber
6a53799c51 Changed the PingPong example to demonstrate how the inner workings of an asynchronous_state_machine<> subclass can be hidden.
[SVN r44367]
2008-04-13 13:57:42 +00:00
Andreas Huber
15b6552f96 Adapted fifo_scheduler<> to the changed allocator interface of boost::function.
[SVN r44071]
2008-04-06 15:16:00 +00:00
Andreas Huber
ce464b657e Added event<> placement new documentation.
[SVN r44069]
2008-04-06 13:13:52 +00:00
Andreas Huber
ce4ee68b56 Silenced GCC 4.0.1 warning (patch supplied by Euan)
<http://thread.gmane.org/gmane.comp.lib.boost.devel/171071>

[SVN r43274]
2008-02-16 10:19:49 +00:00
Daniel James
a3d35138a3 Point links to the pages that used to be in 'more' to the site.
[SVN r43210]
2008-02-10 15:02:17 +00:00
Andreas Huber
875b4ff5e7 Fixes #1594
[SVN r42934]
2008-01-23 21:46:58 +00:00