offa
|
395e41c93c
|
Formatting.
|
7年前 |
offa
|
968da64e9d
|
Test updated to use ctor directly.
|
7年前 |
offa
|
47f5e75fd8
|
Test updated to use ctor directly.
|
7年前 |
offa
|
71a7a4d83e
|
Test updated to use ctor directly.
|
7年前 |
offa
|
a420881940
|
Tests can use the ctor directly now.
|
7年前 |
offa
|
44830430ab
|
Deduction guide for scope_exit implemented (#80).
|
7年前 |
offa
|
b1ed444f1f
|
Tests refactored (#76).
|
7年前 |
offa
|
7830dcdb7d
|
Mocks moved to a namespace.
|
7年前 |
offa
|
7ea1aa7439
|
Formatting.
|
7年前 |
offa
|
984e960702
|
Unused file removed.
|
7年前 |
offa
|
420441285e
|
Tests refactored (#76).
|
7年前 |
offa
|
5e631ae734
|
Test fixed.
|
7年前 |
offa
|
57ee00a658
|
Catch updated to latest version (v2.0.0-dev.5).
|
7年前 |
offa
|
0b264e8f80
|
Implementation of swap() added. As the specification of the
noexcept-value is missing in the document it is implemented as for
std::swap(). Fixes #73.
|
7年前 |
offa
|
88120b7f1e
|
Test case added.
|
7年前 |
offa
|
eadc953f4f
|
Testcases added.
|
7年前 |
offa
|
a75bc2df64
|
Test naming updated (fixes #60).
|
7年前 |
offa
|
37f6962596
|
Prevent unused warning.
|
7年前 |
offa
|
2567ef98e0
|
Test case added (#47).
|
7年前 |
offa
|
0789d10f91
|
Test cases added (#47).
|
7年前 |
offa
|
027a53b1a3
|
Factory fucntion make_unique_resource_checked() added.
|
7年前 |
offa
|
a88ea2e20f
|
Factory function make_unique_resource() with std::reference_wrapper
added.
|
7年前 |
offa
|
0d2e3da347
|
Factory function make_unique_resource() fully implemented and Test
added.
|
7年前 |
offa
|
ea843c33c9
|
Test for self-move removed as this is prevented by some compilers.
|
7年前 |
offa
|
12f3d51a1a
|
Move assignment implemented.
|
7年前 |
offa
|
fa89795daf
|
Small cmake simplification.
|
7年前 |
offa
|
105766eff4
|
Pointer access added.
|
7年前 |
offa
|
fc66bf69dc
|
Pointer access added.
|
7年前 |
offa
|
b483bf02bb
|
Method implemented.
|
7年前 |
offa
|
bdb03f8cd7
|
Methods implemented.
|
7年前 |
offa
|
c68b2a8e24
|
Some more methods implemented.
|
7年前 |
offa
|
41f4a3b3da
|
Tests added and some fixes.
|
7年前 |
offa
|
cd0a724ceb
|
Implementing the updated version unique_resource.
|
7年前 |
offa
|
7b53990fc0
|
Catch updated to Catch2 dev. 4 (#48).
|
7年前 |
offa
|
09574d397e
|
Test description fixed.
|
7年前 |
offa
|
ca024cdbca
|
Implementation of scope_fail class and make_scope_fail() factory
function.
|
7年前 |
offa
|
7ad966c413
|
scope_success implemented. Until C++17 is used,
std::uncaught_exception() must be used instead of
std::uncaught_exceptions() (#46).
|
7年前 |
offa
|
9697cfefe9
|
Dtor of scope_exit updated. It is now no longer guarding against
exceptions thrown by the deleter (#28), furthermore it's noexcept
now.
|
7年前 |
offa
|
dddb1db13d
|
Cleanup.
|
7年前 |
offa
|
9850626679
|
Handling of the not no-throw-constructible case of the move ctor added
to scope_exit (fixes #42, fixes #29).
|
7年前 |
offa
|
d60701bf91
|
Filenames corrected.
|
7年前 |
offa
|
1bfce15320
|
Renaming of scope_guard_t to scope_exit.
|
7年前 |
offa
|
e369b880f0
|
Test tags updated.
|
7年前 |
offa
|
b70762c66d
|
Factory renamed to make_scope_exit().
|
7年前 |
offa
|
cb8706d97a
|
Build fix for clang 3.8.
|
7年前 |
offa
|
5e610e63e4
|
LValue handling of the scope guard move ctor implemented (fixes #41).
|
7年前 |
offa
|
de9455c2b7
|
Ctors of scope guard (almost) implemented. Still missing: Correct
behaviour for LValue references (see #41).
|
7年前 |
offa
|
b9b7126260
|
Refactoring.
|
7年前 |
offa
|
bcb599711b
|
Unique Resource Test ported.
|
7年前 |
offa
|
547c1bb5fa
|
Refactoring.
|
7年前 |