- Dec 19, 2019
-
-
Mark OLESEN authored
- now use debug 2 for scanner and debug 4 for parser. Provided better feedback about what is being parsed (debug mode) - relocate debug application to applications/tools/foamExprParserInfo
-
- Dec 17, 2019
-
-
Mark OLESEN authored
- an empty WM_COMPILE_OPTION is treated internally (in make rules) like "Opt" - an empty WM_COMPILER_TYPE is treated like "system" (system compiler)
-
- Dec 16, 2019
-
-
Mark OLESEN authored
- locate where the user is less tempted to change it (#1515). It really should be considered an invariant environment variable. STYLE: wmake -help information to stdout, die errors to stderr
-
- Dec 13, 2019
-
-
Mark OLESEN authored
- skip processing OSspecific/MSwindows since this can cause duplicate doxygen entries STYLE: adjust formatting in code templates STYLE: use std::string methods without extra qualifications
-
- Dec 12, 2019
-
-
Mark OLESEN authored
- when using VTK from ParaView sources it can better to tag them as such, but simultaneously not mask the ParaView with hardware rendering. The additional ParaView_MESA_DIR variable allows this. The balance of library and path setup is unaffected by this. DOC: update doc/BuildIssues
-
- Nov 27, 2019
-
-
mattijs authored
-
- Nov 26, 2019
-
-
Mark OLESEN authored
-
- Nov 25, 2019
-
-
Mark OLESEN authored
-
- Nov 15, 2019
-
-
Mark OLESEN authored
-
- Nov 13, 2019
-
-
Mark OLESEN authored
-
- Oct 31, 2019
-
-
OpenFOAM bot authored
-
- Nov 11, 2019
-
-
Mark OLESEN authored
-
- Sep 25, 2019
-
-
Mark OLESEN authored
-
- Nov 06, 2019
-
-
Mark OLESEN authored
- no stderr redirect needed: * 'command -v' - no stdout/stderr redirect needed: * 'rm -f' STYLE: consistent spacing after redirects
-
- Nov 05, 2019
-
-
Mark OLESEN authored
- this can help if using std algorithms that return a const reference such as std::min() does.
-
- Nov 01, 2019
-
-
Mark OLESEN authored
-
- Oct 30, 2019
-
-
Mark OLESEN authored
-
- Oct 28, 2019
-
-
Mark OLESEN authored
- adjust known gcc/clang compiler versions
-
- Oct 02, 2019
-
-
Mark OLESEN authored
-
- Sep 25, 2019
-
-
Mark OLESEN authored
- call also be used non-interactively for simple 'one-shot' use of OpenFOAM utilities or solvers STYLE: use dash instead of brackets for '- see www.OpenFOAM.com' - less cluttered in combination with API information
-
- Aug 16, 2019
-
-
Mark OLESEN authored
CONFIG: remove adios1 config files
-
- Aug 13, 2019
-
-
Mark OLESEN authored
- the use of 'paraview --version' can be fail if the build host doesn't have the necessary graphics. For this case, try to obtain the ParaView API number from the associated include directory.
-
- Jul 31, 2019
-
-
Mark OLESEN authored
-
- Aug 07, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- with 1906, OpenFOAM is purely C++ code and the last toolchain bits C code have been avoided. Thus relax the wmake C rule for including WM_COMPILE_OPTION. This makes it much easier to add different compiler options with fewer files. For example, for Broadwell-specific options: cd wmake/rules/linux64Gcc cp c++Opt c++OptBdw edit this file and then use WM_COMPILE_OPTION=OptBdw - ensure that WM_COMPILE_OPTION is always non-empty
-
- Jul 31, 2019
-
-
Mark OLESEN authored
-
- Aug 02, 2019
-
-
Mark OLESEN authored
-
- Jul 31, 2019
-
-
Mark OLESEN authored
-
- Jul 29, 2019
-
-
Mark OLESEN authored
-
- Jul 15, 2019
-
-
Mark OLESEN authored
- makes the standard config variables more visible
-
- Jul 10, 2019
-
-
Andrew Heather authored
-
- Jul 09, 2019
-
-
Mark OLESEN authored
- this cannot be left as a configurable value (on windows), since it needs to be enabled even prior to reading the etc/controlDict file, in case the OpenFOAM installation path itself contains spaces.
-
- Jul 05, 2019
-
-
Mark OLESEN authored
-
- Jun 27, 2019
-
-
Mark OLESEN authored
Caveat: The -Wdeprecated-copy produces many, many compiler warnings
-
Andrew Heather authored
-
- Jun 25, 2019
-
-
Andrew Heather authored
-
- Jun 26, 2019
-
-
Mark OLESEN authored
-
- Jun 25, 2019
-
-
Mark OLESEN authored
- add a '-SPDP' option - remove the '-archOption' for forcing a '-m32' build on 64-bit architecture, which is now considered too obscure. Must edit files manually if this option is really required.
-
- Jun 17, 2019
-
-
Andrew Heather authored
-
- Jun 14, 2019
-
-
Mark OLESEN authored
-