aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-21coredata: Fix search and replace mistakeDylan Baker1-2/+2
2020-02-21coredata: Warn on reconfigure if PKG_CONFIG_PATH has changedDylan Baker1-11/+15
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen2-2/+24
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan2-1/+24
2020-02-21linkers: Update the linker names to be more consistentDylan Baker4-48/+73
2020-02-21docs: Fix reference table for linker namesDylan Baker1-10/+20
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker1-1/+7
2020-02-21unit tests: Remove an unused variableNirbheek Chauhan1-1/+0
2020-02-20msubprojects: We return a string from git() nowNirbheek Chauhan1-4/+4
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg6-22/+68
2020-02-19docs: Fix Dub section being inside CMake section [skip ci]Niklas Hambüchen1-1/+1
2020-02-19cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger7-1/+79
2020-02-19coredata: Fix crash when cmd_line_options contains booleansXavier Claessens1-2/+5
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker4-1/+13
2020-02-19modules/cmake: Use the noPosargs helperDylan Baker1-3/+2
2020-02-19docs: Improve visibility for `.enabled()` etc., add example [skip ci]Niklas Hambüchen2-5/+32
2020-02-18docs: Mention `cuda` as supported language [skip ci]Niklas Hambüchen1-1/+1
2020-02-18linkers: typing -> T fixupDylan Baker1-1/+1
2020-02-18Don't pass --allow-shlib-undefined to lld if it's not supportedAndrei Alexeyev1-1/+12
2020-02-18docs: Fix typo 'serie' -> 'series'Niklas Hambüchen1-1/+1
2020-02-17minstall: Add a new option --quietNirbheek Chauhan3-12/+34
2020-02-17minstall: Optimize when to call makedirs()Nirbheek Chauhan1-9/+11
2020-02-17minstall: Error out when trying to copy file to dirNirbheek Chauhan1-0/+1
2020-02-17depfixer: Ignore more extensions that can't need RPATH fixesNirbheek Chauhan1-5/+4
2020-02-17depfixer: Cache searching of install_name_toolNirbheek Chauhan1-1/+11
2020-02-17minstall: Fix check for when something was installedNirbheek Chauhan1-10/+11
2020-02-17minstall: Add new hidden argument --profile-selfNirbheek Chauhan1-1/+9
2020-02-17mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan1-4/+4
2020-02-17mdist: Don't delete builddir on dist failureNirbheek Chauhan1-26/+31
2020-02-17modules/python: Do not error out if positional args are passedNirbheek Chauhan2-3/+8
2020-02-17Merge pull request #6621 from jon-turney/project_tests_cleanupJussi Pakkanen3-49/+90
2020-02-17version parsing: match only when version starts with a numberGerion Entrup2-2/+2
2020-02-17base.py: remove trailing whitespaceGerion Entrup1-2/+2
2020-02-16Popen_safe: Always re-setup the console colorsNirbheek Chauhan1-4/+9
2020-02-16Split console colourization into a separate functionNirbheek Chauhan2-9/+10
2020-02-16mesonlib: Set stdin to DEVNULL for all programs run by usNirbheek Chauhan1-0/+4
2020-02-15msvc: add prefix to build type argumentsDmitry Kozlyuk1-0/+3
2020-02-15cmake: Fix crash when no C++ compiler is not installed (fixes #6559)Daniel Mensinger1-46/+50
2020-02-14docs: Update documentation about linker selectionNirbheek Chauhan2-5/+23
2020-02-13Remove unused no-installed-files test featureJon Turney2-5/+1
2020-02-13Document some more details of how project tests workJon Turney1-8/+29
2020-02-13Refactor TestResult object initializationJon Turney1-36/+60
2020-02-12Add unity block size option.Jussi Pakkanen5-17/+46
2020-02-12Refactor UserIntegerOption to work with BuiltinOption.Jussi Pakkanen2-8/+8
2020-02-12cmake: Add support for the new JSON trace formatDaniel Mensinger2-15/+43
2020-02-12unit tests: Ensure that --profile-self keeps workingNirbheek Chauhan1-2/+3
2020-02-12meson: unbreak --profile-selfMarcel Hollerbach1-1/+1
2020-02-11tests: Make the cups test more robustDaniel Mensinger1-5/+5
2020-02-11ci: Add Fedora and OpenSUSE imagesDaniel Mensinger6-0/+106
2020-02-11configure_file: Also copy timestamps to avoid useless rebuildsNirbheek Chauhan2-4/+10