Commit Graph

  • fe79322959 Attempting to get the tests detected and run. Jared Mulconry 2017-10-08 02:22:37 +11:00
  • d3de8dbf5f Paths aren't what I expected for the test directory. Trying something else, with a testing call to dir to help track it down. Jared Mulconry 2017-10-08 02:03:00 +11:00
  • ba43e3a152 x86 isn't a valid VS platform. Win32 it is, then. Jared Mulconry 2017-10-08 01:55:10 +11:00
  • 4c06abf281 Replaced the worker image name, which doesn't work as generator name, with a manually created generator name. Jared Mulconry 2017-10-08 01:47:08 +11:00
  • 75eb2ad071 Merge branch 'master' into appveyor Jared Mulconry 2017-10-08 00:34:02 +10:00
  • 63764ae42a Apparently @ escaping batch commands doesn't work in this context. Jared Mulconry 2017-10-08 01:33:48 +11:00
  • 8f54892439 Cleaned up appveyor setup, added VS 2017 to the build matrix and attempted to add running of tests. Jared Mulconry 2017-10-08 01:27:21 +11:00
  • 8e8ed97750 Merge pull request #1478 from turol/travis turol 2017-10-07 16:29:59 +03:00
  • 10b49dfd25 Travis: Remove old attempt at disabling default configurations Turo Lamminen 2017-10-07 15:41:16 +03:00
  • 684cb88e83 Travis: Remove redundant config Turo Lamminen 2017-10-07 15:39:54 +03:00
  • bd65811329 Travis: Rename TRAVIS_NO_EXPORT to DISABLE_EXPORTERS so its meaning is more obvious Turo Lamminen 2017-10-07 15:37:45 +03:00
  • 69b8c1f60d Travis: TRAVIS_NO_EXPORT is now implicitly off, disable explicit off Turo Lamminen 2017-10-07 15:36:54 +03:00
  • f2cf8bf075 Travis: Disable GCC AddressSanitizer build, Clang AddressSanitizer is strictly better Turo Lamminen 2017-10-07 15:08:41 +03:00
  • ea58801a2d Travis: ENABLE_COVERALLS is now implicitly off, disable explicit off Turo Lamminen 2017-10-07 15:08:02 +03:00
  • 7037fdfe2c Travis: ASAN is now implicitly off, disable explicit off Turo Lamminen 2017-10-07 15:06:46 +03:00
  • 42142105fa CMake: Be more verbose about enabled options Turo Lamminen 2017-10-07 14:59:12 +03:00
  • 54d14e6e3b Travis: Refactor how we build CMake options Turo Lamminen 2017-10-07 14:47:52 +03:00
  • 5301768256 Travis: Remove unused LINUX env variable Turo Lamminen 2017-10-07 14:33:34 +03:00
  • 9a79d243f9 added additional displacement texture token. Marco Di Benedetto 2017-10-07 12:36:02 +02:00
  • cc562b2b1c Merge pull request #1477 from turol/clang turol 2017-10-06 19:19:56 +03:00
  • 326158633b Fixed warnings on MSVC caused by implicit conversions from double to float. Jared Mulconry 2017-10-06 20:32:33 +11:00
  • 50b43f76e1 OpenGEXImporter: Copy materials to scene Turo Lamminen 2017-10-05 12:51:08 +03:00
  • b841ed194b OpenGEXImporter: Store RefInfo in unique_ptr so they get automatically cleaned up Turo Lamminen 2017-10-05 12:43:49 +03:00
  • 775f984d99 OpenGEXImporter: Fix IOStream leak Turo Lamminen 2017-10-05 12:38:44 +03:00
  • 22b55d01a2 OpenGEXImporter: Store ChildInfo in unique_ptr so they get automatically cleaned up Turo Lamminen 2017-10-05 12:35:17 +03:00
  • 61278aa408 AMFImporter: Fix memory leak Turo Lamminen 2017-10-05 12:09:26 +03:00
  • 1f16ed9fd0 UnrealLoader: Fix IOStream leak Turo Lamminen 2017-10-05 11:56:13 +03:00
  • 1bee5b0025 utRemoveVCProcess: Fix memory leak Turo Lamminen 2017-10-05 11:55:58 +03:00
  • 9eef4c16a8 utMetadata: Fix memory leak Turo Lamminen 2017-10-05 11:33:27 +03:00
  • 9f5b58e706 Upgrade RapidJSON to get rid of a clang warning Turo Lamminen 2017-10-05 11:10:22 +03:00
  • ae8a4c0c62 Fix warning about non-constant array size Turo Lamminen 2017-10-05 10:45:25 +03:00
  • d28e88feb7 CMake: Remove OpenMP stuff, it's unused and breaks Travis clang build Turo Lamminen 2017-10-04 21:21:36 +03:00
  • 5cc316b874 Travis: Treat warnings as errors, without typos this time Turo Lamminen 2017-10-04 21:10:49 +03:00
  • a3053eb358 Travis: Build with clang too Turo Lamminen 2017-10-04 20:50:16 +03:00
  • 8ef219b985 Merge pull request #1476 from assimp/revert-1471-clang turol 2017-10-06 18:19:54 +03:00
  • c1f93a69ae Revert "WIP: Enable Travis clang build" Kim Kulling 2017-10-06 15:42:05 +02:00
  • 4a9ab98240 Merge pull request #1474 from jaredmulconry/issue_1470 Kim Kulling 2017-10-06 15:40:36 +02:00
  • c9b9dab1ff Merge pull request #1475 from jaredmulconry/master Kim Kulling 2017-10-06 15:37:33 +02:00
  • b360838ef6 Merge pull request #1471 from turol/clang Kim Kulling 2017-10-06 15:36:53 +02:00
  • 3803a5181c Fixed warnings on MSVC caused by implicit conversions from double to float. Jared Mulconry 2017-10-06 20:32:33 +11:00
  • 341222697a Address warnings on Clang 3.9 caused by having a static data member in a class template. Jared Mulconry 2017-10-05 23:55:10 +11:00
  • 3f0bb9c634 OpenGEXImporter: Copy materials to scene Turo Lamminen 2017-10-05 12:51:08 +03:00
  • 568003a0d3 OpenGEXImporter: Store RefInfo in unique_ptr so they get automatically cleaned up Turo Lamminen 2017-10-05 12:43:49 +03:00
  • e7ff7b167f OpenGEXImporter: Fix IOStream leak Turo Lamminen 2017-10-05 12:38:44 +03:00
  • b6d2b91799 OpenGEXImporter: Store ChildInfo in unique_ptr so they get automatically cleaned up Turo Lamminen 2017-10-05 12:35:17 +03:00
  • 316046f748 AMFImporter: Fix memory leak Turo Lamminen 2017-10-05 12:09:26 +03:00
  • 34acf47acd UnrealLoader: Fix IOStream leak Turo Lamminen 2017-10-05 11:56:13 +03:00
  • 674fb5a46c utRemoveVCProcess: Fix memory leak Turo Lamminen 2017-10-05 11:55:58 +03:00
  • 9bcfce63dc utMetadata: Fix memory leak Turo Lamminen 2017-10-05 11:33:27 +03:00
  • 65547d5760 Upgrade RapidJSON to get rid of a clang warning Turo Lamminen 2017-10-05 11:10:22 +03:00
  • afce984228 FBXImporter: Add explicit instantiation of log_prefix so other FBX source files can see it Turo Lamminen 2017-10-05 11:05:27 +03:00
  • bf1aaf98f9 IFCImporter: Add explicit instantiation of log_prefix so IFCMaterial.cpp can see it Turo Lamminen 2017-10-05 10:51:48 +03:00
  • e7c112916b Removed unnecessary files from zlib contribution Jared Mulconry 2017-10-05 20:11:18 +11:00
  • a824b79508 Merge branch 'master' of github.com:assimp/assimp into issue_1470 Jared Mulconry 2017-10-05 19:34:37 +11:00
  • 1ef3b0f3f3 Fix warning about non-constant array size Turo Lamminen 2017-10-05 10:45:25 +03:00
  • 452885672e CMake: Remove OpenMP stuff, it's unused and breaks Travis clang build Turo Lamminen 2017-10-04 21:21:36 +03:00
  • 9eeece1b35 Travis: Treat warnings as errors, without typos this time Turo Lamminen 2017-10-04 21:10:49 +03:00
  • f6706f3532 Travis: Build with clang too Turo Lamminen 2017-10-04 20:50:16 +03:00
  • cbca8f574e Merge pull request #1432 from turol/asan Kim Kulling 2017-10-04 16:12:44 +02:00
  • 2a7f975613 Merge pull request #1469 from turol/warnings Kim Kulling 2017-10-04 13:26:12 +02:00
  • bab6ca2085 Upgraded zlib to 1.2.11.1 from the develop branch. Jared Mulconry 2017-10-04 20:33:59 +11:00
  • 3964f5cf43 Update .gitignore Doug Stephen 2017-10-03 14:11:23 -05:00
  • c3e9d6132c Merge pull request #1468 from assimp/issue_1467 Kim Kulling 2017-10-03 09:58:56 +02:00
  • b5db7d3649 Disable warning 4351 on MSVC 2013 Turo Lamminen 2017-10-02 13:08:20 +03:00
  • 003c728daf appveyor: Treat warnings as errors Turo Lamminen 2017-10-02 11:43:29 +03:00
  • 799f0a3ac8 Fix warnings-as-errors flag on MSVC Turo Lamminen 2017-10-02 11:40:57 +03:00
  • 5804667dbb Addressed some mismatched news/deletes caused by the new glTF2 sources. Jared Mulconry 2017-10-01 17:51:13 +11:00
  • 1eb7eceddf Addressed a number of memory leaks identified in unit tests by asan Jared Mulconry 2017-10-01 23:16:21 +11:00
  • 29e46e4bb8 Addressed asan failures caused by misuse of APIs within unit tests. Jared Mulconry 2017-10-01 19:25:43 +11:00
  • 1095ec454b Fix delete / delete[] mismatches in glTF2 importer Turo Lamminen 2017-09-14 10:34:16 +03:00
  • efd861253d Fix delete / delete[] mismatches in MakeVerboseFormat Turo Lamminen 2017-09-14 10:33:49 +03:00
  • da96b32fb9 Fix out-of-bounds read in MaterialSystem unit test Turo Lamminen 2017-09-14 09:38:07 +03:00
  • 5ecab20bd0 Fix delete / delete[] mismatch in glTFAsset Turo Lamminen 2017-09-12 19:00:44 +03:00
  • fff800f9ab Enable AddressSanitizer for Linux clang build Turo Lamminen 2017-09-12 19:09:22 +03:00
  • 4652b66bb5 Add AddressSanitizer option to CMake Turo Lamminen 2017-09-12 18:57:44 +03:00
  • 6ec25be0a6 OpenGEX: improve logging to be able to detect error-prone situations. Kim Kulling 2017-10-02 09:41:01 +02:00
  • 3f4663e369 closes https://github.com/assimp/assimp/issues/1467. Kim Kulling 2017-10-02 09:33:51 +02:00
  • c202d43d8f Merge pull request #1466 from jaredmulconry/issue_1330 Kim Kulling 2017-10-01 20:03:30 +02:00
  • 94860ff66e Merge pull request #1465 from turol/warnings Kim Kulling 2017-10-01 20:01:24 +02:00
  • f7b2380f86 travis: Treat warnings as errors Turo Lamminen 2017-09-30 16:35:41 +03:00
  • 77ce6e562d Fix CMAKE option name Turo Lamminen 2017-09-30 16:35:11 +03:00
  • 45d93701f8 Open3DGC: Fix some uninitialized variable warnings Turo Lamminen 2017-09-26 18:33:00 +03:00
  • 9088deeb1d Eliminated all warnings under clang with default settings. One remains in the included zlib contrib project. Jared Mulconry 2017-09-30 23:29:56 +10:00
  • a9e8836271 Added -fPIC flag to C compilers for GCC and clang. Removed -pedantic flag from some compilers. Jared Mulconry 2017-09-30 23:28:02 +10:00
  • c4e91eb33f add some asserts. Kim Kulling 2017-09-30 10:47:23 +02:00
  • 2056e56bdb Obj: prepare test to reproduce crash on linux. Kim Kulling 2017-09-30 10:45:14 +02:00
  • 1c76962c98 closes https://github.com/assimp/assimp/issues/1450: use correct name of exporter to gltf2 Kim Kulling 2017-09-30 09:38:13 +02:00
  • 9033071237 Obj: rename attribute from exporter. Kim Kulling 2017-09-30 09:37:34 +02:00
  • 5adc029225 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2017-09-29 21:59:11 +02:00
  • c42589460d closes https://github.com/assimp/assimp/issues/1459: fix out-of-boundary access error Kim Kulling 2017-09-29 21:58:58 +02:00
  • 6ae35fb4d1 Merge pull request #1462 from jaredmulconry/issue_1330 Kim Kulling 2017-09-29 16:48:30 +02:00
  • d28f45bfa8 Merge branch 'master' of github.com:assimp/assimp into issue_1330 Jared Mulconry 2017-09-29 14:15:53 +10:00
  • 87546ec54c Merge pull request #1461 from jfaust/master Kim Kulling 2017-09-28 21:21:56 +02:00
  • 4feac1b1f9 Changed a couple more function interfaces to correct the input type. Jared Mulconry 2017-09-29 01:40:05 +10:00
  • 12b6895f7b Replaced unsigned long for the crc table to z_crc_t, to match what is returned by get-crc_table Jared Mulconry 2017-09-29 01:29:11 +10:00
  • febd611d48 Fix glTF2::Asset::FindUniqueID() when the input string is >= 256 chars Josh Faust 2017-09-27 18:41:35 -07:00
  • e77e89c8b7 Improved the naming of temporary file generator function. Replaced use of tmpnam in utIOStreamBuffer with this facility to addresssafety warning. Jared Mulconry 2017-09-26 22:41:20 +10:00
  • 980d2b0eee Added a header to hold the file generation code for unit testing purposes. Jared Mulconry 2017-09-26 22:08:52 +10:00
  • d0ca143a3b Merge branch 'master' of github.com:assimp/assimp into issue_1330 Jared Mulconry 2017-09-26 21:35:53 +10:00
  • e2ab3e0d29 Changed the method by which temporary files are created for unit the FileSizeTest. Will apply to other tests next. Jared Mulconry 2017-09-26 21:32:11 +10:00