John Maddock
|
b419fc1971
Updated copyright declarations to use new single boost license.
|
23 years ago |
Dave Abrahams
|
be662c6115
Include @group directives for Synopsis
|
23 years ago |
Jörg Walter
|
87b5dff90c
Minor fixes and some performance enhancements.
|
23 years ago |
John Maddock
|
17b269f0a1
Changed no-exception behaviour to call throw_exception directly so that the handler sees the actual error message.
|
23 years ago |
Aleksey Gurtovoy
|
f7d45034d3
merge MWCW 9.0 fix from RC_1_30_0 branch
|
23 years ago |
Andreas Huber
|
b46a72d645
Removed -Za switch
|
23 years ago |
Andreas Huber
|
cab923dc9e
no message
|
23 years ago |
Andreas Huber
|
fe8a5e75ab
- 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<>
|
23 years ago |
Douglas Gregor
|
456c00f59c
Answer the eternal operator== question.
|
23 years ago |
John Maddock
|
8dc96513aa
Moved common build options into build/Jamfile
|
23 years ago |
Rene Rivera
|
965ba0e42a
Fix multiple inclusion by "import" when relative paths to modules are specified. Changes so that in the direcotry specified case it fully normalizes the path to be absolute.
|
23 years ago |
Rene Rivera
|
70a23ced1a
Fix the setting of early exit on error for compile actions, to only happen when we are on a *nix shell. THis fixes building on mingw.
|
23 years ago |
Rene Rivera
|
859dbd5f1c
Fix stage disregarding ALL_LOCATE_TARGET when set. Stage now will locate itself at the ALL_LOCATE_TARGET relative location.
|
23 years ago |
Rene Rivera
|
648ec1fd1d
Fix C & C++ compile actions so that they abort on an error and not try and execute the objcopy command.
|
23 years ago |
Raoul Gough
|
febcbcfd7d
Use msvc_typeid only if _MSV_VER is set, to avoid problems with Intel compiler on Linux
|
23 years ago |
Vladimir Prus
|
0154af58ec
Update download locations.
|
23 years ago |
Vladimir Prus
|
4ca4ddf8cb
Bump version.
|
23 years ago |
Vladimir Prus
|
545db8e599
Don't run 'regression' on win, since it's not working there, yet.
|
23 years ago |
Vladimir Prus
|
6a5fb46d27
Rename <dependency> to <use>.
|
23 years ago |
Vladimir Prus
|
afd50daed0
Drop useless test which causes problems on windows.
|
23 years ago |
Vladimir Prus
|
41930aba1e
Tweak wording.
|
23 years ago |
Vladimir Prus
|
1844e8d416
Make the test platform-neutral.
|
23 years ago |
Vladimir Prus
|
ba1e3a7a4b
Improve alternative selection.
|
23 years ago |
John Maddock
|
159e29f289
Fixed no exception handling builds
|
23 years ago |
Vladimir Prus
|
f44a33af3e
* new/generators.jam
|
23 years ago |
Eric Friedman
|
78db6ab51d
Updated link to built BoostBook docs.
|
23 years ago |
Rene Rivera
|
31bdd06b4b
Add objcopy post-processing of compiled .o files to remove read-only status of debug strings. This is to prevent the linker from running the constant string merge algorithm which is very slow (n^2). The problem is most obvious when dealing with template C++ code which produces large numbers of debug symbols.
|
23 years ago |
Jaakko Järvi
|
ca81019949
added a citation
|
23 years ago |
Dave Abrahams
|
aa8d5d5b66
Update credits for R. Samuel Klatchko
|
23 years ago |
Dave Abrahams
|
328087f6f3
Fix typo
|
23 years ago |