aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-08-11Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen1-4/+4
2018-08-11Merge pull request #3831 from mesonbuild/symvisibilityJussi Pakkanen5-14/+29
2018-08-11Clarify the FeatureNew summary messageNirbheek Chauhan1-1/+1
2018-08-11Print only custom env vars in the test log for each testNirbheek Chauhan1-4/+10
2018-08-11Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan1-0/+3
2018-08-11Fix FeatureNew false positive in vcs_tagNirbheek Chauhan1-1/+5
2018-08-11Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan5-319/+342
2018-08-11Add support for s390x CPUs. Closes #3897.Jussi Pakkanen1-0/+1
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan3-6/+20
2018-08-10Fix bug and clarify error message in cross file validationJohn Ericson1-5/+3
2018-08-09Add support for c++2a and gnu++2aZachary Michaels1-4/+4
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen5-23/+23
2018-08-09Updated sample projects to use visibility kwarg.Jussi Pakkanen1-14/+2
2018-08-09Add kwarg for specifying symbol visibility.Jussi Pakkanen4-0/+27
2018-08-09Fix install when run with meson.exe. Closes #3988.Jussi Pakkanen1-1/+6
2018-08-09msvc: Don't add dynamic link args, they're ignoredNirbheek Chauhan1-0/+3
2018-08-09Don't require an import library for shared modulesNirbheek Chauhan2-3/+12
2018-08-09Make python module more robustDavid Seifert1-15/+40
2018-08-08Don't check version for fallback not-found dependencyNirbheek Chauhan1-0/+6
2018-08-08PkgConfigDependency: Fix library path search orderNirbheek Chauhan3-28/+33
2018-08-07Test that vim syntax highlighting is up-to-dateNirbheek Chauhan1-4/+6
2018-08-07Adding support to checkout from reviews in git/gerrit using commit ids.Mohammed Amer Khalidi1-3/+5
2018-08-07Prints error message instead of backtrace on failNiklas Claesson1-1/+1
2018-08-07Fix missing permitted kwargPatrick Griffis1-1/+1
2018-08-07Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke1-1/+1
2018-08-07gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter1-8/+15
2018-08-07Refactor getting the host system of a cross compilerGeorge Koehler2-22/+14
2018-08-03Add 32 bit sparc processor support. Closes #3901.Jussi Pakkanen1-0/+1
2018-08-01Assert name isn't the empty string in find_external_dependency()Jon Turney1-0/+1
2018-08-01Restore and improve displaying dependency name with correct casingJon Turney1-3/+17
2018-08-01Restore and improve cross/native dependency type reportingJon Turney1-2/+9
2018-08-01Consolidate reporting result of a dependency checkJon Turney5-97/+98
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney3-23/+3
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney3-22/+32
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney3-193/+209
2018-08-01Remove do-nothing pkgconfig method from dubJon Turney1-1/+1
2018-08-01Remove do-nothing extraframework method from libwmf and pcapJon Turney1-8/+2
2018-07-31Updated boost discovery to handle version >= 1.65 for MSVC (#3961)Derek Kingston1-2/+16
2018-07-31custom targets: Add a 'console' kwarg for long-running commandsNirbheek Chauhan3-1/+10
2018-07-31Merge pull request #3799 from rossburton/gtkdocJussi Pakkanen2-7/+17
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen11-46/+107
2018-07-29gnome: Fix building gir with asan againTingPing1-1/+1
2018-07-27python.find_installation: only try to find python with the py launcher if it ...Christoph Reiter1-2/+5
2018-07-27Merge pull request #3898 from mesonbuild/vsinstallJussi Pakkanen4-222/+303
2018-07-27Warn for future keyword (#3908)Xavier Claessens1-0/+5
2018-07-25Make the rpath order deterministic. (#3932)Rafael Ávila de Espíndola1-1/+1
2018-07-25Merge pull request #3943 from xclaesse/auto-feature-defaultXavier Claessens1-1/+1
2018-07-25Add a feature-new entry for UserFeatureOptionNirbheek Chauhan1-5/+6
2018-07-25UserFeatureOption: Default to 'auto' when no value specifiedXavier Claessens1-1/+1
2018-07-24Print a useful error when a compiler is not found in the cross fileNirbheek Chauhan1-0/+2