Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 64 (100.0%) | 5.3 |
worthen | 1 (8.3%) | 39 (60.9%) | 39.0 |
dav | 7 (58.3%) | 24 (37.5%) | 3.4 |
ayla | 2 (16.7%) | 1 (1.6%) | 0.5 |
jthornoc | 2 (16.7%) | 0 (0.0%) | 0.0 |
Mostly Mac OSX Leopard fixes...
M include/sci_defs/ogl_testdefs.h.in
Add in a define for Mac OSX Lepard as the only thing built in is
__APPLE__ and that isn't specific enough.
M Core/SystemCall/SystemCallManager.cc
#include <signal.h> which is required for killpg().
M Core/Geom/DrawInfoOpenGL.cc
Side step hack for fixing GL call under 10.4. (It seems to be fixed in 10.5).
M configure.ac
M configure
Fix pwd check. (BTW, pwd is broken under Leopard (doesn't give
physcial path... sigh).) Check to see if we are using Leopard. Add
in OpenGL hack for Leopard. Add in a define for Mac OSX Leopard
because the only thin built in is __APPLE__ and that isn't specific
enough.
M configVars.mk.in
Use the Leopard Hack.
0 lines of code changed in 2 files:
Revamp fake-arches into configure system
39 lines of code changed in 1 file:
removed garbage that somehow found its way to the top of the file.
0 lines of code changed in 2 files:
make #define match petsc #define so we avoid warning messages.
2 lines of code changed in 1 file:
Added code to the configure system that, when a different petsc or
hypre is configured, it will run the repair script to remove all .o
files that (probably) depend on petsc/hypre.
22 lines of code changed in 4 files:
Fix shared and dynamic library file ext. bugs on OS X.
1 lines of code changed in 2 files: