- Feb 25, 2025
-
-
Part-of: <!17>
-
The generated wheels work across all different versions of python, building them for py3-none. To speed up the build we only build for the min supported python version and the supported architectures Part-of: <!15>
-
Use the arm runner to build a wheel for arm64 Part-of: <!15>
-
Part-of: <!15>
-
Andoni Morales Alastruey authored
Part-of: <!16>
-
Andoni Morales Alastruey authored
Part-of: <!16>
-
Andoni Morales Alastruey authored
Part-of: <!16>
-
- Feb 04, 2025
- Feb 03, 2025
-
-
Andoni Morales Alastruey authored
Part-of: <!13>
-
- Sep 21, 2024
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Hopefully that fixes MR pipelines.
- Aug 12, 2023
-
-
Tim-Philipp Müller authored
Hardcode this to the GStreamer defaults now that we've made a custom binary just for GStreamer, doesn't make sense to make this configurable. Part-of: <!4>
-
Tim-Philipp Müller authored
-
When need_chars was moved from "handletoken.h" to "handletoken.c", the ROUND_UP macro was removed, but the replacement was incorrect. This caused the program to exit with a "Virtual memory exhausted" error when it tried to reallocate 0 bytes (thus freeing the memory). It reallocated to 0 bytes because the initial buffer size was less than 1024, and the size calculation rounds down instead of up. Bug: #56644 Fixes: c89d32a
-
Tim-Philipp Müller authored
Part-of: <!7>
-
Tim-Philipp Müller authored
... for input files that had plain unix-style LF endings. Otherwise git diff will think the entire file has changed (without any additional paramaters at least), which isn't what users expect. Closes #1 Part-of: <!6>
-
Tim-Philipp Müller authored
Closes #2 Part-of: <!5>
-
- Aug 07, 2023
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
In macOS, dereferencing the end of the string automatically causes a SIGSEGV. Avoid that by double checking validity of length and of pointer.
-
-
-
-
-
-
-
-
-
-
-
-