summaryrefslogtreecommitdiff
path: root/libs/statechart
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changesAndreas Huber2005-07-091-0/+0
* Added Jamfile.v2 filesAndreas Huber2005-07-091-0/+0
* *** empty log message ***Andreas Huber2005-07-091-0/+0
* Fixed the now incorrect reaction specifications in the example code.Andreas Huber2005-07-071-0/+0
* Corrected release dataAndreas Huber2005-06-191-0/+0
* Implemented in_state_reaction<>. Updated the documentation and tests accordin...Andreas Huber2005-06-191-0/+0
* Clarified the definition of context.Andreas Huber2005-06-191-0/+0
* Removed superfluous #include.Andreas Huber2005-06-181-0/+0
* Replaced all occurrences of "state chart" with "statechart".Andreas Huber2005-06-181-0/+0
* Added clone functionality to events so that stack-allocated events can now be...Andreas Huber2005-06-181-0/+0
* Invalid calls to reaction functions now always lead to a failing runtime asse...Andreas Huber2005-06-151-0/+0
* Separated performance-related docs from the rationale into a page of its own.Andreas Huber2005-06-041-0/+0
* *** empty log message ***Andreas Huber2005-06-041-0/+0
* Improved the SimpleState and State concept documentation and reordered concepts.Andreas Huber2005-06-041-0/+0
* Adapted to the new reaction specification interface.Andreas Huber2005-05-291-0/+0
* Adapted to the new reaction specification interface.Andreas Huber2005-05-221-0/+0
* Code reformatAndreas Huber2005-05-221-0/+0
* Fixed a bug kept the example from compiling on Intel 7.0 + MSVC6.0 std libraryAndreas Huber2005-05-221-0/+0
* Added a remark why the library should not be used to implement parsers.Andreas Huber2005-05-161-0/+0
* Removed the BitMachine variants with 4 bits (cuts compilation time by more th...Andreas Huber2005-05-161-0/+0
* Added assert in counted_base::releaseAndreas Huber2005-05-161-0/+0
* Reactions are now specified with a reactions member typedef in a state class ...Andreas Huber2005-05-121-0/+0
* *** empty log message ***Andreas Huber2005-05-101-0/+0
* - Changed the library namespace from fsm to statechartAndreas Huber2005-05-101-0/+0
* Changed the release date in the change historyAndreas Huber2005-05-071-0/+0
* Changed the release date in the change historyAndreas Huber2005-05-031-0/+0
* State destructors are now not virtual even when BOOST_FSM_USE_NATIVE_RTTI is ...Andreas Huber2005-05-031-0/+0
* Added the "Getting started" and "Audience" sections (moved from the tutorial)...Andreas Huber2005-05-031-0/+0
* Fixed various documentation bugs regarding the use of exception translators.Andreas Huber2005-05-031-0/+0
* Fixed various documentation bugs regarding the use of exception translators.Andreas Huber2005-05-031-0/+0
* Various minor changesAndreas Huber2005-05-031-0/+0
* Updated native RTTI docsAndreas Huber2005-05-031-0/+0
* Updated acknowledgementsAndreas Huber2005-05-031-0/+0
* Corrected the review period length.Andreas Huber2005-02-211-0/+0
* Added items to the change history and the known issues list.Andreas Huber2005-02-201-0/+0
* Adapted exception_translator docs.Andreas Huber2005-02-191-0/+0
* Incorporated a part of exception_translator::operator() code into the state_m...Andreas Huber2005-02-191-0/+0
* Adapted to code brush-ups (mostly replaced struct with class)Andreas Huber2005-02-191-0/+0
* Various simplificationsAndreas Huber2005-02-191-0/+0
* Cosmetic changesAndreas Huber2005-02-191-0/+0
* Updated copyright noticesAndreas Huber2005-02-141-0/+0
* Added comments to terminate_impl()Andreas Huber2005-02-141-0/+0
* *** empty log message ***Andreas Huber2005-02-141-0/+0
* Minor changesAndreas Huber2005-02-131-0/+0
* Replaced references to detail::empty_list with mpl::list<> and removed the no...Andreas Huber2005-02-131-0/+0
* *** empty log message ***Andreas Huber2005-02-091-0/+0
* *** empty log message ***Andreas Huber2005-02-091-0/+0
* Removed superfluous local variable.Andreas Huber2005-02-081-0/+0
* Added another exception testAndreas Huber2005-02-081-0/+0
* Made TransitionTest implementation more general and added rudimentary excepti...Andreas Huber2005-02-081-0/+0