]> git.seodisparate.com - EntityComponentMetaSystem/shortlog
EntityComponentMetaSystem
2022-06-16 Stephen SeoFix ThreadPool::easyStartAndWait()
2022-06-15 Stephen SeoImpl nested threaded calls
2022-06-15 Stephen SeoWIP nestable threads via ThreadPool
2022-01-20 Stephen SeoImpl deferring deletions allowing for delete in fn
2022-01-20 Stephen SeoFix possible data-race with isAlive() calls
2021-09-09 Stephen SeoAdd easyWakeAndWait() to ThreadPool
2021-09-09 Stephen SeoUpdate doxygen main page to link to EC::Manager
2021-09-08 Stephen SeoUpdate Doxygen and README.md
2021-09-08 Stephen SeoAttempt to use github actions for Doxygen docs
2021-09-08 Stephen SeoDouble the number of tasks given to ThreadPool
2021-09-08 Stephen SeoUpdate README.md
2021-09-08 Stephen SeoUpdate doxygen documentation
2021-09-08 Stephen SeoRemove redundant function
2021-09-08 Stephen SeoRename a UnitTest for ThreadPool
2021-09-08 Stephen SeoFix UnitTests for ThreadPool
2021-09-07 Stephen SeoMake ThreadPool::getThreadCount() constexpr
2021-09-07 Stephen SeoAdd tests for ThreadPool::getThreadCount()
2021-09-07 Stephen SeoAdd ThreadPool::getThreadCount()
2021-09-07 Stephen SeoRemove "THREADCOUNT" from ThreadPool
2021-09-07 Stephen SeoAdd missing include for "array"
2021-09-07 Stephen SeoAdd .clangd specifying use of C++14
2021-09-07 Stephen SeoMerge branch 'refactoring'
2021-09-07 Stephen SeoWorkaround for gcc debug build fail
2021-09-07 Stephen SeoHeavy refactorings
2021-09-07 Stephen SeoFix failing to wait for ThreadPool to finish
2021-09-07 Stephen SeoFix CMakeLists.txt to use FindThreads
2021-09-07 Stephen SeoMerge branch 'threadpool'
2021-09-07 Stephen SeoUpdate documentation
2021-09-07 Stephen SeoAllow ThreadPool to be created with < 2 ThreadCount
2021-09-07 Stephen SeoAdd isQueueEmpty() to ThreadPool
2021-09-06 Stephen SeoTweak sleep times for threadpool to finish
2021-09-06 Stephen SeoUsage of ThreadPool fixes
2021-09-06 Stephen SeoWIP convert Manager to use ThreadPool
2021-09-06 Stephen SeoImpl ThreadPool
2021-05-17 Stephen SeoAdd UnitTest for previously fixed bug
2021-05-16 Stephen SeoUpdate LICENSE year
2021-05-16 Stephen SeoFix bug using callForMatchingFunction(s)
2019-11-06 Stephen SeoUpdate LICENSE year
2019-11-06 Stephen SeoAdd forMatchingSimple, refactorings
2019-11-06 Stephen SeoReplace vector with deque for Component storage
2019-07-11 Stephen SeoAdd fn to Manager allowing iterable indices as sig
2019-07-11 Stephen SeoMinor whitespace fixes, minor .gitignore change
2018-11-22 Stephen SeoFix stored functions not being called in order
2018-09-11 Stephen SeoAdd static_assert, components must be def-const
2018-08-08 Stephen SeoAPI change: context/userdata provided to functions
2018-05-21 Stephen SeoFix C++14 requirement in CMakeLists.txt
2018-05-21 Stephen SeoUpdate README.md
2018-05-21 Stephen SeoUpdate LICENSE year
2018-05-19 Stephen SeoMinor fixes/improvements
2018-05-18 Stephen SeoUpdate documentation
2018-05-17 Stephen SeoAdd ability to handle unknown types
2018-05-16 Stephen SeoFix warning about unused capture for lambda fn
2018-05-16 Stephen SeoAdd type reference to Components/Tags in Manager
2017-12-01 Stephen SeoFix bug with multiple sig/func call
2017-12-01 Stephen SeoRemove .gitlab-ci.yml
2017-12-01 Stephen SeoReplace garbage-collection-like cleanup
2017-11-24 Stephen SeoMinor fixes to documentation
2017-11-24 Stephen SeoChange CleanupReturnType to std::vector
2017-11-15 Stephen SeoFix bug with duplicate signatures
2017-11-14 Stephen SeoImprove efficiency of stored function calling
2017-11-14 Stephen SeoAdd ptr versions of forMatchingSignature fns
2017-11-10 Stephen SeoFix crash bug, improve Unit Test
2017-11-09 Stephen SeoImplement forMatchingSignatures for efficiency
2017-11-03 Stephen SeoAdd getCurrentSize and getCurrentCapacity
2017-10-31 Stephen SeoFix minor typo
2017-10-31 Stephen SeoFix cleanup function's return value
2017-10-06 Stephen SeoFix unit test
2017-10-06 Stephen SeoReplace variable length arrays with std::vector
2017-10-06 Stephen SeoImplement multithreading for function calls
2017-09-28 Stephen SeoAdd feature to cleanup function in manager
2017-09-20 Stephen SeoAdd const fns to Manager, obey 80 char line limit
2017-08-29 Stephen SeoAdd a test to unit tests
2017-07-13 Stephen SeoFixed keepSomeMatchingFunctions
2017-07-13 Stephen SeoChanged clearSomeMatchingFunctions, line lengths
2017-07-12 Stephen SeoAdded two new functions
2017-06-10 Stephen SeoUpdated README.md
2017-06-10 Stephen SeoUpdated README.md
2017-06-10 Stephen SeoAdded readme
2016-09-21 Stephen SeoChanged implementation of stored functions to map
2016-09-20 Stephen SeoFixed docs, ids changed to const references
2016-09-20 Stephen SeoAdded capability to store functions
2016-08-30 Stephen SeoFixed bug where deleted entities retain info
2016-08-28 Stephen SeoTemporary(?) bugfix
2016-08-27 Stephen SeoFixed not working as cmake subproject
2016-04-20 Stephen SeoFixed missing include
2016-04-20 Stephen SeoAdded missing includes
2016-04-11 Stephen SeoFixed include gtest on nonstanndard gtest install
2016-04-06 Stephen SeoAdded note about manager's addComponent
2016-04-06 Stephen SeoAdded support for components of type UniquePtr
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-17 Stephen Seoadded .gitlab-ci.yml
2016-03-15 Stephen SeoAdded License and legal related requirements
next