-
Notifications
You must be signed in to change notification settings - Fork 119
Comparing changes
Open a pull request
base repository: artyom-beilis/cppcms
base: cpp11
head repository: artyom-beilis/cppcms
compare: master
- 19 commits
- 36 files changed
- 4 contributors
Commits on Aug 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d745869 - Browse repository at this point
Copy the full SHA d745869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc7e38 - Browse repository at this point
Copy the full SHA 2fc7e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d121a7 - Browse repository at this point
Copy the full SHA 0d121a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c67544 - Browse repository at this point
Copy the full SHA 0c67544View commit details -
Configuration menu - View commit details
-
Copy full SHA for a737d5d - Browse repository at this point
Copy the full SHA a737d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f78ee39 - Browse repository at this point
Copy the full SHA f78ee39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bc996 - Browse repository at this point
Copy the full SHA 90bc996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d4fe7 - Browse repository at this point
Copy the full SHA 31d4fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8163c6 - Browse repository at this point
Copy the full SHA f8163c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 463a9a6 - Browse repository at this point
Copy the full SHA 463a9a6View commit details
Commits on May 17, 2023
-
[#89] cppcms_error fix typo + consistent messages
Augustin committedMay 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 44e24c7 - Browse repository at this point
Copy the full SHA 44e24c7View commit details -
Merge pull request #99 from dreaming-augustin/master
[#89] cppcms_error fix typo + consistent messages
Configuration menu - View commit details
-
Copy full SHA for 3000bc6 - Browse repository at this point
Copy the full SHA 3000bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11e9d4 - Browse repository at this point
Copy the full SHA a11e9d4View commit details
Commits on Jul 15, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 922cd49 - Browse repository at this point
Copy the full SHA 922cd49View commit details -
Merge pull request #104 from dreaming-augustin/upstream
Python 3.12 compatibility: wrap regex in r''.
Configuration menu - View commit details
-
Copy full SHA for c4febcc - Browse repository at this point
Copy the full SHA c4febccView commit details
Commits on Aug 2, 2025
-
Replaced system category with one from predating C++11 (v1.2)
because std::system_category does not translate WSAGetLastError results
Configuration menu - View commit details
-
Copy full SHA for a1914f7 - Browse repository at this point
Copy the full SHA a1914f7View commit details
Commits on Nov 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b872972 - Browse repository at this point
Copy the full SHA b872972View commit details
Commits on Dec 17, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9216471 - Browse repository at this point
Copy the full SHA 9216471View commit details
Commits on Dec 18, 2025
-
Merge pull request #106 from tpetazzoni/cmake4-compat
CMakeLists.txt: make it compatible with CMake 4
Configuration menu - View commit details
-
Copy full SHA for cfaf96e - Browse repository at this point
Copy the full SHA cfaf96eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cpp11...master