Robert Osfield
62e61e15ef
From John Shue, "Modified OpenSceneGraph/Make/makedefs to add -pipe gcc command line
...
option to FreeBSD build."
2007-02-13 15:24:56 +00:00
Robert Osfield
c5776b1bf3
From Stefan Eileman, fixes for OSX gmake build to allow AGL or X11 implementation of osgViewer
2007-02-06 17:01:20 +00:00
Robert Osfield
1c7a164176
From Martin Spott, "To enable osgviewer to link on Solaris added -lmtsk as SunOS/SunStudio implements some threading stuff in
...
libmtsk."
2007-01-24 12:35:29 +00:00
Robert Osfield
6f3962f42d
Returning revion number to 0 to signify CVS version
2006-09-13 16:38:17 +00:00
Robert Osfield
4ecafe5db2
Updated version for 1.2 release
2006-09-12 19:15:04 +00:00
Robert Osfield
a39485729e
From Paul Martz, warning fixes for Cygwin.
2006-09-05 08:46:34 +00:00
Robert Osfield
553d017fd9
From Daniel Trstenjak, build fixes for Hpux 11.11, Irix 6.5, Solaris 8 and Aix
2006-08-02 10:43:26 +00:00
Robert Osfield
ee8e74c4a9
Set release number back to 0 after release
2006-07-19 21:49:07 +00:00
Robert Osfield
1d9a06558e
Updated version for the release
2006-07-18 13:24:00 +00:00
Robert Osfield
f623b4021e
From Mathew May, FreeBSD build fixes.
2006-06-12 09:57:01 +00:00
Robert Osfield
43f0efd6d2
Reorganised the Group::removeChild and Geode::removeDrawable methods so
...
that removeChild(Node*), removeChild(uint) and equivilant Geode methods are
now inline methods, not designed to be overriden, and seperated out the
multiple remove method to be called removeChildren(uint, uint) which is
now the only virtual method. There removeChildren is now the method to
override in subclasses.
This reorganisation requires some call code to be rename removeChild usage
to removeChildren.
2006-05-02 09:45:31 +00:00
Robert Osfield
a7f6174dc0
From Mathew May, FreeBSD support for AMD64.
2006-05-01 14:51:56 +00:00
Robert Osfield
c42e14dd1f
From Robert Swain, compile fix for debian unstable.
2006-03-02 15:26:12 +00:00
Robert Osfield
4b269ba9da
From Matthew May, fixes for threading problems under FreeBSD build.
2005-12-15 16:24:22 +00:00
Robert Osfield
ebc0580f12
Updated version/revision for 1.0.0 release.
2005-12-09 22:53:32 +00:00
Robert Osfield
a1f3530e84
From Thom DeCarlo, changed of ?= to = in Cygwin/minw options for INST_LOCATION.
2005-12-09 19:34:09 +00:00
Robert Osfield
d4c70655b2
From Simon Julier, library reordering for compiling osgTerrain under cygwin.
2005-12-09 19:14:55 +00:00
Robert Osfield
c99b4b7b4d
From Simon Julier, fix for .exe extension under Mingw/Cygwin.
2005-12-09 15:05:50 +00:00
Robert Osfield
9933c89981
From Simon Julier, build fixes for Cygwin/mingw
2005-12-08 11:37:55 +00:00
Robert Osfield
81435a28b9
From Gideon May, port to OSX of GLUT examples.
2005-11-28 09:15:46 +00:00
Robert Osfield
3a62b5193c
Updated AUTHORES, ChangeLog, NEWS and version number for 1.0-rc6
2005-11-23 16:24:50 +00:00
Robert Osfield
48a8f14ae7
From Markus Trenkwalder, fixed placment of libs in mingw build.
2005-11-22 14:35:12 +00:00
Robert Osfield
3c03e3c24c
From Eric Sokolosky, for Cygwin and Minw sections changed definition of INST_SHARE
...
so that it is based on INST_LOCATION, providing the same default as before but
also allow it to be override by env vars when required.
2005-11-17 11:13:36 +00:00
Robert Osfield
9bd24bcc79
From Eric Sokolosky, made spacing more consistent.
2005-11-17 11:09:22 +00:00
Robert Osfield
90b37302bb
From Sean Spicer, compile fixes for Intel compiler.
2005-11-15 18:31:40 +00:00
Robert Osfield
01253f802b
From Markus Trenkwalder, fix for Mingw build
2005-11-11 08:45:18 +00:00
Robert Osfield
9ce96d3565
From Markus Trenkwalder, added freetype-config support to Mingw section.
2005-11-10 16:47:48 +00:00
Robert Osfield
f2b4ac179d
From Colin McDonald:
...
"Some makedefs fixes for Solaris:
For multithreaded applications the -mt option must be specified on both
the compile and link steps, to ensure correct behaviour. According to
the Sun compiler documentation it sets REENTRANT flags in the system
header files, and links the -lthread library in the correct order.
When compiling shared libraries the -KPIC option should be specified.
Although Solaris will handle shared libraries without
position-independent code there is a performance penalty. The linker
reference manual says: 'If a shared object is built from code that is
not position-independent, the text segment will usually require a large
number of relocations to be performed at runtime. Although the runtime
linker is equipped to handle this, the system overhead this creates can
cause serious performance degradation'."
2005-06-24 15:39:29 +00:00
Robert Osfield
84dbb62a5a
Reverted release number to 0 (development version).
2005-05-26 14:38:08 +00:00
Robert Osfield
3c308104a9
Updated Version numbers for release.
...
UPdated wrappers.
2005-05-25 20:02:25 +00:00
Robert Osfield
cc7bb579b0
From Thom DeCarlo, build fixes for Cygwin.
2005-05-17 09:06:12 +00:00
Robert Osfield
6763de4840
Added X11 include and lib paths to find freetype under OSX.
2005-05-06 17:43:40 +00:00
Robert Osfield
ccafa6b125
Made USE_AGL=yes the default under OSX.
2005-05-06 14:07:02 +00:00
Robert Osfield
492160d892
Fixed the Mingw settings for GDAL_LIBS (was written as GDAL_LIB which wasn't
...
being picked up as the GNUmakefiles were looking for GDAL_LIBS).
2005-04-28 19:41:16 +00:00
Robert Osfield
4fec031e6c
Moved #include <osg/State> from header into .cpp to clean up build.
2005-04-11 15:17:24 +00:00
Don BURNS
af3ac699aa
Rolled in Olaf's changes for HP-UX build
2005-04-05 19:08:48 +00:00
Don BURNS
bdd04bef60
Added applications directory. Copied (not moved)
...
osgarchive
osgconv
osgdem
osgversion
osgviewer
into applications directory. Leaving them in the examples directory
as well, for now.
Made examples optional via the make COMPILE_EXAMPLES=yes option
Added static lib and static plugin build support.
2005-03-13 01:47:46 +00:00
Robert Osfield
3054a612bd
Added prototype xine movie plugin.
2005-02-04 19:34:46 +00:00
Don BURNS
af880c0b80
Changed INST_LOCATION = to INST_LOCATION ?=
2004-12-17 22:31:54 +00:00
Robert Osfield
876e257080
Added Make support for new osgIntrospecxtion libs
2004-12-09 05:29:10 +00:00
Don BURNS
e7662413c8
Post-tag revision variable change
2004-12-05 00:16:49 +00:00
Don BURNS
9ab353d9db
CHanged version in makedefs for - 2 revision
2004-12-05 00:03:43 +00:00
Don BURNS
ef40a7f316
Post release adjustment of revision
2004-12-02 21:50:53 +00:00
Don BURNS
3c4efec5d7
Added tagrules for 'make tag' convenience
...
Updated makedefs for release/revision
2004-12-02 21:49:58 +00:00
Don BURNS
463b47f020
Fixes for SOlaris build
2004-11-29 03:05:27 +00:00
Robert Osfield
488165f321
Added LFS support to gcc linux build
2004-11-25 09:51:26 +00:00
Robert Osfield
d0938823af
From Thom DeCarlo, fixes for Cygwin build
2004-11-17 14:56:08 +00:00
Robert Osfield
a069f67f5e
Added -pipe to gcc build under Linux
2004-11-15 19:45:27 +00:00
Robert Osfield
8d55111c73
Added COMPILE_OSG_OP_OT_WITH_SONAMES is YES guard around soname settings.
2004-11-14 17:02:30 +00:00
Robert Osfield
f5a2ba0194
Added sonames support under Linux/gcc
2004-11-14 16:36:27 +00:00