提交历史

作者 SHA1 备注 提交日期
  Sam Jaffe b4771de2f0 Merge branch 'fluent-conversion' 5 年之前
  Sam Jaffe 134949c989 Make the template constructor work - looks like the answer is to not use type_traits. 5 年之前
  Sam Jaffe 6556b185e1 Make conversions no longer quite so awful by providing an internal-only cast function 'as<T>()'. 5 年之前
  Sam Jaffe 6b05c16210 Break out impl files from opaque_typedef. 5 年之前
  Sam Jaffe 1022dc1b9b Re-arrange directories. 5 年之前
  Sam Jaffe 6a6adad6b9 Eliminate macros and untested operations. 5 年之前
  Sam Jaffe ea2a7f64c2 Update to XCode 10 6 年之前
  Sam Jaffe c08e44b45d Update XCode settings. 6 年之前
  Sam Jaffe 129d2eae1b Allow dimensionless multiplication and division for opaque_typedefs generated by macro. 7 年之前
  Sam Jaffe cdb47e181c Adding arithmetic for dimensioned types where multiplication and division should be restricted. 7 年之前
  Sam Jaffe bfaa8b1ba5 ... 7 年之前
  Sam Jaffe 845256bc9d Test type conversion 7 年之前
  Sam Jaffe e52b0ed5bb Updating opaque typedef, including adding support for auto-generation of opaque_typedefs with operators, and optional conversion functions. 7 年之前
  Samuel Jaffe 74330c8727 Updating opaque typedef to resemble the strategy used in the foonathan blogpost credited. 9 年之前
  Samuel Jaffe 096d74b792 Creating a library to represent opaque typedefs. Opaque typedefs introduce type-safety that typedef/using does not, because it is not an alias. 9 年之前