aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen1-0/+24
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
2017-09-30As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput`Leif Middelschulte1-1/+2
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen1-0/+17
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-29Implement capture for generatorsNiklas Claesson4-2/+31
2017-09-29Don't download patch archive if already downloadliugang1-9/+13
2017-09-29Merge pull request #2378 from dcbaker/llvm-cleanupsJussi Pakkanen1-43/+41
2017-09-27Allow CustomTarget's to be indexedDylan Baker7-17/+69
2017-09-26deps: strip 'svn' from LLVM versionDylan Baker1-1/+4
2017-09-26deps: demote LLVM config to instance variableDylan Baker1-38/+33
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 Pakkanen1-12/+16
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
2017-09-26avoid errornous type conversion. Compare strings insteadLeif Middelschulte1-1/+0
2017-09-26fixes offline working (if desired revision is already present).Leif Middelschulte1-4/+6
2017-09-26fixes initial checkout command independend of provided revisionLeif Middelschulte1-4/+1
2017-09-25introduce svn wrap supportLeif Middelschulte1-0/+26
2017-09-25Merge pull request #2365 from liugang/masterJussi Pakkanen1-20/+52
2017-09-23Made man page gzip creation deterministic. Closes #2363.Jussi Pakkanen1-1/+3
2017-09-23Improve download packageliugang1-12/+20
2017-09-23Fix unpack patch archive failliugang1-2/+26
2017-09-23fix patch archive never download on some caseliugang1-10/+10
2017-09-22Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen4-21/+55
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen17-92/+93
2017-09-22Merge pull request #2350 from tintou/masterJussi Pakkanen1-11/+16
2017-09-22pcap dependency: Frameworks for libpcap do not existNirbheek Chauhan1-13/+0
2017-09-21link_whole should be considered a source for targetsDylan Baker1-1/+1