summaryrefslogtreecommitdiff
path: root/buildstream/_platform
Commit message (Expand)AuthorAgeFilesLines
* Use uname field names instead of indicesaevri/platform_unameAngelos Evripiotis2019-04-111-2/+2
* platform.canonicalize_arch: be case-insensitiveAngelos Evripiotis2019-04-111-1/+3
* Use platform.uname instead of os.uname for win32Angelos Evripiotis2019-04-111-2/+3
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-014-6/+6
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-011-2/+1
* _platform/darwin: fix missing space, say MacOSAngelos Evripiotis2019-02-271-2/+2
* _platform/platform.py: Add canonicalize_arch() methodJürg Billeter2019-01-101-14/+28
* Sandbox: use linux32 for x86-32 builds on x86-64 machinesRaoul Hidalgo Charman2018-12-051-4/+22
* _platform: Add checks for os and architectureRaoul Hidalgo Charman2018-12-052-4/+22
* platform.py: Add mapping of uname to OS-independent valueslachlanmackenzie/debug_benchmark_failureRaoul Hidalgo Charman2018-12-051-0/+38
* buildstream/sandbox/_sandboxbwrap.py: Distinguish sandbox failure from comman...Richard Maw2018-11-141-0/+3
* _platform/linux.py: Move get_bwrap_version into _site.pyRichard Maw2018-11-141-20/+2
* Move bwrap checks in platform/linux.pyBenjamin Schubert2018-11-081-5/+30
* _platform/linux.py: Simplify return statementDaniel Silverstone2018-10-251-5/+1
* _platform/linux.py: Remove unused importsDaniel Silverstone2018-10-251-1/+0
* _platform/darwin.py: Remove unused importsDaniel Silverstone2018-10-251-2/+0
* _platform/darwin.py: Remove useless __init__()Daniel Silverstone2018-10-251-4/+0
* _platform/linux.py: Refactor checks for sandboxingDaniel Silverstone2018-10-041-14/+31
* _platform/darwin.py: Give reason for use of dummy sandboxDaniel Silverstone2018-10-041-0/+3
* _platform/linux.py: Accept all configs for dummy sandboxJürg Billeter2018-10-031-0/+4
* _platform: Fix get_cpu_count() with cap=NoneJürg Billeter2018-10-012-4/+9
* Import sandbox subclass when instantiating sandboxJames Ennis2018-09-272-2/+3
* Adding darwin.py (MacOS) platformknownexus2018-09-272-5/+58
* Adding Dummy sandboxknownexus2018-09-271-5/+8
* Max-jobs is now defined on a platform basisknownexus2018-09-271-0/+3
* Added FUSE check, as WSL does not support FUSE yetknownexus2018-09-271-2/+11
* Added `set_resource_limits()` to platformknownexus2018-09-271-1/+14
* Use lazy platform instantiationJürg Billeter2018-09-271-3/+3
* _platform: Remove unused contextJürg Billeter2018-09-273-9/+6
* _platform/platform.py: Remove unused artifactcache propertyJürg Billeter2018-09-271-7/+0
* Move artifact cache creation to ContextJürg Billeter2018-09-273-16/+2
* _platform/linux.py: Do not disable push globallyJürg Billeter2018-09-271-1/+1
* _platform/linux.py: Remove redundant messageJürg Billeter2018-09-271-7/+2
* _platform: Add check_sandbox_config() methodJürg Billeter2018-09-273-1/+26
* Make Project owner of Loader.Valentin David2018-08-023-6/+5
* _platform: Use CAS artifact cacheJürg Billeter2018-07-172-4/+4
* Remove shebangs from python filesGökçen Nurlu2018-06-194-4/+0
* Replace bwrap checks with calls to check_bwrap_versionmilloni2018-05-071-18/+2
* _platform/linux.py: Fix fallout from context private symbols refactorTristan Van Berkom2018-04-051-1/+1
* _platform package: Adhere to policy on private symbolsTristan Van Berkom2018-04-052-22/+22
* sandbox/_sandboxbwrap.py: Use --die-with-parentJürg Billeter2018-02-241-0/+21
* _artifactcache/ostreecache.py: Make enable_push a keyword argumentJürg Billeter2018-02-241-1/+1
* _artifactcache: Use project-specific remotes for subprojectsJürg Billeter2018-02-082-2/+2
* Remove unused importsGökçen Nurlu2017-12-073-9/+3
* Refactor, remove some unused imports138-aborting-bst-push-command-causes-stack-traceAngelos Evripiotis2017-11-131-2/+0
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-063-3/+3
* Clean old Platform.get_platform referencesTristan Maat2017-11-011-1/+1
* Make the platform object a singletonTristan Maat2017-11-011-3/+9
* _platform/linux.py: Add preflight check to detect user namespacesTristan Van Berkom2017-10-311-1/+40
* _platform/platform.py: Removing executable permissionTristan Van Berkom2017-10-221-0/+0