summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* has_function: Consolidate no-prototype and prototype templsnirbheek/mingw-has_function-quirksNirbheek Chauhan2018-06-032-67/+78
* has_function: Don't short-circuit __builtin_Nirbheek Chauhan2018-06-031-4/+1
* has_function: Add tests for the previous two commitsNirbheek Chauhan2018-06-031-4/+29
* has_function: Fix checking for __builtin_foo functionsNirbheek Chauhan2018-06-031-2/+6
* has_function: Improve built-in detection with headersNirbheek Chauhan2018-06-031-3/+7
* 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
| * Add set instead of list for used features litsSalamandar2018-06-011-4/+4
| * Cleanup : have more common code between FeatureNew and FeatureDeprecatedSalamandar2018-06-011-18/+22
| * Split function wrapper from a use() methodSalamandar2018-06-011-17/+22
| * Add version_compare_condition_with_{min,max} for specific comparison utils.Salamandar2018-06-013-4/+125
| * Add basic code for feature version detection:Salamandar2018-06-013-0/+19
* | Set the meson command to use when we know what it isNirbheek Chauhan2018-06-019-127/+297
* | configure_file: Add output_format kwarg (#3636)Mathieu Duponchelle2018-06-017-11/+129
* | [skip ci] docs: cross reference tables from manual (#3656)Dylan Baker2018-06-011-10/+8
|/
* docs: Update cpu families (#3651) [skip ci]Dylan Baker2018-06-011-1/+7
* Revert "commandrunner: make run handle python options"Filipe Brandenburger2018-06-011-21/+3
* Mention private_headers keyword in Qt dependency documentation [skip ci]Jon Turney2018-05-312-11/+16
* Improve dependency() documentation [skip ci]Jon Turney2018-05-311-6/+8
* Document OpenMP dependency [skip ci]Jon Turney2018-05-311-0/+14
* Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan2018-05-317-41/+64
* Merge pull request #3643 from mesonbuild/nirbheek/check_headerJussi Pakkanen2018-05-307-3/+109
|\
| * Add check_header to Reference manual and release notes [skip ci]nirbheek/check_headerNirbheek Chauhan2018-05-302-3/+25