Andreas Huber
90c313ba2f
Moved a function such that it is known before first use (only failed on one compiler).
...
[SVN r36123]
2006-11-20 23:21:00 +00:00
Andreas Huber
843ece1b35
Merged missing std:: prefix fixes from trunk to branch.
...
[SVN r36119]
2006-11-20 18:19:16 +00:00
Andreas Huber
97eab8bc7c
Added missing std:: prefixes to all usages of size_t.
...
[SVN r36118]
2006-11-20 18:15:25 +00:00
Vladimir Prus
9f7c2fbc0c
Merge from HEAD.
...
Allow building of shared versions of some Boost.Test libraries.
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 r35990]
2006-11-10 19:59:52 +00:00
Vladimir Prus
c01856ed26
Allow building of shared versions of some Boost.Test libraries.
...
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]
2006-11-10 19:09:56 +00:00
Rene Rivera
c44302f7d7
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
nobody
8d2ea2534c
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r35705]
2006-10-23 18:25:03 +00:00
Andreas Huber
896b1c26b0
Changed contact email
...
[SVN r35629]
2006-10-16 10:08:40 +00:00
Andreas Huber
1f90ae002d
Merged minor doc bug fix from trunk to branch.
...
[SVN r34935]
2006-08-23 20:56:46 +00:00
Andreas Huber
5d16a32947
Fixed a minor doc bug
...
[SVN r34934]
2006-08-23 20:51:14 +00:00
nobody
286451bcfd
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r34788]
2006-07-30 21:33:23 +00:00
Andreas Huber
3037389a1d
Merged broken link fixes from trunk to branch.
...
[SVN r34599]
2006-07-19 19:08:44 +00:00
Andreas Huber
dae2250396
Fixed broken links.
...
[SVN r34597]
2006-07-18 20:16:56 +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
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
18e4eb4b81
Fixed copyright & tabs issues found by boost inspection.
...
[SVN r34550]
2006-07-16 09:16:28 +00:00
Andreas Huber
dc5b0c9ee3
Merged various minor changes from trunk to branch.
...
[SVN r34518]
2006-07-12 21:52:33 +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
6a67b5b136
Merged broken link fix from trunk to branch.
...
[SVN r34346]
2006-06-18 13:38:35 +00:00
Andreas Huber
67ff0d57fa
Fixed a broken link.
...
[SVN r34345]
2006-06-18 13:28:47 +00:00
Andreas Huber
ed4862a38c
Merged html validation changes from trunk to branch.
...
[SVN r34344]
2006-06-18 13:08:55 +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
28618eb36b
Merged copyright notice updates from trunk to branch.
...
[SVN r34342]
2006-06-18 11:28:41 +00:00
Andreas Huber
a0dbd395a1
Updated copyright notices.
...
[SVN r34341]
2006-06-18 11:24:23 +00:00
Andreas Huber
61a10fca7b
Merged changes regarding UML2.0 compliant transitions to history from trunk to branch.
...
[SVN r34340]
2006-06-18 10:45:36 +00:00
Andreas Huber
fe84503b03
Updated docs regarding local transitions to history.
...
[SVN r34339]
2006-06-18 10:31:25 +00:00
Andreas Huber
f86181ff88
Merged broken links fixes from trunk to branch.
...
[SVN r34338]
2006-06-18 10:22:36 +00:00
Andreas Huber
73f742d7fd
Fixed broken links.
...
[SVN r34337]
2006-06-18 09:55:32 +00:00
Andreas Huber
e514a2798c
Updated 1.34 specific link to point to the correct location.
...
[SVN r34336]
2006-06-18 08:26:53 +00:00
Andreas Huber
b9285e306e
Removed a compile-time check to enable "local" history as defined in UML2.0. Adapted test accordingly.
...
[SVN r34185]
2006-06-05 18:51:21 +00:00
Andreas Huber
01a3a632df
Merged the "GCC virtual base class destructors" fix to the branch.
...
[SVN r34050]
2006-05-21 14:01:31 +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
4ae57932ad
Merged several doc changes vom trunk to branch
...
[SVN r34043]
2006-05-20 11:40:02 +00:00
Andreas Huber
798293b097
- Added a todo item
...
[SVN r34042]
2006-05-20 11:27:38 +00:00
Andreas Huber
5fb86195f4
- Added a FAQ item regarding UML2.0 conformance.
...
- Made the documentation of unconsumed_event more visible
[SVN r34041]
2006-05-20 11:09:54 +00:00
Andreas Huber
b375675d60
Merged minor changes from trunk to branch.
...
[SVN r33892]
2006-05-01 15:16:06 +00:00
Andreas Huber
9337bc55d6
Minor changes.
...
[SVN r33888]
2006-05-01 13:02:16 +00:00
Andreas Huber
6678501bf6
Modified status page link to point to the 1.34 results (this is a 1.34-specific change).
...
[SVN r33664]
2006-04-11 19:03:51 +00:00
Andreas Huber
4d20c7796d
Merged minor Jamfile & doc changes to branch.
...
[SVN r33647]
2006-04-10 22:16:54 +00:00
Andreas Huber
136157ecb9
Fixed a minor bug in the example Jamfile.v2 and adapted the Getting started docs to the new build system.
...
[SVN r33646]
2006-04-10 22:03:49 +00:00
Andreas Huber
38dba75ce3
Merged assert comments to branch.
...
[SVN r33611]
2006-04-09 11:36:42 +00:00
Andreas Huber
01e8e97dec
Added comments to assertions.
...
[SVN r33610]
2006-04-09 11:18:46 +00:00
nobody
cc0b068dd9
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +00:00
Andreas Huber
a5cc091bd0
Applied patch by Juergen Hunold.
...
[SVN r33338]
2006-03-13 23:36:31 +00:00
Andreas Huber
acc5682e57
Tidied all html files.
...
[SVN r33325]
2006-03-13 00:46:10 +00:00
Andreas Huber
92e999401f
Added FAQ item about problems with templated inner states.
...
[SVN r33321]
2006-03-11 22:25:23 +00:00
Andreas Huber
727179652a
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
...
[SVN r33121]
2006-02-26 16:40:25 +00:00