-
- Downloads
ENH: ensure that content changes in coded objects are noticed (#1293)
- for codedFunctionObject and CodedSource the main code snippets were not included in the SHA1 calculation, which meant that many changes would not be noticed and no new library would be compiled. We now allow tracking of the dynamicCodeContext for the coded objects and can append to the SHA1 hasher. This should solve the previous misbehaviour.
Showing
- src/OpenFOAM/db/dictionary/functionEntries/codeStream/codeStream.C 32 additions, 55 deletions...OAM/db/dictionary/functionEntries/codeStream/codeStream.C
- src/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.C 101 additions, 81 deletionssrc/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.C
- src/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.H 54 additions, 14 deletionssrc/OpenFOAM/db/dynamicLibrary/codedBase/codedBase.H
- src/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCode.C 36 additions, 30 deletionssrc/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCode.C
- src/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCode.H 3 additions, 11 deletionssrc/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCode.H
- src/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCodeContext.C 73 additions, 60 deletions...enFOAM/db/dynamicLibrary/dynamicCode/dynamicCodeContext.C
- src/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCodeContext.H 53 additions, 21 deletions...enFOAM/db/dynamicLibrary/dynamicCode/dynamicCodeContext.H
- src/OpenFOAM/fields/pointPatchFields/derived/codedFixedValue/codedFixedValuePointPatchField.C 26 additions, 29 deletions.../derived/codedFixedValue/codedFixedValuePointPatchField.C
- src/dynamicMesh/motionSolvers/displacement/codedPoints0/codedPoints0MotionSolver.C 8 additions, 5 deletions...vers/displacement/codedPoints0/codedPoints0MotionSolver.C
- src/dynamicMesh/motionSolvers/displacement/codedPoints0/codedPoints0MotionSolver.H 6 additions, 6 deletions...vers/displacement/codedPoints0/codedPoints0MotionSolver.H
- src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.C 34 additions, 36 deletions...lds/derived/codedFixedValue/codedFixedValueFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.C 32 additions, 35 deletions...fvPatchFields/derived/codedMixed/codedMixedFvPatchField.C
- src/functionObjects/utilities/codedFunctionObject/codedFunctionObject.C 65 additions, 29 deletions...jects/utilities/codedFunctionObject/codedFunctionObject.C
- src/functionObjects/utilities/codedFunctionObject/codedFunctionObject.H 4 additions, 4 deletions...jects/utilities/codedFunctionObject/codedFunctionObject.H
- src/fvOptions/sources/general/codedSource/CodedSource.C 20 additions, 19 deletionssrc/fvOptions/sources/general/codedSource/CodedSource.C
- src/fvOptions/sources/general/codedSource/CodedSource.H 42 additions, 42 deletionssrc/fvOptions/sources/general/codedSource/CodedSource.H
- src/fvOptions/sources/general/codedSource/CodedSourceIO.C 70 additions, 55 deletionssrc/fvOptions/sources/general/codedSource/CodedSourceIO.C
Loading
Please register or sign in to comment