summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable failing cmake jobs on VS2017nirbheek/skip-cmake-broken-tests-vs2017Nirbheek Chauhan2020-06-143-0/+16
* cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger2020-06-137-7/+28
* Tweak gnome.gtkdoc() documentation for clarity and grammarJon Turney2020-06-131-2/+2
* Also adjust PATH in gtkdochelper for CygwinJon Turney2020-06-131-3/+5
* Include the dep itself in extra_paths for WindowsJon Turney2020-06-131-0/+1
* Handle multiple substitutions in eval_custom_target_command()Jon Turney2020-06-131-29/+30
* azure: Run gtkdoc tests for CygwinJon Turney2020-06-131-0/+1
* ci: Pin ninja to 1.9.0.post1 for nowNirbheek Chauhan2020-06-131-1/+5
* tests: reset CMakeDependency.class_cmakeinfoDaniel Mensinger2020-06-131-0/+3
* cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger2020-06-136-5/+30
* mdist: Filter out buildtype to avoid warningNirbheek Chauhan2020-06-131-1/+1
* dependencies: Add a couple of type annotationsDylan Baker2020-06-121-2/+3
* dependencies: Don't allow using the default binary for host on cross compilesDylan Baker2020-06-122-5/+5
* dependencies: Don't try to find a binary by "default_path" when cross compilingDylan Baker2020-06-121-4/+7
* cmake: Use shared find_external_program instead of open codingDylan Baker2020-06-121-22/+5
* dependencies: Split search_tool out of ExternalDependencyDylan Baker2020-06-122-24/+29
* mintro: typings again x2TheQwertiest2020-06-121-1/+1
* mintro: more typing shenanigansTheQwertiest2020-06-121-1/+1
* mintro: typing fixTheQwertiest2020-06-121-1/+1
* mintro: typing fixTheQwertiest2020-06-121-1/+1
* mintro: enforced order for subcommandsTheQwertiest2020-06-121-12/+14
* [skip ci] docs: Bring up to date on options per machineJohn Ericson2020-06-122-14/+64
* modules/cmake: Fix setting install_dirDylan Baker2020-06-124-2/+21
* cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger2020-06-124-15/+37
* docs: remove duplicated entry for gnome.generate_gir() documentation [skip ci]坂本 貴史2020-06-121-1/+0
* Correct argument typo in partial_dependnecy (#7300) [skip ci]Phillip Johnston2020-06-111-1/+1
* unit tests: Pass args to pytestNirbheek Chauhan2020-06-111-0/+3
* apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan2020-06-112-7/+13
* Fix typo in bitcode messageNirbheek Chauhan2020-06-111-1/+1
* compilers: corretify deduplication directionMarcel Hollerbach2020-06-112-2/+21
* Updated to resolve issue identifying SGI CPUs on IRIX systemsEric Dodd2020-06-103-2/+11
* Fix python3 installed from the Windows StoreD Scott Phillips2020-06-102-4/+26
* dependencies: Remove finish_init methodDylan Baker2020-06-103-26/+37
* tell variable name when erroring on bad combo optionMichael Hirsch2020-06-101-1/+3
* Made --help options sortedTheQwertiest2020-06-092-2/+2
* cmake_traceparser: ignore parse errorMichael Hirsch2020-06-091-1/+1
* compilers: Add UNIX large file support for MinGWSeungha Yang2020-06-091-3/+3
* docs/users: Add Le Machine Learning library [skip ci]Kyrylo Polezhaiev2020-06-081-0/+1
* Merge pull request #7245 from dankegel/response-files-when-needed-tidiedJussi Pakkanen2020-06-0816-110/+444
|\
| * docs: add snippet about response file changeDan Kegel2020-06-051-0/+7
| * run_unittests.py: skip test_internal_include_order for now if forcing respons...Dan Kegel2020-06-051-0/+3
| * ci: run some builders with response file threshold set to zeroDan Kegel2020-06-053-1/+12
| * test cases/common/234: get limit right on linux, generate fewer filesDan Kegel2020-06-051-2/+25
| * ninja: response file threshold now more accurate, overridable, portable.Dan Kegel2020-06-051-2/+20
| * gnulike linkers (and ar) accept rsp files.Dan Kegel2020-06-051-0/+7
| * ninja: Add ninja variable DEPFILE_UNQUOTED with unquoted DEPFILE valueJon Turney2020-06-051-1/+7
| * ninja: Specifically implement gcc rspfile style quotingJon Turney2020-06-051-8/+18
| * backend: There is no need for 'compiler-specific escaping' anymoreJon Turney2020-06-052-24/+7
| * ninja: Implement Windows-style command line quotingJon Turney2020-06-051-4/+11
| * ninja: Quoting in rspfile depends on the compiler, not the shellJon Turney2020-06-051-17/+48