- Jun 26, 2020
-
-
Mark OLESEN authored
-
- Jun 23, 2020
-
-
Mark OLESEN authored
-
- Jun 17, 2020
-
-
Mark OLESEN authored
-
- Jun 04, 2020
-
-
Mark OLESEN authored
-
- May 12, 2020
-
-
Mark OLESEN authored
- 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.
-
- May 06, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Apr 21, 2020
-
-
Mark OLESEN authored
- various changes
-
Mark OLESEN authored
- bin/tools/create-mpi-config to query/write values for system openmpi. In some cases this can be used to avoid an mpicc requirement at runtime. - adjust openfoam session to include -test-tutorial forwarding to the tutorials/AutoTest. This helps with writing installation tests. - adjust foamConfigurePaths to latest version - removal of gperftools default config, as per develop
-
- Apr 06, 2020
-
-
Mark OLESEN authored
-
- Mar 16, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- make tar-file generation more flexible
-
- Mar 12, 2020
-
-
Mark OLESEN authored
-
- Feb 19, 2020
-
-
Mark OLESEN authored
- changes in IOstreamOption, Switch, writeObject
-
- Jan 29, 2020
-
-
Mark OLESEN authored
-
- Jan 23, 2020
-
-
Mark OLESEN authored
-
- Dec 11, 2019
-
-
Mark OLESEN authored
- update repository links
-
- Nov 19, 2019
-
-
Mark OLESEN authored
Example, ($radius > 10) ? sin(degToRad(45)) : cos(degToRad(30)) - protect division and modulo against zero-divide. - add scanner/parser debugging switches in the namespace, selectable as "stringToScalar". For example, debug parser: foamDictionary -debug-switch stringToScalar=2 debug scanner: foamDictionary -debug-switch stringToScalar=4 debug both: foamDictionary -debug-switch stringToScalar=6
-
- Nov 11, 2019
-
-
Mark OLESEN authored
-
- Nov 03, 2019
-
-
Mark OLESEN authored
-
- Oct 01, 2019
-
-
Mark OLESEN authored
-
- Aug 28, 2019
-
-
Mark OLESEN authored
-
- Oct 01, 2019
-
-
Mark OLESEN authored
-
- Aug 13, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Aug 06, 2019
-
-
Mark OLESEN authored
-
- Jul 24, 2019
-
-
Mark OLESEN authored
-
- Jul 14, 2019
-
-
Mark OLESEN authored
-
- Jul 08, 2019
-
-
Mark OLESEN authored
-
- Jun 13, 2019
-
-
Mark OLESEN authored
- adjust copyright dates for manpages
-
- May 31, 2019
-
-
Mark OLESEN authored
-
- Apr 10, 2019
-
-
Mark OLESEN authored
-
- Apr 03, 2019
-
-
Mark OLESEN authored
-
- Mar 11, 2019
-
-
Mark OLESEN authored
-
- Jan 28, 2019
-
-
Mark OLESEN authored
- in addition to managing different vendors and versions, it may also be necessary or desirable to have a particular variant (eg, profiling, release, etc). Devise a new meaningful name for the variant and create a corresponding wmake rule. Eg, SYSTEMOPENMPI-profiling with a corresponding "wmake/rules/linux64Gcc/mplibSYSTEMOPENMPI-profiling" file that has suitable content for your system. CONFIG: intel-mpi use intel64/ paths only for config and wmake rules (#1153) - previously adjusted the config files, but missed the changes required for the wmake rules too. Now simply migrate to using "intel64/{include,bin,lib}" instead of the older naming "{include,bin,lib}64" These changes work since at least intel-mpi 2015 (5.x), but possibly earlier as well
-
- Jan 23, 2019
-
-
Mark OLESEN authored
-
- Feb 06, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- objectRegistry search, erase methods - clip, minMax - function object triggering ...
-
- Jan 26, 2019
-
-
Mark OLESEN authored
-
- Jan 23, 2019
-
-
Mark OLESEN authored
- previously stated that the patch level would be 0, but this would necessitate many revert commits after merging in the master branch. It is better to leave the meaning open.
-