summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compilers: Fix bitcode and other options for objc codenirbheek/fix-objc-bitcodeNirbheek Chauhan2019-06-228-9/+45
* Increase logging for Rust CI failures.Jussi Pakkanen2019-06-221-3/+11
* Fix the last remaining Rust install file list.Jussi Pakkanen2019-06-221-1/+5
* Detect broken Rust compiler setups.Jussi Pakkanen2019-06-221-1/+29
* Run Rust shared library test via rustup to get the environment right.Jussi Pakkanen2019-06-221-1/+8
* Add Rust generated pdbs to list of installed files.Jussi Pakkanen2019-06-216-1/+12
* 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
* docs: Update libdir caveatDylan Baker2019-06-211-3/+6
* environment: Fix detection of Microsoft cl.exe with non English localesDylan Baker2019-06-211-1/+1
* Merge pull request #5516 from scivision/fortran_module_findDylan Baker2019-06-209-20/+37
|\
| * fortran depscan: ignore module procedureMichael Hirsch, Ph.D2019-06-201-2/+2
| * add fortarn use inline comment testMichael Hirsch, Ph.D2019-06-201-1/+1
| * add inline comment test for Fortran submoduleMichael Hirsch, Ph.D2019-06-201-1/+1
| * add inline comment test for Fortran includeMichael Hirsch, Ph.D2019-06-201-1/+1
| * BUGFIX syntaxMichael Hirsch, Ph.D2019-06-202-9/+12
| * make test more stringent by building separate libraryMichael Hirsch, Ph.D2019-06-191-1/+4
| * add fortran module inline comment testMichael Hirsch, Ph.D2019-06-195-10/+21
|/
* Skip `196 install_mode` project test on WindowsAleksey Gurtovoy2019-06-191-0/+4
* Merge pull request #5457 from mensinda/cmakeRefactorJussi Pakkanen2019-06-1910-492/+586
|\
| * 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
| * cmake: Fix missing include_directories in some CMakeLists.txtDaniel Mensinger2019-06-123-2/+4
* | Quick_guide.md:add python-setuptools and wheelandy59952019-06-191-1/+2
* | 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
* | Reference-manual.md:add missing equal sign in "both_libraries" sectionandy59952019-06-191-1/+1
* | Updated msi creator to use 64 bit VS 2019. [skip ci]Jussi Pakkanen2019-06-161-1/+1
* | Update version number for new development.Jussi Pakkanen2019-06-161-1/+1
* | Update things for new release.0.51.0Jussi Pakkanen2019-06-1629-284/+332
* | Tutorial.md: Improve English [skip ci]Francisco Velázquez2019-06-161-3/+2
* | compilers: Add logging for symbol prefix testMarvin Scholz2019-06-131-0/+2
* | Added tvOS cross fileRoman Shpuntov2019-06-131-0/+27
* | 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-124-4/+52
* 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
* docs: compiler objects are returned [skip ci]Dylan Baker2019-06-101-102/+102
* Merge pull request #4010 from Ericson2314/purge-cross-conditional-previewJussi Pakkanen2019-06-1044-1019/+838
|\
| * Make test for identityJohn Ericson2019-06-095-0/+64
| * 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-0939-896/+749
| * Use `env.machines.*` to avoid some `is_cross`John Ericson2019-06-098-93/+75