summaryrefslogtreecommitdiff
path: root/builder/builder-module.c
Commit message (Expand)AuthorAgeFilesLines
* Builder: Support disabled=true to not build a moduleAlexander Larsson2016-05-091-0/+24
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-1/+1
* Rename source files to flatpakAlexander Larsson2016-05-091-1/+1
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-10/+10
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-82/+100
* BuilderModule: Use builder_options_get_config_opts()Tristan Van Berkom2016-04-151-1/+3
* xdg-app-buildeR: Remove unnecessary spewAlexander Larsson2016-03-141-1/+0
* Fix some compiler warning (unused vars)Alexander Larsson2016-02-251-1/+1
* builder: Add sources referenced from debuginfo into Debug runtimeAlexander Larsson2016-02-231-0/+59
* builder: Build runtimes in /run/build-runtimeAlexander Larsson2016-02-231-3/+9
* Move migrate_locales to builder-utils.cAlexander Larsson2016-02-181-98/+1
* builder: Support separating out locale dataAlexander Larsson2016-02-181-0/+110
* builder: Move CFLAGS/CXXFLAGS handling into BuilderOptionsAlexander Larsson2016-02-171-9/+0
* builder: Add build_context_get_build_dir()Alexander Larsson2016-02-171-2/+2
* builder: Always create unversioned symlinks while building modulesAlexander Larsson2016-02-171-20/+23
* builder: Report errors if eu_strip failsAlexander Larsson2016-02-161-4/+5
* builder: Put all builds in a .xdg-app-builder/build subdirAlexander Larsson2016-02-101-5/+10
* builder: Use predictable names for build dirsAlexander Larsson2016-02-081-10/+20
* builder: Use non-parallel-make option instead of looking at .NONPARALLELAlexander Larsson2016-02-011-13/+21
* builder: Put debuginfo in the right place for runtimesAlexander Larsson2016-01-201-2/+2
* Remove unused variablesAlexander Larsson2016-01-191-2/+0
* Builder: Support commiting a platformAlexander Larsson2016-01-181-3/+36
* builder: Also apply cleanup to changes in usrAlexander Larsson2016-01-141-10/+20
* builder: Fix handling of builddirAlexander Larsson2016-01-121-1/+4
* builder: Don't break if ccache not enabled.Alexander Larsson2016-01-121-2/+5
* builder: Add option to enable ccache use in buildAlexander Larsson2016-01-121-5/+10
* builder: Run builds in /run/build/$modulenameAlexander Larsson2016-01-121-16/+26
* builder: Match debuginfo files against regular cleanup patternsAlexander Larsson2016-01-111-9/+63
* builder: Pass down global cleanups via BuildContextAlexander Larsson2016-01-111-1/+2
* builder: Pass down keep-build-dirs via BuildContextAlexander Larsson2016-01-111-2/+1
* builder: Break out helpers for path matchingAlexander Larsson2016-01-111-48/+2
* builder: Add support for separating out debuginfoAlexander Larsson2016-01-111-0/+103
* builder: Add --disable-updatesAlexander Larsson2015-12-211-1/+2
* builder: Allow specifying custom prefixAlexander Larsson2015-12-151-3/+5
* builder: Add --keep-build-dirs optionAlexander Larsson2015-12-091-2/+26
* Builder: Add a resolved version of the manifest to the built appAlexander Larsson2015-12-091-0/+18
* builder: Make the builder manifest objects serializable to jsonAlexander Larsson2015-12-091-0/+38
* builder: Consider the build_option when checksummingAlexander Larsson2015-12-021-0/+3
* builder: Build with "make", not "make all"Alexander Larsson2015-12-011-1/+1
* builder: Support building from a subdirectory of the sourcesAlexander Larsson2015-12-011-7/+33
* builder: Add post-install script supportAlexander Larsson2015-12-011-0/+31
* Remove leftover semicolonAlexander Larsson2015-11-301-1/+1
* builder: Fix typo in cmake supportAlexander Larsson2015-11-301-1/+1
* builder: builddir != srcdir was broken becasue we never created the buildirAlexander Larsson2015-11-271-1/+5
* builder: Add more headers around the spew for each new moduleAlexander Larsson2015-11-271-0/+2
* builder: Add support for cmake and forced builddirAlexander Larsson2015-11-271-9/+80
* Correct license, we're LGPL 2+, not 3+Alexander Larsson2015-11-261-2/+2
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+784