Age | Commit message (Expand) | Author | Files | Lines |
2019-07-30 | actually failfast, was not failing fast before | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-07-30 | intel-cl: readd missing import | Michael Hirsch, Ph.D | 1 | -2/+1 |
2019-07-27 | remove vestigial $ from test error msg | Michael Hirsch, Ph.D | 1 | -14/+13 |
2019-07-26 | docs: Add missing closing ` in reference manual | Dylan Baker | 1 | -1/+1 |
2019-07-26 | interpreter: Fix permitted kwargs in dependency.get_variable | Dylan Baker | 1 | -1/+1 |
2019-07-26 | docs: correct key in dep.get_variable | Dylan Baker | 1 | -1/+1 |
2019-07-26 | add missing link [skip ci] | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-07-26 | note that integers have .to_string() method [skip ci] | Michael Hirsch, Ph.D | 2 | -0/+8 |
2019-07-26 | unit tests: Convert unittest args to pytest | Nirbheek Chauhan | 1 | -0/+16 |
2019-07-25 | ci/cygwin: Install pytest-xdist for unit tests | Nirbheek Chauhan | 1 | -0/+3 |
2019-07-25 | ci/cygwin: Don't need a special step to install cmake | Nirbheek Chauhan | 1 | -4/+1 |
2019-07-25 | Added KDevelop to the docs (#5714) [skip ci] | Daniel Mensinger | 1 | -0/+1 |
2019-07-25 | docs: Document when install: was added to configure_file [skip ci] | Nirbheek Chauhan | 1 | -0/+6 |
2019-07-24 | tests/122 shared module: More verbose logging | Nirbheek Chauhan | 2 | -2/+16 |
2019-07-24 | .travis.yml: Fix cross-mingw test failures | Nirbheek Chauhan | 1 | -1/+1 |
2019-07-24 | ci: Fix failures in vs2019 jobs on Azure | Nirbheek Chauhan | 1 | -1/+1 |
2019-07-23 | Create multiple different archive types with dist. | Jussi Pakkanen | 4 | -52/+82 |
2019-07-23 | Made dist a top level command. | Jussi Pakkanen | 3 | -18/+15 |
2019-07-23 | meson: handle nested disabler | Marc-André Lureau | 2 | -8/+14 |
2019-07-23 | compilers: pull sanitzier args into compiler classes | Dylan Baker | 4 | -21/+23 |
2019-07-23 | linkers: Always use mesonlib namespace | Dylan Baker | 1 | -3/+2 |
2019-07-23 | compilers: return as-needed args as a list | Dylan Baker | 2 | -4/+4 |
2019-07-23 | linkers: Add get_base_link_args method to static linkers | Dylan Baker | 2 | -1/+7 |
2019-07-23 | compilers: Move lto args into compiler class | Dylan Baker | 2 | -5/+15 |
2019-07-23 | linkers: simplify and annotate | Dylan Baker | 1 | -153/+81 |
2019-07-23 | mesonlib: Annotate Popen_safe functions | Dylan Baker | 1 | -4/+11 |
2019-07-23 | coredata: Add a type for the options dict | Dylan Baker | 1 | -0/+2 |
2019-07-23 | cmake: added test case for environment variables | Daniel Mensinger | 5 | -7/+38 |
2019-07-23 | meson: Use CMAKE_PREFIX_PATH environment variable | Daniel Mensinger | 1 | -0/+6 |
2019-07-20 | Add optional progress bar when generating build.ninja | Nirbheek Chauhan | 5 | -18/+68 |
2019-07-20 | unit tests: Check whether pytest-xdist is available | Nirbheek Chauhan | 1 | -5/+4 |
2019-07-20 | unit tests: Use a timeout for tests that use the network | Nirbheek Chauhan | 1 | -1/+7 |
2019-07-20 | ValaCompiler: only emit '--debug' in debug build. | Jeremy Philippe | 1 | -1/+1 |
2019-07-19 | Add version check support to find_program() | Xavier Claessens | 6 | -3/+77 |
2019-07-18 | unit tests: Test more syntax highlighting data | Nirbheek Chauhan | 1 | -3/+38 |
2019-07-18 | fix all flake8 issues | Daniel Mensinger | 3 | -7/+5 |
2019-07-18 | azure cygwin cmake 3.14.5 | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-07-18 | add cross-platform test for cmake_module_path | Michael Hirsch, Ph.D | 2 | -0/+41 |
2019-07-18 | str => pathlib for cmakelists | Michael Hirsch, Ph.D | 1 | -10/+6 |
2019-07-17 | cmake: additional debug logging | Daniel Mensinger | 1 | -0/+3 |
2019-07-17 | cmake: Fix empty -D due to empty strings (closes #5522) | Daniel Mensinger | 4 | -17/+52 |
2019-07-17 | mintro: Fix section key in buildoptions | Daniel Mensinger | 3 | -7/+26 |
2019-07-17 | Accept vs_module_defs for modules | Marc-André Lureau | 4 | -1/+13 |
2019-07-16 | gtkdoc: Add 'check' kwarg (#5591) | Xavier Claessens | 12 | -29/+228 |
2019-07-16 | Add Irssi to Users | ailin-nemui | 1 | -0/+1 |
2019-07-16 | Merge pull request #5654 from marxin/fix-return-type-warnings | Michael Hirsch, Ph.D | 2 | -0/+5 |
2019-07-16 | Merge pull request #5663 from ePirat/patch-3 | Michael Hirsch, Ph.D | 1 | -3/+3 |
2019-07-16 | Docs: Fix brackets in generator examples [ci skip] | ePirat | 1 | -3/+3 |
2019-07-16 | Fix missing return statements that are seen with -Werror=return-type. | Martin Liska | 2 | -0/+5 |
2019-07-15 | No need to reserve build_ because we use build. instead. | Jussi Pakkanen | 1 | -1/+1 |