aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-01Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet2-8/+12
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan6-86/+59
2017-10-01Boost: Improve search algorithmNiklas Claesson1-115/+298
2017-10-01C/C++: Get default include dirs from compilersNiklas Claesson3-12/+48
2017-10-01VisualC: Add support for msvc toolset versionNiklas Claesson1-0/+26
2017-10-01backends: avoid extraneous trailing os.path.sep when joining pathsLiam Staskawicz1-2/+5
2017-10-01Always flatten in listify() since we always want thatNirbheek Chauhan1-16/+18
2017-10-01gnome: Flatten and unholder all dependenciesNirbheek Chauhan1-8/+6
2017-10-01interpreter: Add a new ObjectHolder classNirbheek Chauhan1-63/+72
2017-10-01Prevent projects from grabbing other projects' options.Jussi Pakkanen1-0/+3
2017-10-01Merge pull request #2373 from leiflm/svn-wrapsJussi Pakkanen1-0/+26
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen3-12/+37
2017-10-01Fix MSVC builds.Jussi Pakkanen1-1/+3
2017-09-30adds missing import of `Popen_safe`Leif Middelschulte1-0/+1