289dd8fdc8
Updated header
2012-06-06 21:13:15 +01:00
15fe2b6bf9
dynamicCode: Clang requires line numbers to start from 1 rather than 0
2012-06-06 21:12:58 +01:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
8fc5612159
BUG: dynamicCodeContext: preprocessing options_, localCode_
2011-06-21 11:07:48 +01:00
00760b736e
ENH: dynamicCode.C: check for permission even when restarting
2011-05-26 12:09:22 +01:00
b9f69cd122
STYLE: Updated GPL 2 -> GPL 3
2011-05-11 11:11:03 +01:00
e7400dba6c
ENH: dynamicCodeContext: moved include to after sha1 calculation since adds processor dependency
2011-04-13 15:59:54 +01:00
20b1d49a82
ENH: dynamicCode: display line numbers
2011-03-25 04:43:29 +00:00
cf99e5c800
ENH: codeStream: added codeLibs
2011-03-21 17:54:20 +00:00
12d965ead9
STYLE: more constness on const char* values
2011-03-11 09:08:45 +01:00
e8a3587df4
ENH: support file-scope 'localCode' in dynamicCode
2011-03-08 11:08:42 +01:00
82ba4e5419
ENH: allow silent operation (-s) for wmake, wclean, wmakeLnInclude
...
- reduces verbosity for dynamicCode
- non-silent wmakeLnInclude output to stderr to avoid polluting logs
2011-03-08 09:32:30 +01:00
0f8b423a68
ENH: add dynamicCode::libraryBaseName() service function
...
- return the library basename without leading 'lib' or trailing '.so'
2011-03-03 13:58:07 +01:00
ffc74562f7
STYLE: shorten paths reported in dynamicCode
2011-03-02 15:36:02 +01:00
97cd3af1ff
ENH: cleanup codeStream - use dynamicCode, dynamicCodeContext encapsulation
...
Problems remain with codedFixedValueFvPatchScalarField:
- readIfModified() notices change on system/codeDict, but the
codeProperties::setUnmodified() means that only a single entry will
get processed
- it appears that while dlclose() may (or may not) be actually closing
the library, there are probably still references about. This means
that a subsequent reloading still points to the original functions
and the lookup is not updated correctly.
2011-03-01 14:19:24 +01:00
74bc658fe9
ENH: new encapsulation: dynamicCode, dynamicCodeContext
...
- improve loading/unloading characteristics for codedFixedValue
but still needs work
2011-02-24 17:14:59 +01:00