star-uvm

Spatial structuring of unstructured volumetric meshes
git clone git://git.meso-star.fr/star-uvm.git
Log | Files | Refs | README | LICENSE

commit c86197f5a50ff3384f91095c540bad0ae13a752d
parent 10f346872dba1c6fc3cde3a6bc1c97f87b3aa5c0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 23 Feb 2026 15:23:00 +0100

Merge branch 'release_0.4.1'

Diffstat:
MMakefile | 2+-
MREADME.md | 8+++++++-
Mconfig.mk | 4++--
Mdoc/suvm-voxelize.1 | 2+-
Msrc/suvm.h | 2+-
Msrc/suvm_backend.h | 2+-
Msrc/suvm_c.h | 2+-
Msrc/suvm_device.c | 2+-
Msrc/suvm_device.h | 2+-
Msrc/suvm_primitive.c | 2+-
Msrc/suvm_volume.c | 2+-
Msrc/suvm_volume.h | 2+-
Msrc/suvm_volume_at.c | 2+-
Msrc/suvm_volume_intersect_aabb.c | 2+-
Msrc/suvm_voxelize.c | 2+-
Msrc/test_suvm_ball.h | 2+-
Msrc/test_suvm_box.h | 2+-
Msrc/test_suvm_device.c | 2+-
Msrc/test_suvm_primitive_intersection.c | 2+-
Msrc/test_suvm_utils.h | 2+-
Msrc/test_suvm_volume.c | 2+-
21 files changed, 28 insertions(+), 22 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md @@ -29,6 +29,12 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.4.1 + +- Correct the installation directory of the header file. + It has been installed in the subdirectory "include/stardis/star", + instead of the directory "include/star". + ### Version 0.4 - Make suvm-voxelize an installable utility. @@ -67,7 +73,7 @@ Embree4 ## License -Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) Star-UVM is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.4.0 +VERSION = 0.4.1 PREFIX = /usr/local LIB_TYPE = SHARED @@ -9,7 +9,7 @@ BUILD_TYPE = RELEASE BINPREFIX = $(PREFIX)/bin LIBPREFIX = $(PREFIX)/lib -INCPREFIX = $(PREFIX)/include/stardis +INCPREFIX = $(PREFIX)/include MANPREFIX = $(PREFIX)/share/man # Enable building and installation of additional utilities diff --git a/doc/suvm-voxelize.1 b/doc/suvm-voxelize.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +.\" Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) .\" .\" This program is free software: you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by diff --git a/src/suvm.h b/src/suvm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_backend.h b/src/suvm_backend.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_c.h b/src/suvm_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_device.c b/src/suvm_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_device.h b/src/suvm_device.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_primitive.c b/src/suvm_primitive.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_volume.c b/src/suvm_volume.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_volume.h b/src/suvm_volume.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_volume_at.c b/src/suvm_volume_at.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_volume_intersect_aabb.c b/src/suvm_volume_intersect_aabb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/suvm_voxelize.c b/src/suvm_voxelize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_suvm_ball.h b/src/test_suvm_ball.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_suvm_box.h b/src/test_suvm_box.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_suvm_device.c b/src/test_suvm_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_suvm_primitive_intersection.c b/src/test_suvm_primitive_intersection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_suvm_utils.h b/src/test_suvm_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_suvm_volume.c b/src/test_suvm_volume.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025-2026 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by