summaryrefslogtreecommitdiff
path: root/libs/statechart
Commit message (Collapse)AuthorAgeFilesLines
...
| * - Removed all permanent warning suppressions from library headers and ↵Andreas Huber2008-01-021-0/+0
| | | | | | | | | | | | | | | | avoided the resulting warnings with other means - Updated acknowledgments [SVN r42414]
| * - Added the DebugFail and ReleaseFail configurationsAndreas Huber2007-12-311-0/+0
| | | | | | | | | | | | - Updated copyright years [SVN r42388]
| * All compilation output is now put into an individual directory for each ↵Andreas Huber2007-12-311-0/+0
| | | | | | | | | | | | test. This allows for multi-threaded building in Visual Studio 2008. [SVN r42387]
| * Modified compiler settings so that the example works with NO_OF_BITS = 8.Andreas Huber2007-12-311-0/+0
| | | | | | | | [SVN r42386]
| * Unified example compilation settings with the ones of the tests.Andreas Huber2007-12-311-0/+0
| | | | | | | | [SVN r42385]
| * - Unified settings of test projectsAndreas Huber2007-12-311-0/+0
| | | | | | | | | | | | - Suppressed one more thread-related warning [SVN r42383]
| * - Adapted solution & projects to Visual Studio 2008Andreas Huber2007-12-311-0/+0
| | | | | | | | | | | | - Removed a few no longer necessary warning suppressions [SVN r42382]
| * Added new FAQ item suggested by Chris Paulse.Andreas Huber2007-11-151-0/+0
| | | | | | | | [SVN r41114]
| * Updated link to test results.Andreas Huber2007-10-301-0/+0
| | | | | | | | [SVN r40615]
| * - Added to-doAndreas Huber2007-10-281-0/+0
| | | | | | | | | | | | - Update for 1.35 [SVN r40524]
| * Moved the erroneously under 1.34.0 listed changes under a new "Unreleased ↵Andreas Huber2007-04-091-0/+0
| | | | | | | | | | | | changes" heading. [SVN r37398]
| * Minor formatting corrections.Andreas Huber2007-04-091-0/+0
| | | | | | | | [SVN r37397]
| * Made event<> copy-assignable.Andreas Huber2007-03-311-0/+0
| | | | | | | | [SVN r37324]
| * Another try at fixing a few Intel9.1 failures.Andreas Huber2007-03-261-0/+0
| | | | | | | | [SVN r37295]
| * Added placement new overload.Andreas Huber2007-03-261-0/+0
| | | | | | | | [SVN r37290]
| * Added a couple of & to hint to the compiler that we want to take the address ↵Andreas Huber2007-03-251-0/+0
| | | | | | | | | | | | of a function. This should fix a few Intel 9.1 failures. [SVN r37282]
| * Reverted previous change.Andreas Huber2007-03-251-0/+0
| | | | | | | | [SVN r37281]
| * Reverted previous change.Andreas Huber2007-03-131-0/+0
| | | | | | | | [SVN r37177]
| * Added missing template keyword. This might fix a gcc4.1 failure.Andreas Huber2007-03-101-0/+0
| | | | | | | | [SVN r37165]
| * This should fix a couple of Intel9.1 failuresAndreas Huber2007-02-061-0/+0
| | | | | | | | [SVN r36901]
| * Fixed mailing list links.Andreas Huber2007-01-091-0/+0
| | | | | | | | [SVN r36677]
| * Corrected documentation regarding allocation of states and events.Andreas Huber2006-12-291-0/+0
| | | | | | | | [SVN r36536]
| * Removed BBV1 related files (obsolete since the switch to V2).Andreas Huber2006-12-291-0/+0
| | | | | | | | [SVN r36535]
| * Minor changes.Andreas Huber2006-12-291-0/+0
| | | | | | | | [SVN r36532]
| * Attempt at fixing Intel9.0 Linux failure.Andreas Huber2006-12-291-0/+0
| | | | | | | | [SVN r36527]
| * Adapted Getting started to the new Boost Getting Started Guide.Andreas Huber2006-12-291-0/+0
| | | | | | | | [SVN r36526]
| * Minor clarification.Andreas Huber2006-12-291-0/+0
| | | | | | | | [SVN r36525]
| * Corrected wrong order in copyright notices.Andreas Huber2006-12-031-0/+0
| | | | | | | | [SVN r36254]
| * Added <threading>single requirements to all st targets.Andreas Huber2006-11-271-0/+0
| | | | | | | | [SVN r36189]
| * Fixed a v2 threading mode problem.Andreas Huber2006-11-271-0/+0
| | | | | | | | [SVN r36188]
| * Updated copyright year.Andreas Huber2006-11-271-0/+0
| | | | | | | | [SVN r36185]
| * Added a bunch of missing template qualifiers. This should fix some HP failures.Andreas Huber2006-11-211-0/+0
| | | | | | | | [SVN r36136]
| * Moved a function such that it is known before first use (only failed on one ↵Andreas Huber2006-11-201-0/+0
| | | | | | | | | | | | compiler). [SVN r36123]
| * Added missing std:: prefixes to all usages of size_t.Andreas Huber2006-11-201-0/+0
| | | | | | | | [SVN r36118]
| * Allow building of shared versions of some Boost.Test libraries.Vladimir Prus2006-11-101-0/+0
| | | | | | | | | | | | | | | | | | | | Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes. Patch from Juergen Hunold. [SVN r35989]
| * Changed contact emailAndreas Huber2006-10-161-0/+0
| | | | | | | | [SVN r35629]
| * Fixed a minor doc bugAndreas Huber2006-08-231-0/+0
| | | | | | | | [SVN r34934]
| * Fixed broken links.Andreas Huber2006-07-181-0/+0
| | | | | | | | [SVN r34597]
| * Fixed file name length >31 issues found by boost inspection.Andreas Huber2006-07-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | Renamed the following files: ExceptionsAndOrthogonalStates.gif -> ExceptionsAndOrthStates.gif TransitionsAcrossOrthogonalRegions.gif -> TransAcrossOrthRegions.gif UnsupportedDeepHistoryTest.cpp -> UnsuppDeepHistoryTest.cpp UnsupportedDeepHistoryTest.vcproj -> UnsuppDeepHistoryTest.vcproj [SVN r34552]
| * Fixed copyright & tabs issues found by boost inspection.Andreas Huber2006-07-161-0/+0
| | | | | | | | [SVN r34550]
| * Minor changes..Andreas Huber2006-07-121-0/+0
| | | | | | | | [SVN r34517]
| * Minor rewording.Andreas Huber2006-07-091-0/+0
| | | | | | | | [SVN r34489]
| * Added contact.html and made all other html documents reference it.Andreas Huber2006-07-081-0/+0
| | | | | | | | [SVN r34483]
| * Fixed a broken link.Andreas Huber2006-06-181-0/+0
| | | | | | | | [SVN r34345]
| * Validated html files with http://validator.w3.org.Andreas Huber2006-06-181-0/+0
| | | | | | | | [SVN r34343]
| * Updated copyright notices.Andreas Huber2006-06-181-0/+0
| | | | | | | | [SVN r34341]
| * Updated docs regarding local transitions to history.Andreas Huber2006-06-181-0/+0
| | | | | | | | [SVN r34339]
| * Fixed broken links.Andreas Huber2006-06-181-0/+0
| | | | | | | | [SVN r34337]
| * Removed a compile-time check to enable "local" history as defined in UML2.0. ↵Andreas Huber2006-06-051-0/+0
| | | | | | | | | | | | Adapted test accordingly. [SVN r34185]
| * Fixed typoAndreas Huber2006-05-201-0/+0
| | | | | | | | [SVN r34048]