Releases: jeaiii/ce
Releases · jeaiii/ce
0.5.0
What's Changed
- adds CE_USER_TO_TEXT_FROM_IEEE754 define by @jeaiii in #20
- removes trailing comma from ce::names by @jeaiii in #21
- adds real asserts & errors by @jeaiii in #22
- reorg to share ce::os::log and error by @jeaiii in #23
- adds pcg32_64 to ce::random by @jeaiii in #24
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- fills out mutex_std by @jeaiii in #10
- adds
ce::os::sleep_ns()
by @jeaiii in #11 - clang fixes by @jeaiii in #12
- adds
ce::clock<Fn, Fd>
by @jeaiii in #13 - make atomic_std and atomic_msvc_x86 act the same by @jeaiii in #16
- Linux support for
premake5.bat
by @fluxxu in #15 - Linux fixes by @jeaiii in #17
- fixed selection of wrong template in
to_text
by @jeaiii in #18
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- adds
nameof
- adds
os::monotonic_timestamp/frequency
- stubs in posix/std fallbacks
Full Changelog: 0.2.3...0.3.0
0.2.3
improves unit tests
adds default construction + assignment as fallback to copy construction for bulk<T>
items
adds asserts on bulk<T>::size
on critical operations
Full Changelog: 0.2.2...0.2.3
0.2.2
Adds bulk<N, T>remove_at<bool Ordered = false>
to select order preserving remove_at
Fixes Construction/Destruction/Move/Assign counts for bulk<N, T>
Full Changelog: 0.2.1...0.2.2