# # ChangeLog for code/branches/cpp11_v2/test # # Generated by Trac 1.0.9 # Jun 6, 2024, 6:44:37 PM Sun, 01 Nov 2015 20:03:05 GMT landauf [10744] * code/branches/cpp11_v2/src/libraries/core/object/StrongPtr.h (modified) * code/branches/cpp11_v2/src/libraries/core/object/WeakPtr.h (modified) * code/branches/cpp11_v2/test/core/object/StrongPtrTest.cc (modified) * code/branches/cpp11_v2/test/core/object/WeakPtrTest.cc (modified) * code/branches/cpp11_v2/test/util/SharedPtrTest.cc (modified) added tests and fixed constructors of StrongPtr and WeakPtr Sat, 31 Oct 2015 22:50:17 GMT landauf [10736] * code/branches/cpp11_v2/src/libraries/core/object/Iterator.h (modified) * code/branches/cpp11_v2/src/libraries/core/object/IteratorBase.h (modified) * code/branches/cpp11_v2/src/libraries/core/object/ObjectList.h (modified) * code/branches/cpp11_v2/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/cpp11_v2/src/libraries/core/object/ObjectListIterator.h (modified) * code/branches/cpp11_v2/test/core/CMakeLists.txt (modified) * code/branches/cpp11_v2/test/core/object/IteratorTest.cc (modified) * code/branches/cpp11_v2/test/core/object/ObjectListIteratorTest.cc (modified) * code/branches/cpp11_v2/test/core/object/ObjectListTest.cc (added) fixed range based for-loop: ObjectList now returns an iterator added ... Sat, 31 Oct 2015 16:41:17 GMT landauf [10732] * code/branches/cpp11_v2 (copied) created new branch for cpp11 Mon, 26 Oct 2015 20:33:19 GMT landauf [10712] * code/trunk/test/util/output/ConsoleWriterTest.cc (modified) fixed build with MSVC14