116 コミット (7d1ce2511ca504efdb83f03fcc59cb95d045a8c6)

作成者 SHA1 メッセージ 日付
  offa 0c4f9a3807 Year updated. 4年前
  offa ce1944130c Formatting fixed. 5年前
  offa f0c723421d NoopGuard introduced to simplify the implementation of unique_resource 5年前
  offa 8e1bf537a4 Default ctor for unique_resource implemented (#151). 5年前
  offa 877ffdea3c Implementation of make_unique_resource_checked() updated to match the 5年前
  offa cbe1497501 Year updated. 5年前
  offa 6ffc328198 Possible double free fixed (#146). 6年前
  offa fcf67440ed Explicit removed from the unique_resource ctor (#140). 6年前
  offa 72ecc0b65a Member name of unique_resource updated (#143). 6年前
  offa b354a77b6c Member prefix ('m_') removed from all member variables (fixes #136). 6年前
  offa dbde1928ba License header changed to MIT license. 6年前
  offa 59c901c513 Unique Resource MCtor restrictions implemented. 6年前
  offa 3a5281995f No longer needed traits removed. 6年前
  offa f5a0a6896d Unique_resource's ctor requirements implemented updated according 6年前
  offa 38f1fca137 No longer needed function removed. 6年前
  offa 1fb4f0020f Formatting fixed. 6年前
  offa ad5d60c182 Unique_resource mctor updated according to R8 (fixes #128). 6年前
  offa f64754c57d Move-Assignment operator updated to R8 specification (fixes #126). 6年前
  offa 81d093c20a Default type of template parameter 'S' updated to decay_t<R> (fixes #132). 6年前
  offa 92698c3b19 Year updated. 6年前
  offa e3ac790362 New move assignment operator behaviour adapted (fixes #110). 7年前
  offa a614c62087 Test and assignment corrected (#99). 7年前
  offa 816573778d Implementation of unique_resource reset() updated (fixes #99). 7年前
  offa 4aa14a59b8 Factory function updated and SFINAE typo fixed. 7年前
  offa a5e6ec92b8 Requirements on the operator-> relaxed (#101). 7年前
  offa 3d950891af Returntype of get() has been fixed in the updated version R6 of the 7年前
  offa 8b39138593 Noexcepts added (#101). 7年前
  offa 41b2fdeead Noexcept added (#101). 7年前
  offa 3bab3548c1 Deduction guide of unique_resource updated (#105). 7年前
  offa 7ce8e5d210 Deduction guide for the reference wrapper removed (fixes #98). 7年前
  offa 94d46c2673 Swap() removed from unique_resource (fixes #102). 7年前
  offa 3b5c5c06e7 Using std::is_nothrow_swappable_v as the own implementation is not 7年前
  offa 31ed32a066 All no longer specified factory functions removed (fixes #89). 7年前
  offa ae68d0abca Factory functions can use the ctor directly now. 7年前
  offa 2cdfb325b6 Usage of deprecated factory functions replaced (#88). 7年前
  offa 725b29cf70 No longer specified factory functions deprecated (#88). 7年前
  offa 3cd80d66f0 Formatting. 7年前
  offa cec0e6e94e Deduction guide for unique_resource implemented (#80). 7年前
  offa 5fee7b08a2 Using 'if constexpr'. 7年前
  offa ddabea3b88 Using new trait helper variables. 7年前
  offa 0ca63d67fd Ctor calling syntax unified. 7年前
  offa bb4dfabb91 Using new trait helper variables. 7年前
  offa ed85b84bad Diction unified. 7年前
  offa e0b6f03a4e Wrapper moved to separate header. 7年前
  offa bfdcd3c0a8 Type requirements of unique_resource of move assignment operator fixed. 7年前
  offa 7321389331 Formatting. 7年前
  offa 5154c6bdc2 Formatting. 7年前
  offa 5768cfe5e8 Implementation details moved to dedicated namespace (fixes #57). 7年前
  offa 0b264e8f80 Implementation of swap() added. As the specification of the 7年前
  offa 67188316a3 Functionname fixed. 7年前