star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit 2d8d5f24e1a686cab7edb3ae4c2dfea93bb727ab
parent 5b505c5c959b5c035fcc68ab91d13f473a9fc718
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 18 Jul 2024 11:12:24 +0200

Merge branch 'release_0.5' into develop

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -25,6 +25,14 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5 + +- BugFix STL output of geometries when forcing normals +- Improve C89 compliance and fix header file to be used in c++ code +- Change build mechanics from cmake to POSIX makefiles +- Upgrade dependencies +- Improve and fix some tests + ### Version 0.4.1 - Add `scad_dump_geometry` API call that can be called from a debugging