-
- Downloads
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.
Showing
- Allwmake 1 addition, 1 deletionAllwmake
- META-INFO/README.md 27 additions, 26 deletionsMETA-INFO/README.md
- README.md 3 additions, 3 deletionsREADME.md
- applications/Allwmake 1 addition, 1 deletionapplications/Allwmake
- bin/foamEtcFile 5 additions, 3 deletionsbin/foamEtcFile
- bin/tools/foamPackRelease 1 addition, 1 deletionbin/tools/foamPackRelease
- etc/openfoam 3 additions, 0 deletionsetc/openfoam
- src/Allwmake 1 addition, 1 deletionsrc/Allwmake
- src/OpenFOAM/Alltouch 2 additions, 2 deletionssrc/OpenFOAM/Alltouch
- wmake/rules/General/version 1 addition, 1 deletionwmake/rules/General/version
- wmake/scripts/wcleanObjects 4 additions, 5 deletionswmake/scripts/wcleanObjects
- wmake/scripts/wmake-build-info 25 additions, 12 deletionswmake/scripts/wmake-build-info
- wmake/scripts/wmake-check-dir 134 additions, 0 deletionswmake/scripts/wmake-check-dir
- wmake/wclean 4 additions, 4 deletionswmake/wclean
- wmake/wmake 67 additions, 31 deletionswmake/wmake
- wmake/wmakeCheckPwd 1 addition, 114 deletionswmake/wmakeCheckPwd
- wmake/wmakeCheckPwd 1 addition, 114 deletionswmake/wmakeCheckPwd
- wmake/wmakeLnIncludeAll 2 additions, 2 deletionswmake/wmakeLnIncludeAll
Loading
Please register or sign in to comment