David M. Golembiowski
|
124e95c477
|
Merge branch 'master' into master
|
2020-05-05 01:03:03 -04:00 |
Kim Kulling
|
3a84675c2b
|
Merge pull request #3202 from assimp/issue_3190
closes https://github.com/assimp/assimp/issues/3190 : fix leak.
|
2020-05-04 22:16:25 +02:00 |
Kim Kulling
|
bf95d1da7c
|
fix conversion
|
2020-05-04 21:48:46 +02:00 |
Kim Kulling
|
6afb72216c
|
Compile constructor of aiMetadataType only for c++
|
2020-05-04 20:50:44 +02:00 |
Kim Kulling
|
3b4a9812e5
|
add init list for metadatatype.
|
2020-05-04 20:40:08 +02:00 |
kimkulling
|
5c9a08e375
|
closes https://github.com/assimp/assimp/issues/3190 : fix leak.
|
2020-05-04 15:36:54 +02:00 |
Kim Kulling
|
c4ea522b6d
|
Merge branch 'master' into master
|
2020-05-04 10:18:03 +02:00 |
Kim Kulling
|
8675bb0912
|
Merge pull request #3197 from assimp/kimkulling_dev
Kimkulling dev
|
2020-05-03 18:58:49 +02:00 |
Kim Kulling
|
918d3d4206
|
fix invalid endif statement in cmake.
|
2020-05-03 15:55:42 +02:00 |
Kim Kulling
|
91fa9a102b
|
closes https://github.com/assimp/assimp/issues/3181: fix typo for light type.
|
2020-05-03 12:17:32 +02:00 |
Kim Kulling
|
09dcb76063
|
Merge branch 'master' into kimkulling_dev
|
2020-05-03 11:50:18 +02:00 |
Kim Kulling
|
3b06f57150
|
add missing inclde +
|
2020-05-02 21:11:47 +02:00 |
Kim Kulling
|
4f902faddf
|
build: move option for viewer to the other options.
|
2020-05-02 21:08:24 +02:00 |
Kim Kulling
|
514593548d
|
add assert-test for nullptr.
|
2020-05-02 21:07:41 +02:00 |
Kim Kulling
|
3329e76263
|
closes https://github.com/assimp/assimp/issues/3178: throw exception in case of invalid export stream.
|
2020-05-02 21:06:55 +02:00 |
Kim Kulling
|
a874facbbf
|
Merge pull request #3196 from assimp/kimkulling_dev
Kimkulling dev
|
2020-05-02 19:55:33 +02:00 |
Kim Kulling
|
f8e6512a63
|
Move format importer and exporter into its won folder.
|
2020-05-02 15:14:38 +02:00 |
David M. Golembiowski
|
314bdf196b
|
Merge branch 'master' into master
|
2020-05-01 18:34:29 -04:00 |
David M. Golembiowski
|
8c243b80c0
|
Merge pull request #3 from dmgolembiowski/rust-port
Rust port
|
2020-05-01 18:24:33 -04:00 |
David Golembiowski
|
57e837092e
|
populated module level files
|
2020-05-01 18:23:14 -04:00 |
David Golembiowski
|
778c3afbbb
|
Rust's import system dictates that we must make directories rather than use individual files to provide a clean public interface
|
2020-05-01 18:11:44 -04:00 |
David Golembiowski
|
2d43a24475
|
memory info struct
|
2020-05-01 17:41:16 -04:00 |
David Golembiowski
|
a286506c23
|
fixed a couple of things. Adding MaterialPropertyString
|
2020-05-01 17:32:55 -04:00 |
David Golembiowski
|
e6837f7394
|
Need to consider different implementations of String kinds in Rust, and additionally how we may want to `impl Copy for Str`, i.e. `std::mem::swap` with placeholders to keep performance up.
|
2020-05-01 17:25:02 -04:00 |
David Golembiowski
|
38b80f6c6b
|
populating plane struct
|
2020-05-01 16:58:32 -04:00 |
David Golembiowski
|
ba633f95bb
|
populating colors
|
2020-05-01 16:54:56 -04:00 |
David Golembiowski
|
4f8eb0f79c
|
populating Texel struct definition for textures
|
2020-05-01 16:50:31 -04:00 |
David Golembiowski
|
c338c5ca02
|
Populating 3d and 4d matrix struct definitions
|
2020-05-01 16:47:35 -04:00 |
David Golembiowski
|
c6f2196f60
|
vector definitions
|
2020-05-01 16:32:25 -04:00 |
Kim Kulling
|
52122a9900
|
Merge branch 'master' into kimkulling_dev
|
2020-05-01 10:49:03 +02:00 |
Kim Kulling
|
08609feb54
|
Merge pull request #3170 from assimp/opencollective-opencollective
Opencollective opencollective
|
2020-04-30 21:32:42 +02:00 |
Kim Kulling
|
1505a57ad2
|
Merge branch 'master' into opencollective-opencollective
|
2020-04-30 21:05:50 +02:00 |
Kim Kulling
|
b495c42a33
|
Merge pull request #3171 from assimp/kimkulling-patch-github-actions
Add sanitizer support
|
2020-04-30 21:04:08 +02:00 |
Kim Kulling
|
a639221ede
|
Update to float
- Temporary change to analyze leak.
|
2020-04-30 09:14:42 +02:00 |
Kim Kulling
|
6956ef53d9
|
Merge branch 'master' into opencollective-opencollective
|
2020-04-30 09:08:55 +02:00 |
Kim Kulling
|
2d9d112015
|
fix warning
|
2020-04-29 21:35:42 +02:00 |
Kim Kulling
|
1c30b7bf8e
|
tryout: check if leak is coupled to type double.
|
2020-04-29 21:31:01 +02:00 |
Kim Kulling
|
e0bc0f7fad
|
try to fix double memleak.
|
2020-04-29 21:19:15 +02:00 |
Kim Kulling
|
da2bf5c7a4
|
fix wrong size
|
2020-04-29 21:13:46 +02:00 |
Kim Kulling
|
f808ed9fb5
|
fbxconverter: fix memoryleak.
|
2020-04-29 20:52:49 +02:00 |
Kim Kulling
|
c6131ce38a
|
scenecombiner: fix leak.
|
2020-04-29 20:43:23 +02:00 |
Kim Kulling
|
fd555a1349
|
review findings.
|
2020-04-29 20:33:37 +02:00 |
Kim Kulling
|
b9c597d055
|
Fix review finding.
|
2020-04-29 13:46:01 +02:00 |
Kim Kulling
|
fcdf88a74a
|
Use correct sanitizer
|
2020-04-29 13:41:40 +02:00 |
Kim Kulling
|
1a440834ae
|
Use debug configuration
|
2020-04-28 21:11:21 +02:00 |
Kim Kulling
|
68efdcde88
|
Remove deprecated step
|
2020-04-28 20:41:02 +02:00 |
Kim Kulling
|
7b4ff0cb1c
|
Fix name
|
2020-04-28 20:39:13 +02:00 |
Kim Kulling
|
4afbe35e07
|
Use unique name for the sanitizer check
|
2020-04-28 20:32:55 +02:00 |
Kim Kulling
|
a5a38c02a5
|
move sanitizer into its own file
|
2020-04-28 20:31:42 +02:00 |
Kim Kulling
|
8888495d12
|
Create sanitizer.yml
|
2020-04-28 20:30:59 +02:00 |