# # ChangeLog for code/branches/cpp11_v2/test/core/command/FunctorTest.cc # # Generated by Trac 1.0.9 # Jun 12, 2024, 4:47:28 PM Mon, 28 Dec 2015 17:57:26 GMT landauf [10986] * code/branches/cpp11_v2/src/libraries/core/command/Functor.h (modified) * code/branches/cpp11_v2/test/core/command/FunctorTest.cc (modified) use the existing class 'FunctorPointer' to store the callable object. ... Sun, 27 Dec 2015 22:40:47 GMT landauf [10984] * code/branches/cpp11_v2/test/core/command/FunctorTest.cc (modified) fixed warnings in test (msvc) Sun, 27 Dec 2015 22:17:12 GMT landauf [10983] * code/branches/cpp11_v2/test/core/command/FunctorTest.cc (modified) added a bunch of unit tests for Functor Wed, 23 Dec 2015 18:16:33 GMT muemart [10975] * code/branches/cpp11_v2/src/libraries/core/command/Functor.h (modified) * code/branches/cpp11_v2/test/core/command/FunctorTest.cc (modified) Extend Functor to handle any callable objects (lambdas!). Had to ... Sun, 06 Dec 2015 17:06:39 GMT landauf [10922] * code/branches/cpp11_v2/test/core/CMakeLists.txt (modified) * code/branches/cpp11_v2/test/core/command/FunctorPtrTest.cc (modified) * code/branches/cpp11_v2/test/core/command/FunctorTest.cc (added) moved functor-tests to new file