14 Commits (7ea1aa743974807ab6fa49e6da5991e615d1b4c8)

Autor SHA1 Nachricht Datum
  offa 5154c6bdc2 Formatting. vor 7 Jahren
  offa 5d396b25ef Typetrait added instead of templated variable. vor 7 Jahren
  offa 6407eb6884 Subdirectory for implementation details added and scope_guard_base vor 7 Jahren
  offa 6f3e9ac6d1 Setting the correct noexcept value depending on the strategy. vor 7 Jahren
  offa bb7a9421c5 Const and no excepts fixed for the scope guard strategies. vor 7 Jahren
  offa 33d2e9c611 Formatting. vor 7 Jahren
  offa 89b6a069c8 Scope Fail refactored. vor 7 Jahren
  offa fbf36a533d Noexcept expression of scope_fail corrected. vor 7 Jahren
  offa f8fc803afa Formatting. vor 7 Jahren
  offa 7b96c2afee Noexcept of scope guard mctors updated to P0052R5 (#49). vor 7 Jahren
  offa cc09b0dfeb Names updated. vor 7 Jahren
  offa f37b0b7710 Member renamed. vor 7 Jahren
  offa 30752c93f1 Templateparameter names adapted from P0052. vor 7 Jahren
  offa ca024cdbca Implementation of scope_fail class and make_scope_fail() factory vor 7 Jahren
  offa 8b02efb655 Missing field initialization of uncaught exceptions added. vor 7 Jahren
  offa 93d4bcd0cb Noexcept's removed from scope guard factory functions (fixes #45). vor 7 Jahren
  offa 7ad966c413 scope_success implemented. Until C++17 is used, vor 7 Jahren
  offa 9697cfefe9 Dtor of scope_exit updated. It is now no longer guarding against vor 7 Jahren
  offa 9850626679 Handling of the not no-throw-constructible case of the move ctor added vor 7 Jahren
  offa d60701bf91 Filenames corrected. vor 7 Jahren
  offa 1bfce15320 Renaming of scope_guard_t to scope_exit. vor 7 Jahren
  offa b70762c66d Factory renamed to make_scope_exit(). vor 7 Jahren
  offa 5e610e63e4 LValue handling of the scope guard move ctor implemented (fixes #41). vor 7 Jahren
  offa 5e59bb6c07 Formatting. vor 7 Jahren
  offa c9bfe16f6e Todo removed as there's an issue for this. vor 7 Jahren
  offa 54190db19e Move ctor is no longer noexcept. vor 7 Jahren
  offa b6657b19e2 Scope guard ctor are no longer noexcept. vor 7 Jahren
  offa de9455c2b7 Ctors of scope guard (almost) implemented. Still missing: Correct vor 7 Jahren
  offa 3c37769e2f Naming fixed. vor 7 Jahren
  offa 7592f6acb7 Copy disabled, move enabled. vor 7 Jahren
  offa 053e6edced Using curlybraces in the factory. Unlike mentioned in § 9.1 this seems vor 7 Jahren
  offa aa331eceb1 Missing noexcept added (fixes #17). vor 7 Jahren
  offa 33865e73b1 License header added (fixes #16). vor 7 Jahren
  offa a8cd4a3852 Exceptionpropagation from the deleter prevented. As the deleter is vor 7 Jahren
  offa 7e7ae4893a Namespace changed to 'sr' (fixes #10). vor 7 Jahren
  offa 1aeaf4ed05 Move ctor made noexcept (fixes #8). vor 7 Jahren
  offa 89e0b8116b Move-Ctor implemented for scope guard (fixes #6). vor 7 Jahren
  offa 494a662243 release() implemented for scope_guard (fixes #4). vor 7 Jahren
  offa d6649fd3b1 Namespace renamed to 'sg'. vor 7 Jahren
  offa c0a475b10c Project initialized. vor 7 Jahren