star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit f4c4970208f3cbe818114984963c585759becf94
parent b3e515eea9eb8b10519e2da36125d16b56ef7385
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 18 Oct 2023 16:45:43 +0200

Merge branch 'release_0.5' into develop

Diffstat:
MREADME.md | 24+++++++++++++++---------
Mconfig.mk | 2+-
2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -17,6 +17,12 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5 + +- Replace CMake by Makefile as build system. +- Provide a pkg-config file to link the library as an external + dependency. + ### Version 0.4.1 Correction of a compilation error highlighted in particular by GCC 4.9.2 @@ -29,24 +35,24 @@ Correction of a compilation error highlighted in particular by GCC 4.9.2 ### Version 0.3.4 -- Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has - become obsolete. +- Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 + has become obsolete. ### Version 0.3.3 -- Fix star-stl lack of reentrancy. When used from a code using strtok, star-stl - was corrupting the strtok context. +- Fix star-stl lack of reentrancy. When used from a code using strtok, + star-stl was corrupting the strtok context. ### Version 0.3.2 -- Update the version of the RSys dependency to 0.6: replace the deprecated - `[N]CHECK` macros by the new macro `CHK`. +- Update the version of the RSys dependency to 0.6: replace the + deprecated `[N]CHECK` macros by the new macro `CHK`. ## License Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) -Star-STL is free software released under GPL v3+ license: GNU GPL version 3 or -later. You are welcome to redistribute it under certain conditions; refer to -the COPYING file for details. +Star-STL is free software released under GPL v3+ license: GNU GPL +version 3 or later. You are welcome to redistribute it under certain +conditions; refer to the COPYING file for details. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.4.0 +VERSION = 0.5.0 PREFIX = /usr/local LIB_TYPE = SHARED