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: kamchatka-volcano/hypertextcpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GerHobbelt/hypertextcpp
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.
  • 9 commits
  • 116 files changed
  • 1 contributor

Commits on Mar 5, 2022

  1. quick & dirty fix for our MSVC2019 project based builds: include a qu…

    …ick dump of the dependencies. (Meanwhile the CMake-based build breaks on some b0rked `sfun` git commit hash, but we're not CMake-based!)
    GerHobbelt committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    007802f View commit details
    Browse the repository at this point in the history
  2. fix MSVC2019 unicode build: std::filesystem::path () operator produce…

    …s a std::wstring instead of a std::string. Use the std::filesystem::path::string() method instead to get a std::string on all platforms.
    GerHobbelt committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1d398ef View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

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

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    efd245c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606a622 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Oct 17, 2024

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

Commits on Nov 1, 2024

  1. typo fixes + WS

    GerHobbelt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    281565d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

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