Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Huber
081e02b263 Merged fixes for #4156 from trunk to the release branch.
[SVN r61705]
2010-04-30 12:23:50 +00:00
Daniel James
fa4d6d8650 Add or fix svn:mime-type and svn:eol-style for several files.
Merged revisions 49601-49602 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r49601 | danieljames | 2008-11-05 19:38:45 +0000 (Wed, 05 Nov 2008) | 2 lines
  
  Set several svn:mime-type and svn:eol-style for several files.
........
  r49602 | danieljames | 2008-11-05 19:41:20 +0000 (Wed, 05 Nov 2008) | 1 line
  
  A couple more svn:mime-type's that I missed.
........


[SVN r49660]
2008-11-09 11:44:08 +00:00
Andreas Huber
5fd4d7c849 Merged 1.36 changes from trunk to release branch
[SVN r47466]
2008-07-15 22:50:59 +00:00
Andreas Huber
f8e471e541 Corrected wrong order in copyright notices.
[SVN r36255]
2006-12-03 15:10:26 +00:00
Andreas Huber
d5b7880e05 Merged various fixes for boost inspection issues from trunk to branch.
[SVN r34566]
2006-07-16 21:32:11 +00:00
Andreas Huber
e08225b1a8 Cosmetic changes
[SVN r30774]
2005-09-01 10:47:58 +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
002796d858 *** empty log message ***
[SVN r26200]
2004-11-13 20:19:25 +00:00
Andreas Huber
3d1d5dbe7f Removed project files of no longer supported development environments.
[SVN r26199]
2004-11-13 20:18:04 +00:00
Andreas Huber
e072a672e6 Improved the code for BOOST_NO_STDC_NAMESPACE workarounds.
[SVN r26161]
2004-11-09 20:40:59 +00:00
Andreas Huber
ce6c09676d Changed include paths
[SVN r26137]
2004-11-06 19:18:22 +00:00
Andreas Huber
9b1bd5c3cd Updated copyright notices
[SVN r22895]
2004-05-22 20:47:20 +00:00
Andreas Huber
e9b48fe438 Added workarounds to make boost::fsm compile on Intel7.0 (using the old Dinkumware std library comming with the MSVC6.0 IDE).
[SVN r22886]
2004-05-21 08:18:40 +00:00
Andreas Huber
8ccbe4b598 Adapted to Intel 8.0 (disabled warnings)
[SVN r22546]
2004-03-25 00:07:33 +00:00
Andreas Huber
5e59a080a1 GCC makefile
[SVN r22532]
2004-03-20 23:08:48 +00:00
Andreas Huber
4c8fe345ea - Breaking change: Redesigned the worker<> and asynchronous_state_machine<> class templates and updated documentation accordingly. Event processors can now be added and removed while a worker is running. Moreover, the new design allows for custom workers with non-FIFO queueing schemes
- The StopWatch example now uses std::time() instead of std::clock()


[SVN r22426]
2004-03-03 00:22:21 +00:00
Andreas Huber
124b345160 - Breaking change: Removed rtti_policy from the interface. By default, the library now uses its own (often faster) RTTI implementation. Users can demand the use of native C++ RTTI by defining BOOST_FSM_USE_INTERNAL_RTTI. This change only affects users who customized state_machine<>, asynchronous_state_machine<> or worker<>
- Breaking change: Reordered template arguments of state_machine and asynchronous_state_machine. This change only affects users who customized state_machine<> or asynchronous_state_machine<>
- Added shallow/deep history support and updated documentation accordingly
- Added various compile-time sanity checks
- Added 1 FAQ (asked by Mitsuo Fukasawa)


[SVN r20357]
2003-10-12 16:23:58 +00:00
Andreas Huber
7895bdbe94 Changed deferal to deferral
[SVN r18617]
2003-05-30 19:31:38 +00:00
Andreas Huber
2944fac997 Various small changes and bug fixes
[SVN r18613]
2003-05-30 15:12:19 +00:00
Andreas Huber
a8a30b4ced Corrected program description
[SVN r18532]
2003-05-24 21:47:20 +00:00
Andreas Huber
396d83b7ec Bug fix
[SVN r18531]
2003-05-24 19:18:02 +00:00
Andreas Huber
13660a911b no message
[SVN r18530]
2003-05-24 19:17:01 +00:00
Andreas Huber
02ca403a00 Primitive handcrafted state machine for speed comparisons
[SVN r18456]
2003-05-19 19:57:11 +00:00