OpenSceneGraph/src/osgIntrospection
Robert Osfield 39cecd2a72 From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately.
Also, there was also a small bug in osgDB's CMakeLists.txt that was causing an error when I tested with CMake 2.4.4.

IF(${OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX} STREQUAL "quicktime")
was changed to
IF(OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX STREQUAL "quicktime")
"
2009-03-23 16:01:02 +00:00
..
CMakeLists.txt From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
ConstructorInfo.cpp Warning fixes 2008-12-17 11:00:16 +00:00
CustomAttributeProvider.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
DefaultReflectors.cpp From David Callu, add reflection of std::wstring in the DefaultReflector 2006-09-01 13:22:37 +00:00
MethodInfo.cpp Warning fixes 2008-12-17 11:00:16 +00:00
PropertyInfo.cpp Warning fixes 2008-12-17 11:00:16 +00:00
Reflection.cpp From Emmanuel Roche, "I'm joining two zip files to this mail for the modified sources and include files of osgIntrospection. 2008-02-25 16:26:30 +00:00
Reflector.cpp From David Callu, "After the mail of Emmanuel Roche to convert a void * in a known pointer (for example osg::Geode *), I has searched an elegant way to introduce this feature. 2007-07-27 17:16:18 +00:00
Type.cpp From Emmanuel Roche, "I'm joining two zip files to this mail for the modified sources and include files of osgIntrospection. 2008-02-25 16:26:30 +00:00
Utility.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
Value.cpp From David Callu, 2007-06-30 14:21:34 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00