summaryrefslogtreecommitdiff
path: root/buildstream/element.py
Commit message (Expand)AuthorAgeFilesLines
* element.py: Removing Element._workspace_dirs()Tristan Van Berkom2018-04-051-7/+0
* element.py: Updating comment for _assemble_done()Tristan Van Berkom2018-04-051-1/+3
* element.py: Fix _update_state() to consider whether an element is to be built...Tristan Van Berkom2018-04-051-2/+2
* Fix strict setting to be consistent throughout the pipeline.Tristan Van Berkom2018-04-041-18/+9
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-13/+16
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+3
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-021-1/+1
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-281-2/+2
* element.py: Disallow incremental builds for caches that can't diffTristan Maat2018-03-271-3/+9
* Add list of running files to workspace metadataTristan Maat2018-03-271-1/+5
* element.py: Update mtimes of modified dependency files (#216)Tristan Maat2018-03-271-1/+39
* Allow stage_artifact to update mtimesTristan Maat2018-03-271-5/+26
* Record last successful workspace build keyTristan Maat2018-03-271-0/+6
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-271-1/+10
* Generate unique subdirs for built elementsPhillip Smyth2018-03-261-0/+1
* Remove unused importsJürg Billeter2018-03-251-1/+1
* Consider new sandbox configuration in cache keys.Tristan Van Berkom2018-03-251-9/+1
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-231-6/+31
* element.py: Do not allow unplanned build jobsJürg Billeter2018-03-151-0/+3
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-5/+5
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-2/+2
* element.py: Report errors using `self.get_kind()`Tristan Van Berkom2018-03-101-4/+4
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-061-6/+1
* Implement explicit environment assignments for `bst shell`Tristan Van Berkom2018-03-061-0/+4
* Enhanced bst shell configuration and cli optionsTristan Van Berkom2018-03-041-9/+12
* Allow plugins to forbid runtime dependencies and sourcesJonathan Maw2018-03-011-0/+23
* element.py: Inform the sandbox of host-files when running a shellTristan Van Berkom2018-02-281-0/+10
* Determine as early as possible whether a build is pendingJürg Billeter2018-02-271-0/+41
* element.py: Remove unused _get_strict_cache_key() methodJürg Billeter2018-02-271-12/+0
* element.py: Add _can_query_cache() methodJürg Billeter2018-02-271-0/+11
* _artifactcache: Add key parameter to pull() methodJürg Billeter2018-02-271-1/+20
* _artifactcache: Add keys parameter to push() methodJürg Billeter2018-02-271-1/+2
* _artifactcache: Add key parameter to push_needed() methodJürg Billeter2018-02-271-1/+6
* _artifactcache: Add keys parameter to commit() methodJürg Billeter2018-02-271-1/+12
* _artifactcache: Add key parameter to extract() methodJürg Billeter2018-02-271-6/+16
* _artifactcache: Add key parameter to contains() methodJürg Billeter2018-02-271-4/+5
* element.py: Remove unused strength parameter from _cached()Jürg Billeter2018-02-271-22/+4
* Don't push artifacts to remote caches that already contain themSam Thursfield2018-02-261-3/+7
* element.py: Use project shell configuration when launching shells.Tristan Van Berkom2018-02-251-9/+10
* element.py: Element._shell() now allows a custom prompt for PS1Tristan Van Berkom2018-02-241-2/+6
* bst shell: Added --isolate option, disabled by default.tristan/isolate-shellTristan Van Berkom2018-02-231-10/+10
* Inherit user id and group id for bst shellJürg Billeter2018-02-221-1/+1
* element.py: Create real build shell for `bst shell --build`proper-build-shellsTristan Van Berkom2018-02-161-11/+18
* _artifactcache: Use project-specific remotes for subprojectsJürg Billeter2018-02-081-0/+4
* Add junction support for subprojectsJürg Billeter2018-02-081-4/+9
* Move element and source factories from Pipeline to ProjectJürg Billeter2018-02-081-2/+11
* element.py: Split errors and warnings for overlapsJürg Billeter2018-02-081-17/+25
* element.py: Fix staging of runtime dependencies with overlapsAbderrahim Kitouni2018-02-071-1/+1
* element.py: Consider execution environment in cache keyTristan Van Berkom2018-02-071-0/+10
* Make workspaces element-wide instead of source-specificChandan Singh2018-02-051-2/+3