]> git.mxchange.org Git - simgear.git/history - simgear/math
Do not expose both std::isnan() and isnan()
[simgear.git] / simgear / math /
2016-08-13 Erik HofmanRevert the check fro std::isnan() and isnan()
2016-08-13 Florent RougonFix missing includes
2016-02-06 Rebecca N. Palmermath: 'void getMaxSubdiv' does not make any sense
2016-01-27 James TurnerVS2013 compile fixes.
2015-12-23 Erik Hofmanuse the proper namespace
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-22 Thomas GeymayerMove overflow protected add helpers to math.
2014-06-12 Thomas Geymayercanvas::Text: add heightForWidth method.
2014-06-12 Thomas Geymayercanvas::Layout: support height-for-width layouting.
2014-04-15 Thomas Geymayermath/nasal: Add more SGRect members and nasal helper.
2014-01-24 Torsten Dreyerfix typo
2013-06-27 James Turnerstd::string namespace fixes.
2013-06-06 Thomas GeymayerHelper functions for SGRect and canvas::Element
2013-04-28 Thomas GeymayerMove and rework pow to math/SGMisc
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-02-24 Thomas GeymayerSupport image slice/scale-9 for CanvasImage.
2013-02-08 Thomas GeymayerAdd SGMisc::seek helper
2013-02-07 James TurnerFix math test linkage.
2012-12-23 Thomas GeymayerRevert to old way of including everything from SGMath.hxx
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
2012-12-13 Thomas GeymayerRename simgear::Rect to SGRect and make interface more...
2012-12-12 Thomas GeymayerOverload Rect::contains and add compound assignment...
2012-12-02 Mathias Froehlichmath: Add integer valued vector types.
2012-11-24 Mathias Froehlichsphere: Implement sphere inside sphere.
2012-11-24 Mathias Froehlichmath: Implement SGLocation.
2012-11-09 Stuart BuchananFor clouds, use a RNG seed that only changes every...
2012-11-08 Mathias FroehlichRemove osg header from non simgearscene file.
2012-11-05 Thomas GeymayerFix windows and headless build
2012-11-04 Thomas GeymayerRefactor Canvas and add some helpers.
2012-09-27 Mathias FroehlichHandle isnan at a more central place.
2012-09-27 Mathias FroehlichFix line segment plane intersect.
2012-09-26 Frederic BouvierMSVC has no std::isnan
2012-09-23 James TurnerSGTime: use SGGeod, quieter init.
2012-09-23 James TurnerAdd another overload of SGGeodesy::direct
2012-09-16 James TurnerAdd an SG_UNUSED macro to SimGear.
2012-09-16 James TurnerStandardise SimGear libraries, for static vs shared.
2012-08-03 Tim MooreMerge branch 'timoore/optimizations' into next
2012-08-03 Tim MooreMerge branch 'timoore/optimizations' into next
2012-07-21 Mathias Froehlichmath: Remove obsolete commented out code.
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-04-01 Mathias FroehlichFix typo in SGGeodesy.
2012-03-03 Mathias Froehlichmath: Remove SGMath osg dependency.
2012-03-03 Mathias Froehlichmath: Move lerp function into SGMisc.
2012-01-09 ThorstenBAlas. Fix #pragma magic for GCC <= 4.5.
2012-01-09 ThorstenBMore #pragma magic.
2012-01-09 ThorstenB#581, invalid gcc pragma syntax
2012-01-03 Frederic BouvierMSVC: don't try to compile unknown pragma
2011-12-25 Torsten DreyerSome more trivial warning fixes
2011-12-20 Erik Hofmansurpress unitialized variuable warning for SGSphere...
2011-12-20 Erik HofmanDo not initialize _center to save unneeded initializati...
2011-12-19 Erik HofmanIntialize the center to prevent a 'may be used uninitia...
2011-11-29 James TurnerMove some OSG-dependant code into scene/util.
2011-11-28 James TurnerGet all the tests linking with shared-simgear, and...
2011-11-26 ThorstenBcmake: add option to disable building tests
2011-11-05 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-01 James TurnerRemove the remaining Makefiles from the code.
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-23 James TurnerFixes for headless mode.
2011-09-09 Stuart BuchananMerge branch 'next' of gitorious.org:fg/simgear into...
2011-09-05 Martin SpottMerge commit 'refs/merge-requests/10' of git://gitoriou...
2011-09-02 Torsten DreyerMerge commit 'refs/merge-requests/7' of git://gitorious...
2011-09-01 Mathias FroehlichIntroduce quaternion finite difference method.
2011-07-21 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-07-19 James TurnerMerge branch 'next' of gitorious.org:fg/simgear into...
2011-07-19 James TurnerOoof, lurking PLIB reference in the tests
2011-07-19 Mathias FroehlichFix case of SGGeometryTest.cxx
2011-07-19 James TurnerEnable more unit-tests via CTest
2011-02-19 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-02-19 ThorstenB#83: John Denker: Set correct file modes
2011-01-17 Torsten DreyerFix bug in SGMisc<T>:: normalizePeriodic()
2010-12-19 James TurnerInitial work on CMake support for SimGear.
2010-11-14 ThorstenBremove old .cvsignore files
2010-10-08 Tim Moorereplace glu functions with equivalents from OSG
2010-08-08 James TurnerMore ignore files, for 'make check' binaries
2010-07-30 James TurnerMerge branch 'topics/remove_point3d' of git@gitorious...
2010-07-29 James TurnerRemove deprecated vector classes - finally!
2010-07-29 James TurnerWIP - removing remaining users of Point3D.
2010-07-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-23 James TurnerAdd closest-point calculation to SGRay, to replace...
2010-06-19 Frederic BouvierMerge branch 'master' of git://gitorious.org/fg/simgear...
2010-06-14 James TurnerAdd radial intersection code to SGGeodesy, and test...
2010-06-11 James TurnerFix longitude sign convention of geocentric routines
2010-05-27 James TurnerMerge branch 'topics/condexp' into next
2010-05-26 James TurnerMerge branch 'topics/condexp' into next
2010-05-20 James TurnerMerge branch 'topics/condexp' into next
2010-05-17 Mathias FroehlichAdd a tight and cheap method to represent a rotation.
2010-05-06 Tim MooreMerge branch 'jmt/ref_ptr-conv'
2010-05-06 Tim MooreMerge branch 'ehofman/framebuffer'
2010-05-06 Tim MooreMerge branch 'mathias/intersect'
2010-05-05 Tim MooreMerge branch 'jmt/ref_ptr-conv' into next
2010-05-05 Tim MooreMerge branch 'ehofman/framebuffer' into next
2010-05-05 Tim MooreMerge branch 'master' into next
2010-05-05 Tim MooreMerge branch 'mathias/intersect' into next
2010-05-05 frohlichProvide a more exact sphere/box test.
2010-02-04 Tim MooreMerge branch 'fredb/winfix'
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-28 Tim MooreMerge branch 'freb/mingw'
2010-01-28 Tim MooreMerge branch 'fredb/winfix'
2010-01-25 fredbMINGW patch from BenoƮt Laniel
2010-01-25 Tim MooreMerge branch 'ehofman/sound'
next