v1.0.46
What's Changed
- Forest fix by @sean-parent in #50
- Fix for MSVC type conversion warning by @fosterbrereton in #52
- GCC6 and cmake fixes by @ilelann in #53
- Collection of fixes for the selection algorithms by @fosterbrereton in #56
- Fixes #54 by @fosterbrereton in #55
- Optimized version of index_set_to_selection by @nikolai3d in #58
- forest insert also handles move_constructible only types. by @CasparKielwein in #60
- This adds binary/arithmetic ops that also support enum classes by @jaredadobe in #62
- Instead of using a templated struct use the new templated variables t… by @jaredadobe in #63
- setup modular boost in CMake build by @ilelann in #69
- fixing an issue around reverse_fullorder_iterator ctor by @fosterbrereton in #78
- Remove support for unit tests manual registration. by @JBakamovic in #71
- transform_forest methods for transforming elements in one forest into… by @tluxon in #70
- Updating for C++17 by @sean-parent in #80
- Removing random_shuffle from algo in line with std. by @jaredwy in #85
- More changes from PS to fix UWP compilation issues by @jaredwy in #86
- use CMake target when using system installed Boost by @ilelann in #83
- Fix typo. by @camio in #91
- Add CI. by @camio in #92
- Fix API name used in the value tutorial by @tluxon in #97
- Updating promote and boost by @sean-parent in #98
- Removing boost::shared_ptr use by @thinlang in #101
- Update ADOBE_ASSERT to conditionally throw exception instead of plain assert by @RamanKumarGuptaAdobe in #102
- Moving more code from boost to std by @thinlang in #105
- Clang Static Analyzer Fixes by @sean-parent in #106
- Adding namespace to avoid conflict with C++20 construct_at by @g-217 in #103
- Modified version of PR108 to figure out namespace issue. by @sean-parent in #109
- Ensure cmake honours CMAKE_CXX_STANDARD arg by @g-217 in #110
- Prepare v1.0.46 with release notes by @sean-parent in #107
New Contributors
- @nikolai3d made their first contribution in #58
- @CasparKielwein made their first contribution in #60
- @jaredadobe made their first contribution in #62
- @JBakamovic made their first contribution in #71
- @tluxon made their first contribution in #70
- @jaredwy made their first contribution in #85
- @camio made their first contribution in #91
- @thinlang made their first contribution in #101
- @RamanKumarGuptaAdobe made their first contribution in #102
- @g-217 made their first contribution in #103
Full Changelog: https://github.com/stlab/adobe_source_libraries/commits/v1.0.46