Thu, 07 Dec 2023 22:41:32 +0100 |
Edouard Tisserant |
Merge
|
file |
diff |
annotate
|
Fri, 24 Nov 2023 12:16:19 +0100 |
Edouard Tisserant |
Runtime: Add stderr support to local posix spawn based subprocess replacement
|
file |
diff |
annotate
|
Sun, 18 Jun 2023 16:30:48 +0200 |
Edouard Tisserant |
Runtime: spawn_subprocess: handle non-bytes args
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 12:39:15 +0800 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
Thu, 29 Jul 2021 11:59:28 +0200 |
Edouard Tisserant |
Runtime: Better handling of nested strings in spawn_subprocess commandline parsing
svghmi
|
file |
diff |
annotate
|
Wed, 13 Mar 2019 11:47:03 +0300 |
Andrey Skvortsov |
Fix various pylint and pep8 errors
|
file |
diff |
annotate
|
Mon, 11 Mar 2019 01:03:32 +0100 |
Edouard Tisserant |
check_sources.sh makes me become even less productive
|
file |
diff |
annotate
|
Tue, 23 Oct 2018 16:13:34 +0200 |
Edouard Tisserant |
Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.
|
file |
diff |
annotate
|