summaryrefslogtreecommitdiff
path: root/buildstream/_artifact.py
Commit message (Expand)AuthorAgeFilesLines
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-449/+0
* Delegate storage of cached state to the Artifact classJonathan Maw2019-05-211-2/+23
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-151-168/+143
* _artifact.py: Remove unneeded key return from _get directory methodsTom Pollard2019-04-261-18/+14
* _artifact.py: Remove the returned key from the get_$subdir methodsTom Pollard2019-04-261-8/+4
* _artifact.py: Simplify get_metadata methods and membersTom Pollard2019-04-261-48/+29
* element.py: Discard __artifact/__strict_artifact in update_state()Tom Pollard2019-04-171-9/+2
* _artifact.py: Move element metadata caching to Artifact ClassTom Pollard2019-04-171-74/+47
* element.py: Instantiate the Artifact objects within update_state()Tom Pollard2019-04-171-61/+36
* element.py: Assert cached in __load_public_data()Tom Pollard2019-04-171-3/+0
* _artifact.py: Use _get_subdirectory() in non meta* methodsTom Pollard2019-04-171-8/+8
* _artifact.py: Use Element._artifact_files_required() in cached()Jürg Billeter2019-04-121-1/+1
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-011-2/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-9/+14
* _artifact.py: Add cached_logs() methodJürg Billeter2019-03-251-0/+20
* _artifact.py: Expand cached() to check artifact contentsJürg Billeter2019-03-251-2/+28
* _artifact.py: Add cached() helper methodJürg Billeter2019-03-251-0/+19
* Change default of cache-buildtrees option to 'auto'Jürg Billeter2019-03-161-7/+0
* _artifact.py: Do not create empty buildtree directoriesJürg Billeter2019-03-161-1/+17
* _casbaseddirectory.py: Use variable-length argument list for _objpath()Jürg Billeter2019-03-141-6/+6
* _artifact.py: Transition element.py get_artifact_metadata*() methodsTom Pollard2019-03-121-0/+149
* _artifact.py: Transition element.py __load*() methodsTom Pollard2019-03-121-0/+46
* _artifact.py: Transition element.py _cached_buildtree()Tom Pollard2019-03-121-0/+27
* _artifact.py: Transition element.py _cache_artifact()Tom Pollard2019-03-121-0/+101
* Create Artifact 'abstraction' classTom Pollard2019-03-121-0/+141