summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* find_library: Add a cache for library searchingnirbheek/find_library_fixesNirbheek Chauhan2018-06-054-10/+17
* backends: Don't hardcode system library pathsNirbheek Chauhan2018-06-051-5/+12
* Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan2018-06-053-11/+53
* .travis.yml: Add CI for armhf and mingwNirbheek Chauhan2018-06-052-21/+38
* Automatically add cross-mingw root and sysroot bindir to WINEPATHNirbheek Chauhan2018-06-053-11/+31
* Add MinGW-w64 64-bit to the Travis CINirbheek Chauhan2018-06-054-28/+50
* Set WINEPATH when running serialized executablesNirbheek Chauhan2018-06-054-3/+36
* Update environment.pyNiklas Claesson2018-06-041-1/+1
* Add 'common/202 subproject array version' testAleksey Filippov2018-06-032-0/+4
* Use mesonlib.version_compare_many() first value only as an indicator of matchAleksey Filippov2018-06-031-1/+1
* Fix meson multiple version contraint errormikolajp2018-06-031-1/+1
* Extend test_rc_depends_files test caseJon Turney2018-06-034-5/+23
* Have the windows.resource_compiler() preprocesor write a depfileJon Turney2018-06-034-1/+17
* Allow substitutions in custom_target() depfile:Jon Turney2018-06-035-1/+23
* Document @PLAINNAME@ and @BASENAME@ substitutions in custom_target(command:)Jon Turney2018-06-031-0/+2
* Install implib where expected if default install_dir: is explicitly givenJon Turney2018-06-032-14/+18
* Link to our Getting-meson page instead of python.org [skip ci]Nirbheek Chauhan2018-06-031-1/+1
* docs: Add a section about the MSI installer [skip ci]Nirbheek Chauhan2018-06-031-2/+11
* Error out when someone tries to use msys/python to run MesonNirbheek Chauhan2018-06-032-0/+15
* docs: Expand section on how to install Python3 and MesonNirbheek Chauhan2018-06-034-11/+58
* Fix #mesondefine token error message formattingMarvin Scholz2018-06-031-1/+1
* test extra paths: move test to windowsMathieu Duponchelle2018-06-028-0/+0
* test extra paths: add extra paths for all build targetsMathieu Duponchelle2018-06-021-2/+2
* test extra paths: add test caseMathieu Duponchelle2018-06-028-0/+51
* test serialisation: determine windows extra paths ..Mathieu Duponchelle2018-06-021-0/+2
* Add release-notes snippet for the extended install_modeFilipe Brandenburger2018-06-021-0/+8
* Update reference manual to include 'install_mode' where supportedFilipe Brandenburger2018-06-021-0/+18
* Add extended unit test for 'install_mode'Filipe Brandenburger2018-06-021-0/+33
* Add test case for 'install_mode'Filipe Brandenburger2018-06-0211-0/+83
* Make windows_proof_rmtree resilient to read-only filesFilipe Brandenburger2018-06-021-0/+13
* Add 'install_mode' to all installable targetsFilipe Brandenburger2018-06-024-24/+51
* Check mode of file, not subdirectory, in install_subdir.Filipe Brandenburger2018-06-021-1/+1
* Fix assertRebuiltTarget with VS backendJon Turney2018-06-011-2/+0
* Clarify how Windows resource compiler uses the include pathJon Turney2018-06-011-2/+3
* Also run Windows unit tests on CygwinJon Turney2018-06-011-1/+2
* Add a depend_files: keyword to windows.compile_resources()Jon Turney2018-06-015-2/+22
* Merge pull request #3486 from Salamandar/salamandar/meson_version_introspectionJussi Pakkanen2018-06-0114-6/+276
|\
| * Add 0.47.0 featuresSalamandar2018-06-012-0/+4
| * Add 0.46.0 featuresSalamandar2018-06-015-2/+23
| * Add 0.45.0 featuresSalamandar2018-06-013-0/+8
| * Add 0.44.0 featuresSalamandar2018-06-013-1/+8
| * Add 0.43.0 featuresSalamandar2018-06-012-0/+2
| * Add 0.42.0 featuresSalamandar2018-06-017-0/+16
| * Add 0.41.0 featuresSalamandar2018-06-013-1/+8
| * Add 0.40.0 featuresSalamandar2018-06-014-1/+15
| * Add 0.38.0 featuresSalamandar2018-06-011-0/+5
| * Add 0.37.0 featuresSalamandar2018-06-013-3/+8
| * print features reports after runSalamandar2018-06-011-0/+2
| * Add Feature{New,Deprecated}Kwargs decoratorsSalamandar2018-06-011-0/+30
| * Move target_version from coredata to mesonlibSalamandar2018-06-014-5/+5