summaryrefslogtreecommitdiff
path: root/builder/builder-cache.h
Commit message (Collapse)AuthorAgeFilesLines
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-37/+37
|
* Builder: Support commiting a platformAlexander Larsson2016-01-181-0/+2
|
* builder: Change the way the cache is indexedAlexander Larsson2016-01-131-1/+2
| | | | | | | Instead of a single ref we use one ref per stage (init, build module X, cleanup, finish). This means we don't have to iterate in the cache lookup, and it also means we get clean refs for each stage so one can easily inspect the differences between the stages.
* builder: Add support for exporting with --repo=fooAlexander Larsson2016-01-111-0/+1
|
* builder: Add support for separating out debuginfoAlexander Larsson2016-01-111-0/+5
|
* builder: Fix build with g_autoptr backportsAlexander Larsson2015-12-011-0/+1
|
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+69
This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.