Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Assimp

Help to improve the lib and to make the world a better place.
Collective - Host: opensource - https://opencollective.com/assimp - Website: https://www.assimp.org - Code: https://github.com/assimp/assimp

Fixes Heap-buffer-overflow in std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<ch

github.com/assimp/assimp - 94c0e9d89087805da3d7bef979d4e70cbcb00b18 authored over 2 years ago
Fixes Heap-use-after-free in Assimp::DXFImporter::ExpandBlockReferences

github.com/assimp/assimp - a4274930e496f8cc905329b49dfe29ff424cb175 authored over 2 years ago
Fixes Heap-buffer-overflow in SuperFastHash

github.com/assimp/assimp - 0c07ea7c7117a8831289f843c5bae2ad628e9579 authored over 2 years ago
Merge pull request #4642 from assimp/kimkulling/fix_stb_header

Fix uninitialized variable.

github.com/assimp/assimp - 0a9a23a0562d5e0961eaca195b3d2a94010f5373 authored over 2 years ago
Fix uninitialized variable.

github.com/assimp/assimp - bc6acedb33e3d0b241146a1e6370e14f5ad8297b authored over 2 years ago
Fix comments on PR

1) Use default instead of empty destructor
2) Remove debug code

github.com/assimp/assimp - 684909a69168a898f4609aa048c153f0c1a18eef authored over 2 years ago
Merge branch 'assimp:master' into master

github.com/assimp/assimp - 3e424f8119ff10ba41597c214eaae75c679689f9 authored over 2 years ago
Use winresrc.h for mingw

github.com/assimp/assimp - d109db152c1bcd9d4d5c5bf8115feb95811d199e authored over 2 years ago
Merge pull request #4630 from tanolino/fix_stl_for_over_4GB

Fix stl for over 4 gb

github.com/assimp/assimp - d8f42279a6c7c045b9969665e9c4dc88a6e53ff4 authored over 2 years ago
Merge branch 'master' into fix_stl_for_over_4GB

github.com/assimp/assimp - 6ad8ea395a41435a8a222f0572f1844d0b97885c authored over 2 years ago
Fix collada parser fails on Mixamo exports

github.com/assimp/assimp - e63426b89c97e9f9c9f0ced64de55813a43d4402 authored over 2 years ago
Don't optimize on debug builds

github.com/assimp/assimp - 8a90ba8a399f5c62ccf5266039e187964ecefaa6 authored over 2 years ago
Merge pull request #4631 from robertosfield/master

Build fix for compiling against minizip.

github.com/assimp/assimp - b2d0ac18cf5c970916f31fc81c624f7553f97057 authored over 2 years ago
Add fallthrough comment to switch case

This allows gcc to identify intentional fallthroughs, which are part all
-Wall. Specifically -We...

github.com/assimp/assimp - a10abe0283787c369cb59426be6b1bf641911cfa authored over 2 years ago
Remove unnecessary const qualifiers

These changes are part of enable -Wall, this specific changes are for
-Werror=ignored-qualifiers

github.com/assimp/assimp - ae276987a02b919df742904175d67ed25e20b725 authored over 2 years ago
Fix non virtual destructor use

github.com/assimp/assimp - c3a89fd2d007e3bacf257f7764d4888b037c5104 authored over 2 years ago
Add missing = operator

implicit assignment operator is depricated, these classes were missing
explicit definitions of t...

github.com/assimp/assimp - 3890b5dff5f62c95ba44255e224800e5b9d29255 authored over 2 years ago
Build fix for compiling against minizip.

github.com/assimp/assimp - 8e062792cd085d4023e5917cff35957b247506cf authored over 2 years ago
Merge pull request #4621 from hectorPiteau/patch-1

Fix typo in installation instructions for ubuntu.

github.com/assimp/assimp - 1c646057ce58bb66137166b2861d70b57b48eb5e authored over 2 years ago
Merge branch 'master' into patch-1

github.com/assimp/assimp - ee3aaf74464baa72966927f6033ad9560af1d7e7 authored over 2 years ago
Merge pull request #4629 from assimp/kimkulling/fix_leak_in_D3MFOpcPackage_issue-4628

Fix memory leak in D3MFOpcPackage

github.com/assimp/assimp - ab4223f671227f8616c46d7629d65bb2debb29db authored over 2 years ago
Use size_t for the file size in cpp file

This pointer juggling in combination with STL files >4GB caused some nasty illegal memory access...

github.com/assimp/assimp - c23146bb20612ceaf19b5e2e7a8429bddd5b12f5 authored over 2 years ago
Update D3MFOpcPackage.cpp

github.com/assimp/assimp - c5dfcac08a26c554494a22dc80620e716d929fdc authored over 2 years ago
Use size_t for file size instead of unsigned int

This is one step to help us open files with more then 4 GB size.

github.com/assimp/assimp - 24d110199a3c247f9b08f5faf738e4434225623d authored over 2 years ago
Fix memory leak in D3MFOpcPackage

- closes https://github.com/assimp/assimp/issues/4628

github.com/assimp/assimp - e254f80a3a6884f64895767b7a803853a5c585c6 authored over 2 years ago
Merge pull request #4627 from assimp/kimkulling/remove_assert_from_parser_issue-4626

Remove assertion test

github.com/assimp/assimp - a1f9a299e999fe697437dd9a90a1c825225854e3 authored over 2 years ago
Remove assertion test

- Code cleanup
- closes https://github.com/assimp/assimp/issues/4626

github.com/assimp/assimp - 70b2db19a8d5915e0466dc3e7b3af3af35a81c93 authored over 2 years ago
Merge branch 'master' into patch-1

github.com/assimp/assimp - e77ab52dbabf0f88db52cf2f9317686a0a8ec6b1 authored over 2 years ago
Merge pull request #4541 from blackhorse-reddog/master

I ran into an error while processing coloured binary stl. Just a type but better be fixed

github.com/assimp/assimp - 7e4a20f84374ba2f0b959881f072a0eda3976211 authored over 2 years ago
Merge branch 'master' into master

github.com/assimp/assimp - e9b08f35b2d48253e915ebf70f257f7a996939b8 authored over 2 years ago
Merge pull request #4611 from assimp/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3

github.com/assimp/assimp - bac34327334d74d878624dd53bd7aa9970b1ff36 authored over 2 years ago
Fix typo in installation instructions for ubuntu.

github.com/assimp/assimp - 579bd6b13e1eac578f4300c7000f8ee861526bb8 authored over 2 years ago
Merge branch 'master' into dependabot/github_actions/actions/checkout-3

github.com/assimp/assimp - e3c94c6412c47f4c222a2389808d9b17b5af6bdd authored over 2 years ago
Merge pull request #4610 from assimp/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3

github.com/assimp/assimp - 3ae1a37a41b7e643082c9791034dd38769383da1 authored over 2 years ago
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-3

github.com/assimp/assimp - 8d5ed5dfe5b76ec777a5853743982e13b4f59fe5 authored over 2 years ago
Merge pull request #4619 from assimp/kimkulling/fix_texture_loading_3mp_issue-4568

Kimkulling/fix texture loading 3MF, reladed issue-4568

github.com/assimp/assimp - 395b9f535e7336382ebf352e2ca7478e98f6a1e1 authored over 2 years ago
Fix texture fetch for embedded textures in 3mf-files.

github.com/assimp/assimp - 77a2cdee76d5ef3c7b863c6b3810a70ee7a761a8 authored over 2 years ago
Use default destructor.

github.com/assimp/assimp - 0db8b3daae0bf40eb83d9766a5907748e70e0ee3 authored over 2 years ago
Bump actions/upload-artifact from 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Rele...

github.com/assimp/assimp - 9a3bde0e6db91c24f3a6bbf795364aeb3fb97505 authored over 2 years ago
Merge branch 'master' into dependabot/github_actions/actions/checkout-3

github.com/assimp/assimp - 422ed5279ad5f93b0593bab8adaec62ab55be183 authored over 2 years ago
Merge pull request #4612 from assimp/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3

github.com/assimp/assimp - 44fad544e60062330b69ba61e28f3108e44e51f5 authored over 2 years ago
Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](htt...

github.com/assimp/assimp - 15030fb7b14d50a20bc0a672549a59b3779bdb7a authored over 2 years ago
Merge branch 'master' into dependabot/github_actions/actions/cache-3

github.com/assimp/assimp - 744ed2256bb0296e76ca9bfb899e1841d8dc9097 authored over 2 years ago
Merge pull request #4613 from assimp/dependabot/github_actions/JesseTG/rm-1.0.3

Bump JesseTG/rm from 1.0.2 to 1.0.3

github.com/assimp/assimp - ec2db278e32b3fc170b8b6eac297c105113002e4 authored over 2 years ago
Merge branch 'master' into dependabot/github_actions/JesseTG/rm-1.0.3

github.com/assimp/assimp - 2ee7727d86873a7620b8d66d58fb06bdc7376321 authored over 2 years ago
Merge pull request #4614 from assimp/kimkulling/fix_bad_alloc_issue-3417

Fix possible bad_alloc exception for invalid file

github.com/assimp/assimp - 13bee0d5e68bea065c5f00b9e5ffe6946af13ae1 authored over 2 years ago
Update Q3DLoader.cpp

github.com/assimp/assimp - eeae6eac2648df70a560659a90f4011fdc2083da authored over 2 years ago
Fix possible bad_alloc exception for invalid file

- Fuzzer finding
- closes https://github.com/assimp/assimp/issues/3417

github.com/assimp/assimp - 2d994e1a286fac611d43a5a7eca32436d37e87e0 authored over 2 years ago
Bump JesseTG/rm from 1.0.2 to 1.0.3

Bumps [JesseTG/rm](https://github.com/JesseTG/rm) from 1.0.2 to 1.0.3.
- [Release notes](https:/...

github.com/assimp/assimp - b05ff26569dbe8c1872c83492c36547705446c23 authored over 2 years ago
Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://g...

github.com/assimp/assimp - 200e43b99d1cc2ce7b20fbcfa87e8b5147e13faa authored over 2 years ago
Merge pull request #4569 from turrisxyz/Dependabot-GitHub-Actions

chore: Included githubactions in the dependabot config

github.com/assimp/assimp - c1012b4af055244cc3e86eb713775e489edb0b70 authored over 2 years ago
Merge branch 'master' into Dependabot-GitHub-Actions

github.com/assimp/assimp - 4a5ad508289717819d6535d52a21d7e38a8f408e authored over 2 years ago
Merge pull request #4597 from luca-della-vedova/fix/collada_empty_animation_name

Fix nested animation name being lost in Collada

github.com/assimp/assimp - f4c8b55b33cfecf706ecb252aa5f8717470ff5b5 authored over 2 years ago
Merge branch 'master' into fix/collada_empty_animation_name

github.com/assimp/assimp - 90b75cd6e7ad88c39e5060d96d44a27e9579177a authored over 2 years ago
Merge pull request #4609 from assimp/kimkulling/fix-issue-4238

Try to fix issue 4238

github.com/assimp/assimp - 50638f98f5fd49532e98259095443ba889b35900 authored over 2 years ago
Update MDLMaterialLoader.cpp

github.com/assimp/assimp - 5bce9e8ce5a1c999ee33cb2edcde6639b8f00e67 authored over 2 years ago
Try to fix issue 4238

- Fix possible nullptr dereferencing.
- closes https://github.com/assimp/assimp/issues/4238

github.com/assimp/assimp - a6b1a357488fe8ca1cd0e6afae4d83173befc239 authored over 2 years ago
Merge branch 'master' into fix/collada_empty_animation_name

github.com/assimp/assimp - 6d26e91fc17c78531e129f66f92fe5c8ebcd7112 authored over 2 years ago
Merge pull request #4605 from assimp/kimkulling/fix_memleak_in_xmlparser

Fix a memory leak

github.com/assimp/assimp - 245cd66d11f0677c989a86a924ba82c87084b129 authored over 2 years ago
Merge branch 'master' into kimkulling/fix_memleak_in_xmlparser

github.com/assimp/assimp - 636d8bffe59e23c1a24c66dba04bd76805c309d9 authored over 2 years ago
Fix a memory leak

github.com/assimp/assimp - 906321689315f0245cff1c73921e9d7c87bdee6a authored over 2 years ago
Merge pull request #4601 from assimp/kimkulling/fix_mingw_compilation_issue4586

Use mingw.include

github.com/assimp/assimp - 43f060663f732551ab1d097636038efeee7b7b75 authored over 2 years ago
Use mingw.include

github.com/assimp/assimp - 55625d1af52ac89cf71a17af57c33128bd323fb3 authored over 2 years ago
Merge pull request #4598 from assimp/kimkulling/fix-win32-build-with-no-dxsdk9-issue4593

Disable build for tools per default

github.com/assimp/assimp - be700a04806b1bd296945b2dda0234d37dece962 authored over 2 years ago
Diable build for tools per default

- closes https://github.com/assimp/assimp/issues/4593

github.com/assimp/assimp - eee6269cd15b717a6ba6389636e463f03f0c1549 authored over 2 years ago
Fix nested animation name being lost in Collada

Signed-off-by: Luca Della Vedova <[email protected]>

github.com/assimp/assimp - 0924c4710bb639491906c85c40abe96064a2c643 authored over 2 years ago
Merge pull request #4596 from assimp/kimkulling/fix_invalid_opengex_token_match

Kimkulling/fix invalid opengex token match

github.com/assimp/assimp - e1e847773270eb223cdb376ac6261a91a38a6961 authored over 2 years ago
Merge branch 'master' into kimkulling/fix_invalid_opengex_token_match

github.com/assimp/assimp - 96ccaa03a0552a906deb3246a105efa60c440f00 authored over 2 years ago
Replace debug code by a real test

github.com/assimp/assimp - f76be1a6310c73c453b7b56394ac0040677fb120 authored over 2 years ago
Fix name of test

github.com/assimp/assimp - 3d692c72ba12cd97485bdd561089a12587517bb3 authored over 2 years ago
Fix token match string checks.

github.com/assimp/assimp - d3c820161434d5b39fb0e505bcdd7eb94d4f5950 authored over 2 years ago
Merge pull request #4595 from assimp/kimkulling/fix-doc

Update name of package

github.com/assimp/assimp - b6f3c8eb15c6d7867c6a7817d49f7cdf70b06846 authored over 2 years ago
Update name of package

- closes https://github.com/assimp/assimp/issues/4594

github.com/assimp/assimp - 2de95c77a4a90b7dfc681d3859ed23b1a795f3f8 authored over 2 years ago
Merge pull request #4542 from hgdagon/master

Fix GNUC check on Windows

github.com/assimp/assimp - 33b672288c375229fe3e1584b97176b3cf8f4137 authored over 2 years ago
Merge branch 'master' into master

github.com/assimp/assimp - 559835615748be901e006cb90c815b93f8d54641 authored over 2 years ago
Merge pull request #4581 from Gargaj/w32fix

Fix Windows 32-bit builds

github.com/assimp/assimp - 6cebe2c1f18ca4b8f89205a0e75eaaade2ef409c authored over 2 years ago
Merge branch 'master' into master

github.com/assimp/assimp - 855537f232514226eb300acf354475599f9d193e authored over 2 years ago
Merge branch 'master' into w32fix

github.com/assimp/assimp - be2e6a1b24d2ebdfd9e81832e283d08e715e2a58 authored over 2 years ago
Merge pull request #4585 from onurtore/otore19/sandbox

Utilizies AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES flag for Collada meshes.

github.com/assimp/assimp - 038ae8c0282db3b866d6f386a1738d34d094291e authored over 2 years ago
Merge branch 'master' into otore19/sandbox

github.com/assimp/assimp - b392ff5ad1e4de50bfe5692bf6b89e223276ef6d authored over 2 years ago
Fix: Collada header updated

github.com/assimp/assimp - 4f06c41802ff2dfadbeef9890eebf54433499d94 authored over 2 years ago
Merge pull request #4534 from tanolino/patch-2

Inifinite loop on bad import files

github.com/assimp/assimp - 3f3f4dc6b79901eb29f4c5f97bd3610a1e8ab6e7 authored over 2 years ago
fix windows 32 bit builds

github.com/assimp/assimp - bca5650578fd693f25bca7bc683a0c0c7484ab38 authored over 2 years ago
Merge branch 'master' into patch-2

github.com/assimp/assimp - fff74a4ac029e0f22116aa54166616ca0c4c42fa authored over 2 years ago
Merge pull request #4584 from kovacsv/delete_unused_variable

Remove unused variable.

github.com/assimp/assimp - ad2a1546eb9fa8fb248d1ba3d6665b30905c58b8 authored over 2 years ago
Deletion: Removed unnessary header

github.com/assimp/assimp - c2060a1f7e9a189db275178e65a3c1a7ced9f790 authored over 2 years ago
Feature: Utilizes removeEmptyBones flag for Collada

github.com/assimp/assimp - 1b53f4178768bec5d5ac2174ce35abf8ffb9bc20 authored over 2 years ago
Remove unused variable.

github.com/assimp/assimp - 2486a681c189444c40827e09506299ad0d5459ee authored over 2 years ago
Merge pull request #4578 from PercentBoat4164/master

Add support for GCC v12

github.com/assimp/assimp - 67fe6643c3eb68ca789c45b91a05ae070ec20191 authored over 2 years ago
Add support for GCC v12

github.com/assimp/assimp - 487a9aca2f7d97baed6e39d6ca9803aa5185862e authored over 2 years ago
Merge branch 'master' of https://github.com/assimp/assimp into fix/collada_parser_sid

github.com/assimp/assimp - 079b7deb3397a228472659fd161bf891230a0bc8 authored over 2 years ago
Merge branch 'master' into master

github.com/assimp/assimp - ce8081bd0a89c494587e236c27a1e293aede34ed authored over 2 years ago
Merge pull request #4552 from assimp/kimkulling/create_skeleton_data_issue_4015

[Experimental] New skeleton container for bones

github.com/assimp/assimp - b8812d2b4f5546da972cf06b73c6f7d5315cdfe6 authored over 2 years ago
Merge branch 'master' into kimkulling/create_skeleton_data_issue_4015

github.com/assimp/assimp - 5adea2dbcf9a838c85c85c9940897d2efb6fa025 authored over 2 years ago
Fix merge conflicts

github.com/assimp/assimp - aaa19903c6cfbf9e507af18c7a4c5aff90ea9db5 authored over 2 years ago
chore: Included githubactions in the dependabot config

This should help with keeping the GitHub actions updated on new releases. This will also help wi...

github.com/assimp/assimp - a5a38775f16d7ead473a8d3981a96cd6b8d6a922 authored over 2 years ago
Merge pull request #4567 from assimp/kimkulling/fix_nullptr_exception_opnglb_export_issue4418

Fix possible nullptr exception

github.com/assimp/assimp - 0768a130578a54b005083046d7bba566519dc7a7 authored over 2 years ago
Fix usage of validation

github.com/assimp/assimp - 02b0c89fa4bec9358caadb77ebe8815d9104a76e authored over 2 years ago
Fix possible nullptr exception

- closes https://github.com/assimp/assimp/issues/4418

github.com/assimp/assimp - 4fb5cf4ba6102c4e62113cc37b53c383c9c11708 authored over 2 years ago