aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-13external-project: New module to build configure/make projectsXavier Claessens20-19/+654
2020-09-13Allow installing dir from build dirXavier Claessens2-2/+8
2020-09-13mcompile: Add some basic XCode supportNirbheek Chauhan2-1/+49
2020-09-13Improve regexp for MSVC target arch detection againTamás Bálint Misius1-1/+1
2020-09-13Remove redudant checks in vs2010 backendVili Väinölä1-6/+3
2020-09-13Add VS include directories to projects as wellVili Väinölä1-2/+3
2020-09-11unit tests: Print total time taken for running testsNirbheek Chauhan1-2/+6
2020-09-11unit tests: Don't use pytest when running single testsNirbheek Chauhan1-10/+31
2020-09-11Add build machine compilers to project tests compiler reportJon Turney2-6/+31
2020-09-11Add a test run of MSVC ARM64 cross on Windows x64Jon Turney5-5/+52
2020-09-11Fix test 'common/122 llvm ir and assembly' for Windows ARMJon Turney3-10/+59
2020-09-11Skip test 'common/121 shared modules' on Windows UWPJon Turney1-1/+19
2020-09-11Store first line of VisualStudio compiler output as full_versionJon Turney1-1/+1
2020-09-11Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz1-1/+1
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens4-11/+20
2020-09-10msubprojects: Fix review commentsXavier Claessens2-4/+10
2020-09-10git: Use Popen_safe to avoid encoding issuesXavier Claessens2-44/+48
2020-09-10Move verbose_git() and quiet_git() to mesonlibXavier Claessens2-18/+17
2020-09-10mesonlib: Move MesonException declaration to the topXavier Claessens1-13/+11
2020-09-10doc: Update new `meson subprojects` behaviorsXavier Claessens2-12/+63
2020-09-10msubprojects: Rework update commandXavier Claessens1-52/+96
2020-09-10msubprojects: Return failure if some commands failedXavier Claessens1-23/+39
2020-09-10msubprojects: Stash changes before checkoutXavier Claessens1-0/+3
2020-09-10msubprojects: Support git subprojects with no wrap fileXavier Claessens2-0/+19
2020-09-10msubprojects: Use less cryptic "git branch --show-current" commandXavier Claessens1-3/+3
2020-09-10msubprojects: Add --type argumentXavier Claessens1-0/+5
2020-09-10msubprojects: Use wrap.Resolver() to load all PackageDefinitionXavier Claessens1-21/+16
2020-09-10minstall: Add version field to install dataNirbheek Chauhan3-9/+17
2020-09-10mtest: Refactor test data checkingNirbheek Chauhan1-21/+12
2020-09-10mtest: Check version in the test data after loadingNirbheek Chauhan3-16/+34
2020-09-10Add a test run in an environment which only has a cross compilerJon Turney3-5/+29
2020-09-10Add release note snippetJon Turney1-0/+4
2020-09-10Split tests out from 'common' which require a native compilerJon Turney56-34/+131
2020-09-10Identify machine in error accesing compiler object for missing languageJon Turney3-1/+10
2020-09-10ninja: Generate all STATIC_LINKER rulesJon Turney1-2/+5
2020-09-10Don't require build machine compilers for project() languagesJon Turney2-6/+16
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger7-0/+250
2020-09-09Merge pull request #7657 from mensinda/moreTypingDylan Baker80-639/+834
2020-09-09Merge pull request #7428 from jon-turney/introspector-add-languagesJussi Pakkanen3-12/+31
2020-09-09Add a test of add_languages(native:) introspectionJon Turney2-0/+10
2020-09-09Implement add_languages(native:) in introspectorJon Turney1-2/+7
2020-09-08typing: fixup for #7708Daniel Mensinger1-1/+5
2020-09-08typing: fixup of #7688Daniel Mensinger2-3/+3
2020-09-08typing: Fix code reviewDaniel Mensinger3-37/+12
2020-09-08typing: fix LGTM bot errorDaniel Mensinger1-0/+4
2020-09-08typing: fix code reviewDaniel Mensinger12-42/+43
2020-09-08typing: get rid of most T.castDaniel Mensinger7-16/+21
2020-09-08typing: more fixesDaniel Mensinger19-161/+215
2020-09-08typing: Fix templatesDaniel Mensinger13-24/+28
2020-09-08typing: fix dependencies for new follow_importsDaniel Mensinger4-15/+18