laurence
1d93f171ad
COMP: Correct Make/options for SloanRenumber and the CGAL rules
2012-03-02 12:34:24 +00:00
Henry
04c8b49679
wmake rules for ARM: remove duplicate options
2012-02-08 12:34:27 +00:00
Henry
d0e1c1c3e8
wmake rules: removed debug switches from optimisation rules
2012-02-08 12:34:02 +00:00
Henry
25b704afe2
ARM: improved optimisation
2012-01-24 17:18:12 +00:00
Henry
9eb026fb7e
ARM support: updated wmake rules
2012-01-23 10:14:32 +00:00
Henry
417a6539c9
Add initial support for ARM
2012-01-19 16:29:31 +00:00
laurence
ed1fd3d46a
Merge branch 'cv2d'
2011-12-09 10:47:54 +00:00
Henry
95a5facaf0
wmake: Added support for Intel MPI
2011-11-22 17:51:57 +00:00
laurence
075e47ea5a
ENH: Merge cvMesh functionality into cv2DMesh
...
- Added conformationSurface and searchableSurface classes in place
of querySurface.
- Added cellSizeControl class.
- Change cvMesh argument of relaxation model constructor to Time.
- Add writePrecision option to surfaceConvert.
- Add onLine function to surfaceFeatureExtract.
- Remove querySurface.
- Move createShellMesh and extrude2DMesh to their own libraries.
- Replace controls and tolerances with a cv2DControls object.
- Add patchToPoly2DMesh class to extrude2DMesh.
2011-11-18 09:53:46 +00:00
mattijs
a78139ea1c
COMP: wmake/rules/linux*Gcc*: clean compilation on ubuntu 11.10
2011-10-25 15:35:13 +01:00
Henry
32d7d05192
Icc: changed the default optimisation level to O2
2011-10-19 12:17:28 +01:00
mattijs
4819b9a0a3
ENH: wmakeScheduler: detect tty
2011-10-07 16:01:56 +01:00
Henry
a47a04b55c
Added support for building on SGI machines
2011-09-19 15:06:11 +01:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
Henry
d1a8375816
wmake options files: corrected EXE_LIBS -> LIB_LIBS
2011-06-27 16:58:58 +01:00
Henry
0143dd5b34
flex: Updated command-line options to work with flex version 2.5.4
2011-06-24 13:40:39 +01:00
Henry
e2ad6d4032
Icc: lower the optimisation level to avoid memory aliasing problems in lagrangian
2011-06-10 12:15:46 +01:00
mattijs
72a703509e
BUG: wmakeSchedulerUptime: execute permission
2011-05-27 18:06:53 +01:00
mattijs
871aa6a67a
BUG: wmakeSchedulerUptime: uptime invocation
2011-05-27 18:05:24 +01:00
mattijs
06bc199da9
ENH: wmake: print pwd upon error
2011-05-27 11:54:16 +01:00
Mark Olesen
7dee8058e1
ENH: add Gcc46 rules
2011-03-30 09:22:01 +02:00
Mark Olesen
82ba4e5419
ENH: allow silent operation (-s) for wmake, wclean, wmakeLnInclude
...
- reduces verbosity for dynamicCode
- non-silent wmakeLnInclude output to stderr to avoid polluting logs
2011-03-08 09:32:30 +01:00
Mark Olesen
e0311539fc
STYLE: change makeOption to makeType internally
...
- also simplify setting makeType in the Allwmake scripts
2011-03-08 08:58:44 +01:00
Mark Olesen
4d418eccf7
COMP: remove linking against lib iberty, now using add2line
2011-03-07 13:35:59 +01:00
Mark Olesen
4aafea74a9
COMP: removed calcEntry bits missed in b4dae1a5ab
2011-02-24 11:35:24 +01:00
Mark Olesen
7692304dba
Merge remote branch 'OpenCFD/master' into olesenm
2011-02-18 18:19:46 +01:00
Mark Olesen
cae015b615
COMP: clang++ -Woverloaded-virtual -> spurious warnings? disable for now
...
- this behaviour changed in clang 2.9 between trunk 122348 and trunk 125662
2011-02-18 17:26:54 +01:00
graham
423fe1048b
COMP: Correcting CGAL/boost/GMP build setup.
2011-02-18 16:18:46 +00:00
Mark Olesen
fc2bd19356
STYLE: use 'platforms/' for organizing wmake binaries as well
...
- replaces previously used 'bin/'
STYLE: add -help to makeWmake
2011-02-15 19:01:04 +01:00
Mark Olesen
b9f7726095
ENH: fix wcleanAll, wcleanMachine to work with new platforms/ layout
2011-02-15 18:51:23 +01:00
Mark Olesen
677a2a8d11
STYLE: minor cleanup in wmakePrintBuild
2011-02-15 17:09:51 +01:00
Mark Olesen
808ff1aa32
Merge remote branch 'OpenCFD/master' into olesenm
2011-02-15 16:55:05 +01:00
Mark Olesen
0c2eb36ed2
STYLE: allow spaces in pkg name (again)
2011-02-11 16:52:36 +01:00
mattijs
523b88fd77
BUG: dash behaviour of set --
2011-02-11 12:22:16 +00:00
Mark Olesen
a2fe746899
ENH: allow -pkg|-package option for wmakePrintBuild
...
- 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}'
2011-01-28 13:52:36 +01:00
Mark Olesen
e95e9700c8
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-17 10:21:58 +01:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
Mark Olesen
8deef93ae7
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-10 08:23:09 +01:00
graham
98f97e7852
COMP: CGAL 3.7 now used. Template depth required to increased > 75, made 100.
2011-01-07 14:24:17 +00:00
andy
14d1300a36
Revert "STyLE: More 2011 copyright dates (non-code)."
...
This reverts commit 2e1e671d96
.
2011-01-05 18:25:32 +00:00
andy
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce
.
2011-01-05 18:24:29 +00:00
graham
2e1e671d96
STyLE: More 2011 copyright dates (non-code).
2011-01-05 11:48:24 +00:00
graham
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
Mark Olesen
5d18583101
ENH: collect arch-specific directly under platforms/
...
- 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/
2011-01-05 08:49:42 +01:00
Mark Olesen
a169819168
ENH: adjust tools to handle architecture-specific dirs in bin/ as well
2010-12-23 06:53:05 +01:00
Mark Olesen
603aa1e61c
ENH: preserve command-line settings in FOAM_SETTINGS
2010-12-22 15:41:51 +01:00
Henry
c8314956da
wmake: Updated rules for Icc
2010-12-06 12:21:16 +00:00
mattijs
b95fb53a39
ENH: wmake/Makefile : add 'objects' target
2010-11-25 16:49:09 +00:00
Mark Olesen
a2ef9cdcc5
STYLE: drop optional 'ln' option for wmakeLnInclude
...
- not required since the addition of the '-f' option
2010-11-24 09:22:40 +01:00
Mark Olesen
6c0e040bfe
STYLE: remove trailing space from remaining wmake rules
2010-11-17 11:44:46 +01:00