summaryrefslogtreecommitdiff
path: root/src/buildstream/_platform
Commit message (Expand)AuthorAgeFilesLines
* _platform/platform.py: Remove outdated commentChandan Singh2020-07-151-1/+0
* Completely abolish job pickling.tristan/nuke-pickle-jobberTristan van Berkom2020-06-151-14/+0
* Drop Platform subclasses and BST_FORCE_BACKENDjuerg/sandbox-drop-bwrapJürg Billeter2020-06-035-182/+17
* Drop sandbox selection and BST_FORCE_SANDBOXJürg Billeter2020-06-032-64/+10
* linux.py: Remove unused can_crossbuild() and _uid/_gidJürg Billeter2020-06-031-26/+0
* _platform: Drop maximize_open_file_limit()Jürg Billeter2020-06-033-64/+0
* darwin.py: Update error messageJürg Billeter2020-06-031-3/+1
* linux.py: Drop bwrap supportJürg Billeter2020-06-031-26/+0
* Switch preferred sandbox from bwrap to buildbox-runJürg Billeter2020-04-282-2/+6
* _platform.py: Reset Sandbox._dummy_reasons in _check_sandbox()Jürg Billeter2020-04-281-0/+1
* _sandboxbuildboxrun.py: Detect platforms supported by buildbox-runjuerg/platformJürg Billeter2020-04-141-3/+3
* Drop concept of partially supported sandbox configurationJürg Billeter2020-04-145-5/+5
* Canonicalize OS nameJürg Billeter2020-02-271-1/+7
* _platform: Don't use psutil.Process.cpu_affinity on unsupported platformschandan/fix-cpu-countChandan Singh2019-12-312-9/+9
* _platform: Drop support for chroot sandboxJürg Billeter2019-12-311-21/+0
* _platform/platform.py: Add alias for IBM AIX 7 powerpcChandan Singh2019-12-231-3/+11
* _platform/platform.py: Add alias for sun4vChandan Singh2019-12-231-0/+1
* _platform/platform.py: Add powerpc64 and powerpc64leJavier Jardón2019-12-171-0/+2
* Drop buildbox sandboxJürg Billeter2019-12-101-27/+0
* _platform: Support experimental buildbox-run sandbox on all platformsJürg Billeter2019-12-102-3/+25
* Reformat code using BlackChandan Singh2019-11-145-56/+70
* win32: _platform/win32: add support for win32Angelos Evripiotis2019-10-142-0/+63
* Remove uneccesary _platform.multiprocessingaevri/nompAngelos Evripiotis2019-08-202-116/+0
* Support pickling jobs if the platform requires itAngelos Evripiotis2019-08-162-2/+62
* Abstract mp Queue usage, prep to spawn processesAngelos Evripiotis2019-08-162-0/+70
* sandbox: Add initial SandboxBuildBoxJürg Billeter2019-07-251-0/+25
* _platform: make picklable, no nested methodsAngelos Evripiotis2019-07-243-49/+53
* Store Platform reference in Context instance variableJürg Billeter2019-07-171-10/+2
* Refactor of Platform and SandboxWilliam Salmon2019-07-125-176/+184
* platform: re-scope set_resource_limitsAngelos Evripiotis2019-07-022-13/+32
* _platform.get_cpu_count: use psutil instead of osaevri/psutil_affinityAngelos Evripiotis2019-06-181-1/+3
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-215-0/+438