aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-13ci: Pin ninja to 1.9.0.post1 for nowNirbheek Chauhan1-1/+5
2020-06-13tests: reset CMakeDependency.class_cmakeinfoDaniel Mensinger1-0/+3
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger6-5/+30
2020-06-13mdist: Filter out buildtype to avoid warningNirbheek Chauhan1-1/+1
2020-06-12dependencies: Add a couple of type annotationsDylan Baker1-2/+3
2020-06-12dependencies: Don't allow using the default binary for host on cross compilesDylan Baker2-5/+5
2020-06-12dependencies: Don't try to find a binary by "default_path" when cross compilingDylan Baker1-4/+7
2020-06-12cmake: Use shared find_external_program instead of open codingDylan Baker1-22/+5
2020-06-12dependencies: Split search_tool out of ExternalDependencyDylan Baker2-24/+29
2020-06-12mintro: typings again x2TheQwertiest1-1/+1
2020-06-12mintro: more typing shenanigansTheQwertiest1-1/+1
2020-06-12mintro: typing fixTheQwertiest1-1/+1
2020-06-12mintro: typing fixTheQwertiest1-1/+1
2020-06-12mintro: enforced order for subcommandsTheQwertiest1-12/+14
2020-06-12[skip ci] docs: Bring up to date on options per machineJohn Ericson2-14/+64
2020-06-12modules/cmake: Fix setting install_dirDylan Baker4-2/+21
2020-06-12cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger4-15/+37
2020-06-12docs: remove duplicated entry for gnome.generate_gir() documentation [skip ci]坂本 貴史1-1/+0
2020-06-11Correct argument typo in partial_dependnecy (#7300) [skip ci]Phillip Johnston1-1/+1
2020-06-11unit tests: Pass args to pytestNirbheek Chauhan1-0/+3
2020-06-11apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan2-7/+13
2020-06-11Fix typo in bitcode messageNirbheek Chauhan1-1/+1
2020-06-11compilers: corretify deduplication directionMarcel Hollerbach2-2/+21
2020-06-10Updated to resolve issue identifying SGI CPUs on IRIX systemsEric Dodd3-2/+11
2020-06-10Fix python3 installed from the Windows StoreD Scott Phillips2-4/+26
2020-06-10dependencies: Remove finish_init methodDylan Baker3-26/+37
2020-06-10tell variable name when erroring on bad combo optionMichael Hirsch1-1/+3
2020-06-09Made --help options sortedTheQwertiest2-2/+2
2020-06-09cmake_traceparser: ignore parse errorMichael Hirsch1-1/+1
2020-06-09compilers: Add UNIX large file support for MinGWSeungha Yang1-3/+3
2020-06-08docs/users: Add Le Machine Learning library [skip ci]Kyrylo Polezhaiev1-0/+1
2020-06-08Merge pull request #7245 from dankegel/response-files-when-needed-tidiedJussi Pakkanen16-110/+444
2020-06-07Merge pull request #7119 from marcelhollerbach/masterJussi Pakkanen2-38/+73
2020-06-07Merge pull request #7256 from peterh/openmpJussi Pakkanen4-18/+25
2020-06-07Remove warnings from sample code. Closes #7248.Jussi Pakkanen1-1/+1
2020-06-07End test code with a newline. Closes #7247.Jussi Pakkanen1-2/+2
2020-06-06backend/vs: Fix OpenMP supportPeter Harris1-17/+17
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris3-1/+8
2020-06-05docs: add snippet about response file changeDan Kegel1-0/+7
2020-06-05run_unittests.py: skip test_internal_include_order for now if forcing respons...Dan Kegel1-0/+3
2020-06-05ci: run some builders with response file threshold set to zeroDan Kegel3-1/+12
2020-06-05test cases/common/234: get limit right on linux, generate fewer filesDan Kegel1-2/+25
2020-06-05ninja: response file threshold now more accurate, overridable, portable.Dan Kegel1-2/+20
2020-06-05gnulike linkers (and ar) accept rsp files.Dan Kegel1-0/+7
2020-06-05ninja: Add ninja variable DEPFILE_UNQUOTED with unquoted DEPFILE valueJon Turney1-1/+7
2020-06-05ninja: Specifically implement gcc rspfile style quotingJon Turney1-8/+18
2020-06-05backend: There is no need for 'compiler-specific escaping' anymoreJon Turney2-24/+7
2020-06-05ninja: Implement Windows-style command line quotingJon Turney1-4/+11
2020-06-05ninja: Quoting in rspfile depends on the compiler, not the shellJon Turney1-17/+48
2020-06-05ninja: Push ninja and shell quoting down into NinjaRuleJon Turney1-50/+91