summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* compilers: Fix bitcode and other options for objc codenirbheek/fix-objc-bitcodeNirbheek Chauhan2019-06-222-2/+0
* Increase logging for Rust CI failures.Jussi Pakkanen2019-06-221-3/+11
* Made TestHarness a context manager to ensure files get closed.Jussi Pakkanen2019-06-211-14/+25
* Do not quote targetdep, Ninja fails if it contains double quotes.Jussi Pakkanen2019-06-211-1/+1
* environment: Fix detection of Microsoft cl.exe with non English localesDylan Baker2019-06-211-1/+1
* fortran depscan: ignore module procedureMichael Hirsch, Ph.D2019-06-201-2/+2
* BUGFIX syntaxMichael Hirsch, Ph.D2019-06-201-7/+10
* Merge pull request #5457 from mensinda/cmakeRefactorJussi Pakkanen2019-06-197-490/+582
|\
| * cmake: Move parsing the CMake trace into the CMake moduleDaniel Mensinger2019-06-124-324/+347
| * cmake: Moved finding and running CMake out of dependencyDaniel Mensinger2019-06-125-167/+236
* | Handle thread flags when not using C at all. Closes #5497.Jussi Pakkanen2019-06-191-2/+8
* | Canonicalize 'i86pc' return from platform.machine() for SolarisAlan Coopersmith2019-06-191-2/+2
* | Update version number for new development.Jussi Pakkanen2019-06-161-1/+1
* | Update things for new release.0.51.0Jussi Pakkanen2019-06-161-1/+1
* | compilers: Add logging for symbol prefix testMarvin Scholz2019-06-131-0/+2
* | tvOS: added support AppleTVOSRoman Shpuntov2019-06-134-8/+8
* | dependencies/shaderc: fix exception caused by typoAndrei Alexeyev2019-06-131-1/+1
|/
* Further deduplicate Interpreter native kwarg codeJohn Ericson2019-06-121-15/+15
* Solaris fixesKurtis Rader2019-06-122-0/+4
* modules/python: add a modules keyword argumentDylan Baker2019-06-121-4/+34
* compilers: armclang supports only cross-compilationsompen2019-06-111-1/+1
* compilers/cpp: Fix removal of name from Combo options for Armclangsompen2019-06-111-2/+1
* environment: better xcode 11 clang detectionDan Kegel2019-06-111-2/+2
* Simplify `ConfigToolDependency` for_machineJohn Ericson2019-06-091-4/+2
* remove `for_XXX` functions from mesonlibJohn Ericson2019-06-091-70/+0
* Simplify and dedup machine kwarg -> MachineChoice logic in the interpreterJohn Ericson2019-06-091-16/+8
* Add some type annotationsJohn Ericson2019-06-091-7/+7
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-0936-841/+701
* Use `env.machines.*` to avoid some `is_cross`John Ericson2019-06-097-81/+63
* cmake: Minor fixes to handle some CMake specific behaviorDaniel Mensinger2019-06-091-13/+25
* Moved RuntimeLibrary property to ItemDefinitionGroup/ClCompilefilippocrocchini2019-06-081-9/+10
* cmake: Fix cygwin failuresDaniel Mensinger2019-06-061-1/+10
* cmake: removed legacy kwargs from interpreter dictDaniel Mensinger2019-06-061-1/+1
* cmake: moved subprojects into the CMake moduleDaniel Mensinger2019-06-065-29/+106
* cmake: Make flake8 happyDaniel Mensinger2019-06-062-18/+26
* cmake: rebase fixesDaniel Mensinger2019-06-062-5/+6
* cmake: set the linker for clang-cl for CMakeDaniel Mensinger2019-06-061-0/+2
* cmake: blacklist some `cl` compiler and linker flagsDaniel Mensinger2019-06-061-0/+40
* cmake: general windows and old CMake fixesDaniel Mensinger2019-06-062-10/+36
* cmake: Some minor style changesDaniel Mensinger2019-06-061-17/+23
* cmake: Added option for additional CMake argsDaniel Mensinger2019-06-062-10/+14
* cmake: Minor fixesDaniel Mensinger2019-06-062-19/+29
* cmake: support object librariesDaniel Mensinger2019-06-062-7/+47
* cmake: Always add the CMake build dir to the include dirsDaniel Mensinger2019-06-061-1/+2
* cmake: Fixed install prefixDaniel Mensinger2019-06-062-5/+12
* cmake: First working versionDaniel Mensinger2019-06-062-25/+135
* cmake: basic AST generationDaniel Mensinger2019-06-062-16/+218
* cmake: extract the codemodelDaniel Mensinger2019-06-062-11/+172
* cmake: get CMake inputsDaniel Mensinger2019-06-062-4/+78
* cmake: Handle a few more stub messagesDaniel Mensinger2019-06-061-13/+33