openfoam/applications/utilities
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
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
mesh COMP: compilation with clang (c++17) and older flex files (fixes #3337) 2025-03-17 09:58:20 +01:00
miscellaneous ENH: add dictionary::findStream() - symmetric with findDict() 2024-05-23 13:51:53 +02:00
parallelProcessing BUG: decomposePar: only write pointBoundaryMesh if needed 2024-12-16 12:14:02 +00:00
postProcessing RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
preProcessing COMP: adjustments for nvc++ compiler 2025-01-24 10:46:06 +00:00
surface COMP: adjustments for nvc++ compiler 2025-01-24 10:46:06 +00:00
thermophysical STYLE: use spanstream instead of stringstream in more places 2024-03-07 15:04:54 +01:00