star-2d

Contour structuring for efficient 2D geometric queries
git clone git://git.meso-star.fr/star-2d.git
Log | Files | Refs | README | LICENSE

commit ebf0684811ef8d7bc59d26af9fe9598471bff7a1
parent 1c6fa487d4899d9a70819e952f1c322eaf7fe743
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 18 Jan 2019 12:37:10 +0100

Merge branch 'release_0.3' into develop

Diffstat:
MREADME.md | 14+++++++++-----
Mcmake/CMakeLists.txt | 2+-
2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -96,6 +96,10 @@ with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and ## Release notes +### Version 0.3 + +- Migrate the ray-tracing backend from Embree2 to Embree3. + ### Version 0.2 - Add the `s2d_segment_get_vertex_attrib` function that returns the vertex @@ -104,7 +108,7 @@ with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and ### Version 0.1.1 - Fix the `s2d_primitive_get_function`. The function failed when the submitted - parametric coordinate was equal to 1 + parametric coordinate was equal to 1. ### Version 0.1 @@ -117,8 +121,8 @@ with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and ## License -Star-2D is Copyright (C) 2016-2019 |Meso|Star> (<contact@meso-star.com>). It is a -free software released under the [OSI](http://opensource.org)-approved CeCILL -license. You are welcome to redistribute it under certain conditions; refer to -the COPYING files for details. +Copyright (C) 2016-2019 |Meso|Star> (<contact@meso-star.com>). Star-2D is free +software released under the CeCILL v2.1 license. You are welcome to +redistribute it under certain conditions; refer to the COPYING files for +details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -56,7 +56,7 @@ endif() # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 2) +set(VERSION_MINOR 3) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})