summaryrefslogtreecommitdiff
path: root/external/opencollada/UnpackedTarball_opencollada.mk
AgeCommit message (Collapse)Author
2016-02-26external/opencollada: Adapt to clang -stdlib=libc++Stephan Bergmann
For one, libc++ has no <tr1/unordered_*> headers, and for another, std::isnan needs <cmath>. Change-Id: I39179a9069826cb08bac19c0f6e56acdc1ab6b9d
2014-05-25opencollada: remove unneeded patchZolnai Tamás
The same problem (uninitialized bool) is solved by 0002-Expose-sid-for-textures-in-extras.patch.1. Additionally handling empty string on a different way was a mistake so that part is unneded too. Change-Id: I1eaa86fa7c6ef7216c0fc26ebf2ee4ec5c0936aa
2014-05-25Update OpenCollada and collada2gltf to the newest versions.Jan Holesovsky
Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a
2014-05-22opencollada: move patches to an own folderZolnai Tamás
Change-Id: I0b60fa5b0af8224b4c517367130aa9738f071531
2014-05-22opencollada: uninitialized bool variable broke the parsingZolnai Tamás
GeneratedSaxParser::Utils:toURI() method has a bool output parameter called failed, which is assumed to be set inside the method before return. At some place the caller code does not initialize the bool variable passed to this failed parameter and so when the caller checkes the returned value it is undefined. e.g. it can be false when the method called successfully so the error handling throws away the returned URI. Change-Id: I3f90fab657a86b42bba0f492518e36c343e69d21
2014-05-13Introduce OpenCollada external libraryZolnai Tamás
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b