summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Can specify keyword arguments with a dict.kwargsJussi Pakkanen2018-12-039-4/+113
* Merge pull request #4389 from xclaesse/subprojects-cmdJussi Pakkanen2018-12-028-9/+301
|\
| * Add documentation for 'meson subprojects' command lineXavier Claessens2018-12-022-1/+53
| * flake8: ignore W504: line break after binary operatorXavier Claessens2018-12-021-0/+2
| * Add 'meson subprojects download' commandXavier Claessens2018-12-021-1/+19
| * Add 'meson subprojects checkout' commandXavier Claessens2018-12-021-32/+61
| * Add 'meson subprojects update' commandXavier Claessens2018-12-025-8/+199
* | coverage: Print summary after gcovr html generationMohammed Sadiq2018-12-021-1/+2
|/
* Merge pull request #4569 from lzutao/readmeJussi Pakkanen2018-12-011-1/+5
|\
| * Add link to built-in options page [skip ci]Lzu Tao2018-11-301-1/+5
* | Fix the freenode link [skip ci]lzutao2018-12-011-1/+2
* | Update sample output of meson configure [skip ci]Lzu Tao2018-12-011-27/+79
|/
* syntax-highlighting: vim: Allow overriding shiftwidth and softtabstopLaurent Pinchart2018-11-303-5/+17
* Add meson version required to use option type (#4562) [skip ci]lzutao2018-11-301-2/+2
* Merge pull request #3061 from jon-turney/introspect-custom-target-filesJussi Pakkanen2018-11-282-1/+39
|\
| * Tolerate custom target sources which can't be converted to FilesJon Turney2018-09-151-1/+5
| * Convert custom target sources to Files with self.source_strings_to_files.Jussi Pakkanen2018-09-151-1/+3
| * Add a test for 'meson introspect --targets|--target-files'Jon Turney2018-09-151-0/+32
* | docs: Remove mention of appveyor from Contributing docJon Turney2018-11-281-10/+9
* | appveyor: Remove vs2015 jobsJon Turney2018-11-281-119/+0
* | Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen2018-11-281-2/+3
* | azure-pipelines: install cmake in msys2Christoph Reiter2018-11-271-1/+9
* | azure: ignore PRs which should be skipped for ciJon Turney2018-11-271-1/+1
* | Merge pull request #4191 from trilader/feature/projectinfo-from-sourceJussi Pakkanen2018-11-275-32/+210
|\ \
| * | Remove name property from introspect --projectinfo as it is not usedDaniel Schulte2018-11-262-6/+2
| * | mintro: Allow introspect --projectinfo without build directory.Daniel Schulte2018-11-263-2/+140
| * | AstInterpreter: Stub out more functionsDaniel Schulte2018-11-261-2/+25
| * | mintro: Split list_buildsystem_files into generation and command functionDaniel Schulte2018-11-261-2/+6
| * | Split AstInterpreter into base class and RewriterInterpreterDaniel Schulte2018-11-262-27/+44
* | | Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen2018-11-272-1/+10
* | | Fixed unit test (see #4549)Daniel Mensinger2018-11-272-17/+20
|/ /
* | Fixed unbound cmvers variable (#4549)Daniel Mensinger2018-11-261-0/+1
* | Merge pull request #4546 from mensinda/buildoptsJussi Pakkanen2018-11-265-17/+95
|\ \
| * | Updated docs [skip ci]Daniel Mensinger2018-11-242-0/+50
| * | Sorted arrays alphabeticallyDaniel Mensinger2018-11-242-22/+22
| * | Added 'section' key to buildoptions introspectionDaniel Mensinger2018-11-242-6/+34
* | | CI: port msys2 jobs from appveyor to azure-pipelinesChristoph Reiter2018-11-262-15/+50
|/ /
* | Use first 7 letters of sha256 for subdirectory part of target idAleksey Filippov2018-11-222-11/+47
* | dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker2018-11-221-1/+3
* | Fix subproject initialization without git installed.Elliott Sales de Andrade2018-11-221-2/+5
* | [skip ci] Document CFLAGS and friends in main docsFloris Bruynooghe2018-11-222-0/+29
* | Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen2018-11-221-1/+0
* | CMake find_package dependency backend (#4444)Daniel Mensinger2018-11-2213-17/+861
* | docs: Alphabetically sort reference table rows [skip ci]Jon Turney2018-11-221-31/+31
* | docs: Add clang-cl to reference table for compiler get_id() values [skip ci]Jon Turney2018-11-221-0/+1
* | pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach2018-11-214-5/+45
* | CI: port cygwin job from appveyor to azure-pipelinesChristoph Reiter2018-11-214-38/+49
* | minstall: Do not delete dst files when installing a directoryXavier Claessens2018-11-201-3/+1
* | docs: Add missing `namespace` parameter documentation [skip ci]Iñigo Martínez2018-11-201-0/+1
* | -Wl,--as-needed seems to break easily with mpi/fortranAlexis Jeandet2018-11-191-1/+1