]> git.seodisparate.com/gitweb - EntityComponentMetaSystem/shortlog
EntityComponentMetaSystem
2024-11-14 Stephen SeoMerge branch 'master' into cxx17 cxx17
2024-11-14 Stephen SeoUpdate some actions' versions in .github/workflows master
2024-11-14 Stephen SeoMerge branch 'master' into cxx17
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 SeoMerge branch 'master' into cxx17
2024-07-15 Stephen SeoUpdate README.md
2024-07-15 Stephen SeoMerge branch 'master' into cxx17
2024-07-15 Stephen SeoUnitTests: make counters atomic
2024-07-15 Stephen SeoMerge branch 'master' into cxx17
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 SeoMerge branch 'master' into cxx17
2024-01-20 Stephen SeoEnable tests on "any_archLinux" act runners
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
next