Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: end2endzone/bin2cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GerHobbelt/bin2cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 168 files changed
  • 1 contributor

Commits on Jul 7, 2024

  1. Squashed 'thirdparty/RapidAssist/' content from commit 1e35aef

    git-subtree-dir: thirdparty/RapidAssist
    git-subtree-split: 1e35aefb77bf3e15191e8b00e11b215066a51a20
    GerHobbelt committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    2ca50d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc8b31 View commit details
    Browse the repository at this point in the history
  3. quick fixes for building in Win32/MSVC UNICODE build mode. Note the #…

    …undef+#define hacky patch for the GetEnvironmentStrings API: it turned out that way as that one's ANSI API is apparently named like that, i.e. *without* the ubiquitous 'A' suffix -- me thinks that was a keyboard slip-up over at Microsoft DevQuarters.
    GerHobbelt committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9b4a70b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63ad60e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix warning C5204: 'bin2cpp::File': class has virtual functions, but …

    …its trivial destructor is not virtual; instances of objects derived from this class may not be destructed correctly
    GerHobbelt committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6fddc52 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    359a3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b5585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2b4dd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. fix warning C5204: class has virtual functions, but its trivial destr…

    …uctor is not virtual; instances of objects derived from this class may not be destructed correctly
    GerHobbelt committed May 14, 2025
    Configuration menu
    Copy the full SHA
    623f7ca View commit details
    Browse the repository at this point in the history
  2. fix compiler error for the new-ish code where the *generated code* al…

    …so includes the fix for warning C5204: class has virtual functions, but its trivial destructor is not virtual; instances of objects derived from this class may not be destructed correctly
    GerHobbelt committed May 14, 2025
    Configuration menu
    Copy the full SHA
    bd58306 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/end2endzone-original/master'

    # Conflicts:
    #	src/bin2cpp/BaseGenerator.cpp
    GerHobbelt committed May 14, 2025
    Configuration menu
    Copy the full SHA
    04ced2b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. Configuration menu
    Copy the full SHA
    8253c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2905b7 View commit details
    Browse the repository at this point in the history
  3. Merge commit 'bcfbe55ddd3be507de2d928485836956c7f6b72f'

    # Conflicts:
    #	src/bin2cpp/ArrayGenerator.cpp
    #	src/bin2cpp/BaseGenerator.cpp
    #	src/bin2cpp/SegmentGenerator.cpp
    #	src/bin2cpp/StringGenerator.cpp
    #	src/bin2cpp/Win32ResourceGenerator.cpp
    GerHobbelt committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    88551d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f79aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2be6ea8 View commit details
    Browse the repository at this point in the history
  6. Merge commit '00721b981a3ab65627266c8fe3b58788f30971eb'

    # Conflicts:
    #	src/bin2cpp/ArrayGenerator.cpp
    #	src/bin2cpp/BaseGenerator.cpp
    #	src/bin2cpp/ManagerGenerator.cpp
    #	src/bin2cpp/SegmentGenerator.cpp
    #	src/bin2cpp/StringGenerator.cpp
    #	src/bin2cpp/Win32ResourceGenerator.cpp
    GerHobbelt committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    532c96f View commit details
    Browse the repository at this point in the history
  7. Merge tag '3.1.0'

    GerHobbelt committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    ba94952 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

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

Commits on Nov 17, 2025

  1. fix warning C5204: 'bin2cpp::INameProvider': class has virtual functi…

    …ons, but its trivial destructor is not virtual; instances of objects derived from this class may not be destructed correctly.
    GerHobbelt committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    1e908ab View commit details
    Browse the repository at this point in the history
Loading