OpenFOAM-5.x/bin/tools
Henry Weller f8d3a2a0a6 pre-commit-hook: Added checks for multi-level template parameters and 'NULL'
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2267

   1. Spaced ending of multi-level template parameters are not allowed, such as:

       List<List<scalar> >

     which instead should be:

       List<List<scalar>>

   2. The use of the 'NULL' macro should be replaced by 'nullptr'
2016-09-25 18:43:50 +01:00
..
CleanFunctions TDACChemistryModel: New chemistry model providing Tabulation of Dynamic Adaptive Chemistry 2016-07-17 15:13:54 +01:00
doxyFilter functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-ignore.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-table.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-top.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter.sed Updated and simplified the Doxygen documentation 2016-06-20 21:20:28 +01:00
foamConfigurePaths foamConfigurePaths: Updated foamInstall option 2016-06-06 19:32:01 +01:00
foamListBinDirs Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamListSourceFiles foamListSourceFiles: keep .orig files 2016-06-24 22:32:22 +01:00
foamListThirdPartyBinDirs Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamLog.db Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
gtagsrc Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
MakefileDirs Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
org-batch Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
pre-commit-hook pre-commit-hook: Added checks for multi-level template parameters and 'NULL' 2016-09-25 18:43:50 +01:00
pre-receive-hook Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
README Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
RunFunctions RunFunctions: corrected typo $SUFFIX -> $LOG_SUFFIX 2016-08-02 21:32:38 +01:00
scanpackages Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00

Misc. tools, scripts, templates that are useful (eg, for building applications)
but don't need to be in the PATH.