openfoam/applications/utilities/mesh/manipulation
Mark Olesen 9423d2bd83 CONFIG: improve support for compiler/link options (#1830)
- introduce WM_COMPILE_CONTROL variable to convey control information
  into the build rules.

  The convention (as per spack):
      - '+' to select a feature
      - '~' to deselect a feature

  Eg, to select the gold linker, and disable openmp
  (spaces are not required):

      WM_COMPILE_CONTROL="+gold ~openmp"

CONFIG: accept FOAM_EXTRA_LDFLAGS for AMD, gold, Mingw linkers

CONFIG: generalize PROJECT_LIBS (-ldl used almost universally)
2020-09-07 09:45:51 +02:00
..
attachMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
autoPatch GIT: Header file updates 2019-10-31 14:48:44 +00:00
checkMesh STYLE: use HashSet xor instead of two operations (faceZoneSet) 2020-07-27 09:47:33 +02:00
createBaffles ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
createPatch ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
deformedGeom GIT: Header file updates 2019-10-31 14:48:44 +00:00
flattenMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
insideCells GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
mergeMeshes GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
mergeOrSplitBaffles BUG: mergeOrSplitBaffles -dict option ignored (fixes #1759) 2020-07-01 18:41:31 +02:00
mirrorMesh STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
moveDynamicMesh ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
moveEngineMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
moveMesh ENH: add moveMesh -deltaT option 2020-06-10 15:29:07 +02:00
objToVTK CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
orientFaceZone GIT: Header file updates 2019-10-31 14:48:44 +00:00
polyDualMesh STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
refineMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
renumberMesh ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
rotateMesh Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
setSet STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
setsToZones GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
singleCellMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
splitMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
splitMeshRegions ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
stitchMesh ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
subsetMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
topoSet STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
transformPoints ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
zipUpMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00