89 Commits (e5dab9c8cb980801936e224e8758c09a92d19957)

Autor SHA1 Mensaje Fecha
  offa e5dab9c8cb Wrapper implemented. hace 7 años
  offa 43cad551f2 Exception handling of reset(R&&) corrected (fixes #55, fixes #56). hace 7 años
  offa 8cd44f63f0 Refactoring. hace 7 años
  offa 73110f9ed2 Handling of void-Types added as in P0052R5. hace 7 años
  offa 97cd340bac SFINAE corrected as specified in P0052. hace 7 años
  offa 49f560c721 Returntype corrected. hace 7 años
  offa efeb88afc3 Formatting. hace 7 años
  offa fbf36a533d Noexcept expression of scope_fail corrected. hace 7 años
  offa 1de76d07ba Noexcept expression of scope_success corrected. hace 7 años
  offa f8fc803afa Formatting. hace 7 años
  offa 7b96c2afee Noexcept of scope guard mctors updated to P0052R5 (#49). hace 7 años
  offa ddd723bde3 Unnecessary try/catch removed. hace 7 años
  offa 23dd400d91 Formatting unified. hace 7 años
  offa eadc953f4f Testcases added. hace 7 años
  offa 5067e54b89 Special handling for exception while move-construction added. hace 7 años
  offa b9cce110e6 Refactoring, both mctor's can be merged into one. hace 7 años
  offa b5f28779dd Behaviour on Move-Construction corrected (#52). hace 7 años
  offa b1c3c2cea8 Formatting. hace 7 años
  offa cc09b0dfeb Names updated. hace 7 años
  offa f37b0b7710 Member renamed. hace 7 años
  offa 30752c93f1 Templateparameter names adapted from P0052. hace 7 años
  offa 82cbd1f5a8 Templateparameter names adapted from P0052. hace 7 años
  offa 8611ca39ac Member renamed. hace 7 años
  offa 7bb2570690 Member renamed. hace 7 años
  offa 3fc95d8061 Templateparameter names adapted from P0052. hace 7 años
  offa d2c93a6d3b Scope header added. It only contains includes of the other headers hace 7 años
  offa 027a53b1a3 Factory fucntion make_unique_resource_checked() added. hace 7 años
  offa a88ea2e20f Factory function make_unique_resource() with std::reference_wrapper hace 7 años
  offa 0d2e3da347 Factory function make_unique_resource() fully implemented and Test hace 7 años
  offa 526a869cfb Handling of self move assignment. hace 7 años
  offa 12f3d51a1a Move assignment implemented. hace 7 años
  offa 105766eff4 Pointer access added. hace 7 años
  offa fc66bf69dc Pointer access added. hace 7 años
  offa a92915998d Throw removed as this would call std::terminate() as noexcept evaluates hace 7 años
  offa 98240eab8d Missing noexcepts added. hace 7 años
  offa d6f60e09f6 Refactoring. hace 7 años
  offa b483bf02bb Method implemented. hace 7 años
  offa bdb03f8cd7 Methods implemented. hace 7 años
  offa 3039f75d14 Refactoring. hace 7 años
  offa 831c97cc89 Helper function implemented. hace 7 años
  offa c68b2a8e24 Some more methods implemented. hace 7 años
  offa 454462d936 Some fixes. hace 7 años
  offa d58748aacc Implementing this needs some more methods. hace 7 años
  offa cd0a724ceb Implementing the updated version unique_resource. hace 7 años
  offa ca024cdbca Implementation of scope_fail class and make_scope_fail() factory hace 7 años
  offa 8b02efb655 Missing field initialization of uncaught exceptions added. hace 7 años
  offa 93d4bcd0cb Noexcept's removed from scope guard factory functions (fixes #45). hace 7 años
  offa 7ad966c413 scope_success implemented. Until C++17 is used, hace 7 años
  offa 9697cfefe9 Dtor of scope_exit updated. It is now no longer guarding against hace 7 años
  offa 9850626679 Handling of the not no-throw-constructible case of the move ctor added hace 7 años