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: antonKurd/cppcms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: artyom-beilis/cppcms
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.
  • 4 commits
  • 34 files changed
  • 2 contributors

Commits on Aug 2, 2025

  1. Replaced system category with one from predating C++11 (v1.2)

    because std::system_category does not translate WSAGetLastError results
    artyom-beilis committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    a1914f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Version to 2.0.1

    artyom-beilis committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    b872972 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. CMakeLists.txt: make it compatible with CMake 4

    The build with CMake >= 4 currently fails with:
    
    CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
      Compatibility with CMake < 3.5 has been removed from CMake.
    
      Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
      to tell CMake that the project requires at least <min> but has been updated
      to work with policies introduced by <max> or earlier.
    
      Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
    
    we simply need to specify that the minimum version is 3.5 to fix the
    build.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
    tpetazzoni committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    9216471 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Merge pull request artyom-beilis#106 from tpetazzoni/cmake4-compat

    CMakeLists.txt: make it compatible with CMake 4
    artyom-beilis authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    cfaf96e View commit details
    Browse the repository at this point in the history
Loading