|  offa | bfdcd3c0a8 | Type requirements of unique_resource of move assignment operator fixed. | 8 лет назад | 
				
					
						|  offa | 7321389331 | Formatting. | 8 лет назад | 
				
					
						|  offa | 5154c6bdc2 | Formatting. | 8 лет назад | 
				
					
						|  offa | 6a378724e3 | Both mctor implementations of scope_guard_base refactored into one. The handling of nothrow moveconstructible or not is now handled through
std::move_if_noexcept() (fixes #77). | 8 лет назад | 
				
					
						|  offa | 4a8f9af492 | Helper variable template implemented. | 8 лет назад | 
				
					
						|  offa | 5d396b25ef | Typetrait added instead of templated variable. | 8 лет назад | 
				
					
						|  offa | 6407eb6884 | Subdirectory for implementation details added and scope_guard_base moved to there. | 8 лет назад | 
				
					
						|  offa | 6f3e9ac6d1 | Setting the correct noexcept value depending on the strategy. | 8 лет назад | 
				
					
						|  offa | bb7a9421c5 | Const and no excepts fixed for the scope guard strategies. | 8 лет назад | 
				
					
						|  offa | 33d2e9c611 | Formatting. | 8 лет назад | 
				
					
						|  offa | 89b6a069c8 | Scope Fail refactored. | 8 лет назад | 
				
					
						|  offa | 5e631ae734 | Test fixed. | 8 лет назад | 
				
					
						|  offa | 579235c232 | Scope Success refactored. | 8 лет назад | 
				
					
						|  offa | 77be07b655 | Field made private. | 8 лет назад | 
				
					
						|  offa | 46c5770080 | Formatting. | 8 лет назад | 
				
					
						|  offa | 48384ec9e8 | Braces added. | 8 лет назад | 
				
					
						|  offa | 176180601d | Strategy extracted for scope exit. | 8 лет назад | 
				
					
						|  offa | 29012340f5 | Scope Guard base class moved into a dedicated file. The class is in the namespace 'detail' now. | 8 лет назад | 
				
					
						|  offa | 172b435dc4 | Common code of all scope guards moved to a base class (scope_exit only so far). | 8 лет назад | 
				
					
						|  offa | 57ee00a658 | Catch updated to latest version (v2.0.0-dev.5). | 8 лет назад | 
				
					
						|  offa | 5768cfe5e8 | Implementation details moved to dedicated namespace (fixes #57). | 8 лет назад | 
				
					
						|  offa | 60d5f7451a | Release v0.1.2. | 8 лет назад | 
				
					
						|  offa | 50813bcd48 | Revert "Clang 5.0 CI build temporarily disabled as it's installation is broken" This reverts commit e5b5201c02.
Ref. #72 | 8 лет назад | 
				
					
						|  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. | 8 лет назад | 
				
					
						|  offa | c02a811f7d | Merge branch 'unique_resource_move_fixes' into development Fixes #71, fixes #67, fixes #66, fixes #63, fixes #58, fixes #51,
fixes #65. | 8 лет назад | 
				
					
						|  offa | 67188316a3 | Functionname fixed. | 8 лет назад | 
				
					
						|  offa | 6f308d79fb | Using the move_assign_if_noexcept() from the standard library instead of the custom one. | 8 лет назад | 
				
					
						|  offa | e5b5201c02 | Clang 5.0 CI build temporarily disabled as it's installation is broken on Travis CI (workaround for #72). | 8 лет назад | 
				
					
						|  offa | 71b79880e9 | Move-Assignment implemented as specified (#63). | 8 лет назад | 
				
					
						|  offa | 4fd08c83d9 | Old-Style casts removed. | 8 лет назад | 
				
					
						|  offa | 6558c27cc5 | Missing reset() method added. | 8 лет назад | 
				
					
						|  offa | b30ba27498 | Noexcepts fixed. | 8 лет назад | 
				
					
						|  offa | acea0713c5 | Missing noexcept's added. | 8 лет назад | 
				
					
						|  offa | caf0b1a167 | Noexcept added. | 8 лет назад | 
				
					
						|  offa | 6efbfd101b | Move assignment updated. | 8 лет назад | 
				
					
						|  offa | 6a02c8a311 | MCtor implementation updated. | 8 лет назад | 
				
					
						|  offa | 9a34f191a4 | Cleanup. | 8 лет назад | 
				
					
						|  offa | 902edaa5c8 | Returntype of get() changed to decltype(auto) (#71). | 8 лет назад | 
				
					
						|  offa | 4978c4b76d | Calling the deleters re-enabled. | 8 лет назад | 
				
					
						|  offa | aca01833f6 | Deleter used through wrapper. The cast function has been replaced temporarily by old-style casts, as there were type issues. | 8 лет назад | 
				
					
						|  offa | 975a17f561 | Types fixed. | 8 лет назад | 
				
					
						|  offa | 6946c293d1 | Special handling for LValue References needed as T&& and const T& are ambiguous otherwise. | 8 лет назад | 
				
					
						|  offa | e5dab9c8cb | Wrapper implemented. | 8 лет назад | 
				
					
						|  offa | e73052370a | Release v0.1.1. | 8 лет назад | 
				
					
						|  offa | f1b45a8f91 | Documentation updated (#59). | 8 лет назад | 
				
					
						|  offa | b397e24c76 | Create and install a compatible header (withouth extension) to enable drop-in replacement with a future library implementation (#59). | 8 лет назад | 
				
					
						|  offa | 88120b7f1e | Test case added. | 8 лет назад | 
				
					
						|  offa | 43cad551f2 | Exception handling of reset(R&&) corrected (fixes #55, fixes #56). | 8 лет назад | 
				
					
						|  offa | 8cd44f63f0 | Refactoring. | 8 лет назад | 
				
					
						|  offa | 0d8ede9a1d | Update README.md | 8 лет назад |