aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-16Update version number for release.0.48.1Jussi Pakkanen2-2/+2
2018-10-16dependencies/llvm: Mark as not found when not foundDylan Baker1-0/+3
2018-10-16dependencies/LLVM: rework shared link detection to be more robustDylan Baker1-14/+69
2018-10-16dependencies/llvm: Fix shared linking on osxDylan Baker1-5/+7
2018-10-16travis: install llvm on osxDylan Baker1-2/+3
2018-10-16Import current directory if custom target dir is emptyMatthias Klumpp1-1/+1
2018-10-16Don't try to import empty-string custom target include dirsMatthias Klumpp1-0/+2
2018-10-16Do not try to remove duplicate RPATH entries on macOSDavid Seifert1-2/+23
2018-10-12Fix handling generated .desktop files. Closes #4304.Jussi Pakkanen5-10/+51
2018-10-12msvc: Don't use /O3 with MSVCMartin Storsjƶ1-1/+1
2018-10-12backend: Make sure to normalize paths before checking if it is a system dirThibault Saunier1-0/+1
2018-10-12environment: Use os.path.basename() when checking mesonlib.meson_commandMasanori Kakura1-1/+1
2018-10-12Don't add rpath linker flags when building for MinGWMartin Storsjƶ1-0/+2
2018-10-12Return code 0 when builddir is already configuredXavier Claessens1-1/+1
2018-10-12hotdoc: Add support for {Build,Custom}Target as sourcesThibault Saunier1-3/+7
2018-09-22Updated release note page.0.48.0Jussi Pakkanen21-288/+316
2018-09-22Bump version number for release.Jussi Pakkanen2-2/+2
2018-09-22Use only basename part in test. Closes #4237.Jussi Pakkanen1-1/+1
2018-09-22dependencies/llvm: Add LLVM 7Dylan Baker1-2/+3
2018-09-21Updating compilers.py to add functions - get_optimization_args, get_debug_arg...Mohammed Amer Khalidi1-0/+28
2018-09-20clarify old behaviour of set_variable in documentation [skip ci]Bruce Richardson1-0/+3
2018-09-20D: Fix incorrect arch handling in D linkersGoaLitiuM2-8/+7
2018-09-20mesonlib: use collections.abc for abc typesDylan Baker1-1/+1
2018-09-20syntax guide: move logical ops section beside if statement [skip ci]Bruce Richardson1-23/+24
2018-09-19Add some more implibs to list of installed files on cygwinJon Turney2-0/+6
2018-09-19Fix setting `-Doptimization` breaking buildDavid Seifert1-2/+19
2018-09-19Fix `build --backend=xcode` (#4220)Guillermo Ignacio Enriquez Gutierrez1-23/+33
2018-09-18Doc: Deprecate python3 module [skip ci]Xavier Claessens2-0/+32
2018-09-18Drop unnecessary periods from help stringsZbigniew Jędrzejewski-Szmek1-25/+25
2018-09-18python module: Only run command once to get all infoXavier Claessens1-43/+33
2018-09-17[skip ci] Add some documentation for PR #3998Alexis Jeandet1-2/+4
2018-09-17ICC does not support `-Og`David Seifert1-1/+1
2018-09-17Abstract shared GCC/Clang/ICC methods in GnuLikeCompilerDavid Seifert3-178/+84
2018-09-17Merge pull request #4174 from jon-turney/link-with-custom-targetJussi Pakkanen5-3/+57
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse2-5/+5
2018-09-17Fix regressed D test cases on WindowsGoaLitiuM2-10/+10
2018-09-17Fix broken unit test qt5dependency_pkgconfig_detectionAlexis Jeandet1-7/+7
2018-09-17gnome.gtkdoc: Add new c_args parameterIƱigo Martƭnez2-1/+6
2018-09-17gnome.gtkdoc: Fix dependencies compile_args in gtkdocIƱigo Martƭnez1-0/+1
2018-09-17Fix version check when passing feature option to find_installation()Xavier Claessens2-3/+6
2018-09-17Pkgconfig-module.md: fix typos [skip ci]Will Thompson1-3/+3
2018-09-16Add test case for trying to link with a library made by a custom_targetJon Turney4-0/+55
2018-09-16Implement thread linker args for D compilersMihails Strasuns1-0/+3
2018-09-16Fix ICC on macOSDavid Seifert8-22/+72
2018-09-16Fix GCC on macOSDavid Seifert2-4/+16
2018-09-16i18n: allow custom target names for merge_fileMarty E. Plummer4-1/+16
2018-09-16find_installation: Add support for feature option in required kwargXavier Claessens4-5/+12
2018-09-16D: Fix some compiler arguments not getting passed through properlyGoaLitiuM1-1/+1
2018-09-16Add 'clone-recursive' option for git wrapsAndrei Alexeyev3-2/+20
2018-09-16Merge pull request #4170 from 3v1n0/test-projects-extra-file-reports-fixJussi Pakkanen26-14/+351