summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ARM compilers work on Linux.armlinuxJussi Pakkanen2019-07-302-2/+37
* remove vestigial $ from test error msgMichael Hirsch, Ph.D2019-07-271-14/+13
* docs: Add missing closing ` in reference manualDylan Baker2019-07-261-1/+1
* interpreter: Fix permitted kwargs in dependency.get_variableDylan Baker2019-07-261-1/+1
* docs: correct key in dep.get_variableDylan Baker2019-07-261-1/+1
* add missing link [skip ci]Michael Hirsch, Ph.D2019-07-261-2/+2
* note that integers have .to_string() method [skip ci]Michael Hirsch, Ph.D2019-07-262-0/+8
* unit tests: Convert unittest args to pytestNirbheek Chauhan2019-07-261-0/+16
* ci/cygwin: Install pytest-xdist for unit testsNirbheek Chauhan2019-07-251-0/+3
* ci/cygwin: Don't need a special step to install cmakeNirbheek Chauhan2019-07-251-4/+1
* Added KDevelop to the docs (#5714) [skip ci]Daniel Mensinger2019-07-251-0/+1
* docs: Document when install: was added to configure_file [skip ci]Nirbheek Chauhan2019-07-251-0/+6
* tests/122 shared module: More verbose loggingNirbheek Chauhan2019-07-242-2/+16
* .travis.yml: Fix cross-mingw test failuresNirbheek Chauhan2019-07-241-1/+1
* ci: Fix failures in vs2019 jobs on AzureNirbheek Chauhan2019-07-241-1/+1
* Create multiple different archive types with dist.Jussi Pakkanen2019-07-234-52/+82
* Made dist a top level command.Jussi Pakkanen2019-07-233-18/+15
* meson: handle nested disablerMarc-André Lureau2019-07-232-8/+14
* compilers: pull sanitzier args into compiler classesDylan Baker2019-07-234-21/+23
* linkers: Always use mesonlib namespaceDylan Baker2019-07-231-3/+2
* compilers: return as-needed args as a listDylan Baker2019-07-232-4/+4
* linkers: Add get_base_link_args method to static linkersDylan Baker2019-07-232-1/+7
* compilers: Move lto args into compiler classDylan Baker2019-07-232-5/+15
* linkers: simplify and annotateDylan Baker2019-07-231-153/+81
* mesonlib: Annotate Popen_safe functionsDylan Baker2019-07-231-4/+11
* coredata: Add a type for the options dictDylan Baker2019-07-231-0/+2
* cmake: added test case for environment variablesDaniel Mensinger2019-07-235-7/+38
* meson: Use CMAKE_PREFIX_PATH environment variableDaniel Mensinger2019-07-231-0/+6
* Add optional progress bar when generating build.ninjaNirbheek Chauhan2019-07-205-18/+68
* unit tests: Check whether pytest-xdist is availableNirbheek Chauhan2019-07-201-5/+4
* unit tests: Use a timeout for tests that use the networkNirbheek Chauhan2019-07-201-1/+7
* ValaCompiler: only emit '--debug' in debug build.Jeremy Philippe2019-07-201-1/+1
* Add version check support to find_program()Xavier Claessens2019-07-196-3/+77
* unit tests: Test more syntax highlighting dataNirbheek Chauhan2019-07-181-3/+38
* fix all flake8 issuesDaniel Mensinger2019-07-183-7/+5
* azure cygwin cmake 3.14.5Michael Hirsch, Ph.D2019-07-181-2/+2
* add cross-platform test for cmake_module_pathMichael Hirsch, Ph.D2019-07-182-0/+41
* str => pathlib for cmakelistsMichael Hirsch, Ph.D2019-07-181-10/+6
* cmake: additional debug loggingDaniel Mensinger2019-07-171-0/+3
* cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger2019-07-174-17/+52
* mintro: Fix section key in buildoptionsDaniel Mensinger2019-07-173-7/+26
* Accept vs_module_defs for modulesMarc-André Lureau2019-07-174-1/+13
* gtkdoc: Add 'check' kwarg (#5591)Xavier Claessens2019-07-1612-29/+228
* Add Irssi to Usersailin-nemui2019-07-161-0/+1
* Merge pull request #5654 from marxin/fix-return-type-warningsMichael Hirsch, Ph.D2019-07-162-0/+5
|\
| * Fix missing return statements that are seen with -Werror=return-type.Martin Liska2019-07-162-0/+5
* | Merge pull request #5663 from ePirat/patch-3Michael Hirsch, Ph.D2019-07-161-3/+3
|\ \ | |/ |/|
| * Docs: Fix brackets in generator examples [ci skip]ePirat2019-07-161-3/+3
|/
* No need to reserve build_ because we use build. instead.Jussi Pakkanen2019-07-151-1/+1
* meson: skip captured write if content didn't changeMarc-André Lureau2019-07-151-2/+9