aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-16Update things for new release.0.51.0Jussi Pakkanen29-284/+332
2019-06-16Tutorial.md: Improve English [skip ci]Francisco Velázquez1-3/+2
2019-06-13compilers: Add logging for symbol prefix testMarvin Scholz1-0/+2
2019-06-13Added tvOS cross fileRoman Shpuntov1-0/+27
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov4-8/+8
2019-06-13dependencies/shaderc: fix exception caused by typoAndrei Alexeyev1-1/+1
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 Baker4-4/+52
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-10docs: compiler objects are returned [skip ci]Dylan Baker1-102/+102
2019-06-10Merge pull request #4010 from Ericson2314/purge-cross-conditional-previewJussi Pakkanen44-1019/+838
2019-06-10Rewrap some doc lines. [skip ci]Jussi Pakkanen2-41/+51
2019-06-09Make test for identityJohn Ericson5-0/+64
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 Ericson39-896/+749
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson8-93/+75
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-08docs: Add bzip2 to the Users pageDylan Baker1-0/+1
2019-06-06Merge pull request #4969 from mensinda/cmakeSubProjectJussi Pakkanen59-95/+1926
2019-06-06Readme fixes. [skip ci]Jussi Pakkanen2-10/+12
2019-06-06cmake: Fix cygwin failuresDaniel Mensinger1-1/+10
2019-06-06cmake: removed legacy kwargs from interpreter dictDaniel Mensinger1-1/+1
2019-06-06cmake: doc: fixed typosDaniel Mensinger1-5/+5
2019-06-06cmake: updated docsDaniel Mensinger4-63/+109
2019-06-06cmake: Updated test casesDaniel Mensinger7-27/+34
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger5-29/+106
2019-06-06cmake: Make flake8 happyDaniel Mensinger2-18/+26
2019-06-06cmake: disable the CMake tests for msvc2015Daniel Mensinger1-1/+1
2019-06-06cmake: rebase fixesDaniel Mensinger3-9/+10
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: better loggingDaniel Mensinger2-0/+15
2019-06-06cmake: fixed installed_files.txtDaniel Mensinger3-2/+15
2019-06-06cmake: Fixed test cases for windowsDaniel Mensinger34-12/+177
2019-06-06cmake: use newer CMake version for cygwinDaniel Mensinger1-1/+10
2019-06-06cmake: Added docsDaniel Mensinger3-30/+103
2019-06-06cmake: Added option for additional CMake argsDaniel Mensinger4-10/+22
2019-06-06cmake: Minor fixesDaniel Mensinger2-19/+29
2019-06-06cmake: support object librariesDaniel Mensinger9-7/+101
2019-06-06cmake: Added test for configure_fileDaniel Mensinger4-0/+16
2019-06-06cmake: Added Code generation testDaniel Mensinger5-0/+57