Releases: kimkulling/cppcore
Releases · kimkulling/cppcore
v0.2.0
What's Changed
- Fix includes by @kimkulling in #27
- Hash: Move to template by @kimkulling in #28
- Feature: Add a scratch allocator by @kimkulling in #29
- Fix: Cleanups by @kimkulling in #30
- Make direct source include optional by @kimkulling in #31
- Cleanups by @kimkulling in #32
- Feature/add algo by @kimkulling in #33
- Remove build artifacts by @kimkulling in #34
- Feature/add sort by @kimkulling in #35
- Fix binsearch by @kimkulling in #36
- Cleanup interface by @kimkulling in #37
Full Changelog: v0.1.0...v0.2.0
The CPPCore Release v0.1.0
What's Changed
- Static array support by @kimkulling in #1
- PoolAllocator: improve alloc when upper limit was reached. by @kimkulling in #2
- closes #3: by @kimkulling in #4
- closes #5: fix invalid st… by @kimkulling in #6
- Fix initialization of TStaticArray by @kimkulling in #9
- fix typo by @mikamiwa in #10
- update googletest. by @kimkulling in #11
- closes #13 by @kimkulling in #14
- closes #16 by @kimkulling in #17
- Add prefix to option BUILD_UNITTESTS by @kimkulling in #18
- Create cmake.yml by @kimkulling in #20
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #21
- Refactoring: Renaming namespace by @kimkulling in #22
- Enable linkage by @kimkulling in #25
New Contributors
- @kimkulling made their first contribution in #1
- @mikamiwa made their first contribution in #10
- @lgtm-com made their first contribution in #21
Full Changelog: https://github.com/kimkulling/cppcore/commits/v0.1.0