b9be5a6f2f
ENH: foamSourceFiles allow through bin/tools subdir only
...
- filter out other subdirs, which could be architecture-specific
2010-12-23 06:36:50 +01:00
312d15c701
STYLE: use 'foamCompiler' instead of 'compilerInstall'
...
- more obvious in its meaning
2010-12-23 06:28:49 +01:00
603aa1e61c
ENH: preserve command-line settings in FOAM_SETTINGS
2010-12-22 15:41:51 +01:00
d8fb38fbc1
BUG: single instead of double quotes in git hooks message
2010-12-14 17:52:27 +01:00
75e632115c
ENH: add '-s|-t' options for foamNew, cat to stdout on '-' prefixed class name
...
- eg, "foamNewSource IO -", "foamNew -s IO -" displays on stdout
convenient for grabbing boilerplate directly
2010-12-13 11:48:21 +01:00
ecf998193f
ENH: redistributeMeshPar : allow generic
2010-12-03 14:27:30 +00:00
892e638724
ENH: check for existence of polyMesh before changing into it
2010-11-24 10:56:42 +00:00
f4c1042f80
BUG: had double quotes instead of single quotes in git hooks
2010-11-17 17:07:59 +01:00
a5a62467b5
ENH: skip tab-checking in git hooks for potential wmake/ makefiles
2010-11-17 11:39:37 +01:00
fee7f977e5
ENH: foamJob : allow systemopenmpi (as per 8be22e5176)
2010-11-17 09:16:21 +01:00
8be22e5176
ENH: mppirunDebug : allow systemopenmpi
2010-11-12 14:31:50 +00:00
b06c778193
ENH: add bin/tools/pre-receive-hook
...
- allows us to follow the changes
2010-11-10 16:25:40 +01:00
ba19b63907
STYLE: generalize functions in pre-commit-hook
...
- improves code re-usage for pre-receive hook
2010-11-10 11:50:00 +01:00
a45f394c37
BUG: foamConfigurePaths : incorrect logic
2010-11-04 12:50:09 +00:00
bbf218d668
BUG: mpirunDebug : missing exec for gdb
2010-11-04 12:48:36 +00:00
968dbf192f
ENH: mpirunDebug: allow SYSTEMOPENMPI
2010-10-29 16:09:31 +01:00
281f06df04
ENH: CleanFunctions : clear out sets/ postprocessing directory
2010-10-26 18:42:30 +01:00
497daa3061
STYLE: foamConfigurePaths : expanded tab
2010-10-19 17:47:33 +01:00
0d470d124e
ENH: foamConfigurePaths : check that sed has done something
2010-10-19 17:46:21 +01:00
60c81effb7
BUG: CleanFunctions using bash functionality
2010-10-15 16:24:39 +01:00
d3f0b7a06b
Documentation: Added skeleton ReleaseNotes-dev
2010-10-06 12:05:25 +01:00
514661e990
Merge remote branch 'OpenCFD/master' into olesenm
2010-09-15 15:42:24 +02:00
f7b96e2766
COMP: scanpackages : new utility to make Packages.gz
2010-08-25 15:31:27 +01:00
bb16590704
ENH: mpirunDebug : WM_MPLIB checking
2010-08-19 15:41:02 +01:00
0f57f4ec8a
STYLE: move bin/doxyFilt -> bin/tools/doxyFilter
...
- normally only for doxygen generation, not needed in the path
2010-08-11 11:03:43 +02:00
420ac3b5d0
ENH: skip checks in pre-commit hook when no files have changed
...
- this usage can correspond to a 'git commit --amend'
2010-08-10 08:39:13 +02:00
1866a2b0fd
ENH: improve speed/flexibility of pre-commit-hook
...
- only search indexed files (BUGFIX)
- search for long-lines is faster when regex is anchored
- use git grep logic instead of sed logic where possible
- add support for running the hook manually as well.
For example,
bin/tools/pre-commit-hook applications/test src/OpenFOAM/db
- add some feedback to pre-commit hook:
The hook can be really slow, at least let people know that something
is happening
2010-08-05 10:30:32 +02:00
f2793ffd51
ENH: allow #directive lines to exceed the 80-col line length limit
2010-07-27 17:01:41 +02:00
7c1ca51598
Revert "ENH: Added DOS-style line ending check to git hook"
...
This reverts commit 102f797016 .
2010-07-23 12:06:51 +01:00
102f797016
ENH: Added DOS-style line ending check to git hook
2010-07-23 10:08:47 +01:00
e099012556
STYLE: use regex to avoid extra loop in pre-commit-hook
2010-07-23 09:31:18 +02:00
2a1ccb730e
ENH: drop special treatment for C++ comments line length in pre-commit-hook
...
ENH: report line number for illegal words and for copyrights
2010-07-22 10:29:27 +02:00
3b7afb3ffb
STYLE: add some comments to pre-commit-hook, unclutter some syntax
2010-07-21 13:50:20 +02:00
a76dd34d47
Adjust bin/tools/pre-commit-hook to avoid triggering pre-receive hook
2010-07-21 13:34:46 +02:00
b2d6ae091b
ENH: made Andy's pre-receive hook into a pre-commit hook
...
- allows fixes before trying to push
2010-07-21 12:58:43 +02:00
48696bdb45
ENH: silently remove leading ~OpenFOAM/ in bin/foamEtcFile
...
- makes it easier to cut-and-paste from dictionary contents that use
the Foam::findEtcFile expansion
2010-07-12 11:48:24 +02:00
43407380f9
ENH: improve debian handling in foamEtcFile
...
- remove all corresponding logic from foamExec
2010-07-06 16:33:25 +02:00
fd0bcbb480
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
bin/foamExec
2010-07-06 14:30:30 +02:00
9745b86ef3
ENH: improve foamEtcFile handling (-prefix, -version options)
...
- This lets foamExec use foamEtcFile as well, but debian packaging
still needs some work
2010-07-06 14:01:15 +02:00
502987ac7a
BUG:foamExec : save arguments; handle debian naming
2010-07-06 11:43:44 +01:00
266c4c61da
STYLE: remove tabs and trailing space from new scripts
2010-07-02 09:14:10 +02:00
ed650a1643
ENH: debian/ pack files initial versions
2010-06-30 13:45:14 +01:00
3e5c744969
foamPackSource: Added new filters from 1.7.0
2010-06-28 11:48:59 +01:00
6574570ba0
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/boundary
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/rho
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/RASProperties
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/thermophysicalProperties
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/turbulenceProperties
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/cp
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/rho
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/constant/polyMesh/boundary
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/fixedInlet
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/sideAndTopPatches
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/nut
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/p
tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/RASProperties
tutorials/incompressible/simpleFoam/windTurbineTerrain/system/decomposeParDict
2010-06-23 16:56:45 +01:00
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
4418d3f003
ENH: paraFoam : unset FOAM_ABORT to prevent backtrace printing hanging paraFoam
2010-06-11 10:03:36 +01:00
824df2c378
ENH: add org-pdflatex to create pdf files
2010-06-01 10:14:56 +02:00
93ab2f0e33
foamPackSource: Removed unnecessary filter.
2010-05-20 09:09:42 +01:00
5087125424
STYLE: remove erroneous section-label on doxygen @endcond
2010-05-07 15:30:27 +02:00
3dd66066a7
STYLE: remove ToDo paragraph from doxygen processing
...
- avoids them showing on related pages
2010-05-07 15:15:43 +02:00