openfoam/bin/tools
Mark Olesen 9e3d06853e ENH: add 'subcommand' handling to wmake (#1693)
- initial split of wmake-related commands into "plumbing" and
  "porcelain" akin to how git handles things.

- wmakeBuildInfo (very low-level), now relocated to the wmake/scripts
  and accessible for the user as "wmake -build-info".

  This satisfies a long-standing desire to access build information
  in a fashion similar to the api/patch information.

CONFIG: avoid git information when building with a debian/ directory

- when a 'debian/' directory exists, there is a high probability that
  the '.git/' directory is from debian and not from OpenFOAM (ie,
  useless here). This corresponds to an implicit '-no-git', which has
  no effect when building from pristine sources.

ENH: wmakeCheckPwd becomes scripts/wmake-check-dir

- accessible for the user as "wmake -check-dir" and with 1 or 2
  directory names. A wmakeCheckPwd symlink left for compatibility.
2020-05-12 10:05:24 +02:00
..
change-sitedir.sh ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
change-userdir.sh ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
CleanFunctions STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
create-mpi-config CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
doxyFilter REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter-ignore.awk REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter-table.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-top.awk REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter.awk GIT: Header file updates 2019-10-31 14:48:44 +00:00
doxyFilter.sed STYLE: improve formatting of doxygen filter output 2017-11-10 14:53:18 +01:00
findEmptyMake REL: Release preparations 2019-12-23 09:49:23 +00:00
foamConfigurePaths ENH: support different config names in foamConfigurePaths 2020-05-11 20:37:19 +02:00
foamCreateCompletionCache CONFIG: prevent bash completions from examining the description notes 2019-11-25 18:38:39 +01:00
foamCreateManpage STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
foamCreateModuleInclude ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
foamExec ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
foamGrepExeTargets GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamLog.db STYLE: adjust AMI information (issue #860) 2018-06-13 15:26:59 +02:00
foamPackRelease ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00
foamUpdateCaseFileHeader STYLE: align foamUpdateCaseFileHeader with Foam::IOobject::writeBanner() 2019-11-18 12:37:01 +01:00
git-find-trailingspace STYLE: allow '=' option separators in some bin/tools scripts 2019-06-26 11:27:53 +02:00
help-filter ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
lib-dir ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
LogFunctions STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
MakefileDirs REL: Release preparations 2019-12-23 09:49:23 +00:00
openfoam.in CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
pre-commit-hook REL: Release preparations 2019-12-23 09:49:23 +00:00
pre-receive-hook REL: Release preparations 2019-12-23 09:49:23 +00:00
query-versions CONFIG: support compiler query in bin/tools/query-versions 2020-04-16 00:47:05 +02:00
README STYLE: allow '=' option separators in some bin/tools scripts 2019-06-26 11:27:53 +02:00
RunFunctions STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
source-bashrc ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +01:00

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