aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge pull request #4445 from Ericson2314/no-cross_infoJussi Pakkanen15-348/+335
2019-01-04rpm: remove manual printing of error logs on failureZbigniew Jędrzejewski-Szmek1-6/+1
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 Ericson14-287/+333
2019-01-02Get rid of `need_cross_compiler`John Ericson4-23/+4
2019-01-02Can use plain strings for include_directories.Jussi Pakkanen5-4/+40
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen3-12/+6
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 Schneider6-14/+38
2019-01-01print 'Nothing to install.' if nothing was installedNicolas Schneider1-0/+10
2019-01-01fail configuration if PCH files do not existNicolas Schneider3-0/+9
2019-01-01Merge pull request #4564 from mensinda/introBuildOptsJussi Pakkanen17-121/+383
2019-01-01Updated doc [skip ci]Daniel Mensinger1-1/+3
2019-01-01compile pch .h file as c++-header when building a c++ targetNicolas Schneider1-0/+4
2018-12-31docs: Note --warnlevel instead of --warning_levelTingPing1-0/+2
2018-12-31docs: Change warnlevel option to warning_levelTingPing1-1/+1
2018-12-29Tests and docsDaniel Mensinger11-1/+66
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-30Better error message for rpath test.Jussi Pakkanen1-1/+1
2018-12-30Default libdir is "lib" when cross compiling. Closes #2535.Jussi Pakkanen3-0/+28
2018-12-30Print warning if using "default_options" without a "fallback".Jussi Pakkanen1-0/+2
2018-12-30Add a clang-format target.Jussi Pakkanen8-2/+143
2018-12-29Merge pull request #4672 from xclaesse/find-library-headersJussi Pakkanen5-39/+120
2018-12-29Merge pull request #4451 from jon-turney/simplify-x86-msvc-testJussi Pakkanen3-49/+39
2018-12-27find_library: Add 'has_headers' kwargXavier Claessens5-34/+86
2018-12-27release notes: document how to pass native files [skip ci]Nirbheek Chauhan1-2/+3
2018-12-24Add 'required' kwarg in header check functionsXavier Claessens2-8/+37
2018-12-22Can specify a string to print when dep not found. Closes #2407.Jussi Pakkanen4-2/+62
2018-12-22Reformat long lines.Jussi Pakkanen1-4/+48
2018-12-22docs: Fix href in Pkgconfig module [skip ci]lzutao1-2/+2
2018-12-21Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen9-19/+47
2018-12-20mintro: Bug fix for determine_installed_path for multiple target outputsDaniel Mensinger2-10/+37
2018-12-20Factor out more option iteratingJohn Ericson2-5/+7
2018-12-20msetup: Fix callig meson --wipe inside a build directoryDylan Baker3-6/+41
2018-12-20README: Remove deprecated Appveyor badge [skip ci]lzutao1-1/+0
2018-12-19Added unit testDaniel Mensinger1-0/+17
2018-12-19Fixed subprojects build infoDaniel Mensinger1-1/+1
2018-12-19docs: make clearer difference between using and building libraries in Vala [s...Alistair Thomas1-32/+219
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-19docs: Add warning about not using join_paths() with build targets [skip ci]Dylan Baker2-0/+11
2018-12-18Factor out iterator over options dictionariesJohn Ericson1-14/+15
2018-12-18[skip ci] Options as `b_ndebug` can also be set in meson.buildKonstantin Kharlamov1-1/+2
2018-12-17Document dependency().name() added in 0.48 [skip ci]Nirbheek Chauhan2-0/+25