summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better Python exe detector. Closes #4614.pydetectJussi Pakkanen2018-12-121-1/+5
* Add Renesas RL78 CPU family. Closes #4606.Jussi Pakkanen2018-12-112-0/+2
* Only autodetect 'vs' backend on windowsDaniel Mensinger2018-12-111-1/+1
* python: only link extension modules against libpython when distutils does too...Christoph Reiter2018-12-101-0/+20
* docs: build_always_stale was added in 0.47 [skip ci]Simon Arlott2018-12-101-1/+1
* Add a missing newline in release note [skip ci]Jon Turney2018-12-101-1/+3
* Bump version number for new development.Jussi Pakkanen2018-12-101-1/+1
* Update everything for release 0.49.00.49.0Jussi Pakkanen2018-12-0920-294/+319
* Disable broken MMX code.Jussi Pakkanen2018-12-091-0/+4
* Skip if a suitable D alternative is not found.Jussi Pakkanen2018-12-091-1/+3
* Skip CMake dependency check if CMake is not installed.Jussi Pakkanen2018-12-091-0/+4
* Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF"Martin Storsjö2018-12-091-0/+3
* Do not write cp entry when it is empty. Closes #4602.Jussi Pakkanen2018-12-091-1/+4
* Updated Linux CI image to cosmic.Jussi Pakkanen2018-12-094-18/+20
* Print ASCII version of unrepresentable text. Closes #4600.Jussi Pakkanen2018-12-071-1/+5
* Update VS files only if something changed.John Preston2018-12-071-6/+14
* Error out if kwargs dict contains a kwargs entry.Jussi Pakkanen2018-12-071-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