├── 3rdParty ├── glog │ └── glog-0.3.1-1.tar.gz └── gtest │ ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ └── 3rdparty_gtest.pro.svn-base │ ├── 3rdparty_gtest.pro │ ├── gtest-1.6.0.zip │ └── gtest-1.6.0__stripped.zip ├── README ├── active-object_c++11 ├── CMakeLists.txt ├── README.txt └── src │ ├── active.cpp │ ├── active.h │ ├── backgrounder.h │ ├── main.cpp │ └── shared_queue.h ├── active-object_qt ├── README ├── active-object_qt.pro ├── active-object_qt.pro.user ├── activeqthread.cpp ├── activeqthread.h ├── macro_definitions.h ├── result.txt ├── shared_queue.h ├── test │ ├── main.cpp │ ├── test_bg_worker.cpp │ └── test_run_worker.cpp └── test_active-object_qt.pro ├── git-cheat-sheet-medium.png ├── looping_test.sh ├── make-test-settings.pri └── test_main └── test_main.cpp /3rdParty/glog/glog-0.3.1-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/3rdParty/glog/glog-0.3.1-1.tar.gz -------------------------------------------------------------------------------- /3rdParty/gtest/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/3rdParty/gtest/.svn/all-wcprops -------------------------------------------------------------------------------- /3rdParty/gtest/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/3rdParty/gtest/.svn/entries -------------------------------------------------------------------------------- /3rdParty/gtest/.svn/text-base/3rdparty_gtest.pro.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/3rdParty/gtest/.svn/text-base/3rdparty_gtest.pro.svn-base -------------------------------------------------------------------------------- /3rdParty/gtest/3rdparty_gtest.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/3rdParty/gtest/3rdparty_gtest.pro -------------------------------------------------------------------------------- /3rdParty/gtest/gtest-1.6.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/3rdParty/gtest/gtest-1.6.0.zip -------------------------------------------------------------------------------- /3rdParty/gtest/gtest-1.6.0__stripped.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/3rdParty/gtest/gtest-1.6.0__stripped.zip -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/README -------------------------------------------------------------------------------- /active-object_c++11/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_c++11/CMakeLists.txt -------------------------------------------------------------------------------- /active-object_c++11/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_c++11/README.txt -------------------------------------------------------------------------------- /active-object_c++11/src/active.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_c++11/src/active.cpp -------------------------------------------------------------------------------- /active-object_c++11/src/active.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_c++11/src/active.h -------------------------------------------------------------------------------- /active-object_c++11/src/backgrounder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_c++11/src/backgrounder.h -------------------------------------------------------------------------------- /active-object_c++11/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_c++11/src/main.cpp -------------------------------------------------------------------------------- /active-object_c++11/src/shared_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_c++11/src/shared_queue.h -------------------------------------------------------------------------------- /active-object_qt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/README -------------------------------------------------------------------------------- /active-object_qt/active-object_qt.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/active-object_qt.pro -------------------------------------------------------------------------------- /active-object_qt/active-object_qt.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/active-object_qt.pro.user -------------------------------------------------------------------------------- /active-object_qt/activeqthread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/activeqthread.cpp -------------------------------------------------------------------------------- /active-object_qt/activeqthread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/activeqthread.h -------------------------------------------------------------------------------- /active-object_qt/macro_definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/macro_definitions.h -------------------------------------------------------------------------------- /active-object_qt/result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/result.txt -------------------------------------------------------------------------------- /active-object_qt/shared_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/shared_queue.h -------------------------------------------------------------------------------- /active-object_qt/test/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/test/main.cpp -------------------------------------------------------------------------------- /active-object_qt/test/test_bg_worker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/test/test_bg_worker.cpp -------------------------------------------------------------------------------- /active-object_qt/test/test_run_worker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/test/test_run_worker.cpp -------------------------------------------------------------------------------- /active-object_qt/test_active-object_qt.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/active-object_qt/test_active-object_qt.pro -------------------------------------------------------------------------------- /git-cheat-sheet-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/git-cheat-sheet-medium.png -------------------------------------------------------------------------------- /looping_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/looping_test.sh -------------------------------------------------------------------------------- /make-test-settings.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/make-test-settings.pri -------------------------------------------------------------------------------- /test_main/test_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KjellKod/active-object/HEAD/test_main/test_main.cpp --------------------------------------------------------------------------------