fdf8d10ab4
Merge commit 'e9219558d7' into develop-v1906
2019-12-05 11:47:19 +00:00
e9219558d7
GIT: Header file updates
2019-10-31 14:48:44 +00:00
35d77aaec0
ENH: mapFields FO - mapping now on call to execute
2019-09-12 10:40:19 +01:00
492c30c34e
ENH: mapFields FO - read schemes and cache mapped fields by default. See #1390
2019-08-05 09:48:25 +01:00
54457c68b6
Merge remote-tracking branch 'origin/master' into develop
2018-09-21 16:01:16 +01:00
5f3f101b4e
BUG: Doxygen corrections
2018-09-11 12:13:19 +01:00
1036cf9612
ENH: avoid raw dictionary lookup in functionObjects (issue #762 )
...
Style changes:
- use lookupObjectRef instead of using const_cast
- use tmp::New factory
2018-08-04 00:23:18 +02:00
d016590bbc
ENH: AMIInterpolation - updated to perform face triangulation once only; code clean-up
2017-08-18 14:09:34 +01:00
f9fe71815a
STYLE: consistent use of '= delete' for removed constructors/assignments
...
- make the purpose more explicit, and reduces some work for the
compiler as well.
2018-05-30 12:03:17 +02:00
a230e8d408
STYLE: Correcting typos
2018-03-28 17:14:16 +01:00
c126464d1c
ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259 )
...
- this permits direct storage of a list with additional matcher
capabilities
- provide wordRes::matcher class for similar behaviour as previously
2018-02-21 10:05:30 +01:00
c0e86940b0
ENH: minor improvements for Enum
...
- found() method for consistency with other classes
- operator()(name, deflt) for similarity to lookupOrDefault,
but without a dictionary
2017-11-28 09:15:04 +01:00
fb4971644f
ENH: cleanup of NamedEnum
...
- Remove the unused enums() method since it delivers wholly unreliable
results. It is not guaranteed to cover the full enumeration range,
but only the listed names.
- Remove the unused strings() method.
Duplicated functionality of the words(), but was never used.
- Change access of words() method from static to object.
Better code isolation. Permits the constructor to take over
as the single point of failure for bad input.
- Add values() method
- do not expose internal (HashTable) lookup since it makes it more
difficult to enforce constness and the implementation detail should
not be exposed. However leave toc() and sortedToc() for the interface.
STYLE: relocated NamedEnum under primitives (was containers)
- internal typedef as 'value_type' for some consistency with STL conventions
2017-05-29 10:30:55 +02:00
e6b67f6790
ENH: Clean-up after latest Foundation integrations
2017-03-28 14:21:07 +01:00
cbf793fca2
ENH: Updated header file documentation
2017-03-21 09:40:35 +00:00
1b2cfde773
STYLE: minor typo in mapFields documentation
2016-12-08 09:19:32 +00:00
c4c57690c6
ENH: function objects - use Info on construction/read, and Log for all other messages
2016-11-03 12:11:20 +00:00
fb0b764466
STYLE: Documentation updates
2016-10-20 11:08:50 +01:00
54042b08df
ENH: Function objects - first pass at updating read functionality
...
Note: should be using the result of the parent::read(dict) when
deciding whether to read local entries...
2016-09-30 13:24:58 +01:00
3dbd39146c
STYLE: consistency updates
2016-09-27 15:17:55 +01:00
b9940cbbb1
COMP: Multiple changes - first clean build after latest merge - UNTESTED
2016-09-23 15:36:53 +01:00