.. |
OpenThreads
|
Fixed unused parameter warning.
|
2016-06-08 09:34:34 +01:00 |
osg
|
Fixed memory leak detected by Coverity
|
2016-06-10 15:49:24 +01:00 |
osgAnimation
|
Fixed -Wextra warnings
|
2016-06-08 09:46:09 +01:00 |
osgDB
|
Fixed unused parameter warning.
|
2016-06-08 10:19:57 +01:00 |
osgFX
|
Fixed method to match parent class.
|
2016-06-02 14:30:58 +01:00 |
osgGA
|
Fixed -Wextra warnings
|
2016-06-08 10:18:23 +01:00 |
osgManipulator
|
Fixed unused parameter warning.
|
2016-06-08 10:17:47 +01:00 |
osgParticle
|
Fixes shadows warnings
|
2016-05-20 13:38:34 +01:00 |
osgPlugins
|
Fixed memory leak
|
2016-06-10 19:25:07 +01:00 |
osgPresentation
|
Reordered paramter usage to fix coverity warning about parameter names not matching
|
2016-06-10 13:31:51 +01:00 |
osgQt
|
Added osg::GraphicsContext::WindowingSystemInterfaces singleton for managing multiple WIndowinSystemInterface
|
2016-05-16 13:45:31 +01:00 |
osgShadow
|
Disabled the -Wextra warnin the warnings that can't be fixed due to optional code paths.
|
2016-06-08 09:37:43 +01:00 |
osgSim
|
Fixed invalidated iterator bug pick up by Coverity.
|
2016-06-10 12:44:26 +01:00 |
osgTerrain
|
Fixed unused parameter warning.
|
2016-06-08 09:43:05 +01:00 |
osgText
|
Fixed unused parameter warning.
|
2016-06-08 09:38:22 +01:00 |
osgUI
|
Fixed -Wextra warningsw
|
2016-06-08 09:05:34 +01:00 |
osgUtil
|
Fixed -Wextra warnings
|
2016-06-08 09:07:32 +01:00 |
osgViewer
|
Disabled the -Wextra warning as resolve the warnings will create other warnings under other compilers
|
2016-06-08 09:33:56 +01:00 |
osgVolume
|
Fixed "Using invalid iterator" bug in getTile() methods, detected by Covertity.
|
2016-06-09 11:41:14 +01:00 |
osgWidget
|
Rewrote Window::setNextFocusable() to address a bug in the management of the search iterator. Covertiy reported bug "Undefined behavior may result; the program may crash or subtly misbehave.
|
2016-06-09 12:08:47 +01:00 |
osgWrappers
|
Fixed memory leak
|
2016-06-10 17:01:42 +01:00 |
CMakeLists.txt
|
Refactored the GL object deletion management to use new osg::GraphicsObjectManager/GLObjectManager base classes, and osg::ContextData container.
|
2015-09-23 09:47:34 +00:00 |