openfoam/bin/tools
Mark Olesen e2148b587e CONFIG: inline _foamEval within <etc/config.sh/setup>
- previously a function (unlike the csh version) but since bashrc and
  setup have been split -> replace with inline definition

STYLE: formatting/wording for openfoam starters

TUT: simplify controlDict modification, add default substitution

ENH: accept '/' for end-of-options terminator (etc/openfoam)

- makes the application or service more apparent.
  * eg.  /usr/bin/openfoam / blockMesh
  * vs.  /usr/bin/openfoam -- blockMesh

  Accept lone '-' as the end-of-options terminator, as per bash

- Adjust handling of openfoam '-c' option to flag that a command-string
  will appear, but continue with option parsing.
  Consistent with bash definition.
2021-06-18 17:14:22 +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 CONFIG: adjust cleanup for faMeshDefinition constant/ or system/ locations 2021-05-27 21:04:55 +02:00
create-mpi-config CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
createMingwRuntime ENH: add bin/tools/createMingwRuntime helper 2020-08-11 16:39:43 +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: improvements for FOAM_CONFIG_ETC 2020-08-11 13:16:03 +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: preserve ThirdParty locations in env modules 2021-02-10 12:43:07 +01: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 CONFIG: generate flat debian version name 2021-02-16 14:30:36 +01:00
foamUpdateCaseFileHeader STYLE: align foamUpdateCaseFileHeader with Foam::IOobject::writeBanner() 2019-11-18 12:37:01 +01:00
git-find-non-ascii ENH: bin/tools/git-find-non-ascii: find non-ASCII chars in source code 2020-09-03 12:04:04 +02:00
git-find-trailingspace ENH: bin/tools/git-find-non-ascii: find non-ASCII chars in source code 2020-09-03 12:04:04 +02:00
help-filter ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
install-dirs ENH: installation helpers 2020-11-25 21:31:22 +01:00
install-platform ENH: installation helpers 2020-11-25 21:31:22 +01:00
lib-dir ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
LogFunctions ENH: replace tutorials/AutoTest with bin/foamTestTutorial 2021-06-10 08:38:20 +02:00
MakefileDirs REL: Release preparations 2019-12-23 09:49:23 +00:00
openfoam.in CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +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-detect ENH: handle wmake -debug option via FOAM_EXTRA_CXX_FLAGS 2020-11-04 15:17:28 +01: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 ENH: replace tutorials/AutoTest with bin/foamTestTutorial 2021-06-10 08:38:20 +02:00
source-bashrc ENH: openfoam shell session - improved and relocated 2020-03-16 12:03:57 +01:00
update-mpi-links.in ENH: installation helpers 2020-11-25 21:31:22 +01:00
vscode-settings ENH: add hook for bear frontend to create json output (#1936) 2020-11-26 12:54:46 +01:00

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