- Feb 18, 2011
-
-
Mark Olesen authored
- this behaviour changed in clang 2.9 between trunk 122348 and trunk 125662
-
graham authored
-
- Feb 15, 2011
-
-
Mark Olesen authored
- replaces previously used 'bin/' STYLE: add -help to makeWmake
-
Mark Olesen authored
-
Mark Olesen authored
-
- Feb 11, 2011
-
-
Mark Olesen authored
-
mattijs authored
-
- Jan 28, 2011
-
-
Mark Olesen authored
- improves the chances of tracking who built OpenFOAM, where, etc ENH: make it easier to parse version/build from OpenFOAM -help output - For example, foamListTimes -help | awk '{ if (/^Using:/) print $2}' foamListTimes -help | awk '{ if (/^Build:/) print $2}'
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit 2e1e671d.
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
graham authored
-
Mark Olesen authored
- platforms/WM_OPTIONS/lib old: lib/WM_OPTIONS - platforms/WM_OPTIONS/bin old: bin/WM_OPTIONS old: applications/bin/WM_OPTIONS A runtime environment nows needs - bin/ - etc/ - platforms/
-
- Dec 23, 2010
-
-
Mark Olesen authored
-
- Dec 22, 2010
-
-
Mark Olesen authored
-
- Dec 06, 2010
-
-
Henry authored
-
- Nov 25, 2010
-
-
mattijs authored
-
- Nov 24, 2010
-
-
Mark Olesen authored
- not required since the addition of the '-f' option
-
- Nov 17, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
- To-do: wmake/rules/General/bison wmake/rules/General/btyacc wmake/rules/General/btyacc++ wmake/rules/General/byacc wmake/rules/General/moc wmake/rules/General/yacc but these files have <TAB>
-
Mark Olesen authored
-
- Oct 15, 2010
-
-
mattijs authored
-
- Oct 13, 2010
-
-
mattijs authored
-
- Oct 12, 2010
-
-
Mark Olesen authored
-
- Aug 31, 2010
-
-
mattijs authored
COMP: Fedore13 has linkage with --no-add-needed as default. This disallows indirectly loaded libraries.
-
- Aug 19, 2010
-
-
mattijs authored
-
- Jul 21, 2010
-
-
graham authored
-
- Jun 01, 2010
-
-
Mark Olesen authored
wmakeFindEmptyMake: - Find 'Make/' directories without 'files' or 'options'. These typically correspond to (partially) removed applications.
-
- May 07, 2010
-
-
Mark Olesen authored
-
- Apr 22, 2010
-
-
Mark Olesen authored
BUG: syntax error in settings.sh
-
Mark Olesen authored
- main mplib rules located in GENERAL_RULES with specializations (if any) under RULES. Modest change in a few options files, but cleans up the rules directories. previously in options: include $(RULES)/mplib$(WM_MPLIB) now in options: sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB) sinclude $(RULES)/mplib$(WM_MPLIB) For GNU make it would be permissible to write both in a single line.
-
- Apr 21, 2010
-
-
Mark Olesen authored
ATTENTION: cpp now needs '-traditional-cpp' for single-line output
-
- Apr 20, 2010
-
-
Mark Olesen authored
-
- Apr 19, 2010
-
-
Mark Olesen authored
- adds more DWIM (do what I mean) intelligence to wmake ENH: use ~/.OpenFOAM/.wmake instead of ~/.wmakeScheduler for the lock dir - keeps more of the OpenFOAM bits together
-
- Apr 16, 2010
-
-
mattijs authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
- otherwise /lib/cpp may need a different library binding than currently available and results in this type of error: /usr/lib64/gcc/x86_64-suse-linux/4.4/cc1: /data/app/OpenFOAM/ThirdParty-1.6.x/platforms/linux64/gcc-4.3.3/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libppl_c.so.2) ENH: remove unused flex++ rule for SiCortex that was identical to the general one anyhow.
-
- Mar 26, 2010
-
-
Mark Olesen authored
ENH: generalize rule for X11 ENH: Avoid move in flex/flex++ rule.
-