OpenFOAM-4.x-lab/src/OpenFOAM/db
Henry Weller 3a56ebf33d tmp: Improved reference count checks to provide better error diagnostics
in case of tmp misuse.

Simplified tmp reuse pattern in field algebra to use tmp copy and
assignment rather than the complex delayed call to 'ptr()'.

Removed support for unused non-const 'REF' storage of non-tmp objects due to C++
limitation in constructor overloading: if both tmp(T&) and tmp(const T&)
constructors are provided resolution is ambiguous.

The turbulence libraries have been upgraded and '-DCONST_TMP' option
specified in the 'options' file to switch to the new 'tmp' behavior.
2016-02-24 12:47:36 +00:00
..
Callback Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
CallbackRegistry Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
dictionary Info -> InfoInFunction and updated comments 2016-01-20 10:18:13 +00:00
dynamicLibrary Info -> InfoInFunction and updated comments 2016-01-20 10:18:13 +00:00
error Consistently indent continuation backslashes in macro definitions 2016-01-11 13:00:56 +00:00
functionObjects functionObjects: Format time according to the specification in controlDict 2015-11-20 13:22:51 +00:00
IOobject Updated header 2016-01-19 21:58:32 +00:00
IOobjectList Info -> InfoInFunction 2016-01-19 21:58:11 +00:00
IOobjects Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
IOstreams tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
objectRegistry src/OpenFOAM: Update ...IOErrorIn -> ...IOErrorInFunction 2015-11-10 21:13:04 +00:00
regIOobject Info -> InfoInFunction and updated comments 2016-01-20 10:18:13 +00:00
runTimeSelection Update headers 2016-01-11 13:02:52 +00:00
Time Info -> InfoInFunction and updated comments 2016-01-20 17:51:15 +00:00
typeInfo Update headers 2016-01-11 13:02:52 +00:00