platform/upstream/assimp.git
2017-10-08 Jared MulconryAdded the mtime_cache script to hopefully improve use...
2017-10-08 Jared MulconryUpdated test output to log to xml and to upload those...
2017-10-08 Jared MulconryFixed up the path to the build artifacts to be cached.
2017-10-08 Jared MulconryAttempting to get tests to run.
2017-10-08 Jared MulconryAttempting to address issues with cloning the repo...
2017-10-07 Jared MulconryAttempting to get the tests detected and run.
2017-10-07 Jared MulconryPaths aren't what I expected for the test directory...
2017-10-07 Jared Mulconryx86 isn't a valid VS platform. Win32 it is, then.
2017-10-07 Jared MulconryReplaced the worker image name, which doesn't work...
2017-10-07 Jared MulconryMerge branch 'master' into appveyor
2017-10-07 Jared MulconryApparently @ escaping batch commands doesn't work in...
2017-10-07 Jared MulconryCleaned up appveyor setup, added VS 2017 to the build...
2017-10-07 turolMerge pull request #1478 from turol/travis
2017-10-07 Turo LamminenTravis: Remove old attempt at disabling default configu...
2017-10-07 Turo LamminenTravis: Remove redundant config
2017-10-07 Turo LamminenTravis: Rename TRAVIS_NO_EXPORT to DISABLE_EXPORTERS...
2017-10-07 Turo LamminenTravis: TRAVIS_NO_EXPORT is now implicitly off, disable...
2017-10-07 Turo LamminenTravis: Disable GCC AddressSanitizer build, Clang Addre...
2017-10-07 Turo LamminenTravis: ENABLE_COVERALLS is now implicitly off, disable...
2017-10-07 Turo LamminenTravis: ASAN is now implicitly off, disable explicit off
2017-10-07 Turo LamminenCMake: Be more verbose about enabled options
2017-10-07 Turo LamminenTravis: Refactor how we build CMake options
2017-10-07 Turo LamminenTravis: Remove unused LINUX env variable
2017-10-06 turolMerge pull request #1477 from turol/clang
2017-10-06 Jared MulconryFixed warnings on MSVC caused by implicit conversions...
2017-10-06 Turo LamminenOpenGEXImporter: Copy materials to scene
2017-10-06 Turo LamminenOpenGEXImporter: Store RefInfo in unique_ptr so they...
2017-10-06 Turo LamminenOpenGEXImporter: Fix IOStream leak
2017-10-06 Turo LamminenOpenGEXImporter: Store ChildInfo in unique_ptr so they...
2017-10-06 Turo LamminenAMFImporter: Fix memory leak
2017-10-06 Turo LamminenUnrealLoader: Fix IOStream leak
2017-10-06 Turo LamminenutRemoveVCProcess: Fix memory leak
2017-10-06 Turo LamminenutMetadata: Fix memory leak
2017-10-06 Turo LamminenUpgrade RapidJSON to get rid of a clang warning
2017-10-06 Turo LamminenFix warning about non-constant array size
2017-10-06 Turo LamminenCMake: Remove OpenMP stuff, it's unused and breaks...
2017-10-06 Turo LamminenTravis: Treat warnings as errors, without typos this...
2017-10-06 Turo LamminenTravis: Build with clang too
2017-10-06 turolMerge pull request #1476 from assimp/revert-1471-clang
2017-10-06 Kim KullingRevert "WIP: Enable Travis clang build"
2017-10-06 Kim KullingMerge pull request #1474 from jaredmulconry/issue_1470
2017-10-06 Kim KullingMerge pull request #1475 from jaredmulconry/master
2017-10-06 Kim KullingMerge pull request #1471 from turol/clang
2017-10-06 Jared MulconryFixed warnings on MSVC caused by implicit conversions...
2017-10-05 Jared MulconryAddress warnings on Clang 3.9 caused by having a static...
2017-10-05 Turo LamminenOpenGEXImporter: Copy materials to scene
2017-10-05 Turo LamminenOpenGEXImporter: Store RefInfo in unique_ptr so they...
2017-10-05 Turo LamminenOpenGEXImporter: Fix IOStream leak
2017-10-05 Turo LamminenOpenGEXImporter: Store ChildInfo in unique_ptr so they...
2017-10-05 Turo LamminenAMFImporter: Fix memory leak
2017-10-05 Turo LamminenUnrealLoader: Fix IOStream leak
2017-10-05 Turo LamminenutRemoveVCProcess: Fix memory leak
2017-10-05 Turo LamminenutMetadata: Fix memory leak
2017-10-05 Turo LamminenUpgrade RapidJSON to get rid of a clang warning
2017-10-05 Turo LamminenFBXImporter: Add explicit instantiation of log_prefix...
2017-10-05 Turo LamminenIFCImporter: Add explicit instantiation of log_prefix...
2017-10-05 Jared MulconryRemoved unnecessary files from zlib contribution
2017-10-05 Jared MulconryMerge branch 'master' of github.com:assimp/assimp into...
2017-10-05 Turo LamminenFix warning about non-constant array size
2017-10-05 Turo LamminenCMake: Remove OpenMP stuff, it's unused and breaks...
2017-10-04 Turo LamminenTravis: Treat warnings as errors, without typos this...
2017-10-04 Turo LamminenTravis: Build with clang too
2017-10-04 Kim KullingMerge pull request #1432 from turol/asan
2017-10-04 Kim KullingMerge pull request #1469 from turol/warnings
2017-10-04 Jared MulconryUpgraded zlib to 1.2.11.1 from the develop branch.
2017-10-03 Kim KullingMerge pull request #1468 from assimp/issue_1467
2017-10-02 Turo LamminenDisable warning 4351 on MSVC 2013
2017-10-02 Turo Lamminenappveyor: Treat warnings as errors
2017-10-02 Turo LamminenFix warnings-as-errors flag on MSVC
2017-10-02 Jared MulconryAddressed some mismatched news/deletes caused by the...
2017-10-02 Jared MulconryAddressed a number of memory leaks identified in unit...
2017-10-02 Jared MulconryAddressed asan failures caused by misuse of APIs within...
2017-10-02 Turo LamminenFix delete / delete[] mismatches in glTF2 importer
2017-10-02 Turo LamminenFix delete / delete[] mismatches in MakeVerboseFormat
2017-10-02 Turo LamminenFix out-of-bounds read in MaterialSystem unit test
2017-10-02 Turo LamminenFix delete / delete[] mismatch in glTFAsset
2017-10-02 Turo LamminenEnable AddressSanitizer for Linux clang build
2017-10-02 Turo LamminenAdd AddressSanitizer option to CMake
2017-10-02 Kim KullingOpenGEX: improve logging to be able to detect error...
2017-10-02 Kim Kullingcloses https://github.com/assimp/assimp/issues/1467.
2017-10-01 Kim KullingMerge pull request #1466 from jaredmulconry/issue_1330
2017-10-01 Kim KullingMerge pull request #1465 from turol/warnings
2017-09-30 Turo Lamminentravis: Treat warnings as errors
2017-09-30 Turo LamminenFix CMAKE option name
2017-09-30 Turo LamminenOpen3DGC: Fix some uninitialized variable warnings
2017-09-30 Jared MulconryEliminated all warnings under clang with default settin...
2017-09-30 Jared MulconryAdded -fPIC flag to C compilers for GCC and clang....
2017-09-30 Kim Kullingadd some asserts.
2017-09-30 Kim Kullingcloses https://github.com/assimp/assimp/issues/1450...
2017-09-30 Kim KullingObj: rename attribute from exporter.
2017-09-29 Kim KullingMerge branch 'master' of https://github.com/assimp...
2017-09-29 Kim Kullingcloses https://github.com/assimp/assimp/issues/1459...
2017-09-29 Kim KullingMerge pull request #1462 from jaredmulconry/issue_1330
2017-09-29 Jared MulconryMerge branch 'master' of github.com:assimp/assimp into...
2017-09-28 Kim KullingMerge pull request #1461 from jfaust/master
2017-09-28 Jared MulconryChanged a couple more function interfaces to correct...
2017-09-28 Jared MulconryReplaced unsigned long for the crc table to z_crc_t...
2017-09-28 Josh FaustFix glTF2::Asset::FindUniqueID() when the input string...
2017-09-26 Jared MulconryImproved the naming of temporary file generator functio...
2017-09-26 Jared MulconryAdded a header to hold the file generation code for...
next