.. |
Jamfile.v2
|
Disable world_checkpoint_all on lambdaless compilers
|
2017-11-22 05:46:13 +02:00 |
native_const_error.cpp
|
Not compiling tests that require variadic macros on compilers for with BOOST_NO_VARIADIC_MACROS is defined.
|
2012-02-17 17:52:33 +00:00 |
native_cv_error.cpp
|
Not compiling tests that require variadic macros on compilers for with BOOST_NO_VARIADIC_MACROS is defined.
|
2012-02-17 17:52:33 +00:00 |
native_this_tpl.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
native_this.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
native_tpl.cpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
native_tu1.cpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
native_tu2.cpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
native_tu_test.cpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
native.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
nova.hpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
same_line_seq_nova.cpp
|
Added #error to tests and examples that require variadic macros and/or lambda functions for better error reporting.
|
2012-03-25 20:05:38 +00:00 |
same_line_seq.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
same_line.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
tu_test.hpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
world_checkpoint_all_seq_nova.cpp
|
Fixed an include (wrong file).
|
2012-03-25 21:03:05 +00:00 |
world_checkpoint_all_seq.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
world_checkpoint_all.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
world_checkpoint_seq_nova.cpp
|
Added #error to tests and examples that require variadic macros and/or lambda functions for better error reporting.
|
2012-03-25 20:05:38 +00:00 |
world_checkpoint_seq.cpp
|
Marked some expected failures for both ScopeExit and Functional/OverloadedFunction on Sun. Removed some unecessary cout from a ScopeExit regression test.
|
2012-04-02 21:04:59 +00:00 |
world_checkpoint.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
world_seq_nova.cpp
|
Added #error to tests and examples that require variadic macros and/or lambda functions for better error reporting.
|
2012-03-25 20:05:38 +00:00 |
world_seq.cpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
world_this_seq_nova.cpp
|
Added #error to tests and examples that require variadic macros and/or lambda functions for better error reporting.
|
2012-03-25 20:05:38 +00:00 |
world_this_seq.cpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
world_this.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
world_tpl_seq_nova.cpp
|
Added #error to tests and examples that require variadic macros and/or lambda functions for better error reporting.
|
2012-03-25 20:05:38 +00:00 |
world_tpl_seq.cpp
|
Using Boost.Detail/LightweightTest instead of Boost.Test for ScopeExit tests and examples (because Boost.Test fails to build on some regression test platforms and because this library tests are simple enough that they don't really require Boost.Test).
|
2012-03-31 13:27:36 +00:00 |
world_tpl.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
world_void_nova.cpp
|
Not added SCOPE_EXIT_ALL_TPL but SCOPE_EXIT_ALL can capture this_ only on C++11 compilers that allow typename in templates (not MVSC10) -- all SCOPE_EXTIA_ALL can always capture the object using this instead of this_ and SCOPE_EXIT can always capture this_ even when implemented using C++11 lambdas because there is already a SCOPE_EXIT_TPL.
|
2012-04-03 20:16:03 +00:00 |
world_void.cpp
|
Final (?) updated of ScopeExit docs.
|
2012-04-09 20:32:17 +00:00 |
world.cpp
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |