-
Notifications
You must be signed in to change notification settings - Fork 169
Comparing changes
Open a pull request
base repository: imageworks/pystring
base: v1.1.4
head repository: imageworks/pystring
compare: v1.1.5
- 16 commits
- 11 files changed
- 8 contributors
Commits on Mar 4, 2022
-
Add removeprefix and removesuffix to pystring
Add removeprefix and removesuffix to pystring. Python 3.9 added removeprefix and removesuffix methods to Pythons string class. Add them to pystring to match the interfaces.
Configuration menu - View commit details
-
Copy full SHA for 5a0840a - Browse repository at this point
Copy the full SHA 5a0840aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e34d0 - Browse repository at this point
Copy the full SHA e8e34d0View commit details
Commits on May 4, 2023
-
It's Makefile convention to be able to install to `DESTDIR`. This is especially important for packaging on Linux distributions but might be convenient for other users as well. Also this introduces `PREFIX`, another convention.
Configuration menu - View commit details
-
Copy full SHA for 74700b2 - Browse repository at this point
Copy the full SHA 74700b2View commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b8029a - Browse repository at this point
Copy the full SHA 4b8029aView commit details
Commits on Jul 23, 2023
-
Merge pull request #30 from niclasr/removestarfix
Add removeprefix and removesuffix to pystring
Configuration menu - View commit details
-
Copy full SHA for 76a2024 - Browse repository at this point
Copy the full SHA 76a2024View commit details
Commits on Aug 18, 2024
-
Merge pull request #43 from marza-sergey/cmake-improvements
Added option to build static lib and installing header using cmake
Configuration menu - View commit details
-
Copy full SHA for c5ca4f5 - Browse repository at this point
Copy the full SHA c5ca4f5View commit details
Commits on May 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e5df7dd - Browse repository at this point
Copy the full SHA e5df7ddView commit details
Commits on May 14, 2025
-
Merge pull request #47 from tgurr/cmake-4.0
cmake: fix build with cmake 4.0.0
Configuration menu - View commit details
-
Copy full SHA for f7cdd17 - Browse repository at this point
Copy the full SHA f7cdd17View commit details -
Merge pull request #42 from svenstaro/patch-1
Proper installation paths
Configuration menu - View commit details
-
Copy full SHA for 962fd25 - Browse repository at this point
Copy the full SHA 962fd25View commit details
Commits on Jun 23, 2025
-
Simplify github actions CI yaml file to use stock github runners and …
…latest versions of windows/mac/ubuntu (#48) * simplified github actions to include just 8 tasks, 4 linux, 2 macos, 2 windows, always on the latest version of the os/runners that github gives us * using specific sha when pointing to the actions/checkout repo instead of a tag, a tag can be moved around, but a sha can't so it's more stable
Configuration menu - View commit details
-
Copy full SHA for 02ef118 - Browse repository at this point
Copy the full SHA 02ef118View commit details
Commits on Oct 6, 2025
-
* Add meson build system * Sync cmake's installation layout to Makefile and Meson builds * meson: remove cmake config target generation this pulls in an extra dependency on the cmake binary, CMake users can use the PkgConfig module instead. * ci: add meson tests * build: default to c++17 * ci: fix cmake builds * tests: fix memory leak in tests * ci: workaround clang sanitizer linking bug * build: install headers into a subdir
Configuration menu - View commit details
-
Copy full SHA for a09708a - Browse repository at this point
Copy the full SHA a09708aView commit details
Commits on Nov 12, 2025
-
Install locally by default to avoid naively overwriting /usr/local (#52)
Use `-DCMAKE_INSTALL_PREFIX=...` to set a non-local install destination. Signed-off-by: Larry Gritz <lg@larrygritz.com>
Configuration menu - View commit details
-
Copy full SHA for c195f66 - Browse repository at this point
Copy the full SHA c195f66View commit details
Commits on Dec 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a9df4d1 - Browse repository at this point
Copy the full SHA a9df4d1View commit details
Commits on Feb 22, 2026
-
header only build option (#54)
* new header only build option * removed extra semi colon * remaing marcos in new header file with a PYSTRING prefix so that they don't clash with other definitions when used in different contexts
Configuration menu - View commit details
-
Copy full SHA for 64a428f - Browse repository at this point
Copy the full SHA 64a428fView commit details
Commits on Feb 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f64d7e3 - Browse repository at this point
Copy the full SHA f64d7e3View commit details
Commits on Feb 24, 2026
-
Match our isupper with python behavior (#55)
* tightening compatbility with python's behavior in edge cases * a couple of more edge cases
Configuration menu - View commit details
-
Copy full SHA for 381829c - Browse repository at this point
Copy the full SHA 381829cView 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 v1.1.4...v1.1.5