Daniela Engert
4c4e3e20c1
Most members of std::allocate are deprecated in C++17
...
Replace them by their cousins from std::allocator_traits. In addition to that, std::allocator<void> (used as default argument to the 'Alloc' template parameter of some public types) is deprecated too, and needs some sort of emulation. The emulation type is a mere placeholder without ever being used. Without that, heaps of deprecation warnings will fall onto humble users when compiling with MSVC 15 in C++17 mode.
2018-10-27 09:28:11 -04:00
Beman Dawes
e17394cfed
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Andreas Huber
a5905204f4
Merged a fix for a couple of Intel9.1 failures from trunk to branch.
...
[SVN r36913]
2007-02-08 22:06:38 +00:00
Andreas Huber
e68070565d
Merged attempt at fixing Intel9.0 Linux failure from trunk to branch.
...
[SVN r36530]
2006-12-29 10:45:48 +00:00
Andreas Huber
f8e471e541
Corrected wrong order in copyright notices.
...
[SVN r36255]
2006-12-03 15:10:26 +00:00
Andreas Huber
727179652a
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
...
[SVN r33121]
2006-02-26 16:40:25 +00:00
Andreas Huber
4b3e7fc8fd
Adapted TransitionTest.cpp to also test the exception_translator class.
...
[SVN r33115]
2006-02-26 16:08:34 +00:00
Andreas Huber
1b9378a096
Transition actions are now ordinary functions instead of function templates. This should fix a few CW & Intel failures.
...
[SVN r32904]
2006-02-13 20:27:03 +00:00
Andreas Huber
bc717b7444
Replaced all occurrences of subclass with subtype.
...
[SVN r30578]
2005-08-14 13:18:16 +00:00
Andreas Huber
202a9584e1
Added a facility allowing to specially handle events that did not trigger a reaction.
...
[SVN r30232]
2005-07-24 17:54:52 +00:00
Andreas Huber
7217365d72
Added event_base specializations to all reactions and updated the reference accordingly.
...
[SVN r30205]
2005-07-21 19:33:13 +00:00
Andreas Huber
14abfe8a5a
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
...
[SVN r28848]
2005-05-12 17:44:20 +00:00
Andreas Huber
fc9d6004a1
- Changed the library namespace from fsm to statechart
...
- Changed the library name from boost::fsm to Boost.Statechart
[SVN r28788]
2005-05-10 18:24:35 +00:00
Andreas Huber
7010ae675c
Added another exception test
...
[SVN r27257]
2005-02-08 23:06:06 +00:00
Andreas Huber
d7ed940588
Made TransitionTest implementation more general and added rudimentary exception testing.
...
[SVN r27255]
2005-02-08 20:35:54 +00:00
Andreas Huber
8c6c170b20
Completed TransitionTest implementation
...
[SVN r26227]
2004-11-16 22:57:04 +00:00
Andreas Huber
1df3dfe498
First version
...
[SVN r26220]
2004-11-15 21:41:25 +00:00
Andreas Huber
322741e34e
Added test directory and MSVC solution
...
[SVN r26203]
2004-11-13 21:35:00 +00:00