netgen/libsrc
Drew Parsons 84fc680e72 fix 32-bit usage of size_t
On 32-bit systems size_t is identical unsigned in, causing
redefinition errors in tables (Array_I_S).

This patch guards against the 32-bit redefinition and defines
Array_I_S = Array_I_U for the python interface if not already defined.

Applies debian patch size_t_int32.patch
d7ca1c564d/debian/patches/size_t_int32.patch

Fixes #168
2025-01-05 13:28:18 +01:00
..
core fix 32-bit usage of size_t 2025-01-05 13:28:18 +01:00
csg some more int->PointIndex 2025-01-01 13:53:01 +01:00
general some little steps 2025-01-02 10:17:24 +01:00
geom2d more general ClosedHashTable, e.g. hash for tuples 2024-12-29 15:42:21 +01:00
gprim more use of ElementIndex, T_Range<T>(size_t) is now explicit 2024-12-29 21:36:37 +01:00
include all tests passing for PointIndex::BASE=0 2025-01-01 15:53:23 +01:00
interface mesh.parentelement with correct types 2025-01-04 12:41:04 +01:00
linalg Fix build warnings (found with gcc -Wall) 2024-12-03 18:58:12 +01:00
meshing mesh.parentelement with correct types 2025-01-04 12:41:04 +01:00
occ Constexpr experiments 2024-12-31 14:26:09 +01:00
stlgeom Fix build warnings (found with gcc -Wall) 2024-12-03 18:58:12 +01:00
visualization fix gui crash in 2d when selecting face numbers 2025-01-03 10:14:58 +01:00
CMakeLists.txt rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00