]> git.seodisparate.com - EntityComponentMetaSystem/shortlog
EntityComponentMetaSystem
2024-11-14 Stephen SeoUpdate some actions' versions in .github/workflows master
2024-11-14 Stephen SeoEnsure gh-pages only runs on origin Github repo
2024-07-15 Stephen SeoFix minor typo
2024-07-15 Stephen SeoAdd .gitignore for conan_usage_example/
2024-07-15 Stephen SeoFix conanfile.py, add example usage conan project
2024-07-15 Stephen SeoUpdate README.md
2024-07-15 Stephen SeoUnitTests: make counters atomic
2024-07-15 Stephen SeoAdd conanfile.py, publish conan package 1.0
2024-07-15 Stephen SeoInihbit warning when building UnitTests
2024-07-15 Stephen SeoRemove dependency on GTest for UnitTests
2024-07-15 Stephen SeoUpdate LICENSE year
2024-01-20 Stephen SeoEnable tests on "any_archLinux" act runners
2024-01-20 Stephen SeoRevert "Enable another act runner for unit tests"
2024-01-20 Stephen SeoEnable another act runner for unit tests
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 SeoUpdate LICENSE year
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 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
next