summaryrefslogtreecommitdiff
path: root/builder/builder-context.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-3/+3
|
* Rename source files to flatpakAlexander Larsson2016-05-091-1/+1
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-1/+1
|
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-57/+59
|
* builder: Support separating out locale dataAlexander Larsson2016-02-181-0/+14
|
* builder: Add build_context_get_build_dir()Alexander Larsson2016-02-171-0/+8
|
* Fix include order to build with older libsoup versionsAlexander Larsson2016-01-281-1/+1
|
* Builder: Support commiting a platformAlexander Larsson2016-01-181-0/+16
|
* builder: Allow building runtime sdks (based on existing sdk)Alexander Larsson2016-01-181-0/+14
| | | | | | | | | | | | 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-0/+64
|
* builder: Pass down global cleanups via BuildContextAlexander Larsson2016-01-111-0/+16
|
* builder: Pass down keep-build-dirs via BuildContextAlexander Larsson2016-01-111-0/+14
|
* Correct license, we're LGPL 2+, not 3+Alexander Larsson2015-11-261-2/+2
| | | | | Some files accidentally got the LGPL 3+ header, but we want to be LGPL2+.
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+264
This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.