openfoam/applications/utilities/mesh/conversion
Mark Olesen eeb9d144e3 STYLE: qualify Swap with Foam:: prefix (visibility)
- drop unnecessary Foam::Swap specializations when MoveConstructible
  and MoveAssignable already apply. The explicit redirect to swap
  member functions was needed before proper move semantics where
  added.

  Removed specializations: autoPtr, refPtr, tmp, UList.
  Retained specialization: DynamicList, FixedList.

     Special handling for DynamicList is only to accommodate dissimilar
     sizing template parameters (which probably doesn't occur in
     practice).
     Special handling for FixedList to apply element-wise swapping.

- use std::swap for primitives. No need to mask with Foam::Swap wrapper
2023-08-16 12:28:09 +02:00
..
ansysToFoam ENH: cellShape::reset() - simplifies modification of existing shapes 2021-05-30 21:02:59 +02:00
ccm STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
cfx4ToFoam ENH: cellShape::reset() - simplifies modification of existing shapes 2021-05-30 21:02:59 +02:00
datToFoam
ensightToFoam STYLE: qualify Swap with Foam:: prefix (visibility) 2023-08-16 12:28:09 +02:00
fireToFoam ENH: cleanup/reorganize surfaceWriter and fileFormats 2022-02-10 19:28:51 +01:00
fluent3DMeshToFoam STYLE: check iterator validity with good() instead of found() 2023-02-10 17:12:48 +01:00
fluentMeshToFoam ENH: align fileOperations/masterUncollatedFileOperation findInstance() 2022-04-29 11:44:28 +02:00
foamMeshToFluent STYLE: make polyMesh constructor explicit 2021-05-12 11:24:57 +02:00
foamToFireMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
foamToStarMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
foamToSurface STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
gambitToFoam ENH: cellShape::reset() - simplifies modification of existing shapes 2021-05-30 21:02:59 +02:00
gmshToFoam STYLE: check iterator validity with good() instead of found() 2023-02-10 17:12:48 +01:00
ideasUnvToFoam
kivaToFoam COMP: fix library linkage (#2784), silence some unused variable warnings 2023-05-19 00:46:52 +02:00
mshToFoam ENH: cellShape::reset() - simplifies modification of existing shapes 2021-05-30 21:02:59 +02:00
netgenNeutralToFoam STYLE: check iterator validity with good() instead of found() 2023-02-10 17:12:48 +01:00
plot3dToFoam ENH: cellShape::reset() - simplifies modification of existing shapes 2021-05-30 21:02:59 +02:00
star4ToFoam ENH: cleanup/reorganize surfaceWriter and fileFormats 2022-02-10 19:28:51 +01:00
tetgenToFoam STYLE: check iterator validity with good() instead of found() 2023-02-10 17:12:48 +01:00
vtkUnstructuredToFoam
writeMeshObj STYLE: check iterator validity with good() instead of found() 2023-02-10 17:12:48 +01:00