servo/python/servo
Martin Robinson 34dd38b4cb
Replace remutex with parking_lot's ReentrantMutex (#31817)
Many things in Servo depend on `parking_lot`, so we can replace our
homegrown remutex with `parking_lot`'s version.

Fixes #12641.
2024-03-22 08:16:39 +00:00
..
mutation Remove __future__ imports that are no longer necessary (#30661) 2023-11-02 12:01:10 +00:00
platform bootstrap: Make unknown distro instructions more helpful (#31750) 2024-03-19 08:43:07 +00:00
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
build_commands.py Remove the libsimpleservo C API (#31172) 2024-01-27 09:19:25 +00:00
command_base.py android: add support for x86_64 images (#31725) 2024-03-18 09:44:10 +00:00
devenv_commands.py Add RUSTC env to clippy command (#31694) 2024-03-15 11:32:43 +00:00
gstreamer.py build: Combine and simplify GStreamer shared object lists (#31038) 2024-01-09 14:27:14 +00:00
package_commands.py android: add support for x86_64 images (#31725) 2024-03-18 09:44:10 +00:00
post_build_commands.py Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
testing_commands.py Replace remutex with parking_lot's ReentrantMutex (#31817) 2024-03-22 08:16:39 +00:00
try_parser.py ci: Merge similar try jobs when possible (#31347) 2024-02-16 12:21:24 +00:00
util.py Remove __future__ imports that are no longer necessary (#30661) 2023-11-02 12:01:10 +00:00
visual_studio.py build: Add support for Visual Studio 2022 and VC143 DLLs (#31148) 2024-01-23 11:04:01 +00:00