platform/upstream/assimp.git
2016-11-16 Kim KullingAdd missing cmake mocules
2016-11-16 Kim Kullingadd test source to coveralls again.
2016-11-16 Kim KullingiEnable coverall for tests.
2016-11-16 Kim KullingStill working on config.
2016-11-16 Kim KullingFix travis cmake call to enable coberalls.
2016-11-16 Kim KullingTest coverage only in one comp from build matrix.
2016-11-16 Kim KullingEnable coveralls measurement
2016-11-16 Kim KullingEnableing test coverage for unittests.
2016-11-16 Kim KullingTravis: enable coverall support.
2016-11-14 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-11-14 Kim KullingCmakeLists: remove ugly and deprecated hack fo mingw.
2016-11-14 Kim KullingMerge pull request #1064 from snowzurfer/master
2016-11-14 Kim KullingMerge pull request #1066 from jaredmulconry/master
2016-11-14 Jared MulconryFixed a compile error on MSVC14 x64 caused by the ...
2016-11-12 Alberto TaiutiRevert "Make assimp build cherry-picked importers in...
2016-11-12 Alberto TaiutiMake assimp build cherry-picked importers in CMake
2016-11-12 Kim KullingBatchImporter: make validation configurable and add...
2016-11-11 Kim KullingBatchImporter: make validation configurable and add...
2016-11-10 Alberto TaiutiFix obj .mtl file loading
2016-11-10 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-11-10 Kim KullingObjParser: remove deprecated code.
2016-11-10 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-11-10 Kim KullingRemove some whitespaces.
2016-11-10 Kim KullingMerge pull request #1062 from byteblob/patch-1
2016-11-10 Kim KullingMake travis build faster.
2016-11-09 byteblobadded void to aiGetErrorString's args
2016-11-09 Kim KullingMerge pull request #1061 from assimp/optimized_faces_in_obj
2016-11-09 Kim KullingFix build
2016-11-09 Kim KullingFix review findings.
2016-11-09 Kim KullingObjImporter: remove unnecessary allocations of std...
2016-11-08 Kim KullingMerge pull request #1060 from assimp/issue_1059
2016-11-08 Kim KullingObjParser: remove dead code.
2016-11-08 Kim KullingObj-Parser: Fix performance issue.
2016-11-08 Kim KullingQtViewer: some refactorings.
2016-11-08 Kim KullingCode reformatting.
2016-11-07 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-11-07 Kim KullingFix BlenderDNA for clang cross compiler.
2016-11-06 Kim KullingFix build:
2016-11-06 Kim Kullingcloses https://github.com/assimp/assimp/issues/105...
2016-11-05 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-11-05 Kim KullingScenePreprocessor: fix invalid index counter.
2016-11-04 Kim KullingMerge pull request #1056 from AndrzejKozik/patch-1
2016-11-04 AndrzejKozikUpdate FBXConverter.cpp
2016-11-04 AndrzejKozikKeys interpolation fix
2016-11-03 Kim KullingMaterialSystem: fix some findings.
2016-11-03 Kim KullingMerge pull request #1055 from assimp/issue_957
2016-11-03 Kim KullingFix compiler warnings related to issue 957.
2016-11-03 Kim KullingMerge pull request #1054 from mgerhardy/patch-2
2016-11-02 Kim KullingMerge pull request #1053 from rdb/patch-2
2016-11-02 Martin GerhardyFixes compile issue for 3ds exporter
2016-11-02 rdbFix compile error with MSVC 2015
2016-10-31 Kim KullingMerge pull request #1048 from tomacd/keep_materials_names
2016-10-30 Kim KullingBlender: fix compiler warning: FAIL already defined.
2016-10-30 Kim KullingMerge pull request #1043 from assimp/new_obj_stream_han...
2016-10-30 Kim KullingFix rounding issue in unittest for block calculation.
2016-10-30 Kim KullingFix build.
2016-10-30 Kim KullingFix unittest.
2016-10-29 Kim KullingObj-Stream-Handling: fix compiler-errors and warnings.
2016-10-29 Kim KullingMerge branch 'new_obj_stream_handling' of https://githu...
2016-10-29 Kim KullingAdd missing license info.
2016-10-29 Kim KullingObj: Fix some small issues
2016-10-27 tomacdKeep original materials names after RemoveRedundant...
2016-10-22 Kim KullingNew streaming interface: fix build.
2016-10-22 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-10-22 Kim KullingQtViewer: fix review findings.
2016-10-22 Kim KullingMerge branch 'master' into new_obj_stream_handling
2016-10-22 Kim KullingBUgfixes regarding filepos setupBUgfixes regarding...
2016-10-21 Kim KullingObj-Stream-Handling: fix readin of linewise import.
2016-10-21 Kim KullingRemove redundant file.
2016-10-21 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-10-21 Kim KullingQt5-based Viewer: fix build.
2016-10-20 Kim KullingQ3BSP-Loader: reformat include.
2016-10-20 Kim KullingQ3BSP: fix license dates.
2016-10-20 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-10-20 Kim KullingQ3BSP-Importer: remove commented code.
2016-10-20 Kim KullingMerge pull request #903 from dontbmh/upstream
2016-10-19 Kim KullingMerge pull request #1042 from VeganPower/Fix_988
2016-10-18 Kim Kulling3MF: fix nullptr access.
2016-10-18 Kim KullingMerge pull request #1040 from johnmaf/bugfix/obj-mtllib...
2016-10-18 John SennekerCheck for std::string::npos before applying std::string...
2016-10-18 Kim KullingSome more fixes.
2016-10-17 John SennekerFix OBJ parser mtllib statement parsing bug.
2016-10-17 Kim KullingMerge pull request #1034 from ascandal/feature/gltf...
2016-10-17 Kim KullingMerge pull request #1037 from ystreet/cfileio-leaks
2016-10-17 Kim KullingMerge pull request #1038 from ystreet/cfileio-defs
2016-10-17 Kim KullingMerge pull request #1032 from ashdnazg/master
2016-10-17 Matthew Waterscfileio: fix leaks by not closing files in the destructor
2016-10-17 Matthew Waterscfileio: fix function typedefs to have struct/enum
2016-10-16 Kim Kulling3MF-Importer: remove unused variable.
2016-10-16 Angelo Scandaliatomerge upstream/master and fix conflicts
2016-10-16 Angelo Scandaliatocheck if bones exist before creating skin
2016-10-15 Kim KullingC++11-combat: hopefully the last std::to_string to...
2016-10-15 Kim KullingOpenGEXImporter: fix compiler warning.
2016-10-15 Kim KullingC++11-Combat: last replacements of std::to_string.
2016-10-15 Kim KullingC++11-combat: replace more std::to_string by assimp...
2016-10-15 Kim KullingC++11: Replace std::to_string by assimp-specific implem...
2016-10-15 Eshedreplace more math.h functions occurences with std::
2016-10-15 Kim KullingMerge pull request #1033 from ashdnazg/fix_mingw
2016-10-15 Eshedfix mingw build (mingw supports stat64 nowadays)
2016-10-15 Esheduse cmath and C++ (std::) versions of functions
next