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

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    856547b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    83c0dce View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. fix -Waddress-of-packed-member

    Garux committed May 30, 2021
    Configuration menu
    Copy the full SHA
    c776924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b56544 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Use Safe Constants Idioms for ObjFileParser::DEFAULT_MATERIAL.

    Reference: "A static Class Member" in https://abseil.io/tips/140
    Hill Ma committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    93edbe8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. more const in format detection

    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.
    Krishty committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    5895c0c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Including <exception>

    Assimp wasn't compiling on GNU/Linux
    sadiki0 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    1eb0d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c84afa View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    79f3368 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Merge pull request assimp#4083 from markoffline/patch-1

    including <exception>
    kimkulling committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    95d1232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6543cb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Merge pull request assimp#4076 from mahiuchun/static

    Use Safe Constants Idioms for ObjFileParser::DEFAULT_MATERIAL.
    kimkulling committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    4fd7330 View commit details
    Browse the repository at this point in the history
  2. Fix possible nullptr dereferencing in material parsing

    * Return 0.0f for empty buffer
    * closes assimp#3442
    kimkulling committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    fb5b5e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request assimp#4085 from assimp/kimkulling-issue_3442

    Fix possible nullptr dereferencing in material parsing
    kimkulling committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    590307d View commit details
    Browse the repository at this point in the history
  4. Update ObjTools.h

    kimkulling committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    95263b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d286aad View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    6cb6a6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request assimp#4078 from krishty/const-tokens

    more const in format detection
    kimkulling committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    96e2f1c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    1f76b2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request assimp#3743 from Garux/Q1MDLgroup

    Fix Q1 MDL group frame loading, e.g. Q1 progs/flame2.mdl
    kimkulling committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    2f5a311 View commit details
    Browse the repository at this point in the history
  3. Add support for normal maps, the classic way

    - get compiant to tinyobjloader and other importers
    - closes assimp#3726
    kimkulling committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    ac6b898 View commit details
    Browse the repository at this point in the history
  4. Merge pull request assimp#4106 from assimp/kimkulling-issues-3726

    Add support for normal maps, the classic way
    kimkulling committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    3e4cca4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    ae951fb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Merge pull request assimp#4108 from davidepi/fix-aistring-embedtextures

    Fix aiString length not updated in the EmbedTextures postprocess task
    kimkulling committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    babf3b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    da53c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b20df View commit details
    Browse the repository at this point in the history
  3. Visual C++: warnings are no longer treated as errors

    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 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    ff2b527 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    4e8ca06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf40207 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5085ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7ae8ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    826be54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    025be78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15d2258 View commit details
    Browse the repository at this point in the history
  8. contrib/poly2tri is now a submodule

    Initially fixed at commit 18b147311d3a3fef348c8bb0e710d0e5ade2b158 from 2011 because this seems to be Assimp’s current version.
    krishty committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b8c4e0e View commit details
    Browse the repository at this point in the history
  9. contrib/openddlparser is now a submodule

    Initially fixed at commit d3d87d6af75b7b1d9a9c83af57cb1b35f21aa0e3 from 2021-05-10 because this seems to be Assimp’s current version.
    krishty committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    88152b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. contrib/draco is now a submodule

    Initially fixed at version 1.4.1 from 2020 because this seems to be Assimp’s current version.
    krishty committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a50d3e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e95572 View commit details
    Browse the repository at this point in the history
  3. contrib/googletest is now a submodule

    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.
    krishty committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    7d2a63f View commit details
    Browse the repository at this point in the history
  4. contrib/pugixml is now a submodule

    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.
    krishty committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    13dfc0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0b635e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a754b43 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Bump contrib/utf8cpp from 60c490b to 2ad9957

    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[bot] committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    de4fd7d View commit details
    Browse the repository at this point in the history