openfoam/applications
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
..
solvers BUG: twoPhaseEuler: incorrect phase. Fixes #3295. 2025-01-06 11:30:02 +00:00
test RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities COMP: compilation with clang (c++17) and older flex files (fixes #3337) 2025-03-17 09:58:20 +01:00
Allwmake COMP: increment lemon sources, fix stray comment char (wmkdepend) 2022-05-11 09:53:58 +02:00