aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-01Allow command lists for find_program cross file overridesNirbheek Chauhan3-4/+13
2018-07-01Getting-meson.md: Fix incorrect image link [skip ci]Nirbheek Chauhan1-1/+1
2018-07-01Nirbheek/fix pkgconfig library dedup (#3813)Nirbheek Chauhan3-11/+22
2018-07-01Document merge workflow for contributors and maintainers. [skip ci]Jussi Pakkanen1-0/+37
2018-06-30Add missing file to manifest. [skip ci]Jussi Pakkanen1-0/+1
2018-06-30Improve logging when dependency is anonymousJon Turney1-8/+10
2018-06-30More tests to cover missing fallback for a non-found dependencyJon Turney3-1/+6
2018-06-30Fix handling of dependency('', fallback: ['subproject', 'dep'])Jon Turney4-8/+16
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-30Add feature footerJuergen Hoetzel1-0/+2
2018-06-30Setup mode-specific `comment-start' and `'comment-end'Juergen Hoetzel1-15/+2
2018-06-30d: Don't fail if -link-defaultlib is manually added to the LDC link argsMatthias Klumpp1-0/+8
2018-06-29add documentation of meson test --print-errorlogs (#3809) [skip ci]Alberto Sartori1-0/+6
2018-06-29Options: treat array option -Dopt= and -Dopt=[] as equivalentDylan Baker4-0/+30
2018-06-28Add upgrade support to the MSI generator. [skip ci]Jussi Pakkanen1-0/+3
2018-06-27Fix ExtraFrameworkDependency Framework detectionMarvin Scholz1-1/+1
2018-06-26Refine documentation for build_always [skip ci]Jon Turney1-2/+3
2018-06-26Fix glib build when using MSI installer. Closes #3762.Jussi Pakkanen2-1/+6
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-24Update documentation about compiler envvars and cross files. [skip ci]Jussi Pakkanen1-11/+46
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
2018-06-24Write GNOME all uppercaseAlexandre Franke1-8/+8
2018-06-24Add FractalAlexandre Franke1-0/+1
2018-06-21Print default option values that don't match the current valueNiklas Claesson2-2/+21
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda8-2/+206
2018-06-21Merge pull request #3590 from mesonbuild/testcommandJussi Pakkanen7-457/+531