aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-08-24gnome.gdbus_codegen: Handle XML docbook in subdirsNirbheek Chauhan2-2/+2
2018-07-11Update version numbers for release.0.47.1Jussi Pakkanen1-1/+1
2018-07-11Implement get_link_whole_for() for IntelCompiler (#3863)Alberto Sartori1-0/+3
2018-07-11find_library: Validate and sort globbed shared library filesNirbheek Chauhan1-2/+19
2018-07-10Fix directory verification. Closes #3857.Jussi Pakkanen1-2/+11
2018-07-10find_library: Fix priority of library search in OpenBSDNirbheek Chauhan3-22/+31
2018-07-10find_library: Fix manual searching on OpenBSDNirbheek Chauhan3-21/+79
2018-07-10get_library_naming: Use templates instead of suffix/prefix pairsNirbheek Chauhan2-36/+35
2018-07-09Print a more usable message when a subproject fails to configureNirbheek Chauhan4-8/+24
2018-07-09Raise a MesonException when substituting an invalid valueNirbheek Chauhan2-3/+11
2018-07-09Add new method: mlog.deprecation()Nirbheek Chauhan6-7/+12
2018-07-09environment: Map mipsel -> mips, mips64el -> mips64Nirbheek Chauhan1-1/+7
2018-07-09Ask for more details when warning about unknown arch [skip appveyor]Nirbheek Chauhan1-1/+3
2018-07-09mlog: Log timestamps in profile-self modeNirbheek Chauhan2-1/+15
2018-07-09mlog: Add built-in support for quoting bolded messagesNirbheek Chauhan2-25/+31
2018-07-09gnome.gtkdoc: Don't treat install_dir as a file optionNirbheek Chauhan1-1/+1
2018-07-09Fix pkexec command for installation via polkitXi Ruoyao1-1/+1
2018-07-09find_library: Only run link test on system dirsNirbheek Chauhan1-11/+16
2018-07-09configure_file: Don't optimize away substitutionsNirbheek Chauhan2-19/+17
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
2018-06-26gtkdoc: Use generated types file if there is oneXavier Claessens1-0/+5
2018-06-25ArLinker: Use response files on WindowsMathieu Duponchelle2-7/+3
2018-06-24Warn if compiler envvars point to cross compilers. Closes #3782.Jussi Pakkanen1-0/+7
2018-06-24Return a better warning if compiled executable is invalid.Jussi Pakkanen1-1/+4