openfoam/applications/utilities/mesh
Vaggelis Papoutsis 47575aabf2 COMP: compilation with clang (c++17) and older flex files (fixes #3337)
- The register keyword has been removed from c++17 but old flex
  versions (version < 2.6.0) produce code including it, leading to
  compilation errors when using clang (despite disabling the diagnostic).
  gcc compiles but issues warnings.

- use '#define register' as empty as a workaround
2025-03-17 09:58:20 +01:00
..
advanced ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
conversion COMP: compilation with clang (c++17) and older flex files (fixes #3337) 2025-03-17 09:58:20 +01:00
doc GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
generation COMP: adjustments for nvc++ compiler 2025-01-24 10:46:06 +00:00
manipulation ENH: snappyHexMesh: add buffer layers before snapping 2024-12-12 16:13:32 +00:00