Commit Graph

320 Commits (OpenSceneGraph-3.6)

Author SHA1 Message Date
Robert Osfield 5b52f8ca67 Removed debug output
8 years ago
Robert Osfield 5f0f7b88cf Refined the list of libraries to link
8 years ago
Robert Osfield 43b051b984 Teaking FindOpenCascade to help with linking of iges plugin
8 years ago
Robert Osfield a9bc508dc4 From Abhishek Bansal, with ammendemts by Robet Osfield to get working with recent OpenCascade and usng CMake.
8 years ago
Robert Osfield 4e5f0fc3a5 Added a dedicated FindEGL.cmake script to help with locating the EGL.so library and header
8 years ago
Torben Dannhauer d51036f57e From Torben Dannhauer, added search for new libcurl and libtiff names
8 years ago
Robert Osfield 17328d313d From Torben Dannhauer, added freetype27 (2.7) to search list
8 years ago
Laurens Voerman 2764b52c02 remove CMAKE_BUILD_TYPE STREQUAL "Release" (cmake configure time varable) to select pdb install - select CONFIGURATIONS RelWithDebInfo Debug
8 years ago
Robert Osfield bd85bc0cf3 Changed tabs to four spaces to avoid different editors rendering the indentation differently
8 years ago
Laurens Voerman cba84f74aa adaptations for cmake changes mid 2015 (SelectLibraryConfigurations.cmake) with SelectLibraryConfigurations.cmake
8 years ago
Laurens Voerman c03414ac57 added vc14 (Visual Studio 2015) and boost 1.58 support in FindCOLLADA.cmake
8 years ago
Robert Osfield 56a7208891 Removed Qt dependency examples, osgQt NodeKit and qfont plugin as these are now provided by the separate osgQt project
8 years ago
Robert Osfield 3f91c5d970 Changed the min CMake version to 2.8.0
8 years ago
Stuart Mentzer 2c4a5319bf Final version of FindFreetype.cmake that is based on the now-accepted CMake patches. This supports the new freetype include path structure and fixes the failure to find the debug library on Windows due to its name having a 'd' suffix.
8 years ago
Ravi Mathur e9d6737ec4 Updates to the CMake build system for Mac OSX
8 years ago
Philippe Renon 89b9de8ab4 fix FindGStreamer.cmake for msys2 mingw
8 years ago
Philippe Renon 861b96e154 msys2: fix ffmpeg pluging compilation error due to spurious stdint related includes
8 years ago
Laurens Voerman 15e9484ff2 Build and warning fixes
8 years ago
Robert Osfield 5211c782d8 Added _LIBRARIES var to mix
8 years ago
Robert Osfield 853fad71ae Changed freetype plugin to utilize CMake's FindFreetype.cmake rather than use a local one.
8 years ago
Robert Osfield 5c5753682b Fixed line endings
8 years ago
Robert Osfield 2be4e3c4d6 Fixed missing "
8 years ago
Robert Osfield ebfbc3dd78 Added macosx10.11 to the list of supported OSX SDK's
8 years ago
Robert Osfield 1c78996a09 Added in extra search paths for FBX
8 years ago
Stephan van Alste e6d200abfb Do not install non existant pdb file in release build mode
8 years ago
Ralf Habacker fc3e30ef25 Install msvc debug files along with the binaries
8 years ago
Robert Osfield 09bde307de To the COLLADA_INCLUDE_DIR search paths added the directories:
9 years ago
Robert Osfield 41f284b678 Moved FIND_PACKAGE(Boost) to within the individual Find scripts that actually need it rather in the root CMakeLists.txt.
9 years ago
Robert Osfield e4697ae7fc From Terry Welsh, "I downloaded the Android 3rdparty deps from here
9 years ago
Robert Osfield 6c83b2e3a9 From KOS, "'ve mentioned in the "osg-users" ML about build error with the newest GStreamer 1.5
9 years ago
Robert Osfield e69405f99a From Laurens Voerman, "attached is a zip with the files:
9 years ago
Robert Osfield d14a602a59 From Jannik Heller, typo fixes
9 years ago
Robert Osfield 0a1db3d6fc From Jannik Heller, typo fixes
10 years ago
Robert Osfield a711fdba36 From Laurens Voerman, I have modified the FindOpenEXR.cmake to find the debug libraries, and to define a variable
10 years ago
Robert Osfield dd2de7f132 From Laurens Voerman, "attached is a zip with a modified version of:
10 years ago
Robert Osfield 47202acc24 From Dmitry Marakasov, "While packaging osg-3.3.3 I've discovered that gstreamer detection is
10 years ago
Robert Osfield d409ffcb91 From Javier Taibo, "I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
10 years ago
Robert Osfield 1b1c987356 Removed debug message
10 years ago
Robert Osfield 5a4f962013 Changes to allow the COLLADA plugin to compile against the latest COLLADA DOM version 2.4 as well as retaining compatibility with the old 2.2 DOM.
10 years ago
Robert Osfield dfc02b78bf Added if () block to avoid script variables set to NOT-Found being used in searching
10 years ago
Robert Osfield a03ec99005 Fixed script warnings
10 years ago
Robert Osfield 8be71caeaf From Aitor Moreno, LAS plugin - depends upon boost and liblas and liblas-c
10 years ago
Robert Osfield af16041f57 From Mattias Helsing, "The addition of the GStreamer cmake find script broke my build because
10 years ago
Robert Osfield adf9596316 Added support for using SDL2 to the osgmovie to enable it to handle floating point audio formats
10 years ago
Robert Osfield 69abe094ab From Javier Taibo, " I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
10 years ago
Robert Osfield 6cd9932780 From Julen Garcia, "Here there is a small plugin I use to play video files. It is based on GStreamer http://gstreamer.freedesktop.org and I have used the FFmpeg plugin as inspiration."
10 years ago
Robert Osfield 53e337611a From Jan Klimke, "i noticed, that there are a couple of additional flaws when building osg for Mac OS X 10.10 Yosemite.
10 years ago
Robert Osfield b9a529148a From Rafa Gaitan, "I finally had some time to change the build system for Android using a Toolchain, which, I think, will be easier to maintain and uses cmake standard system to build it.
10 years ago
Robert Osfield 2986df22d6 From Björn Blissing, fix for ambiguous defines in Atomic.cpp when compiling with MinGW and GCC
10 years ago
Robert Osfield eae4d51e3f From Stephan Huber, "Please revert the change to FindQuickTime.cmake as this breaks compilation for IOS and possibly OS X."
11 years ago
Robert Osfield fa6f5219bf From Mattias Helsing, "I finally got to fix the cmake Modules that have duplicates in later
11 years ago
Robert Osfield ecd26f9f5b From Paul Martz, "There is no standard place for gl/glcorearb.h on Windows. Previously, the only way to get OSG to build for core profile was to append an additional include directory ("/I") onto the CFLAGS variables This submission adds a FindGLCORE.cmake script so that the path to gl/glcorearb.h can be specified with a variable, GLCORE_ROOT, either in CMake or the environment.
11 years ago
Robert Osfield 6f2d003bc5 From Mattias Helsing, "Seems I was only half right given what you asked for. CMP0017 only
11 years ago
Robert Osfield 5015fb6dac Renamed FindFreeType.cmake to FindFreetype.cmake to enable CMake build to pick up on CMake's own FindFreetype.cmake when it's available.
11 years ago
Robert Osfield c168887e5e From Paul Cheyrou-Lagreze, "Attached is fix/feature for FBX osgplugins against latest trunk:
11 years ago
Robert Osfield ef5be684ed Added extra search paths to add compatibility with Kubuntu/Ubuntu 14.04 now locaton for freetype
11 years ago
Robert Osfield fba7a65fb4 Fixed MingW build's handling of debug d postfix.
11 years ago
Robert Osfield 1ec3ec1247 From Torben Dannahuer, "modified findcollada.cmake which can now detect Boost 1.55 libraries, which are used by Collada in my 3rdParty package"
11 years ago
Robert Osfield 0bb62a8162 Removed execute properties via svn propdel svn:executable file
11 years ago
Robert Osfield 534d21dffd Renamed the OSGSIM cmake variable to OSGSIM_LIBRARY to be consistent with the rest of the variables.
11 years ago
Robert Osfield 91033a3a1f From Kristofer Tingdahl, Build fix for svg plugin that makes sure the version of librsvg is at sufficient, and fixed a missing virtual destructor warning.
11 years ago
Robert Osfield dbf88cc209 From Stephan Huber, "minor ios-fixes/-enhancements
11 years ago
Robert Osfield ffb0a8e545 From Stephan Huber, "Build Problem with osgGA at MacOS with Xcode 5"..."attached you'll find a possible solution for the issue. This will add a new option to cmake called OSG_CXX_LANGUAGE_STANDARD which defaults to C++11. If you set it to C++98 it will setup the project accordingly."
11 years ago
Robert Osfield 0dc55ebc86 Laurens Voerman, "my cmake (2.8.10.2 generating for Visual Studio 11 Win64) doesn't like
11 years ago
Robert Osfield e8b5272b02 From Stephan Huber, "attached you’ll find a bunch of fixes + enhancements for iOS and OS X based on current trunk. I incorporated + tested the submission from Colin Cochran, so his submission is not needed anymore.
11 years ago
Robert Osfield 20fbad6c29 Cleaned up line endings
11 years ago
Robert Osfield 79e2d1309f Added support for Lua 5.2 and osg::Object creation from within Lua scripts.
11 years ago
Robert Osfield b20a74b017 From Ulrich Hertlein, "Patch for FindAVFoundation to work with OS X 10.9"
11 years ago
Robert Osfield 835ee7aa8e Added osgpresentation example as a test bed for new osgPresentation object model.
11 years ago
Robert Osfield f6c3c8ac00 From Torben Dannhauer, "Please find attached further changes to make library auto detection
11 years ago
Robert Osfield bbf00cef01 From Torben Dannhauer, "after being absent for more than 12 month, I'm very pleased to present my
11 years ago
Robert Osfield 2768c1b170 From David Callu, "Here a fix for FindFBX.cmake
11 years ago
Robert Osfield 5a93c9100b From Mathieu Marache, I needed to modify the FindCOLLADA.cmake to enable its compilation under macosx.
11 years ago
Robert Osfield 82ecbe98da From Laurens Voerman, "Autodesk released a new version of their FBX Software Development Kit (web page http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10775847).
11 years ago
Robert Osfield 29eb65c77d From David Longest, "I have updated the FFmpeg plugin to support the 1.0 release version of FFmpeg. The files attached were modified in order to facilitate the update. Below are the details for all changes made.
12 years ago
Robert Osfield eed71f647d From Stephan Huber, "* imageio: removed ReaderWriterImageIO_IOS.cpp, refactored ReaderWriterImageIO to work on OS X and IOS
12 years ago
Robert Osfield fa2fb07609 From Stephan Huber, RestHttpDevice plugin for support of remote application control via Rest http.
12 years ago
Robert Osfield 23786604c6 From Stephan Huber, "attached you'll find a fix for Registry.cpp not using the QTKit-plugin for video-files. W/o this fix you had to preload the plugin to open movie-files."
12 years ago
Robert Osfield 1796d55bea From Stephan Huber, OSX and iOS Video support via a QTKit plugin from OSX 10.7 and before, and an AVFoundation plugin for iOS and OSX10.8 and later.
12 years ago
Robert Osfield c6a4fde917 From Jorge Izquierdo Ciges, "Mostly small changes to add more compile options, and shared linking (still testing that capability, but this enables on a compile basis if the user wants). Robert, when you give the Ok I'll update/rewrite the Android section in the old/new wiki you'll say where is better. Mostly to be clear for the future users what options can configure and what are their purpose."
13 years ago
Robert Osfield 5a396c91e6 From Martin Lambers, "It adds a new ReaderWriter plugin for the GTA file format
13 years ago
Robert Osfield 2a36e51eed From Nico Kruithof, "I found that Collada wasn't found correctly with visual studio 2010."
13 years ago
Robert Osfield ad0872a783 From Kristofer Tingdahl, Added missing core OSG libraries.
13 years ago
Robert Osfield eb72bd6556 From Wang Rui, "This fixes a small problem in the FindFBX file. In CMake scripts,
13 years ago
Robert Osfield c34fe4255b From Magnus Kessler, "I have recently installed the latest version of collada-dom on Linux, and
13 years ago
Robert Osfield aab458da93 From Torben Dannhauer, "originally I posted the addendum of 'freetype244MT', but that was wrong.
13 years ago
Robert Osfield 058eef0555 From Torben Dannhauer, "Just in time for OSG 3.0 I will present an updated 3rdParty package for VS2008 , which includes some updated libraries (libcurl, freetype, jpeg). It also provides now all debug databases (*.pdb), so all the annoying compile warnings about missing .pdb files are gone.
13 years ago
Robert Osfield 14b12f94e5 From Jean-Christophe Lombardo, "On Fedora 14, dcmtk libs are under /usr/lib/dcmtk. I've added a PATH_SUFFIX to take that into account"
13 years ago
Robert Osfield b06ef64a39 From Jorge Ciges, "Update to FindAndroidNDK to make it use the latest Ndk (r5c) automatically.
13 years ago
Robert Osfield de3dc57edc From Stephan Huber, "attached you'll find some tweaks for the FindQuicktime and
13 years ago
Robert Osfield c8f8b2b149 From Wang Rui, "The submission fixes the spelling bug we discussed in osg-users. It
14 years ago
Robert Osfield 6c94ea13eb From Jean-Sebastien Guay, "I like the recent addition that adds folders in the solution tree to better organize the numerous examples, libraries, plugins etc.
14 years ago
Robert Osfield 51f921f68e From Michael Platings, fix for build with cmake 2.6.x
14 years ago
Robert Osfield 4e22a20f94 From Michael Platings, "I've updated the FBX plugin to use the latest FBX SDK (2012.1). Please apply the attached .cmake which finds the correct SDK headers & libraries."
14 years ago
Robert Osfield 8d323fcdea From Mattias Helsing, "Fixes installation of the osgViewer headers that got broken with rev
14 years ago
Robert Osfield 478e0f3ebf From Jorge Ciges, "1rst - Changes in Cmake: They make possible "make install" with the android building.
14 years ago
Robert Osfield 7d6bde2d01 Added OPENTHREADS_ATOMIC_USE_MUTEX Cmake options that allows you to override the default detection
14 years ago
Robert Osfield e9b211ad4e Added dciimage library to DCMTK libs
14 years ago
Robert Osfield aeb0d60b72 Added extra DCMTK libraries to search and link line to enable build against new DCMTK-3.6.0 release
14 years ago
Robert Osfield 127b103edd From Torben Dannhauer, "adds an additional library name of libpng ( libpng15 ) to search fo"
14 years ago