summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-0912-32/+186
* cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan2018-07-0910-36/+68
* Print a more usable message when a subproject fails to configureNirbheek Chauhan2018-07-074-8/+24
* Raise a MesonException when substituting an invalid valueNirbheek Chauhan2018-07-074-3/+15
* Add new method: mlog.deprecation()Nirbheek Chauhan2018-07-076-7/+12
* Merge pull request #3763 from noverby/wip/noverby/jar-linking-manifestJussi Pakkanen2018-07-077-2/+64
|\
| * java: prevent creation of manifest duplicate in jarNiclas Moeslund Overby2018-07-031-1/+1
| * java: remove manifest classpath from installed jarNiclas Moeslund Overby2018-07-031-0/+14
| * java: add jar linking testNiclas Moeslund Overby2018-07-035-3/+29
| * java: implement java linkingNiclas Moeslund Overby2018-07-032-2/+24
* | Ask for more details when warning about unknown arch [skip appveyor]Nirbheek Chauhan2018-07-071-1/+3
* | Canonicalise 64-bit PowerPC CPU families to "ppc64"Ross Burton2018-07-072-4/+4
* | Reference-manual.md: Document find_library().partial_dependency() [skip ci]Nirbheek Chauhan2018-07-061-4/+12
* | mlog: Log timestamps in profile-self modeNirbheek Chauhan2018-07-062-1/+15
* | mlog: Add built-in support for quoting bolded messagesNirbheek Chauhan2018-07-062-25/+31
* | gnome.gtkdoc: Don't treat install_dir as a file optionNirbheek Chauhan2018-07-063-1/+22
* | Builtin-options.md: broken markdown [skip ci]Nirbheek Chauhan2018-07-061-5/+1
* | run_unittests.py: Test that empty cdata subst are actually doneNirbheek Chauhan2018-07-051-0/+4
* | meson.add_install_script: Move notes section up [skip ci]Nirbheek Chauhan2018-07-051-20/+22
* | Fix flake8 issues (#3834)Jon Turney2018-07-055-3/+11
* | Fix pkexec command for installation via polkitXi Ruoyao2018-07-041-1/+1
* | find_library: Only run link test on system dirsNirbheek Chauhan2018-07-043-12/+24
* | configure_file: Don't optimize away substitutionsNirbheek Chauhan2018-07-046-22/+52
* | test cases: Merge two configure_file testsNirbheek Chauhan2018-07-043-9/+8
|/
* Add libmodulemd to the Users list (#3827) [skip ci]Stephen Gallagher2018-07-031-1/+1
* Users.md: Add libmodulemd [skip ci]Nirbheek Chauhan2018-07-031-0/+1
* prune nonexistent dirs from library search pathBruce Richardson2018-07-031-1/+1
* 0.47 release notes: Document polkit support [skip ci]Nirbheek Chauhan2018-07-031-0/+8
* 0.47 release notes: Fix syntax, rephrase confusing sections [skip ci]Nirbheek Chauhan2018-07-031-56/+62
* Bump version number for new development. [skip ci]Jussi Pakkanen2018-07-021-1/+1
* Update everything for new release.0.47.0Jussi Pakkanen2018-07-0228-263/+294
* Merge pull request #3823 from mesonbuild/nirbheek/fix-featurenew-subprojectsJussi Pakkanen2018-07-0217-153/+232
|\
| * setup.cfg: Don't warn about commented codeNirbheek Chauhan2018-07-021-0/+2
| * Contributing.md: Document procedure for new features [skip ci]Nirbheek Chauhan2018-07-023-4/+18
| * FeatureNew: Make all checks subproject-specificNirbheek Chauhan2018-07-0213-149/+211
| * meson.vim: Add missing disabler() entry [skip ci]Nirbheek Chauhan2018-07-021-0/+1
* | Documentation cleanup. [skip ci]Jussi Pakkanen2018-07-021-102/+127
|/
* FeatureNew: Declare functions as class methods explicitlyNirbheek Chauhan2018-07-021-6/+10
* interpreter: Use is_subproject() everywhereNirbheek Chauhan2018-07-021-3/+3
* FeatureNew: Fix method names for some feature checksNirbheek Chauhan2018-07-022-11/+12
* FeatureNew: Minor code cleanup, no changesNirbheek Chauhan2018-07-021-42/+41
* Remove permittedSnippetKwargs, snippets are not specialNirbheek Chauhan2018-07-024-24/+17
* Add some tests for FeatureNewMathieu Duponchelle2018-07-021-8/+33
* Various bug fixes for FeatureNewSalamandar2018-07-024-34/+70
* gnome: Use raw link arguments with g-ir and gtk-docNirbheek Chauhan2018-07-014-19/+32
* gnome: Distinguish between internal and external linker flagsTing-Wei Lan2018-07-0110-24/+194
* Debug-log pkg-config callsChristopher Dunn2018-07-011-2/+6
* Don't let build_always take precedence over build_by_default (#3816)Andrei Alexeyev2018-07-014-15/+53
* Proper error message for non-found exe in run_target. Closes #3818Jussi Pakkanen2018-07-012-0/+6
* custom targets: Only add a dependency on absolute path external programsNirbheek Chauhan2018-07-011-1/+5