- Jul 26, 2009
-
-
Mark Olesen authored
- this stop problems caused by a "-case .." specification Previously args.globalCaseName() + ".Ext" resulted in silly names eg, "...png", or "surface-...stl"
-
- Jul 25, 2009
-
-
Mark Olesen authored
* remove repeated slashes /abc////def --> /abc/def * remove '/./' /abc/def/./ghi/. --> /abc/def/./ghi abc/def/./ --> abc/def * remove '/../' /abc/def/../ghi/jkl/nmo/.. --> /abc/ghi/jkl abc/../def/ghi/../jkl --> abc/../def/jkl * remove trailing '/'
-
Mark Olesen authored
- test as independent application first
-
- Jul 24, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
- this improves the chances of having a current version
-
Mark Olesen authored
-
Mark Olesen authored
- doc/THIRD_PARTY lists where various third party sources can be found
-
- Jul 23, 2009
-
-
Mark Olesen authored
- still needs more fleshing out, but introduce the method for now and add more code later (without recompiling everything else).
-
Mark Olesen authored
- use shift-right instead of shift-left formulation to avoid wrong behaviour with non-optimized compilation when the packed items fit exactly in the available number of bits.
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
- Locate user/site/shipped file with the semantics used in the ~OpenFOAM/fileName expansion
-
mattijs authored
-
mattijs authored
-
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
Andrew Heather authored
-
Mark Olesen authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
This reverts commit 82e59fa1.
-
-
Andrew Heather authored
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
- useful location for sharing in-house solvers, libraries, etc for use at the entire site - similar naming convention as ~OpenFOAM expansion: FOAM_SITE_APPBIN= $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/bin/$WM_OPTIONS FOAM_SITE_LIBBIN= $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/lib/$WM_OPTIONS
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
- avoid ambiguities caused by relative paths
-
- Jul 22, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-