aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-07-08Simplified and cleaned up warning.Christoph Behle1-4/+4
2018-07-07Consider subdir for output files.Christoph Behle1-3/+7
2018-07-07Track line numbers for configure_file.Christoph Behle1-2/+2
2018-07-07Add warning if configure_file overwrites output.Christoph Behle1-0/+5
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 Chauhan2-3/+11
2018-07-07Add new method: mlog.deprecation()Nirbheek Chauhan6-7/+12
2018-07-07Merge pull request #3763 from noverby/wip/noverby/jar-linking-manifestJussi Pakkanen3-2/+38
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 Burton1-1/+2
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 Chauhan1-1/+1
2018-07-05Fix flake8 issues (#3834)Jon Turney4-3/+2
2018-07-04Fix pkexec command for installation via polkitXi Ruoyao1-1/+1
2018-07-04find_library: Only run link test on system dirsNirbheek Chauhan1-11/+16
2018-07-04configure_file: Don't optimize away substitutionsNirbheek Chauhan2-19/+17
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 Overby1-3/+3
2018-07-03java: implement java linkingNiclas Moeslund Overby2-2/+24
2018-07-03prune nonexistent dirs from library search pathBruce Richardson1-1/+1
2018-07-02Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2018-07-02Update everything for new release.0.47.0Jussi Pakkanen1-1/+1
2018-07-02Contributing.md: Document procedure for new features [skip ci]Nirbheek Chauhan1-1/+1
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan8-148/+178
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-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 Lan1-24/+37
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 Alexeyev1-1/+2
2018-07-01Proper error message for non-found exe in run_target. Closes #3818Jussi Pakkanen1-0/+2
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
2018-07-01Allow command lists for find_program cross file overridesNirbheek Chauhan1-2/+6
2018-07-01Nirbheek/fix pkgconfig library dedup (#3813)Nirbheek Chauhan2-10/+21
2018-06-30Improve logging when dependency is anonymousJon Turney1-8/+10
2018-06-30More tests to cover missing fallback for a non-found dependencyJon Turney1-1/+3
2018-06-30Fix handling of dependency('', fallback: ['subproject', 'dep'])Jon Turney1-8/+8
2018-06-30fix find_library when cross-compiling 32-bit on 64-bit systemsBruce Richardson1-1/+11
2018-06-30Warn if using Clang+asan+b_lundef. Closes #764.Jussi Pakkanen1-0/+19
2018-06-30d: Don't fail if -link-defaultlib is manually added to the LDC link argsMatthias Klumpp1-0/+8
2018-06-29Options: treat array option -Dopt= and -Dopt=[] as equivalentDylan Baker1-0/+2
2018-06-27Fix ExtraFrameworkDependency Framework detectionMarvin Scholz1-1/+1
2018-06-26Fix glib build when using MSI installer. Closes #3762.Jussi Pakkanen1-1/+5