aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-06-24meson: add cache for getting optionsMarcel Hollerbach1-0/+1
2019-06-23coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker3-35/+58
2019-06-23BUGFIX: Fortran module regex handle more edge casesMichael Hirsch, Ph.D1-4/+4
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan2-2/+0
2019-06-22Increase logging for Rust CI failures.Jussi Pakkanen1-3/+11
2019-06-21Made TestHarness a context manager to ensure files get closed.Jussi Pakkanen1-14/+25
2019-06-21Do not quote targetdep, Ninja fails if it contains double quotes.Jussi Pakkanen1-1/+1
2019-06-21environment: Fix detection of Microsoft cl.exe with non English localesDylan Baker1-1/+1
2019-06-20fortran depscan: ignore module procedureMichael Hirsch, Ph.D1-2/+2
2019-06-20BUGFIX syntaxMichael Hirsch, Ph.D1-7/+10
2019-06-19Merge pull request #5457 from mensinda/cmakeRefactorJussi Pakkanen7-490/+582
2019-06-19Handle thread flags when not using C at all. Closes #5497.Jussi Pakkanen1-2/+8
2019-06-19Canonicalize 'i86pc' return from platform.machine() for SolarisAlan Coopersmith1-2/+2
2019-06-16Update version number for new development.Jussi Pakkanen1-1/+1
2019-06-16Update things for new release.0.51.0Jussi Pakkanen1-1/+1
2019-06-13compilers: Add logging for symbol prefix testMarvin Scholz1-0/+2
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov4-8/+8
2019-06-13dependencies/shaderc: fix exception caused by typoAndrei Alexeyev1-1/+1
2019-06-12cmake: Move parsing the CMake trace into the CMake moduleDaniel Mensinger4-324/+347
2019-06-12cmake: Moved finding and running CMake out of dependencyDaniel Mensinger5-167/+236
2019-06-12Further deduplicate Interpreter native kwarg codeJohn Ericson1-15/+15
2019-06-12Solaris fixesKurtis Rader2-0/+4
2019-06-12modules/python: add a modules keyword argumentDylan Baker1-4/+34
2019-06-11compilers: armclang supports only cross-compilationsompen1-1/+1
2019-06-11compilers/cpp: Fix removal of name from Combo options for Armclangsompen1-2/+1
2019-06-11environment: better xcode 11 clang detectionDan Kegel1-2/+2
2019-06-09Simplify `ConfigToolDependency` for_machineJohn Ericson1-4/+2
2019-06-09remove `for_XXX` functions from mesonlibJohn Ericson1-70/+0
2019-06-09Simplify and dedup machine kwarg -> MachineChoice logic in the interpreterJohn Ericson1-16/+8
2019-06-09Add some type annotationsJohn Ericson1-7/+7
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson36-841/+701
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson7-81/+63
2019-06-09cmake: Minor fixes to handle some CMake specific behaviorDaniel Mensinger1-13/+25
2019-06-08Moved RuntimeLibrary property to ItemDefinitionGroup/ClCompilefilippocrocchini1-9/+10
2019-06-06cmake: Fix cygwin failuresDaniel Mensinger1-1/+10
2019-06-06cmake: removed legacy kwargs from interpreter dictDaniel Mensinger1-1/+1
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger5-29/+106
2019-06-06cmake: Make flake8 happyDaniel Mensinger2-18/+26
2019-06-06cmake: rebase fixesDaniel Mensinger2-5/+6
2019-06-06cmake: set the linker for clang-cl for CMakeDaniel Mensinger1-0/+2
2019-06-06cmake: blacklist some `cl` compiler and linker flagsDaniel Mensinger1-0/+40
2019-06-06cmake: general windows and old CMake fixesDaniel Mensinger2-10/+36
2019-06-06cmake: Some minor style changesDaniel Mensinger1-17/+23
2019-06-06cmake: Added option for additional CMake argsDaniel Mensinger2-10/+14
2019-06-06cmake: Minor fixesDaniel Mensinger2-19/+29
2019-06-06cmake: support object librariesDaniel Mensinger2-7/+47
2019-06-06cmake: Always add the CMake build dir to the include dirsDaniel Mensinger1-1/+2
2019-06-06cmake: Fixed install prefixDaniel Mensinger2-5/+12
2019-06-06cmake: First working versionDaniel Mensinger2-25/+135
2019-06-06cmake: basic AST generationDaniel Mensinger2-16/+218