Commit Graph

8709 Commits (314bdf196b6cd6b5de62636b17aeef1984ea960a)

Author SHA1 Message Date
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 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 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
Kim Kulling 8224cbeaad
Try a different naming schema 2020-04-28 20:25:48 +02:00
Kim Kulling 8085e7555e
try something out to get builds back to job-list 2020-04-28 14:53:19 +02:00
Kim Kulling 5cb4ac843d
Update ccpp.yml 2020-04-28 14:43:12 +02:00
Kim Kulling 8240a11e15
Add undefined behavior sanitizer job 2020-04-28 14:41:44 +02:00
Kim Kulling 43df1d676a
Fix dependency 2020-04-28 14:27:02 +02:00
Kim Kulling 24fc16336a
Add build-dependency 2020-04-28 14:24:21 +02:00
Kim Kulling 9107402bda
Add sanitizer job 2020-04-28 14:22:00 +02:00
Kim Kulling f19c7afba9
Merge branch 'master' into kimkulling-patch-github-actions 2020-04-28 10:04:34 +02:00
Kim Kulling dafff4da5d
Merge pull request #3173 from lukka/master
Enable gcc on Linux on CI, fix warnings
2020-04-28 10:03:05 +02:00
Kim Kulling efa046366e
Retrigger build 2020-04-28 09:14:53 +02:00
Kim Kulling 3672f714f3
Merge branch 'master' into master 2020-04-28 08:58:05 +02:00
luca 4488e3e745 build on Linux with gcc and clang; warning as error only for 'assimp' target 2020-04-27 23:38:33 -07:00
Kim Kulling 625cc9d096
Remove useless comparison 2020-04-27 21:30:06 +02:00
Kim Kulling c1c8080143
Use correct name 2020-04-27 19:55:58 +02:00
Kim Kulling 603a1200a2
add gcc build target 2020-04-27 19:51:59 +02:00
luca 7db73182b0 enable gcc build on Linux 2020-04-27 09:51:02 -07:00
kimkulling 4c3aee1968 add opencollective to funding 2020-04-27 12:54:17 +02:00
kimkulling aa1e0872c3 Merge branch 'opencollective' of https://github.com/opencollective/assimp into opencollective-opencollective 2020-04-27 12:51:06 +02:00
Kim Kulling 0a66a2c670
Merge pull request #3168 from lukka/master
Use clang on Unix, msvc on Windows, Use Ninja everywhere
2020-04-27 10:22:02 +02:00