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: artyom-beilis/cppcms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cpp11
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.
  • 19 commits
  • 36 files changed
  • 4 contributors

Commits on Aug 25, 2020

  1. python3 fix for tmp_cc

    artyom-beilis committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    d745869 View commit details
    Browse the repository at this point in the history
  2. Python3 compatibility

    artyom-beilis committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    2fc7e38 View commit details
    Browse the repository at this point in the history
  3. Python3 compatibility

    artyom-beilis committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    0d121a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c67544 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a737d5d View commit details
    Browse the repository at this point in the history
  6. Added Readme for github

    artyom-beilis committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    f78ee39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90bc996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31d4fe7 View commit details
    Browse the repository at this point in the history
  9. Merges from cpp11

    artyom-beilis committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    f8163c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    463a9a6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. [#89] cppcms_error fix typo + consistent messages

    Augustin committed May 17, 2023
    Configuration menu
    Copy the full SHA
    44e24c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from dreaming-augustin/master

    [#89] cppcms_error fix typo + consistent  messages
    artyom-beilis authored May 17, 2023
    Configuration menu
    Copy the full SHA
    3000bc6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cpp11'

    artyom-beilis committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a11e9d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Python 3.12 compatibility: wrap regex in r''.

    Fixes scores of errors like:
    	SyntaxWarning: invalid escape sequence '\*'
    
    Using invalid escape sequences in string literals has been deprecated since Python 3.6.
    Since then, attempting to use an invalid escape sequence has emitted a DeprecationWarning.
    Python 3.12 upgraded the DeprecationWarning to a SyntaxWarning.
    dreaming-augustin committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    922cd49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from dreaming-augustin/upstream

    Python 3.12 compatibility: wrap regex in r''.
    dreaming-augustin authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c4febcc View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    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 #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