assimp/test/unit
Jared Duke 43c82b0b38 Remove std::isnan and std::isinf usage from utFastAtofTest
These functions were added in C++11, and should not be used nakedly
in the current code base. Replace them with suitable C++03 constructs.
2014-09-09 16:34:10 -07:00
..
CCompilerTest.c fix most warnings with -pendantic 2014-08-18 02:09:06 +02:00
Main.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
UnitTestPCH.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
UnitTestPCH.h Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utExport.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utFastAtof.cpp Remove std::isnan and std::isinf usage from utFastAtofTest 2014-09-09 16:34:10 -07:00
utFindDegenerates.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utFindInvalidData.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utFixInfacingNormals.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utGenNormals.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utImporter.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utImproveCacheLocality.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
utJoinVertices.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utLimitBoneWeights.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utMaterialSystem.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utNoBoostTest.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utPretransformVertices.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utRemoveComments.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utRemoveComponent.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utRemoveRedundantMaterials.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utScenePreprocessor.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utSharedPPData.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utSortByPType.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utSplitLargeMeshes.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utTargetAnimation.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utTextureTransform.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utTriangulate.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00
utVertexTriangleAdjacency.cpp Replace cppunit with the googletest framework 2014-09-07 16:52:03 -07:00