openfoam/applications/test
Mark Olesen e6697edb52 ENH: robuster lemon parsing
- previously simply reused the scan token, which works fine for
  non-nested tokenizations but becomes too fragile with nesting.

  Now changed to use tagged unions that can be copied about
  and still retain some rudimentary knowledge of their types,
  which can be manually triggered with a destroy() call.

- provide an 'identifier' non-terminal as an additional catch
  to avoid potential leakage on parsing failure.

- adjust lemon rules and infrastructure:

  - use %token to predefine standard tokens.
    Will reduce some noise on the generated headers by retaining the
    order on the initial token names.

  - Define BIT_NOT, internal token rename NOT -> LNOT

- handle non-terminal vector values.
  Support vector::x, vector::y and vector::z constants

- permit fieldExpr access to time().
  Probably not usable or useful for an '#eval' expression,
  but useful for a Function1.

- provisioning for hooks into function calls. Establishes token
  names for next commit(s).
2021-11-26 12:24:35 +01:00
..
00-dummy CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
00-machine-sizes COMP: sign check to avoid warnings about new[] range 2021-04-27 12:28:35 +02:00
argList ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
autoPtr STYLE: can add compile-time deprecated message for autoPtr::set() 2020-11-19 16:57:45 +01:00
base64 GIT: Header file updates 2019-10-31 14:48:44 +00:00
BinSum GIT: Header file updates 2019-10-31 14:48:44 +00:00
bitops GIT: Header file updates 2019-10-31 14:48:44 +00:00
bitSet1 ENH: unify read/write for containers 2021-03-16 08:47:58 +00:00
bitSet2 STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
boolList ENH: add bitSet::null() and clarify some documentation 2020-12-08 11:58:28 +01:00
boolVector ENH: boolVector for specialized bundling of boolean values 2020-06-04 16:56:21 +02:00
boundBox GIT: Header file updates 2019-10-31 14:48:44 +00:00
callback GIT: Header file updates 2019-10-31 14:48:44 +00:00
cellModels GIT: Header file updates 2019-10-31 14:48:44 +00:00
charList ENH: add read/write specialization for lists of character data 2021-03-16 08:47:58 +00:00
checkDecomposePar ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
Circulator GIT: Header file updates 2019-10-31 14:48:44 +00:00
clock ENH: inline and extend clockValue, clockTime 2020-05-29 15:48:21 +02:00
codeStream CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
colourTables GIT: Header file updates 2019-10-31 14:48:44 +00:00
CompactIOList CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
CompactListList GIT: Header file updates 2019-10-31 14:48:44 +00:00
complex ENH: correct pow(complex, ..) functions (fixes #1638) 2020-03-19 12:31:49 +01:00
constantFields STYLE: prefix zero/one with Foam:: qualifier 2020-11-19 16:55:29 +01:00
contiguous Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
coordinateSystem ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
copyFile ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
cplusplus1 GIT: Header file updates 2019-10-31 14:48:44 +00:00
cpuInfo GIT: Header file updates 2019-10-31 14:48:44 +00:00
cstring GIT: Header file updates 2019-10-31 14:48:44 +00:00
cyclic STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
decomposedBlockData ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
delete STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
DiagTensor STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately 2020-05-29 15:55:56 +02:00
dictionary ENH: additional #word and #message dictionary directives (#2276) 2021-11-25 17:05:37 +01:00
dictionary2 ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
dictionary3 ENH: adjust token in preparation for separate expression tokenization 2021-05-18 15:30:00 +02:00
dictionary4 Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
Dictionary STYLE: find(), cfind() methods instead of lookupPtr() 2020-03-11 22:05:15 +01:00
dictionaryCopy CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
dictionaryTokens STYLE: remove erroneous reference in dynamicCast use 2021-05-31 09:11:49 +02:00
dimensionedType Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
dimensionSet ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
dimField BUG: compilation error for DimensionedField::T() fixes #1868 2020-10-07 09:18:23 +02:00
DirLister ENH: rationalize some string methods. 2019-11-11 18:50:00 +01:00
Distribution GIT: Header file updates 2019-10-31 14:48:44 +00:00
DLList Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
DynamicField GIT: Header file updates 2019-10-31 14:48:44 +00:00
dynamicIndexedOctree GIT: Header file updates 2019-10-31 14:48:44 +00:00
dynamicLibrary ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
DynamicList STYLE: adjust tests and one code instance for updated labelRange 2020-09-23 10:46:04 +02:00
DynamicList2 ENH: additional 'nocopy' methods for List resize/reserve methods 2021-10-29 17:04:51 +02:00
edges GIT: Header file updates 2019-10-31 14:48:44 +00:00
ensightFile GIT: Header file updates 2019-10-31 14:48:44 +00:00
Enum ENH: align Enum methods with HashTable 2020-11-25 19:53:02 +01:00
error ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
etcFiles ENH: exposed access to compile-time project, etc directories 2020-05-11 14:14:59 +02:00
exprEntry ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
exprTraits ENH: robuster lemon parsing 2021-11-26 12:24:35 +01:00
extendedStencil GIT: Header file updates 2019-10-31 14:48:44 +00:00
externalFileCoupler ENH: relocate externalFileCoupler from finiteVolume to meshTools 2020-06-10 15:29:07 +02:00
faceHashing ENH: improve hashing overloads of string-types and HashTable/HashSet 2021-04-19 16:33:42 +00:00
faces ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
fft ENH: support construct/reset refPtr from autoPtr and unique_ptr (#1775) 2020-08-11 13:15:28 +02:00
field1 STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
fieldDependency GIT: Header file updates 2019-10-31 14:48:44 +00:00
fieldMapping CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
fieldTypes GIT: Header file updates 2019-10-31 14:48:44 +00:00
fileName ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
fileNameClean ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
fileNameOS GIT: Header file updates 2019-10-31 14:48:44 +00:00
fileOperation1 ENH: robuster fileOperations splitProcessorPath 2020-12-08 11:58:28 +01:00
findCell-octree GIT: Header file updates 2019-10-31 14:48:44 +00:00
findSphereFeatureEdges-octree STYLE: relocate nonCoupledBoundaryTree into meshSearcher 2020-02-24 18:41:02 +01:00
findTimes GIT: Header file updates 2019-10-31 14:48:44 +00:00
FixedList ENH: copy construct FixedList from fixed subset of input 2021-07-15 16:47:27 +02:00
FixedList2 GIT: Header file updates 2019-10-31 14:48:44 +00:00
flatOutput1 ENH: improve flexiblity for flat output of items (#1929) 2020-11-25 19:53:03 +01:00
foamCellZoneToVTK ENH: support vtu mesh subsetting, creation from cellShapes 2021-09-27 13:26:02 +02:00
foamEnv ENH: use hasEnv() instead of env() for naming symmetry with getEnv, setEnv 2020-05-11 10:12:26 +02:00
foamMeshToTet-vtk ENH: support vtu mesh subsetting, creation from cellShapes 2021-09-27 13:26:02 +02:00
foamToMetisGraph CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
foamVersion ENH: improve flexibility of error, messageStream output 2021-11-03 11:46:13 +01:00
fstreamPointer ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
Function1 CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
fvc STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
fvc2D STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
fvSolutionCombine ENH: disentangle testing and quoting of regex characters 2021-04-19 16:33:42 +00:00
GAMGAgglomeration GIT: Header file updates 2019-10-31 14:48:44 +00:00
gatherValues1 ENH: additional MPI gather/scatter routines, globalIndex gather methods 2021-10-29 17:04:52 +02:00
globalIndex ENH: support gather of indirect list via globalIndex 2021-05-12 11:24:57 +02:00
globalMeshData CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
graph STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
graphXi STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
hashedWordList STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
Hashing1 ENH: improve hashing overloads of string-types and HashTable/HashSet 2021-04-19 16:33:42 +00:00
Hashing2 CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
HashingSpeed ENH: improve hashing overloads of string-types and HashTable/HashSet 2021-04-19 16:33:42 +00:00
HashPtrTable ENH: improve hashing overloads of string-types and HashTable/HashSet 2021-04-19 16:33:42 +00:00
HashSet ENH: improve hashing overloads of string-types and HashTable/HashSet 2021-04-19 16:33:42 +00:00
HashTable1 STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
HashTable2 ENH: HashTable::emplace_set() method, HashPtrTable support for unique_ptr 2020-07-28 08:40:43 +02:00
HashTable3 Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
HashTable4 GIT: Header file updates 2019-10-31 14:48:44 +00:00
hexRef8 CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
IFstream ENH: add stringOps::inplaceRemoveSpace() 2020-02-19 23:36:46 +01:00
IjkField STYLE: adjust tests and one code instance for updated labelRange 2020-09-23 10:46:04 +02:00
IListStream GIT: Header file updates 2019-10-31 14:48:44 +00:00
IndirectList ENH: add UPstream::subProcs() static method 2020-09-28 14:26:07 +02:00
instant GIT: Header file updates 2019-10-31 14:48:44 +00:00
IntRange ENH: add identity(IntRange) and Istream operator for common types 2020-10-01 11:35:43 +02:00
io STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
IOField ENH: provide setter methods for IOobject read/write options etc. 2021-03-17 15:10:00 +01:00
IOobjectList Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
ISLList GIT: Header file updates 2019-10-31 14:48:44 +00:00
IStringStream GIT: Header file updates 2019-10-31 14:48:44 +00:00
ITstream STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
LabelledItem ENH: add more direct methods for getting meshEdge (PrimitivePatch) 2021-05-27 15:42:46 +02:00
labelRanges ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
leastSquareGrad CONT: Addition of compressibleIsoInterFOam and PLIC 2020-06-09 08:11:04 +01:00
limits ENH: add pTraits for uint8_t 2020-10-07 09:17:00 +02:00
liquid COMP: remove includes of defunct locations (fixes #2143) 2021-06-29 13:43:44 +02:00
List ENH: return UList range slice as a SubList 2021-10-29 17:04:51 +02:00
List2 GIT: Header file updates 2019-10-31 14:48:44 +00:00
List3 ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
ListOps ENH: noexcept size_bytes() method for lists 2021-03-09 09:49:31 +01:00
ListOps2 ENH: improve hashing overloads of string-types and HashTable/HashSet 2021-04-19 16:33:42 +00:00
Map GIT: Header file updates 2019-10-31 14:48:44 +00:00
mapDistributePolyMesh CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
mappedPatch GIT: Header file updates 2019-10-31 14:48:44 +00:00
MathFunctions ENH: 'Math' namespace for mathematical functions 2021-02-16 18:08:50 +01:00
matrices GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
maxMem STYLE: use std:: qualifier on ::abort, ::exit 2019-04-03 20:24:30 +02:00
memInfo GIT: Header file updates 2019-10-31 14:48:44 +00:00
mesh STYLE: make polyMesh constructor explicit 2021-05-12 11:24:57 +02:00
minMax1 GIT: Header file updates 2019-10-31 14:48:44 +00:00
minMax2 GIT: Header file updates 2019-10-31 14:48:44 +00:00
mkdir GIT: Header file updates 2019-10-31 14:48:44 +00:00
momentOfInertia ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
multiDimPolyFitter CONT: Addition of compressibleIsoInterFOam and PLIC 2020-06-09 08:11:04 +01:00
multiWorld ENH: Added contact resistance to multi-world. See #1535. 2021-10-18 19:22:23 +01:00
mvBak ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
namedDictionary CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
NamedEnum COMP: incorrect placement of compiler attributes 2020-02-18 13:51:20 +01:00
nullObject ENH: add swallow assignment to nullObject 2020-05-29 15:55:27 +02:00
objectRegistry ENH: add check for isTimeDb() into objectRegistry 2021-11-17 19:52:33 +01:00
objectRegistry2 GIT: Header file updates 2019-10-31 14:48:44 +00:00
OCountStream ENH: add OFstream rewind() method. 2021-03-23 18:00:14 +01:00
ODE GIT: Header file updates 2019-10-31 14:48:44 +00:00
OListStream ENH: improvements for token methods 2021-03-09 09:23:41 +01:00
openmp GIT: Header file updates 2019-10-31 14:48:44 +00:00
OSspecific GIT: Header file updates 2019-10-31 14:48:44 +00:00
OStringStream GIT: Header file updates 2019-10-31 14:48:44 +00:00
OTstream ENH: add ITstream append and seek methods. 2019-12-06 17:23:59 +01:00
PackedList ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
PackedList1 ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
PackedList2 GIT: Header file updates 2019-10-31 14:48:44 +00:00
parallel ENH: add UPstream::subProcs() static method 2020-09-28 14:26:07 +02:00
parallel-communicators ENH: add UPstream::subProcs() static method 2020-09-28 14:26:07 +02:00
parallel-external-init CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
parallel-nonBlocking ENH: add UPstream::subProcs() static method 2020-09-28 14:26:07 +02:00
parallelOverset CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
passiveParticle GIT: Header file updates 2019-10-31 14:48:44 +00:00
PatchEdgeFaceWave GIT: Header file updates 2019-10-31 14:48:44 +00:00
PatchFunction1 COMP: remove includes of defunct locations (fixes #2143) 2021-06-29 13:43:44 +02:00
patchRegion CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
PatchTools STYLE: use labelRange for identity 2020-11-25 19:53:02 +01:00
PDRblockMesh ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
plotFunction1 ENH: improve flexibility of error, messageStream output 2021-11-03 11:46:13 +01:00
PointEdgeWave ENH: replace keyType with wordRe for matching selectors. 2021-04-19 16:33:42 +00:00
pointField GIT: Header file updates 2019-10-31 14:48:44 +00:00
Polynomial CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
polynomialEqns CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
PrecisionAdaptor ENH: make precision adaptors modifiable (#2173) 2021-09-07 11:29:11 +02:00
predicates STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
prefixOSstream GIT: Header file updates 2019-10-31 14:48:44 +00:00
primitivePatch ENH: add more direct methods for getting meshEdge (PrimitivePatch) 2021-05-27 15:42:46 +02:00
primitives ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
pTraits STYLE: some general spelling fixes 2020-05-04 09:15:21 +02:00
PtrList ENH: support emplace methods and std::unique_ptr for PtrList-derivatives 2020-07-28 08:40:43 +02:00
PtrListDictionary STYLE: find(), cfind() methods instead of lookupPtr() 2020-03-11 22:05:15 +01:00
PtrMap Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
quaternion ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
Random ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
readDir STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
reconstruct GIT: Header file updates 2019-10-31 14:48:44 +00:00
reconstructedDistanceFunction LINT: fix permissions 2021-11-15 21:22:36 +01:00
refPtr ENH: support cref() and shallow copies (refPtr and tmp) 2021-11-17 16:04:40 +01:00
regex1 ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
rigidBodyDynamics REL: Release preparations 2019-12-23 09:49:23 +00:00
router CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
scalarOps STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
scalarPredicates GIT: Header file updates 2019-10-31 14:48:44 +00:00
scalarRanges GIT: Header file updates 2019-10-31 14:48:44 +00:00
searchableSphere ENH: support general searchable spheroid (issue #1901) 2020-10-28 16:04:12 +01:00
setAlphaField/case1 CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
sha1 GIT: Header file updates 2019-10-31 14:48:44 +00:00
sigFpe GIT: Header file updates 2019-10-31 14:48:44 +00:00
simpleMatrix GIT: Header file updates 2019-10-31 14:48:44 +00:00
sizeof ENH: add refPtr release() method 2021-11-15 19:34:01 +01:00
slicedField GIT: Header file updates 2019-10-31 14:48:44 +00:00
sliceRange ENH: add identity(IntRange) and Istream operator for common types 2020-10-01 11:35:43 +02:00
SLList Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
sort ENH: return UList range slice as a SubList 2021-10-29 17:04:51 +02:00
speed STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
SphericalTensor STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately 2020-05-29 15:55:56 +02:00
SphericalTensor2D STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately 2020-05-29 15:55:56 +02:00
spline CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
splitFunctionArgs ENH: refactor function arg splitting -> stringOps::splitFunctionArgs 2021-05-19 16:20:12 +02:00
string ENH: improve hashing overloads of string-types and HashTable/HashSet 2021-04-19 16:33:42 +00:00
string2 ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
stringList ENH: consistency improvements for keyType and wordRe 2021-04-19 16:33:42 +00:00
stringSplit ENH: consistency improvements for keyType and wordRe 2021-04-19 16:33:42 +00:00
SubField STYLE: header format 2019-12-13 12:33:23 +01:00
surfaceIntersection ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceMeshConvert COMP: cannot resolve read in UnsortedMeshedSurface constructor 2021-07-05 14:55:37 +02:00
surfaceReading ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceWriter ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
SymmTensor STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately 2020-05-29 15:55:56 +02:00
SymmTensor2D STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately 2020-05-29 15:55:56 +02:00
syncTools CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
sysInfo GIT: Header file updates 2019-10-31 14:48:44 +00:00
tensor2D ENH: add zip/unzip functions for complexField and vector2DField 2019-11-15 11:26:45 +01:00
Tensor STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately 2020-05-29 15:55:56 +02:00
Tensor2D STYLE: include scalar.H instead of floatScalar.H/doubleScalar.H separately 2020-05-29 15:55:56 +02:00
tensorFieldFields1 STYLE: prefix zero/one with Foam:: qualifier 2020-11-19 16:55:29 +01:00
tensorFields1 STYLE: prefix zero/one with Foam:: qualifier 2020-11-19 16:55:29 +01:00
testFunctionObjects ENH: add testFunctionObjects library with fakeError function object 2020-07-24 09:04:07 +02:00
TestTools ENH: 'Math' namespace for mathematical functions 2021-02-16 18:08:50 +01:00
tetTetOverlap GIT: Header file updates 2019-10-31 14:48:44 +00:00
thermoMixture GIT: Header file updates 2019-10-31 14:48:44 +00:00
timeSelector GIT: Header file updates 2019-10-31 14:48:44 +00:00
tmp ENH: support cref() and shallow copies (refPtr and tmp) 2021-11-17 16:04:40 +01:00
token ENH: construct token::compound from object and token from compound (#1879) 2020-10-15 17:21:33 +02:00
tokenize ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
triTet STYLE: adds comments in empty Make/options files 2018-11-13 15:21:13 +01:00
Tuple2 ENH: allow default parameter for Tuple2 (#1827) 2020-09-07 09:37:05 +02:00
UDictionary GIT: Header file updates 2019-10-31 14:48:44 +00:00
UIListStream GIT: Header file updates 2019-10-31 14:48:44 +00:00
UIndirectList ENH: improve support for assignment from indirect list 2021-05-12 11:24:57 +02:00
UList Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
UniformField ENH: UniformList to wrap a single value into a list-like container 2020-09-16 17:27:56 +02:00
unitConversion GIT: Header file updates 2019-10-31 14:48:44 +00:00
vector ENH: noexcept size_bytes() method for lists 2021-03-09 09:49:31 +01:00
vectorTools STYLE: use FOAM_UTILITIES in Make/options 2017-04-07 08:17:43 +02:00
volField CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
volPointInterpolation GIT: Header file updates 2019-10-31 14:48:44 +00:00
vtkSeriesWriter ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
vtmWriter STYLE: some tests built into FOAM_APPBIN (should be FOAM_USER_APPBIN) 2020-06-05 16:34:51 +02:00
wallDist GIT: Header file updates 2019-10-31 14:48:44 +00:00
wallDistDyM GIT: Header file updates 2019-10-31 14:48:44 +00:00
wmake1 ENH: improve flexibility of error, messageStream output 2021-11-03 11:46:13 +01:00
wordRe STYLE: fix/correct some tests. Remove useless tests 2021-07-05 14:55:37 +02:00
zoneDistribute CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00