Commit Graph

110 Commits

Author SHA1 Message Date
f81c0abef7 Merge branch 'master' into cvm 2011-03-28 12:06:56 +01:00
89e5b6ba94 COMP: POSIX: namespace endl 2011-03-25 13:00:08 +00:00
cf99e5c800 ENH: codeStream: added codeLibs 2011-03-21 17:54:20 +00:00
8e7e6fbc84 Merge branch 'master' into cvm 2011-03-18 15:13:40 +00:00
0e871459b8 Merge remote branch 'OpenCFD/master' into olesenm 2011-03-17 08:50:13 +01:00
9cbc0efca3 ENH: add support for WM_PROJECT_SITE env variable
- alternative to WM_PROJECT_INST_DIR/site for systems with locked down
  installation paths (eg, when packaged as RPM or deb)

  When "$WM_PROJECT_SITE" is defined, it is used in favour of
  "$WM_PROJECT_INST_DIR/site"
2011-03-11 18:32:18 +01:00
1fac7b662e Merge branch 'master' into cvm
Conflicts:
	src/mesh/Allwmake
2011-03-10 13:54:43 +00:00
6c52aacc57 ENH: POSIX.C : debug printing 2011-03-08 10:55:13 +00:00
f2ff53f7b4 ENH: add dlSymFound() to check for existence of symbol without warnings 2011-02-25 18:19:45 +01:00
b8f643f3da BUG: must use dlerror() to clear prev errors before using dlsym() 2011-02-25 18:18:41 +01:00
0bc22ece49 COMP: fully qualify POSIX function calls 2011-02-24 09:04:06 +01:00
f0f2bfa632 ENH: refactor codeStreamTools, use for codedFixedValueFvPatchScalarField 2011-02-22 15:01:20 +01:00
93f408d584 COMP: dlLibraryTable: moved dlopen etc into OSspecific 2011-02-18 18:05:40 +00:00
de64877baa Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
	src/edgeMesh/Make/files
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H
2011-02-17 11:20:03 +00:00
0090ec6526 Merge branch 'master' into cvm 2011-02-14 15:39:40 +00:00
56e07de724 STYLE: changed some missed doxygen '@' to '\' 2011-02-14 10:00:48 +01:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
b3cde56f27 Doxygen docs: Corrected doxyFilter to preserve line numbers
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
b1c7bcee4e Merge branch 'master' into cvm
Conflicts:
	applications/test/Distribution/DistributionTest.C
	applications/test/Distribution/Make/options
	src/OpenFOAM/containers/Lists/Distribution/Distribution.C
	src/OpenFOAM/containers/Lists/Distribution/Distribution.H
	src/OpenFOAM/containers/Lists/Distribution/DistributionI.H
2011-01-19 10:32:36 +00:00
89619c5015 Revert "ENH: Copyright dates to allow a push."
This reverts commit c5bea5242b.
2011-01-19 10:26:24 +00:00
e95e9700c8 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-17 10:21:58 +01:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
c5bea5242b ENH: Copyright dates to allow a push. 2011-01-07 15:09:52 +00:00
2135f644d1 Merge branch 'master' into cvm 2011-01-07 14:50:43 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
8c04b4e692 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/meshes/boundBox/boundBox.H
2011-01-05 11:53:37 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
09170d7715 COMP: protect headers against multiple inclusion in POSIX/signals
STYLE: report when SIGFPE handling is unsupported

- move OSspecific.H include from signal headers to argList where
  it is more obvious
2011-01-04 19:35:48 +01:00
54e9622e95 ENH: add Foam::domainName(), implemented as per 'hostname -d' from net-tools 2010-12-30 13:19:36 +01:00
9cef74b796 ENH: optional argument to hostName() to return full hostname
- value as reported by gethostbyname
2010-12-21 18:27:17 +01:00
85bae17943 STYLE: add formatting of NamedEnum template arguments 2010-12-17 14:36:13 +01:00
a00ec1562a Merge remote branch 'OpenCFD/master' into olesenm 2010-12-07 15:20:19 +01:00
be020dbedf Merge branch 'master' into cvm 2010-12-02 15:33:48 +00:00
d775a901c5 BUG: fileMonitor : non-parallel running use state directly. 2010-12-02 13:39:17 +00:00
c5904c028a Merge branch 'master' into cvm 2010-11-30 10:54:29 +00:00
5cccf15b18 BUG: fileMonitor : parallel syncing 2010-11-29 15:40:54 +00:00
90eb6623c5 ENH: add memInfo::valid() for detecting invalid memory info 2010-11-26 12:53:35 +01:00
6595741ecd Merge branch 'master' into cvm 2010-11-25 17:36:43 +00:00
6bc9b87a63 STYLE: POSIX/Alllwmake : comment 2010-11-25 16:48:46 +00:00
2ab6d349d6 STYLE: reset parameters in memInfo::update()
- avoids old values if the read from /proc/.../status somehow failed
2010-11-22 16:12:20 +01:00
6aea2f5dff Merge branch 'master' into cvm
Conflicts:
	src/OSspecific/POSIX/memInfo/memInfo.H
2010-11-18 16:55:00 +00:00
9f1d94bddd ENH: memInfo class. 2010-11-18 16:45:49 +00:00
05b10612ca ENH: memInfo class. 2010-11-18 16:45:49 +00:00
d132a6bacf Merge branch 'master' into cvm 2010-11-17 17:25:43 +00:00
d77d215c76 ENH: memSize and memSizePeak functions, reading /proc/<pid>/status. 2010-11-17 17:20:22 +00:00
f785bcc210 ENH: memSize and memSizePeak functions, reading /proc/<pid>/status. 2010-11-17 17:20:22 +00:00
be58ad5ff4 STYLE: Fully scope methods in clockTime, cpuTime 2010-11-17 16:19:40 +01:00
b5dddd8980 ENH: parallel runTimeModifiable - master only 2010-11-16 12:41:44 +00:00
3a2822ece1 ENH: fileMonitor : warning message update 2010-10-26 16:23:05 +01:00
7e0f1e2a01 ENH: allocate fileMonitor only if wanted 2010-10-21 14:19:10 +01:00