Commit Graph

176 Commits

Author SHA1 Message Date
Moshe Rubin
798d77087e Update rationale.html, add link to article for downloading
The page lamented the fact that the article "A Multiple Substring Search Algorithm" (Halibard / Rubin) was not available on the web.  In fact, it can be accessed from several sites, the nicest one (in color) being ResearchGate, which I have updated on the page.

There is another URL: http://www.mountainvistasoft.com/personal/articles/halibard-rubin-cuj-june-2002.pdf, which could be added as an additional cached copy on the web.
2018-12-20 12:18:45 -05:00
Andras Kucsma
96ff2c6e65 Fix dead link in index.html 2016-02-06 12:03:19 +01:00
Andreas Huber
64ef6e806b Fixes #4511.
[SVN r67083]
2010-12-07 14:46:09 +00:00
Andreas Huber
7d7c895db1 Fixes #4817.
[SVN r66410]
2010-11-06 11:12:15 +00:00
Andreas Huber
6c99996545 Corrected doc bug reported by Noah Roberts.
[SVN r64164]
2010-07-19 19:22:46 +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
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
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
a8ddaedef8 Updated getting started text to 1.38.
[SVN r50457]
2009-01-04 10:39:53 +00:00
Andreas Huber
5336f4b45e Fixes #2389
[SVN r49671]
2008-11-09 23:19:15 +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
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
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
07d20a7977 Various doc updates.
[SVN r42527]
2008-01-06 13:49:31 +00:00
Andreas Huber
5c94ef5b16 Added defaults for in_state_reaction template parameters and updated tests accordingly.
[SVN r42475]
2008-01-05 12:42:02 +00:00
Andreas Huber
8eb0eaf9f8 Added a new FAQ item.
[SVN r42417]
2008-01-02 20:31:42 +00:00
Andreas Huber
970f7970a1 - Removed all permanent warning suppressions from library headers and avoided the resulting warnings with other means
- Updated acknowledgments

[SVN r42414]
2008-01-02 15:31:45 +00:00
Andreas Huber
87b3f903ca Added new FAQ item suggested by Chris Paulse.
[SVN r41114]
2007-11-15 19:22:12 +00:00
Andreas Huber
5f389d98ac Updated link to test results.
[SVN r40615]
2007-10-30 22:01:41 +00:00
Andreas Huber
f00f49b648 - Added to-do
- Update for 1.35

[SVN r40524]
2007-10-28 13:26:00 +00:00
Andreas Huber
f56f94066e Moved the erroneously under 1.34.0 listed changes under a new "Unreleased changes" heading.
[SVN r37398]
2007-04-09 13:12:58 +00:00
Andreas Huber
35bad724b4 Minor formatting corrections.
[SVN r37397]
2007-04-09 12:55:41 +00:00
Andreas Huber
faf04f30e5 Made event<> copy-assignable.
[SVN r37324]
2007-03-31 10:50:53 +00:00
Andreas Huber
7341e31e9d Fixed mailing list links.
[SVN r36677]
2007-01-09 21:42:32 +00:00
Andreas Huber
54b9af3c81 Corrected documentation regarding allocation of states and events.
[SVN r36536]
2006-12-29 18:39:58 +00:00
Andreas Huber
e59eda1780 Adapted Getting started to the new Boost Getting Started Guide.
[SVN r36526]
2006-12-29 10:25:49 +00:00
Andreas Huber
bf6a16a6b1 Minor clarification.
[SVN r36525]
2006-12-29 10:19:45 +00:00
Andreas Huber
192a00b0e5 Corrected wrong order in copyright notices.
[SVN r36254]
2006-12-03 14:46:37 +00:00
Andreas Huber
896b1c26b0 Changed contact email
[SVN r35629]
2006-10-16 10:08:40 +00:00
Andreas Huber
5d16a32947 Fixed a minor doc bug
[SVN r34934]
2006-08-23 20:51:14 +00:00
Andreas Huber
dc2f6e8508 Fixed file name length >31 issues found by boost inspection.
Renamed the following files:
ExceptionsAndOrthogonalStates.gif -> ExceptionsAndOrthStates.gif
TransitionsAcrossOrthogonalRegions.gif -> TransAcrossOrthRegions.gif
UnsupportedDeepHistoryTest.cpp -> UnsuppDeepHistoryTest.cpp
UnsupportedDeepHistoryTest.vcproj -> UnsuppDeepHistoryTest.vcproj


[SVN r34552]
2006-07-16 10:24:34 +00:00
Andreas Huber
ff9a4e0c8c Minor changes..
[SVN r34517]
2006-07-12 21:06:26 +00:00
Andreas Huber
f93f40837d Minor rewording.
[SVN r34489]
2006-07-09 09:24:15 +00:00
Andreas Huber
05319bde64 Added contact.html and made all other html documents reference it.
[SVN r34483]
2006-07-08 19:17:14 +00:00
Andreas Huber
67ff0d57fa Fixed a broken link.
[SVN r34345]
2006-06-18 13:28:47 +00:00
Andreas Huber
ef2dada31a Validated html files with http://validator.w3.org.
[SVN r34343]
2006-06-18 12:59:27 +00:00
Andreas Huber
fe84503b03 Updated docs regarding local transitions to history.
[SVN r34339]
2006-06-18 10:31:25 +00:00
Andreas Huber
73f742d7fd Fixed broken links.
[SVN r34337]
2006-06-18 09:55:32 +00:00
Andreas Huber
b6137af33b Fixed typo
[SVN r34048]
2006-05-20 21:56:24 +00:00
Andreas Huber
bb0c4ad604 Declared state_base::~state_base virtual for GCC. This makes state exit slightly slower but does away with loads of "has virtual functions but non-virtual destructor" warnings.
[SVN r34047]
2006-05-20 21:55:16 +00:00
Andreas Huber
798293b097 - Added a todo item
[SVN r34042]
2006-05-20 11:27:38 +00:00