Commit Graph

32 Commits

Author SHA1 Message Date
bd7e216566 ENH: POSIX:ln: do not check relative sources for existence 2011-11-18 11:25:14 +00:00
1cc1ddcacf ENH: dlOpen: check error message string 2011-10-24 21:31:38 +01:00
328f44b375 ENH: OSspecific: make userName,domainName,hostName strings 2011-10-07 16:02:59 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
6c9dacd229 STYLE: drop 'goto' in favour of returning a value 2011-07-08 16:21:21 +02:00
c2d99767a2 ENH: reinstate short-circuit behaviour for findEtcFile() 2011-07-07 14:59:18 +02:00
49285512c7 etc/controlDict: add support for merging etc/controlDict with user-specialised versions 2011-07-06 12:40:06 +01:00
dd193d42a7 BUG: Random: missing scalar division 2011-07-04 14:40:13 +01:00
2a89555d0a COMP: Random: moved to OSspecific 2011-07-01 16:14:10 +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
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
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
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00: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
9f1d94bddd ENH: memInfo class. 2010-11-18 16:45:49 +00:00
d77d215c76 ENH: memSize and memSizePeak functions, reading /proc/<pid>/status. 2010-11-17 17:20:22 +00:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
8ff026095d added mvBak() to POSIX
- Rename to a corresponding backup file
  If the backup file already exists, attempt with "01" .. "99" suffix.

- git ignore indexed backup files too
2009-07-20 11:04:48 +02:00
359f14ae91 pass optional checkGzip through POSIX::exists() as well 2009-07-20 08:48:46 +02:00
06517656e8 Foam::findEtcFile - avoid false positives on directories
- use isFile() instead of exists() for file-checking
2009-05-18 10:27:32 +02:00
20c1a673e7 'rebrand' OSspecific Unix -> POSIX
- change name of environment variable from $WM_OS -> $WM_OSTYPE
  as a better description
2009-05-18 10:26:11 +02:00