Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump contrib/utf8cpp from 60c490b to 2ad9957 #269

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps contrib/utf8cpp from 60c490b to 2ad9957.

Commits
  • 2ad9957 typos
  • 79835a5 Remove -Wsign-conversion from test builds.
  • 53398ca Restructure tests.
  • e3e57c8 Fix for issue #92: Clang 10 Compiler warnings
  • d736c29 Fix -Wconversion warnings in tests when -funsigned-char option is used.
  • 780bd57 Merge pull request #96 from Finkman/provide-ns-on-installed
  • 73b347f Adds the following advantages:
  • 3ca904b Version 3.2.2
  • aa3b12c Added a couple of statis_casts to eliminate signed conversion warnings.
  • ee90a4a Added compiler options to enable warnings.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Garux and others added 30 commits April 5, 2021 17:18
BaseImporter::SearchFileHeaderForToken() expected a pointer to a non-const token list. This was probably an oversight, as nobody would realistically expect the function to change the list. Furthermore, it prevented token lists from being compiled to read-only memory, in some cases even causing the compiler to generate thread-safe initialization.

The list is now const and all callers declare their token lists static const, thus compiling them to read-only memory.
Assimp wasn't compiling on GNU/Linux
Use Safe Constants Idioms for ObjFileParser::DEFAULT_MATERIAL.
Fix possible nullptr dereferencing in material parsing
Fix Q1 MDL group frame loading, e.g. Q1 progs/flame2.mdl
- get compiant to tinyobjloader and other importers
- closes assimp#3726
Add support for normal maps, the classic way
Fix aiString length not updated in the EmbedTextures postprocess task
This hurts, but we have no control over warnings in our dependencies. For example, the latest zip library compares integer constants and there is nothing we can do about it.
krishty and others added 13 commits October 7, 2021 22:03
Initially fixed at commit 18b147311d3a3fef348c8bb0e710d0e5ade2b158 from 2011 because this seems to be Assimp’s current version.
Initially fixed at commit d3d87d6af75b7b1d9a9c83af57cb1b35f21aa0e3 from 2021-05-10 because this seems to be Assimp’s current version.
Initially fixed at version 1.4.1 from 2020 because this seems to be Assimp’s current version.
This commit moves contrib/gtest to contrib/googletest/googletest. The googletest repository is divided into googlemock and googletest, but only the latter was included with Assimp. git submodules requires pulling the entire repo, so the path had to be adjusted.
Initially fixed at version 1.11.4 from 2020 because this seems to be Assimp’s current version.

CMake required adding the PUGIXML_HEADER_ONLY preprocessor definition, which previously was hard-coded into the header.
Bumps [contrib/utf8cpp](https://github.com/nemtrif/utfcpp) from `60c490b` to `2ad9957`.
- [Release notes](https://github.com/nemtrif/utfcpp/releases)
- [Commits](nemtrif/utfcpp@60c490b...2ad9957)

---
updated-dependencies:
- dependency-name: contrib/utf8cpp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
6 participants