summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | compilers/compilers: Fix get_linker_idDylan Baker2020-02-211-1/+7
* | | | | | msubprojects: We return a string from git() nowNirbheek Chauhan2020-02-201-4/+4
* | | | | | Introduce dataonly for the pkgconfig moduleRohan Garg2020-02-206-22/+68
| |_|/ / / |/| | | |
* | | | | docs: Fix Dub section being inside CMake section [skip ci]Niklas Hambüchen2020-02-191-1/+1
* | | | | cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger2020-02-197-1/+79
* | | | | coredata: Fix crash when cmd_line_options contains booleansXavier Claessens2020-02-191-2/+5
| |/ / / |/| | |
* | | | modules/cmake: Add a found() method to the cmake subprojectDylan Baker2020-02-194-1/+13
* | | | modules/cmake: Use the noPosargs helperDylan Baker2020-02-191-3/+2
* | | | docs: Improve visibility for `.enabled()` etc., add example [skip ci]Niklas Hambüchen2020-02-192-5/+32
* | | | docs: Mention `cuda` as supported language [skip ci]Niklas Hambüchen2020-02-181-1/+1
* | | | linkers: typing -> T fixupDylan Baker2020-02-181-1/+1
* | | | Don't pass --allow-shlib-undefined to lld if it's not supportedAndrei Alexeyev2020-02-181-1/+12
* | | | docs: Fix typo 'serie' -> 'series'Niklas Hambüchen2020-02-181-1/+1
* | | | minstall: Add a new option --quietNirbheek Chauhan2020-02-173-12/+34
* | | | minstall: Optimize when to call makedirs()Nirbheek Chauhan2020-02-171-9/+11
* | | | minstall: Error out when trying to copy file to dirNirbheek Chauhan2020-02-171-0/+1
* | | | depfixer: Ignore more extensions that can't need RPATH fixesNirbheek Chauhan2020-02-171-5/+4
* | | | depfixer: Cache searching of install_name_toolNirbheek Chauhan2020-02-171-1/+11
* | | | minstall: Fix check for when something was installedNirbheek Chauhan2020-02-171-10/+11
* | | | minstall: Add new hidden argument --profile-selfNirbheek Chauhan2020-02-171-1/+9
|/ / /
* | | mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan2020-02-171-4/+4
* | | mdist: Don't delete builddir on dist failureNirbheek Chauhan2020-02-171-26/+31
* | | modules/python: Do not error out if positional args are passedNirbheek Chauhan2020-02-172-3/+8
* | | Merge pull request #6621 from jon-turney/project_tests_cleanupJussi Pakkanen2020-02-173-49/+90
|\ \ \
| * | | Remove unused no-installed-files test featureJon Turney2020-02-132-5/+1
| * | | Document some more details of how project tests workJon Turney2020-02-131-8/+29
| * | | Refactor TestResult object initializationJon Turney2020-02-131-36/+60
* | | | version parsing: match only when version starts with a numberGerion Entrup2020-02-172-2/+2
* | | | base.py: remove trailing whitespaceGerion Entrup2020-02-171-2/+2
* | | | Popen_safe: Always re-setup the console colorsNirbheek Chauhan2020-02-161-4/+9
* | | | Split console colourization into a separate functionNirbheek Chauhan2020-02-162-9/+10
* | | | mesonlib: Set stdin to DEVNULL for all programs run by usNirbheek Chauhan2020-02-161-0/+4
* | | | msvc: add prefix to build type argumentsDmitry Kozlyuk2020-02-151-0/+3
| |/ / |/| |
* | | cmake: Fix crash when no C++ compiler is not installed (fixes #6559)Daniel Mensinger2020-02-151-46/+50
* | | docs: Update documentation about linker selectionNirbheek Chauhan2020-02-142-5/+23
| |/ |/|
* | Add unity block size option.Jussi Pakkanen2020-02-125-17/+46
* | Refactor UserIntegerOption to work with BuiltinOption.Jussi Pakkanen2020-02-122-8/+8
* | cmake: Add support for the new JSON trace formatDaniel Mensinger2020-02-122-15/+43
|/
* unit tests: Ensure that --profile-self keeps workingNirbheek Chauhan2020-02-121-2/+3
* meson: unbreak --profile-selfMarcel Hollerbach2020-02-121-1/+1
* tests: Make the cups test more robustDaniel Mensinger2020-02-111-5/+5
* ci: Add Fedora and OpenSUSE imagesDaniel Mensinger2020-02-116-0/+106
* configure_file: Also copy timestamps to avoid useless rebuildsNirbheek Chauhan2020-02-112-4/+10
* minstall: Make --only-changed less verboseNirbheek Chauhan2020-02-111-1/+5
* test cases/python3/3 cython: fix dependency filesGerion Entrup2020-02-101-0/+1
* Exclude .hg* from dist tarballsRichard Laager2020-02-101-1/+10
* Remove vs2015 jobs as Azure will stop supporting it.Jussi Pakkanen2020-02-092-40/+5
* Merge pull request #6421 from dcbaker/zlib-system-depJussi Pakkanen2020-02-075-1/+97
|\
| * docs: Update dependency docs for zlibDylan Baker2020-01-311-0/+11
| * docs: Add snippet for zlib system dependencyDylan Baker2020-01-311-0/+8