star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit f08ab5f8edfa96057c593683fe225930a9ec1b41
parent c2e96b0e00711d80f9990796e2adf3fe5033b67b
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue,  5 Nov 2019 11:21:25 +0100

Merge branch 'release_0.4.0' into develop

Diffstat:
MREADME.md | 9+++++++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -39,6 +39,15 @@ variable the install directories of its dependencies. Release notes ------------- +### Version 0.4 + +- Change signature of the senc_scene_add_geometry API. Thus this release + is **not compatible** with previous ones. + The global_id callback that was ill-defined is removed and 2 callbacks + are added to manage client-app data when deduplicating geometry. + These 2 callback allow a proper client-app management of global ids. +- Remove execution time for analysis steps from the log. + ### Version 0.3.1 - Performance Fix: when a connex component was canceled by a thread the diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -47,8 +47,8 @@ endif() # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 3) -set(VERSION_PATCH 1) +set(VERSION_MINOR 4) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SENC_FILES_SRC