Turo Lamminen
|
b6d2b91799
|
OpenGEXImporter: Store ChildInfo in unique_ptr so they get automatically cleaned up
|
2017-10-05 12:35:17 +03:00 |
Turo Lamminen
|
316046f748
|
AMFImporter: Fix memory leak
|
2017-10-05 12:15:28 +03:00 |
Turo Lamminen
|
34acf47acd
|
UnrealLoader: Fix IOStream leak
|
2017-10-05 12:15:28 +03:00 |
Turo Lamminen
|
674fb5a46c
|
utRemoveVCProcess: Fix memory leak
|
2017-10-05 12:15:28 +03:00 |
Turo Lamminen
|
9bcfce63dc
|
utMetadata: Fix memory leak
|
2017-10-05 12:15:28 +03:00 |
Turo Lamminen
|
65547d5760
|
Upgrade RapidJSON to get rid of a clang warning
|
2017-10-05 12:15:28 +03:00 |
Turo Lamminen
|
afce984228
|
FBXImporter: Add explicit instantiation of log_prefix so other FBX source files can see it
|
2017-10-05 12:15:25 +03:00 |
Turo Lamminen
|
bf1aaf98f9
|
IFCImporter: Add explicit instantiation of log_prefix so IFCMaterial.cpp can see it
|
2017-10-05 12:15:11 +03:00 |
Turo Lamminen
|
1ef3b0f3f3
|
Fix warning about non-constant array size
|
2017-10-05 10:45:40 +03:00 |
Turo Lamminen
|
452885672e
|
CMake: Remove OpenMP stuff, it's unused and breaks Travis clang build
|
2017-10-05 10:45:40 +03:00 |
Turo Lamminen
|
9eeece1b35
|
Travis: Treat warnings as errors, without typos this time
|
2017-10-04 21:13:26 +03:00 |
Turo Lamminen
|
f6706f3532
|
Travis: Build with clang too
|
2017-10-04 20:55:28 +03:00 |
Kim Kulling
|
cbca8f574e
|
Merge pull request #1432 from turol/asan
Asan
|
2017-10-04 16:12:44 +02:00 |
Kim Kulling
|
2a7f975613
|
Merge pull request #1469 from turol/warnings
Treat warnings as errors on Appveyor
|
2017-10-04 13:26:12 +02:00 |
Kim Kulling
|
c3e9d6132c
|
Merge pull request #1468 from assimp/issue_1467
closes https://github.com/assimp/assimp/issues/1467.
|
2017-10-03 09:58:56 +02:00 |
Turo Lamminen
|
b5db7d3649
|
Disable warning 4351 on MSVC 2013
|
2017-10-02 13:27:11 +03:00 |
Turo Lamminen
|
003c728daf
|
appveyor: Treat warnings as errors
|
2017-10-02 11:43:29 +03:00 |
Turo Lamminen
|
799f0a3ac8
|
Fix warnings-as-errors flag on MSVC
|
2017-10-02 11:40:57 +03:00 |
Jared Mulconry
|
5804667dbb
|
Addressed some mismatched news/deletes caused by the new glTF2 sources.
|
2017-10-02 11:04:15 +03:00 |
Jared Mulconry
|
1eb7eceddf
|
Addressed a number of memory leaks identified in unit tests by asan
|
2017-10-02 11:03:24 +03:00 |
Jared Mulconry
|
29e46e4bb8
|
Addressed asan failures caused by misuse of APIs within unit tests.
|
2017-10-02 11:03:18 +03:00 |
Turo Lamminen
|
1095ec454b
|
Fix delete / delete[] mismatches in glTF2 importer
|
2017-10-02 10:55:26 +03:00 |
Turo Lamminen
|
efd861253d
|
Fix delete / delete[] mismatches in MakeVerboseFormat
|
2017-10-02 10:55:26 +03:00 |
Turo Lamminen
|
da96b32fb9
|
Fix out-of-bounds read in MaterialSystem unit test
|
2017-10-02 10:55:26 +03:00 |
Turo Lamminen
|
5ecab20bd0
|
Fix delete / delete[] mismatch in glTFAsset
|
2017-10-02 10:55:26 +03:00 |
Turo Lamminen
|
fff800f9ab
|
Enable AddressSanitizer for Linux clang build
|
2017-10-02 10:55:26 +03:00 |
Turo Lamminen
|
4652b66bb5
|
Add AddressSanitizer option to CMake
|
2017-10-02 10:54:59 +03:00 |
Kim Kulling
|
6ec25be0a6
|
OpenGEX: improve logging to be able to detect error-prone situations.
|
2017-10-02 09:41:01 +02:00 |
Kim Kulling
|
3f4663e369
|
closes https://github.com/assimp/assimp/issues/1467.
|
2017-10-02 09:33:51 +02:00 |
Kim Kulling
|
c202d43d8f
|
Merge pull request #1466 from jaredmulconry/issue_1330
Eliminated warnings when building the project with clang
|
2017-10-01 20:03:30 +02:00 |
Kim Kulling
|
94860ff66e
|
Merge pull request #1465 from turol/warnings
Make Travis treat warnings as errors
|
2017-10-01 20:01:24 +02:00 |
Turo Lamminen
|
f7b2380f86
|
travis: Treat warnings as errors
|
2017-09-30 16:46:02 +03:00 |
Turo Lamminen
|
77ce6e562d
|
Fix CMAKE option name
|
2017-09-30 16:46:02 +03:00 |
Turo Lamminen
|
45d93701f8
|
Open3DGC: Fix some uninitialized variable warnings
|
2017-09-30 16:45:53 +03:00 |
Jared Mulconry
|
9088deeb1d
|
Eliminated all warnings under clang with default settings. One remains in the included zlib contrib project.
|
2017-09-30 23:29:56 +10:00 |
Jared Mulconry
|
a9e8836271
|
Added -fPIC flag to C compilers for GCC and clang. Removed -pedantic flag from some compilers.
|
2017-09-30 23:28:02 +10:00 |
Kim Kulling
|
c4e91eb33f
|
add some asserts.
|
2017-09-30 10:47:23 +02:00 |
Kim Kulling
|
1c76962c98
|
closes https://github.com/assimp/assimp/issues/1450: use correct name of exporter to gltf2
|
2017-09-30 09:38:13 +02:00 |
Kim Kulling
|
9033071237
|
Obj: rename attribute from exporter.
|
2017-09-30 09:37:34 +02:00 |
Kim Kulling
|
5adc029225
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2017-09-29 21:59:11 +02:00 |
Kim Kulling
|
c42589460d
|
closes https://github.com/assimp/assimp/issues/1459: fix out-of-boundary access error
|
2017-09-29 21:58:58 +02:00 |
Kim Kulling
|
6ae35fb4d1
|
Merge pull request #1462 from jaredmulconry/issue_1330
Fully addressed identifiable build warnings on gcc
|
2017-09-29 16:48:30 +02:00 |
Jared Mulconry
|
d28f45bfa8
|
Merge branch 'master' of github.com:assimp/assimp into issue_1330
|
2017-09-29 14:15:53 +10:00 |
Kim Kulling
|
87546ec54c
|
Merge pull request #1461 from jfaust/master
Fix possible infinite loop when exporting to gltf2
|
2017-09-28 21:21:56 +02:00 |
Jared Mulconry
|
4feac1b1f9
|
Changed a couple more function interfaces to correct the input type.
|
2017-09-29 01:40:05 +10:00 |
Jared Mulconry
|
12b6895f7b
|
Replaced unsigned long for the crc table to z_crc_t, to match what is returned by get-crc_table
|
2017-09-29 01:29:11 +10:00 |
Josh Faust
|
febd611d48
|
Fix glTF2::Asset::FindUniqueID() when the input string is >= 256 chars
|
2017-09-27 18:41:35 -07:00 |
Jared Mulconry
|
e77e89c8b7
|
Improved the naming of temporary file generator function. Replaced use of tmpnam in utIOStreamBuffer with this facility to addresssafety warning.
|
2017-09-26 22:41:20 +10:00 |
Jared Mulconry
|
980d2b0eee
|
Added a header to hold the file generation code for unit testing purposes.
|
2017-09-26 22:08:52 +10:00 |
Jared Mulconry
|
d0ca143a3b
|
Merge branch 'master' of github.com:assimp/assimp into issue_1330
|
2017-09-26 21:35:53 +10:00 |