aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-10-01Prevent projects from grabbing other projects' options.Jussi Pakkanen4-0/+10
2017-10-01Merge pull request #2373 from leiflm/svn-wrapsJussi Pakkanen5-0/+50
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen10-21/+58
2017-10-01Fix MSVC builds.Jussi Pakkanen2-2/+10
2017-09-30adds missing import of `Popen_safe`Leif Middelschulte1-0/+1
2017-09-30updates test svn-url to point to meson controlled repositoryLeif Middelschulte1-1/+1
2017-09-30As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput`Leif Middelschulte1-1/+2
2017-09-30Added release note snippet for prebuilt shared libs.Jussi Pakkanen1-0/+15
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen7-6/+108
2017-09-30Moved prebuilt static library under unit tests.Jussi Pakkanen7-54/+40
2017-09-30Moved prebuilt object test under unittests.Jussi Pakkanen5-5/+40
2017-09-30vs: Fix link_whole usage with the vs backendNirbheek Chauhan2-8/+27
2017-09-30vs: Fix detection of options vs libraries in link argsNirbheek Chauhan1-0/+2
2017-09-30vs: Add a helper for adding a project referenceNirbheek Chauhan1-3/+7
2017-09-30tests/common/145: Move each target into its own subdirNirbheek Chauhan7-13/+18
2017-09-29Implement capture for generatorsNiklas Claesson8-2/+64
2017-09-29Don't download patch archive if already downloadliugang1-9/+13
2017-09-29Merge pull request #2378 from dcbaker/llvm-cleanupsJussi Pakkanen2-46/+43
2017-09-29fix typo?Reverend Homer1-1/+1
2017-09-28Revert "Add an additional Cygwin package repo with patched ninja"Jon Turney1-3/+1
2017-09-27Allow CustomTarget's to be indexedDylan Baker15-17/+261
2017-09-26deps: strip 'svn' from LLVM versionDylan Baker1-1/+4
2017-09-26deps: demote LLVM config to instance variableDylan Baker2-41/+35
2017-09-26deps: convert LLVM modules to a set before checking for themDylan Baker1-1/+1
2017-09-26deps: flatten module argument to LLVM dependencyDylan Baker1-1/+1
2017-09-26Merge pull request #2348 from centricular/configure-file-infinite-loopJussi Pakkanen4-12/+27
2017-09-26Linker flag for Windows GUI applications was missing on MSVC.Jussi Pakkanen1-0/+3
2017-09-26configure_file: Fix infinite loop in some casesNirbheek Chauhan1-12/+16
2017-09-26fixup 993a12c5: use right variableLeif Middelschulte1-1/+1