aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Qt5-Module: add `name` option to rccMarkus Theil1-1/+1
2017-10-31Merge pull request #2562 from 1ace/fix/mesontestJussi Pakkanen1-1/+1
2017-10-31interpreter: Add warning functionPaulo Antonio Alvarez1-2/+12
2017-10-31mtest: print correct name in error messageEric Engestrom1-1/+1
2017-10-31Merge pull request #2551 from mesonbuild/fix2481Jussi Pakkanen1-6/+15
2017-10-31Add LibWmf as a specified dependency, and associated tests.Félix Piédallu3-1/+42
2017-10-31namespace run_targets by subprojectMartin Kelly7-59/+62
2017-10-29Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keywordJussi Pakkanen1-5/+7
2017-10-29Fixes the `kwargs` handling.Leif Middelschulte1-1/+1
2017-10-29run_command: add command and files as build dependenciesScott D Phillips1-0/+11
2017-10-29Evaluate subproject path correctly. Closes #2481.Jussi Pakkanen1-6/+15
2017-10-29Fix boost link cmd line when compiler.find_library returns None, self.request...Goncalo Carvalho1-3/+4
2017-10-29Check that link_with arguments in declare_dependency are not external depende...Jussi Pakkanen1-0/+4
2017-10-29Raise InvalidArguments when trying to link against stringsLyude Paul1-0/+2
2017-10-26removes unnecessary code as suggested by @jeandetLeif Middelschulte1-5/+1
2017-10-26removes unnecessary if/else-statement as suggested by @jeandetLeif Middelschulte1-4/+1
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte1-5/+14
2017-10-25Boost: Add Python librariesNiklas Claesson1-0/+4
2017-10-25gnome: Fix compile_schemas() using path sep in target namePatrick Griffis1-1/+1
2017-10-24Because people are very creative in working around limitations based on good ...Jussi Pakkanen1-1/+6
2017-10-24Merge pull request #2464 from jeandet/Qt4_Qt5_factorizationJussi Pakkanen3-268/+146
2017-10-21llvm: strip system libraries from link argumentsDylan Baker1-2/+2
2017-10-21dependencies: Add function to strip system -L pathsDylan Baker2-0/+29
2017-10-19Error for Libs in package_config functiongetzze1-2/+4
2017-10-19MSI: Fix regenerate with visual studioNiklas Claesson1-3/+5
2017-10-19Do not allow escaping the subprojects directory.Narendra Vardi1-0/+2
2017-10-18Allow to give source files to GtkDoc by respecting the File classCorentin Noël1-1/+1
2017-10-14fix all subproject using wrap-file brokenliugang1-2/+4
2017-10-12Boost: Jamfile has two syntaxes for boost librariesNiklas Claesson1-0/+1
2017-10-12Factorized Qt compilers version probing.Alexis Jeandet1-44/+17
2017-10-10Factorized Qt4 and Qt5 modules in one base class.Alexis Jeandet3-268/+173
2017-10-08Updated version number for new development.Jussi Pakkanen1-1/+1
2017-10-08Bump version number for release.0.43.0Jussi Pakkanen1-1/+1
2017-10-08Better error message when using external libraries incorrectly. Closes #2447.Jussi Pakkanen1-0/+6
2017-10-08gnome: g-ir-scanner accepts multiple symbol-prefix argumentsRico Tzschichholz1-4/+2
2017-10-08Prevent projects from directly grabbing files from other subprojects.Jussi Pakkanen1-0/+35
2017-10-07Merge pull request #2426 from dcbaker/submit/options-permitted-kwargsJussi Pakkanen1-3/+24
2017-10-07Create the .po file with the `update_po` subcommand if it doesn't existCorentin Noël1-1/+4
2017-10-07Use get_default_include_dirs to detect BOOST_ROOTJan Niklas Hasse1-4/+2
2017-10-07llvm: don't add --system-libsDylan Baker1-1/+1
2017-10-04options: Add a permitted_kwargs functionDylan Baker1-3/+24
2017-10-03Use long form of valac options and make --basedir use relative pathAlistair Thomas1-4/+4
2017-10-03Merge github.com:mesonbuild/meson into vala-target-dirsCorentin Noël12-292/+553
2017-10-03Reduce code complexity, fix nested array in files instructionCorentin Noël1-4/+3
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen1-0/+24
2017-10-02Allow different directories for Vala filesCorentin Noël1-2/+8
2017-10-02Add rpath entries for all found libraries outside of system libraries.Jussi Pakkanen1-3/+8
2017-10-02Merge pull request #2282 from NickeZ/improve-boostJussi Pakkanen3-127/+372
2017-10-02Merge pull request #2375 from centricular/gnome-gir-fixesJussi Pakkanen6-156/+138
2017-10-01gnome: Add header kwarg to generate_gir()Patrick Griffis1-1/+7