v1.0.5 Release
Bug Fixes
- Fixed a bug related to chart axes labels regeneration - #202
- Fixed out of bounds access error in FreeType error lookup - #208
- Fixed Doxygen warnings of obsolete config options
Improvements/Modifications
- Added an internal API to disable axes rendering for certain type of renderings, this change has no user impact - #205
Build Fixes
- Fixed cl2.hpp header download CMake script - #201
- Code clean, Warning fixes, Removal of dead code - #198 , #208
- Fixed build-type/build-configuration setup for CMake generators - #209
Breaking Changes
Renamed ComputeCopy.h
helper header to compute_copy.h
and moved it under forge subdirectory - #209 . This change only effects the users who use this helper header to handle data copy from compute buffers to OpenGL buffers.