2021-09-07 |
Stephen Seo | Update documentation |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Stephen Seo | Allow ThreadPool to be created with < 2 ThreadCount |
commit | commitdiff | tree | snapshot |
2021-09-07 |
Stephen Seo | Add isQueueEmpty() to ThreadPool |
commit | commitdiff | tree | snapshot |
2021-09-06 |
Stephen Seo | Tweak sleep times for threadpool to finish |
commit | commitdiff | tree | snapshot |
2021-09-06 |
Stephen Seo | Usage of ThreadPool fixes |
commit | commitdiff | tree | snapshot |
2021-09-06 |
Stephen Seo | WIP convert Manager to use ThreadPool |
commit | commitdiff | tree | snapshot |
2021-09-06 |
Stephen Seo | Impl ThreadPool |
commit | commitdiff | tree | snapshot |
2021-05-17 |
Stephen Seo | Add UnitTest for previously fixed bug |
commit | commitdiff | tree | snapshot |
2021-05-16 |
Stephen Seo | Update LICENSE year |
commit | commitdiff | tree | snapshot |
2021-05-16 |
Stephen Seo | Fix bug using callForMatchingFunction(s) |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Update LICENSE year |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Add forMatchingSimple, refactorings |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Stephen Seo | Replace vector with deque for Component storage |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Stephen Seo | Add fn to Manager allowing iterable indices as sig |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Stephen Seo | Minor whitespace fixes, minor .gitignore change |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Stephen Seo | Fix stored functions not being called in order |
commit | commitdiff | tree | snapshot |
2018-09-11 |
Stephen Seo | Add static_assert, components must be def-const |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Stephen Seo | API change: context/userdata provided to functions |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Stephen Seo | Fix C++14 requirement in CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Stephen Seo | Update LICENSE year |
commit | commitdiff | tree | snapshot |
2018-05-19 |
Stephen Seo | Minor fixes/improvements |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Stephen Seo | Update documentation |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Stephen Seo | Add ability to handle unknown types |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Stephen Seo | Fix warning about unused capture for lambda fn |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Stephen Seo | Add type reference to Components/Tags in Manager |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Stephen Seo | Fix bug with multiple sig/func call |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Stephen Seo | Remove .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2017-12-01 |
Stephen Seo | Replace garbage-collection-like cleanup |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Stephen Seo | Minor fixes to documentation |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Stephen Seo | Change CleanupReturnType to std::vector |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Stephen Seo | Fix bug with duplicate signatures |
commit | commitdiff | tree | snapshot |
2017-11-14 |
Stephen Seo | Improve efficiency of stored function calling |
commit | commitdiff | tree | snapshot |
2017-11-14 |
Stephen Seo | Add ptr versions of forMatchingSignature fns |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Stephen Seo | Fix crash bug, improve Unit Test |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Stephen Seo | Implement forMatchingSignatures for efficiency |
commit | commitdiff | tree | snapshot |
2017-11-03 |
Stephen Seo | Add getCurrentSize and getCurrentCapacity |
commit | commitdiff | tree | snapshot |
2017-10-31 |
Stephen Seo | Fix minor typo |
commit | commitdiff | tree | snapshot |
2017-10-31 |
Stephen Seo | Fix cleanup function's return value |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Stephen Seo | Fix unit test |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Stephen Seo | Replace variable length arrays with std::vector |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Stephen Seo | Implement multithreading for function calls |
commit | commitdiff | tree | snapshot |
2017-09-28 |
Stephen Seo | Add feature to cleanup function in manager |
commit | commitdiff | tree | snapshot |
2017-09-20 |
Stephen Seo | Add const fns to Manager, obey 80 char line limit |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Stephen Seo | Add a test to unit tests |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Stephen Seo | Fixed keepSomeMatchingFunctions |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Stephen Seo | Changed clearSomeMatchingFunctions, line lengths |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Stephen Seo | Added two new functions |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Stephen Seo | Updated README.md |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Stephen Seo | Updated README.md |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Stephen Seo | Added readme |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Stephen Seo | Changed implementation of stored functions to map |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stephen Seo | Fixed docs, ids changed to const references |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stephen Seo | Added capability to store functions |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Stephen Seo | Fixed bug where deleted entities retain info |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Stephen Seo | Temporary(?) bugfix |
commit | commitdiff | tree | snapshot |
2016-08-27 |
Stephen Seo | Fixed not working as cmake subproject |
commit | commitdiff | tree | snapshot |
2016-04-20 |
Stephen Seo | Fixed missing include |
commit | commitdiff | tree | snapshot |
2016-04-20 |
Stephen Seo | Added missing includes |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Stephen Seo | Fixed include gtest on nonstanndard gtest install |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Stephen Seo | Added note about manager's addComponent |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Stephen Seo | Added support for components of type UniquePtr |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Stephen Seo | Updated .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Stephen Seo | added .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Stephen Seo | Added License and legal related requirements |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Slight change to docs |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Slight change to unit tests, docs |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Slight addition to EC::Manager documentation |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Fix to EC::Manager::cleanup |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Added Doxygen comments |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Minor fixes/changes |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Minor fixes/changes |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Made some Meta stuff more generic |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Stephen Seo | Fixed entity deletion bug |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Stephen Seo | Fix to Meta/Matching |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Stephen Seo | Added Meta/Matching, progress on Bitset/Manager |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Stephen Seo | Added forEach to EC/Meta |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Stephen Seo | Fixed 'make install' |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Stephen Seo | Added EC/Meta/TypeListGet, WIP in Bitset, Manager |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Stephen Seo | Fixed support for Clang |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Stephen Seo | Added EC/Meta/Morph.hpp |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Stephen Seo | Updated CMakeLists.txt to include EC/Meta/Combine |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Stephen Seo | Changed Bitset to use Combined lists |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Stephen Seo | Added EC/Meta/Combine.hpp |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Stephen Seo | Slight change to Bitset test |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Stephen Seo | Added EC/Bitset.hpp and EC/Meta/ContainsAll.hpp |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Stephen Seo | Split Meta.hpp |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Stephen Seo | Added IndexOf |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Stephen Seo | Basic meta stuff working |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Stephen Seo | Init commit |
commit | commitdiff | tree | snapshot |
|