Kim Kulling
6d89622097
Update ccpp.yml
2021-11-17 11:42:49 +01:00
Kim Kulling
d575e28937
Update ccpp.yml
2021-11-17 11:42:07 +01:00
Kim Kulling
703405ebef
Update ccpp.yml
2021-11-12 16:05:12 +01:00
Kim Kulling
081974efdf
Update ccpp.yml
2021-11-12 13:43:30 +01:00
Kim Kulling
5c8eceaca3
Merge branch 'master' into kimkulling-issue_2656_add_cppcoverall
2021-11-12 13:13:13 +01:00
Kim Kulling
dfd95633a4
Add patreon
2021-09-08 08:31:33 +02:00
Kim Kulling
2559befaca
Update feature_request.md
...
- Add label Feature-Request
2021-05-28 10:26:03 +02:00
Kim Kulling
3c51ff771c
Update bug_report.md
...
- Add the bug label
- Make platform config more easy
2021-05-28 09:34:03 +02:00
Kim Kulling
919ae69fe8
Update tech_debt.md
2021-05-28 08:44:40 +02:00
Kim Kulling
59467b204a
Create tech_debt.md
2021-05-27 15:50:28 +02:00
Kim Kulling
b2ca2ceb3f
Update ccpp.yml
2021-04-27 15:02:32 +02:00
Kim Kulling
ff2ab89438
Update ccpp.yml
2021-04-26 23:15:38 +02:00
Kim Kulling
4f0fd49aa8
Update ccpp.yml
2021-04-26 21:05:54 +02:00
Kim Kulling
00217682f7
fix typo
2021-04-26 20:53:50 +02:00
Kim Kulling
525863ac26
Add cppcoveralls to CI
...
- closes https://github.com/assimp/assimp/issues/3656
2021-04-26 20:46:52 +02:00
Kim Kulling
658ffe3d2c
Update FUNDING.yml
...
Only use OpenCollective.
2021-04-01 17:21:12 +02:00
RichardTea
b45723c384
Update JesseTG/rm to 1.0.2
...
Looks to be the current release
2021-02-01 13:24:27 +00:00
Rahul Sheth
62c991290b
Try adding Draco support through Hunter
2021-01-29 17:10:38 -05:00
Kim Kulling
d04b1b9e2e
Replace patreon by opencollective
2021-01-26 18:08:20 +01:00
Kim Kulling
f96698a6d2
Update FUNDING.yml
2020-10-21 16:39:19 +02:00
Kim Kulling
4affe21709
Update ccpp.yml
2020-09-30 19:28:04 +02:00
Kim Kulling
0f4ce80ff1
Update sanitizer.yml
2020-09-30 19:27:32 +02:00
Rahul Sheth
aa125c48ab
Try fixing required action names
2020-09-17 14:38:49 -04:00
Rahul Sheth
b15c111805
Try Hunter-based Github Actions
2020-08-27 16:55:39 -04:00
Andrew Johnson
a9a0c30932
Build viewer and publish artifacts on windows-msvc.
...
This commit introduces Github Actions support for building the tools and viewer and making
these available for download as a zip file in the artifacts area of the Github Actions page.
This allows for continuous validation that the viewer and tools build successfully, and
the download is useful for quick testing of the very latest assimp functionality without needing
to download and build it from source.
This only applies to windows-msvc, since the assimp viewer is only supported on that platform.
It downloads the June 2010 DirectX SDK from the Microsoft servers and installs it. It also
uses a cache to prevent having to perform this DX SDK download and installation repeatedly for every
commit.
Note, it's necessary install the older June 2010 DXSDK because assimp uses the now deprecated D3DX libraries,
and these libraries are not included in the stock Windows Server image provided by Github Actions.
2020-07-11 22:05:06 -07:00
Kim Kulling
bb613df543
Update issue templates
...
To make our life easier
2020-06-16 16:31:47 +02:00
Kim Kulling
1505a57ad2
Merge branch 'master' into opencollective-opencollective
2020-04-30 21:05:50 +02:00
Kim Kulling
6956ef53d9
Merge branch 'master' into opencollective-opencollective
2020-04-30 09:08:55 +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
luca
4488e3e745
build on Linux with gcc and clang; warning as error only for 'assimp' target
2020-04-27 23:38:33 -07: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
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
c079bb21a4
Use checkoutv2
2020-04-15 16:29:55 +02:00
Kim Kulling
323686f878
Fix funding
2020-03-31 19:59:02 +02:00
Kim Kulling
bb046a3f80
fix typo
2020-03-30 21:41:03 +02:00