aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-09cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan10-36/+68
2018-07-07Print a more usable message when a subproject fails to configureNirbheek Chauhan4-8/+24
2018-07-07Raise a MesonException when substituting an invalid valueNirbheek Chauhan4-3/+15
2018-07-07Add new method: mlog.deprecation()Nirbheek Chauhan6-7/+12
2018-07-07Merge pull request #3763 from noverby/wip/noverby/jar-linking-manifestJussi Pakkanen7-2/+64
2018-07-07Ask for more details when warning about unknown arch [skip appveyor]Nirbheek Chauhan1-1/+3
2018-07-07Canonicalise 64-bit PowerPC CPU families to "ppc64"Ross Burton2-4/+4
2018-07-06Reference-manual.md: Document find_library().partial_dependency() [skip ci]Nirbheek Chauhan1-4/+12
2018-07-06mlog: Log timestamps in profile-self modeNirbheek Chauhan2-1/+15
2018-07-06mlog: Add built-in support for quoting bolded messagesNirbheek Chauhan2-25/+31
2018-07-06gnome.gtkdoc: Don't treat install_dir as a file optionNirbheek Chauhan3-1/+22
2018-07-06Builtin-options.md: broken markdown [skip ci]Nirbheek Chauhan1-5/+1
2018-07-05run_unittests.py: Test that empty cdata subst are actually doneNirbheek Chauhan1-0/+4
2018-07-05meson.add_install_script: Move notes section up [skip ci]Nirbheek Chauhan1-20/+22
2018-07-05Fix flake8 issues (#3834)Jon Turney5-3/+11
2018-07-04Fix pkexec command for installation via polkitXi Ruoyao1-1/+1
2018-07-04find_library: Only run link test on system dirsNirbheek Chauhan3-12/+24
2018-07-04configure_file: Don't optimize away substitutionsNirbheek Chauhan6-22/+52
2018-07-04test cases: Merge two configure_file testsNirbheek Chauhan3-9/+8
2018-07-03java: prevent creation of manifest duplicate in jarNiclas Moeslund Overby1-1/+1
2018-07-03java: remove manifest classpath from installed jarNiclas Moeslund Overby1-0/+14
2018-07-03java: add jar linking testNiclas Moeslund Overby5-3/+29
2018-07-03java: implement java linkingNiclas Moeslund Overby2-2/+24
2018-07-03Add libmodulemd to the Users list (#3827) [skip ci]Stephen Gallagher1-1/+1
2018-07-03Users.md: Add libmodulemd [skip ci]Nirbheek Chauhan1-0/+1
2018-07-03prune nonexistent dirs from library search pathBruce Richardson1-1/+1
2018-07-030.47 release notes: Document polkit support [skip ci]Nirbheek Chauhan1-0/+8
2018-07-030.47 release notes: Fix syntax, rephrase confusing sections [skip ci]Nirbheek Chauhan1-56/+62
2018-07-02Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2018-07-02Update everything for new release.0.47.0Jussi Pakkanen28-263/+294
2018-07-02Merge pull request #3823 from mesonbuild/nirbheek/fix-featurenew-subprojectsJussi Pakkanen17-153/+232
2018-07-02Documentation cleanup. [skip ci]Jussi Pakkanen1-102/+127
2018-07-02setup.cfg: Don't warn about commented codeNirbheek Chauhan1-0/+2
2018-07-02Contributing.md: Document procedure for new features [skip ci]Nirbheek Chauhan3-4/+18
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan13-149/+211
2018-07-02meson.vim: Add missing disabler() entry [skip ci]Nirbheek Chauhan1-0/+1
2018-07-02FeatureNew: Declare functions as class methods explicitlyNirbheek Chauhan1-6/+10
2018-07-02interpreter: Use is_subproject() everywhereNirbheek Chauhan1-3/+3
2018-07-02FeatureNew: Fix method names for some feature checksNirbheek Chauhan2-11/+12
2018-07-02FeatureNew: Minor code cleanup, no changesNirbheek Chauhan1-42/+41
2018-07-02Remove permittedSnippetKwargs, snippets are not specialNirbheek Chauhan4-24/+17
2018-07-02Add some tests for FeatureNewMathieu Duponchelle1-8/+33
2018-07-02Various bug fixes for FeatureNewSalamandar4-34/+70
2018-07-01gnome: Use raw link arguments with g-ir and gtk-docNirbheek Chauhan4-19/+32
2018-07-01gnome: Distinguish between internal and external linker flagsTing-Wei Lan10-24/+194
2018-07-01Debug-log pkg-config callsChristopher Dunn1-2/+6
2018-07-01Don't let build_always take precedence over build_by_default (#3816)Andrei Alexeyev4-15/+53
2018-07-01Proper error message for non-found exe in run_target. Closes #3818Jussi Pakkanen2-0/+6
2018-07-01custom targets: Only add a dependency on absolute path external programsNirbheek Chauhan1-1/+5
2018-07-01Add a helper for fetching of binaries from cross filesNirbheek Chauhan4-24/+38