aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-11MSI: Find VC redistributable with python 32bit on windows 64bitNiklas Claesson1-1/+4
2017-10-08docs: Improve code snippets in release notesTingPing1-38/+50
2017-10-08Added release note page for 0.44.Jussi Pakkanen1-0/+16
2017-10-08Updated version number for new development.Jussi Pakkanen1-1/+1
2017-10-08Bump version number for release.0.43.0Jussi Pakkanen6-6/+6
2017-10-08Collated release note snippets to main file.Jussi Pakkanen10-104/+103
2017-10-08Add system dependencies for LLVM test.Jussi Pakkanen1-1/+6
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 Tzschichholz2-5/+4
2017-10-08Prevent projects from directly grabbing files from other subprojects.Jussi Pakkanen4-0/+42
2017-10-07Merge pull request #2426 from dcbaker/submit/options-permitted-kwargsJussi Pakkanen4-4/+29
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-07Package the Visual C runtime. Closes #2417.Jussi Pakkanen1-0/+16
2017-10-07llvm: don't add --system-libsDylan Baker1-1/+1
2017-10-06appveyor: Use a mirror for get-pip.pyNirbheek Chauhan1-1/+4
2017-10-06appveyor: Attempt to fix MSYS/MinGW setup failureNirbheek Chauhan1-1/+1
2017-10-05docs: Use consistent whitespace for gnome kwargsTingPing1-25/+0
2017-10-04Merge pull request #2413 from tintou/vala-target-dirsJussi Pakkanen7-5/+51
2017-10-04Update to not use deprecated mesonconfDavid Strauss1-1/+1
2017-10-04options: Add a permitted_kwargs functionDylan Baker3-3/+28
2017-10-04tests: fix option in case 140Dylan Baker1-1/+1
2017-10-04docs: Prettier screenshot in tutorialJan Niklas Hasse1-0/+0
2017-10-03Use long form of valac options and make --basedir use relative pathAlistair Thomas1-4/+4
2017-10-03Add additional directory depth tests to Vala test case 22Alistair Thomas6-11/+22
2017-10-03Merge github.com:mesonbuild/meson into vala-target-dirsCorentin Noël44-377/+1075
2017-10-03Reduce code complexity, fix nested array in files instructionCorentin Noël2-6/+5
2017-10-03Update Reference-manual.mdNirbheek Chauhan1-1/+2
2017-10-03Update Reference-manual.mdNirbheek Chauhan1-4/+11
2017-10-03Fix typo and clarify library documentationxarkes1-2/+3
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen17-55/+213
2017-10-02docs: Fix typoMohammed Sadiq1-1/+1
2017-10-02Allow different directories for Vala filesCorentin Noël5-2/+38
2017-10-02Add rpath entries for all found libraries outside of system libraries.Jussi Pakkanen2-7/+17
2017-10-02Merge pull request #2282 from NickeZ/improve-boostJussi Pakkanen9-147/+584
2017-10-02Merge pull request #2375 from centricular/gnome-gir-fixesJussi Pakkanen8-158/+183
2017-10-01gnome: Add header kwarg to generate_gir()Patrick Griffis3-1/+12
2017-10-01Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet8-11/+69
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan7-87/+103
2017-10-01Appveyor: Enable Boost tests where possibleNiklas Claesson1-0/+8
2017-10-01Boost: Improve search algorithmNiklas Claesson7-135/+502
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-01tests: Always run ninja with -d explainNirbheek Chauhan1-1/+1
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-01tests/7 gnome: Test that GIR deps are flattenedNirbheek Chauhan1-1/+1
2017-10-01interpreter: Add a new ObjectHolder classNirbheek Chauhan1-63/+72
2017-10-01Fix tests on OSX.Jussi Pakkanen1-1/+3