Commit Graph

8909 Commits (ae05dbb2527da54e791e3a115975c3d06504093d)

Author SHA1 Message Date
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
Rafał Mikrut 6967a02fcb
Merge branch 'master' into added_check_before_using 2020-04-28 18:33:29 +00:00
Kim Kulling 4afbe35e07
Use unique name for the sanitizer check 2020-04-28 20:32:55 +02:00
qarmin 4dfdbbf171 Check index before using 2020-04-28 20:31:59 +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
RichardTea a52b66f10d Merge remote-tracking branch 'upstream/master' 2020-04-28 15:23:20 +01: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
Paul Arden 81abd90ee1 Fix reading of orthographic camera data. Fixes #3028. 2020-04-28 10:07:56 +10:00
ardenpm d203457f56
Merge pull request #14 from assimp/master
Update master from upstream
2020-04-28 09:43:29 +10: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
Kim Kulling b0c9711894
Small format finding 2020-04-27 15:16:57 +02: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
Inho Lee 629320a3a0 Add timescale for collada 2020-04-27 11:52:04 +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
luca d98787f35b CI: use clang on Unix, msvc on Windows;Remove explicit flags in CMakeLists.txt; 2020-04-26 12:50:42 -07:00
Kim Kulling 2273160f2c
Merge pull request #3167 from assimp/iisue_3165
Iisue 3165
2020-04-26 19:38:31 +02:00
Kim Kulling 6c1e21d754 fix formatting. 2020-04-26 19:14:30 +02:00
Kim Kulling bafb8e3189 closes https://github.com/assimp/assimp/issues/3165: remove deprecated code whch causes compiler warning. 2020-04-26 08:59:52 +02:00
Kim Kulling 638df2ceac
Merge branch 'master' into master 2020-04-25 12:07:06 +02:00
David Golembiowski e438310d8c should have added these earlier 2020-04-25 00:12:58 -04:00
David M. Golembiowski 52f0f0fd2c
Merge pull request #2 from dmgolembiowski/rust-port
Rust port
2020-04-24 22:17:35 -04:00
David Golembiowski 060c45fcf3 initial layout for anim.rs 2020-04-24 22:15:32 -04:00
David Golembiowski 2108e08c90 adding structs 2020-04-24 18:15:51 -04:00
David M. Golembiowski 1ccf86ea7d
Merge pull request #1 from dmgolembiowski/rust-port
Rust port
2020-04-24 17:05:06 -04:00
David Golembiowski 6363bf34c0 see git commit message rust-port 5d05c536 2020-04-24 17:03:41 -04:00
David Golembiowski 5d05c536e7 updated gitignore and made port library name compliant with cargo 2020-04-24 17:02:36 -04:00
David Golembiowski df57ee6cb6 laying out the submodules 2020-04-24 16:49:38 -04:00
David Golembiowski 45e33ce1bf first commit 2020-04-24 16:36:44 -04:00
Kim Kulling 02ef435d55
Merge pull request #3116 from assimp/issue_3103
closes https://github.com/assimp/assimp/issues/3103: always enable wa…
2020-04-24 09:06:46 +02:00
Kim Kulling 9fc2b2f168
Merge branch 'master' into issue_3103 2020-04-23 21:22:12 +02:00
Kim Kulling 7f9a1887f3
Merge pull request #3164 from assimp/migenius-migenius-rsws53-mig-2
Migenius migenius rsws53 mig 2
2020-04-23 21:20:45 +02:00