Commit Graph

  • a9a29595ca Corrected the review period length. Andreas Huber 2005-02-21 18:21:19 +0000
  • 0065535b66 Added items to the change history and the known issues list. Andreas Huber 2005-02-20 22:15:44 +0000
  • 75575b0339 Adapted exception_translator docs. Andreas Huber 2005-02-19 22:13:25 +0000
  • 0f24387c86 Incorporated a part of exception_translator::operator() code into the state_machine class template. This simplifies custom exception translators and makes implementing them less error-prone Andreas Huber 2005-02-19 22:08:12 +0000
  • 9ede431c0a Adapted to code brush-ups (mostly replaced struct with class) Andreas Huber 2005-02-19 15:50:46 +0000
  • 660682aeb3 Various simplifications Andreas Huber 2005-02-19 15:47:01 +0000
  • 9e3ba314fe Cosmetic changes Andreas Huber 2005-02-19 15:42:19 +0000
  • 01008b2f16 Updated copyright notices Andreas Huber 2005-02-14 21:29:58 +0000
  • 7e3cdf74d5 Added comments to terminate_impl() Andreas Huber 2005-02-14 21:11:43 +0000
  • 8a7cb2caae *** empty log message *** Andreas Huber 2005-02-14 21:10:04 +0000
  • 34deb2e634 Minor changes Andreas Huber 2005-02-13 15:41:46 +0000
  • 302c894c6f Replaced references to detail::empty_list with mpl::list<> and removed the now obsolete typedef Andreas Huber 2005-02-13 15:39:39 +0000
  • d01809b87f *** empty log message *** Andreas Huber 2005-02-09 00:19:33 +0000
  • d55b15b0b5 *** empty log message *** Andreas Huber 2005-02-09 00:02:08 +0000
  • 385dad7c4d Removed superfluous local variable. Andreas Huber 2005-02-08 23:20:57 +0000
  • 7010ae675c Added another exception test Andreas Huber 2005-02-08 23:06:06 +0000
  • d7ed940588 Made TransitionTest implementation more general and added rudimentary exception testing. Andreas Huber 2005-02-08 20:35:54 +0000
  • f2c3fef92f Generalized terminate implementation Andreas Huber 2005-02-08 20:31:51 +0000
  • 1bbb968448 Fixed a bug that led to an access violation when orthogonal region 0 of a state was terminated before exiting the state (either through another termination or a transition). Andreas Huber 2005-02-08 20:21:57 +0000
  • c19eb57609 Added Known issues section and updated Change history Andreas Huber 2005-02-07 21:08:09 +0000
  • 99b836ade5 Minor change Andreas Huber 2005-02-07 21:06:06 +0000
  • 2026c70c2d Added FifoSchedulerTest Andreas Huber 2005-02-07 19:25:01 +0000
  • 1f792f2619 Adjusted table field sizes and corrected a few spelling errors. Andreas Huber 2005-02-07 19:23:39 +0000
  • 30ab7180cb Fixed minor inconsistencies and one bug (operator()() always returned 0). Andreas Huber 2005-02-07 19:20:48 +0000
  • b37fcb4444 Added TerminationTest Andreas Huber 2005-02-05 21:51:41 +0000
  • e8662225bd Cosmetic changes Andreas Huber 2005-02-05 12:11:40 +0000
  • 1c92595c8f Fixed small doc bug Andreas Huber 2005-02-03 22:40:44 +0000
  • 69d1ec4fb9 Added CustomReactionTest Andreas Huber 2005-02-03 22:38:29 +0000
  • a10d41c160 *** empty log message *** Andreas Huber 2005-02-03 22:36:47 +0000
  • 8740fe398d Added StateIterationTest Andreas Huber 2005-02-02 00:32:48 +0000
  • 5f358d5e7b Removed superfluous #include Andreas Huber 2005-02-02 00:29:30 +0000
  • 9d6bad396c Replaced all occurences of subclass with subtype Andreas Huber 2005-01-30 14:27:53 +0000
  • c562d1cb4a Added missing template specifiers. Andreas Huber 2005-01-29 13:59:35 +0000
  • a9f43cebe5 Clarified various requirements. Andreas Huber 2005-01-29 13:36:28 +0000
  • 42aaa6bacd Updated the "Speed versus scalability tradeoffs" section. Andreas Huber 2005-01-29 13:05:26 +0000
  • 02058d498c Added StateCastTest and TypeInfoTest Andreas Huber 2005-01-29 12:25:02 +0000
  • c29a560b64 Added BOOST_CHECK_NO_THROW to all calls that must no throw. Andreas Huber 2005-01-29 12:19:59 +0000
  • f0e644522f Removed superfluous #includes Andreas Huber 2005-01-29 12:17:47 +0000
  • 26313eca22 Properly indented the code of inner states. Andreas Huber 2005-01-29 12:16:19 +0000
  • b19ae9727c Properly indented the code of inner states. Andreas Huber 2005-01-29 11:54:52 +0000
  • e7fd5e257e Fixed a bug that led to a runtime assert when custom type information was reset to 0. Andreas Huber 2005-01-29 11:48:56 +0000
  • ad3149132c Clarified a comment for a BOOST_STATIC_ASSERT Andreas Huber 2005-01-22 22:27:28 +0000
  • 54858c509a *** empty log message *** Andreas Huber 2005-01-22 18:22:39 +0000
  • ba16b939e6 Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history. Andreas Huber 2005-01-22 18:05:53 +0000
  • 35a5e5d01e Added comment for BOOST_DISABLE_THREADS Andreas Huber 2005-01-21 17:14:51 +0000
  • 20ece3ee75 Removed the test execution monitor from the linker input. Andreas Huber 2005-01-21 16:34:49 +0000
  • d973c9d82e Added tests for history initial states. Andreas Huber 2005-01-21 00:34:03 +0000
  • 5c493b7f2a Added HistoryTest Andreas Huber 2005-01-20 01:31:11 +0000
  • 1e71759795 Fixed a bug that led to a compile-time error when state_downcast was instantiated with a reference target. Fixed a bug that led to a null pointer access when history was cleared before making a transition to history. Andreas Huber 2005-01-20 01:29:01 +0000
  • 713b86ce28 Added a new requirement to the state_downcast docs. Andreas Huber 2005-01-20 01:24:42 +0000
  • 759d47a371 Added to-do item. Andreas Huber 2005-01-20 01:22:19 +0000
  • e0c670d1fc Removed the intel-specific stuff. Andreas Huber 2005-01-19 15:28:43 +0000
  • c72cac286d Updated the "Speed versus scalability tradeoffs" section and updated copyright notice. Andreas Huber 2005-01-19 15:24:18 +0000
  • 636824bb85 Updated the comments about maximum FSM sizes on different compilers and updated copyright notice. Andreas Huber 2005-01-19 15:15:03 +0000
  • ae8cdf6685 Added <define>CUSTOMIZE_MEMORY_MANAGEMENT to all PingPong targets. Andreas Huber 2005-01-18 22:23:15 +0000
  • 1f1c959d62 Moved code out of a block with a disabled warning and updated copyright notice. Andreas Huber 2005-01-18 21:48:08 +0000
  • 8ab78d40f3 Added comment on event-copyability and updated copyright notice Andreas Huber 2005-01-18 21:40:36 +0000
  • 88d3c87c0d Removed the noncopyable base for release builds, commented the non-virtual destructor and updated copyright notice Andreas Huber 2005-01-18 21:24:22 +0000
  • fc580fb4c2 Renamed NoOfOrthogonalRegions to OrthogonalRegionCount and updated copyright notice Andreas Huber 2005-01-18 21:16:53 +0000
  • b36b80a007 Added <define>BOOST_DISABLE_THREADS to the single threaded builds and updated copyright notice Andreas Huber 2005-01-18 21:14:06 +0000
  • ea125c435b Removed the intel-win32 toolset and switched to MinGW 3.2.0 Andreas Huber 2005-01-18 20:46:51 +0000
  • 5ffa4548b9 Moved the "Incompatible compilers" section from configuration.html, updated supported platforms, updated to-do list and updated copyright notice. Andreas Huber 2005-01-18 20:40:55 +0000
  • 55430fb01c Moved the "Incompatible compilers" section to index.html and updated copyright notice. Andreas Huber 2005-01-18 20:35:15 +0000
  • 85bc49ee5d Added explanation for the BitMachine & Handcrafted examples and updated copyright notice. Andreas Huber 2005-01-16 23:54:47 +0000
  • e1960ef754 Added comments on what is being tested and updated copyright notices Andreas Huber 2005-01-16 23:50:59 +0000
  • fea17a09a3 Added two invalid transition tests Andreas Huber 2004-12-12 23:08:41 +0000
  • 044233f8e9 Added two invalid transition tests Andreas Huber 2004-12-07 22:40:47 +0000
  • 8a22cc7ea0 All tests are now run in 4 different variants (with BOOST_FSM_USE_NATIVE_RTTI and BOOST_FSM_RELAX_TRANSITION_CONTEXT either defined or not) Andreas Huber 2004-12-05 22:23:19 +0000
  • ad88ff3154 Added a Native variant to the Keyboard example. Andreas Huber 2004-12-05 22:20:11 +0000
  • dfab202597 For programs with BOOST_FSM_RELAX_TRANSITION_CONTEX defined, fixed a bug that led to orthogonal regions begin exited in arbitrary order rather than the specified order. Andreas Huber 2004-12-05 19:49:56 +0000
  • afbb1c915a Added two headings and adapted to the new boost logo filename Andreas Huber 2004-11-25 20:43:52 +0000
  • ad979e3960 Added a Getting started section and adapted to the new boost logo filename Andreas Huber 2004-11-25 20:41:58 +0000
  • df7851f8e3 Added DeferralTest Andreas Huber 2004-11-25 20:19:33 +0000
  • c2e1f36859 Adapted to the new 1.32 toolset names. Andreas Huber 2004-11-25 20:14:35 +0000
  • 0245bf064e Adapted to the changes in the 1.32.0 distribution (mainly MPL changes). Andreas Huber 2004-11-25 20:12:07 +0000
  • 7c19f444b6 Adapted to the new 1.32 toolset names. Andreas Huber 2004-11-25 20:07:35 +0000
  • 849c382356 Added a post-build event that copies the thread dll to the target directory Andreas Huber 2004-11-25 20:05:44 +0000
  • f5a8ea4fe0 Adapted to new boost logo filename. Andreas Huber 2004-11-25 19:20:21 +0000
  • cce2dc3ec2 Added two missing template keywords. Andreas Huber 2004-11-20 15:32:53 +0000
  • d1a3313bf3 Fixed a bug that led to a failing runtime assert during state machine destruction. Fixed a bug that led to events deferred in a composite state not being released when that state was left. Andreas Huber 2004-11-20 15:09:07 +0000
  • 8c6c170b20 Completed TransitionTest implementation Andreas Huber 2004-11-16 22:57:04 +0000
  • 31dbafcfb2 Added Reactions template parameter Andreas Huber 2004-11-16 22:50:07 +0000
  • a8a30be535 Added missing template keywords. Andreas Huber 2004-11-16 21:29:05 +0000
  • cabd1180e0 *** empty log message *** Andreas Huber 2004-11-15 21:45:20 +0000
  • 1df3dfe498 First version Andreas Huber 2004-11-15 21:41:25 +0000
  • a20188a211 Added batch file building examples on Windows Andreas Huber 2004-11-13 21:36:56 +0000
  • 322741e34e Added test directory and MSVC solution Andreas Huber 2004-11-13 21:35:00 +0000
  • 41255370cc Added the search paths for the threading library Andreas Huber 2004-11-13 21:27:00 +0000
  • 002796d858 *** empty log message *** Andreas Huber 2004-11-13 20:19:25 +0000
  • 3d1d5dbe7f Removed project files of no longer supported development environments. Andreas Huber 2004-11-13 20:18:04 +0000
  • 1f8c6a86b1 Added BOOST_FSM_EXAMPLE_ to the inclusion guard defines. Andreas Huber 2004-11-13 19:44:35 +0000
  • beb5780677 Fixed a bug that prevented event dispatch when BOOST_FSM_USE_NATIVE_RTTI was defined. Andreas Huber 2004-11-10 00:09:11 +0000
  • 82bae1d11a Reformatted to <80 chars per line Andreas Huber 2004-11-10 00:05:07 +0000
  • 4a45ec24d8 Added the StopWatch2 example Andreas Huber 2004-11-09 20:47:26 +0000
  • e072a672e6 Improved the code for BOOST_NO_STDC_NAMESPACE workarounds. Andreas Huber 2004-11-09 20:40:59 +0000
  • f42b50dad6 The BitMachine example is now only built in variants up to 4 bits. Andreas Huber 2004-11-09 19:39:39 +0000
  • 115d8b5237 The BitMachine example is now only built in variants up to 4 bits. Andreas Huber 2004-11-09 19:32:42 +0000
  • 40e8e5c99e Added staging, so that all example builds end up in the same directory. Andreas Huber 2004-11-08 23:54:35 +0000
  • b0e374af08 Now automatically builds all variants of BitMachine and PingPong Andreas Huber 2004-11-08 21:34:17 +0000
  • 7ff801be3e Fixed small scoping issues reported by GCC3.4.1. Andreas Huber 2004-11-08 17:38:24 +0000