zcpointer.git
2016-10-12 Robert SesekMove the message for internal::RaiseUseAfterFree to...
2016-10-12 Robert SesekMake member<T> not heap-allocated with ZCPOINTER_TRACK_...
2016-10-11 Robert SesekAdd member<T> for non-pointer member varibables and...
2016-10-09 Robert SesekAdd a .gitignore for build output.
2016-10-09 Robert SesekAdd file-line information to test failure messages.
2016-10-09 Robert SesekIn tests, do not expect zero-cost mode to catch UAF.
2016-10-09 Robert SesekAdd a test for ref and owned in std::vector.
2016-10-09 Robert Sesekref<T>::ref() now initializes to nullptr. Improve boole...
2016-10-09 Robert SesekIntroduce a basic EXPECT() and EXPECT_UAF() to test.cc.
2016-10-08 Robert SesekAdd a Suggested Usage section to the README.
2016-10-08 Robert SesekThrow a custom exception type and attempt to catch...
2016-10-08 Robert SesekFix ref<T>::~ref to not try to RemoveRef if already...
2016-10-08 Robert SesekRemove unnecessary owned<T>::GetRawPointer().
2016-10-08 Robert SesekReduce the size of ref<T> to a single pointer.
2016-10-08 Robert SesekAdd a README.
2016-10-08 Robert SesekFix ref::operator= for non-const lvalue binding to...
2016-10-08 Robert SesekMove exception raising into a .cc file so that -fno...
2016-10-08 Robert SesekAdd a Makefile.
2016-10-08 Robert SesekMake ref(owned<T>) explicit.
2016-10-08 Robert SesekInitial implementation of zero-cost unique_ptr with...