summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Error out if kwargs dict contains a kwargs entry.kwargskwargsJussi Pakkanen2018-12-061-1/+3
* Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen2018-12-066-3/+69
* modules/python: Do not override link_args with None largsPhilippe Normand2018-12-051-2/+2
* docs: fix link to platform install quirks [skip ci]Dylan Baker2018-12-051-1/+1
* Don't blame absent cmake for all missing dependenciesJon Turney2018-12-051-8/+8
* Correctly detect 32-bit arm userland on 64-bit armNirbheek Chauhan2018-12-051-5/+14
* Reorganize cpu detection code to be more consistentNirbheek Chauhan2018-12-051-32/+31
* Fix detection with VS 2017, and fix a bug in detection on VS 2008Nirbheek Chauhan2018-12-051-3/+9
* Fix typos in kwargdict snippet [skip ci]Nirbheek Chauhan2018-12-051-3/+3
* docs: Misc syntax fixes and missing links [skip ci]Nirbheek Chauhan2018-12-051-12/+12
* docs: Document subproject(... required: false) [skip ci]Nirbheek Chauhan2018-12-052-0/+15
* Document how to declare fallback-only dependencies [skip ci]Nirbheek Chauhan2018-12-051-1/+3
* Can specify keyword arguments with a dict.Jussi Pakkanen2018-12-049-4/+113
* Use correct environment for REGEN in VS backend.John Preston2018-12-042-2/+34
* pkgconfig: Improve and document generator behaviourXavier Claessens2018-12-045-19/+126
* BuildTarget: Fix typo, self.install does not existsXavier Claessens2018-12-041-1/+1
* Use more `environment.default_*` for consistencyJohn Ericson2018-12-031-12/+16
* Combine `run_tests` import lines in `run_unittests`John Ericson2018-12-033-11/+15
* pkgconfig: do not generated dependency on itselfLuca Boccassi2018-12-031-1/+1
* 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