summaryrefslogtreecommitdiff
path: root/builder/builder-context.h
Commit message (Collapse)AuthorAgeFilesLines
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-38/+38
|
* builder: Support separating out locale dataAlexander Larsson2016-02-181-0/+3
|
* builder: Add build_context_get_build_dir()Alexander Larsson2016-02-171-0/+1
|
* Builder: Support commiting a platformAlexander Larsson2016-01-181-0/+3
|
* builder: Allow building runtime sdks (based on existing sdk)Alexander Larsson2016-01-181-0/+3
| | | | | | | | | | | | This includes a few different changes: * Add build-runtime boolean property * Rename "app-id" property to "id" * Add metadata property to use a custom base metadata file * Default to writable-sdk to TRUE for runtimes * Default prefix to /usr for runtimes * Put manifest in usr for runtimes * Pick up debuginfo from usr for runtimes * Make build-finish work on runtimes, but only export appdata
* builder: Add option to enable ccache use in buildAlexander Larsson2016-01-121-1/+5
|
* builder: Pass down global cleanups via BuildContextAlexander Larsson2016-01-111-16/+20
|
* builder: Pass down keep-build-dirs via BuildContextAlexander Larsson2016-01-111-0/+3
|
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+59
This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.