]> git.seodisparate.com - EntityComponentMetaSystem/shortlog
EntityComponentMetaSystem
2024-01-20 Stephen SeoMerge branch 'master' into cxx17
2024-01-20 Stephen SeoRevert "Enable another act runner for unit tests"
2024-01-20 Stephen SeoMerge branch 'master' into cxx17
2024-01-20 Stephen SeoEnable another act runner for unit tests
2024-01-19 Stephen SeoMerge branch 'master' into cxx17
2024-01-17 Stephen SeoAdd github action to run UnitTests
2024-01-17 Stephen SeoUpdate CMakeLists.txt cmake version
2024-01-17 Stephen SeoAdd forgejo action to run unit tests
2024-01-15 Stephen SeoUpdate README.md
2024-01-15 Stephen SeoAdd forgejo action to generate doxygen docs
2022-06-17 Stephen SeoMerge branch 'master' into cxx17
2022-06-17 Stephen SeoUpdate LICENSE year
2022-06-16 Stephen SeoUse optional instead of unique_ptr in ThreadPool
2022-06-16 Stephen SeoMerge branch 'master' into cxx17
2022-06-16 Stephen SeoMerge branch 'nested_threads'
2022-06-16 Stephen Seoclang-format EC/ThreadPool.hpp
2022-06-16 Stephen SeoApply minor fix and documentation to ThreadPool
2022-06-16 Stephen SeoReformat EC/Manager.hpp
2022-06-16 Stephen SeoUndo change of temporary struct in Manager
2022-06-16 Stephen SeoRemove zero-ing of atomic_uint in ThreadPool
2022-06-16 Stephen SeoAdd atomic_bool to ThreadPool to ensure validity
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 SeoMerge branch 'master' into cxx17
2022-01-20 Stephen SeoImpl deferring deletions allowing for delete in fn
2022-01-20 Stephen SeoMerge branch 'master' into cxx17
2022-01-20 Stephen SeoFix possible data-race with isAlive() calls
2021-09-09 Stephen SeoUse "if constexpr" where possible in ThreadPool
2021-09-09 Stephen SeoMerge branch 'master' into cxx17
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 SeoMerge branch 'master' into cxx17
2021-09-08 Stephen SeoDouble the number of tasks given to ThreadPool
2021-09-08 Stephen SeoMerge branch 'master' into cxx17
2021-09-08 Stephen SeoUpdate README.md
2021-09-08 Stephen SeoMerge branch 'master' into cxx17
2021-09-08 Stephen SeoUpdate doxygen documentation
2021-09-08 Stephen SeoMerge branch 'master' into cxx17
2021-09-08 Stephen SeoRemove redundant function
2021-09-08 Stephen SeoMerge branch 'master' into cxx17
2021-09-08 Stephen SeoRename a UnitTest for ThreadPool
2021-09-08 Stephen SeoMerge branch 'master' into cxx17
2021-09-08 Stephen SeoFix UnitTests for ThreadPool
2021-09-07 Stephen SeoMerge branch 'master' into cxx17
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 SeoMerge branch 'master' into cxx17
2021-09-07 Stephen SeoRemove "THREADCOUNT" from ThreadPool
2021-09-07 Stephen SeoMerge branch 'master' into cxx17
2021-09-07 Stephen SeoAdd missing include for "array"
2021-09-07 Stephen SeoModify .clangd specifying use of C++17
2021-09-07 Stephen SeoMerge branch 'master' into cxx17
2021-09-07 Stephen SeoAdd .clangd specifying use of C++14
2021-09-07 Stephen SeoMerge branch 'master' into cxx17
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 SeoMerge branch 'master' into cxx17
2021-09-07 Stephen SeoFix failing to wait for ThreadPool to finish
2021-09-07 Stephen SeoAdd "if constexpr" where possible in Manager
2021-09-07 Stephen SeoUse "if constexpr" in ThreadPool
2021-09-07 Stephen SeoMerge branch 'master' into cxx17
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 SeoMerge branch 'master' into cxx17
2021-05-17 Stephen SeoAdd UnitTest for previously fixed bug
2021-05-16 Stephen SeoMerge branch 'master' into cxx17
2021-05-16 Stephen SeoUpdate LICENSE year
2021-05-16 Stephen SeoFix bug using callForMatchingFunction(s)
2019-11-06 Stephen SeoMerge branch 'master' into cxx17
2019-11-06 Stephen SeoUpdate LICENSE year
2019-11-06 Stephen SeoMerge branch 'master' into cxx17
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 SeoUse "if constexpr" provided by C++17
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
next