aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Always flatten include_directories listsXavier Claessens1-8/+6
2019-01-05parser: Fix line continuation outside of (), [] or {}Xavier Claessens1-1/+5
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens1-1/+5
2019-01-02Get rid of `ConfigData`John Ericson2-40/+7
2019-01-02Simplify config file checking code, inlining `_ok_type`John Ericson1-13/+6
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson12-277/+314
2019-01-02Get rid of `need_cross_compiler`John Ericson4-23/+4
2019-01-02Can use plain strings for include_directories.Jussi Pakkanen1-1/+16
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen1-2/+2
2019-01-02Avoid exception looking for python on windows if the launcher (py.exe) is not...guruDanny671-0/+4
2019-01-02vs: respect 'b_pch' optionNicolas Schneider1-14/+15
2019-01-01print 'Nothing to install.' if nothing was installedNicolas Schneider1-0/+10
2019-01-01fail configuration if PCH files do not existNicolas Schneider1-0/+3
2019-01-01Merge pull request #4564 from mensinda/introBuildOptsJussi Pakkanen6-120/+315
2019-01-01compile pch .h file as c++-header when building a c++ targetNicolas Schneider1-0/+4
2018-12-29Do not require build dir for introspectionDaniel Mensinger1-4/+160
2018-12-29Disable mlog and don't require build directory for environmentDaniel Mensinger2-18/+37
2018-12-29Introspection refactoringDaniel Mensinger4-98/+118
2018-12-30Default libdir is "lib" when cross compiling. Closes #2535.Jussi Pakkanen1-0/+8
2018-12-30Print warning if using "default_options" without a "fallback".Jussi Pakkanen1-0/+2
2018-12-30Add a clang-format target.Jussi Pakkanen2-2/+61
2018-12-29Merge pull request #4672 from xclaesse/find-library-headersJussi Pakkanen1-35/+63
2018-12-29Merge pull request #4451 from jon-turney/simplify-x86-msvc-testJussi Pakkanen3-49/+39
2018-12-27find_library: Add 'has_headers' kwargXavier Claessens1-33/+37
2018-12-24Add 'required' kwarg in header check functionsXavier Claessens1-5/+29
2018-12-22Can specify a string to print when dep not found. Closes #2407.Jussi Pakkanen1-0/+18
2018-12-22Reformat long lines.Jussi Pakkanen1-4/+48
2018-12-21Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen1-5/+4
2018-12-20mintro: Bug fix for determine_installed_path for multiple target outputsDaniel Mensinger1-8/+12
2018-12-20Factor out more option iteratingJohn Ericson2-5/+7
2018-12-20msetup: Fix callig meson --wipe inside a build directoryDylan Baker2-1/+25
2018-12-19Fixed subprojects build infoDaniel Mensinger1-1/+1
2018-12-19dependencies/ui: Fix qmake detection when not using cross or native fileDylan Baker1-3/+1
2018-12-19dependencies/ui: Fix Qt pkg-config detection on MacOSDylan Baker1-1/+9
2018-12-19msetup: Give a nice error message if cmd_line.txt cannot be readDylan Baker1-2/+7
2018-12-19Allow fallback in nodownload modeXavier Claessens1-1/+1
2018-12-19dependencies/ui: Don't require lrelease for qtDylan Baker1-1/+1
2018-12-18Factor out iterator over options dictionariesJohn Ericson1-14/+15
2018-12-16gi: Handle new --source-top-dirs argumentThibault Saunier1-10/+15
2018-12-16coverage: Also remove source_root prefixesWilliam A. Kennington III1-0/+1
2018-12-16Merge pull request #4616 from dcbaker/python-module-pathJussi Pakkanen1-44/+41
2018-12-16compilers/icc: Add even more diag-errors to actually error onDylan Baker1-0/+4
2018-12-12modules/python: Add path methodDylan Baker1-3/+7
2018-12-12modules/python: Refactor the PythonInstallation objectDylan Baker1-40/+33
2018-12-12modules/python: don't inherit from InterpreterObjectDylan Baker1-2/+2
2018-12-12modules/python: Don't pass instance variable to instance methodDylan Baker1-9/+9
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas1-2/+2
2018-12-12Better Python exe detector. Closes #4614.Jussi Pakkanen1-1/+5
2018-12-11Add Renesas RL78 CPU family. Closes #4606.Jussi Pakkanen1-0/+1
2018-12-10python: only link extension modules against libpython when distutils does too...Christoph Reiter1-0/+20