summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies.py
AgeCommit message (Expand)Author
2016-12-21Store pkg-config path on the instance tooNirbheek Chauhan
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen
2016-12-20Fix several more lint errorsNirbheek Chauhan
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko
2016-12-19find_program: Don't leak mutable array in get_command()Nirbheek Chauhan
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-12-19Fix pkg-config during cross-compile.Elliott Sales de Andrade
2016-12-18Fix detection of pkg-config on all platformsNirbheek Chauhan
2016-12-18QtDependency: Only use -fPIC on LinuxNirbheek Chauhan
2016-12-18qt: Fix detection of tools on WindowsNirbheek Chauhan
2016-12-15PkgConfigDependency.version_reqs must be a listNirbheek Chauhan
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-12-10python3 dep: Check arch of libraries before usingNirbheek Chauhan
2016-12-05dependencies: allow overriding pkg-config with PKG_CONFIG when setting pkgbinMarc-Antoine Perennou
2016-12-05dependencies: allow overriding pkg-config with PKG_CONFIG in check_pkgconfigMarc-Antoine Perennou
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan
2016-11-26Always catch PermissionError while looking for NinjaNirbheek Chauhan
2016-11-14Only add src_include_dir if it has been defined.Jussi Pakkanen
2016-11-13Merge pull request #1042 from centricular/fix-qt4-testcase-qtwidgetsJussi Pakkanen
2016-11-13GTest and GMock changed their entire project layout on 1.8.0. Again. Fix it.Jussi Pakkanen
2016-11-13qt: Fix qmake detection on Linux and WindowsNirbheek Chauhan
2016-11-12vala: Implement valac.find_libraryNirbheek Chauhan
2016-11-11qt deps: New abstract impl and several fixesNirbheek Chauhan
2016-10-23Add repr() implementation for Dependency()Nirbheek Chauhan
2016-10-19Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan
2016-10-13dependencies: Use a wrapper for calling pkg-configNirbheek Chauhan
2016-10-10dependencies: Fix traceback always setting 'variable'Thibault Saunier
2016-09-27dependencies/boost: Fix 32-bit vs 64-bit on WindowsNirbheek Chauhan
2016-09-27dependencies/boost: Require BOOST_ROOT while cross-compilingNirbheek Chauhan
2016-09-04Prefer pkg-config to sdl2-config.Jussi Pakkanen
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-08-23'name' needs to be 'self.name' in DependencyExceptionippytraxx
2016-07-30find_program: Find scripts without extensions on WindowsNirbheek Chauhan
2016-07-28pkg-config: Print 'NO' when version is too oldNirbheek Chauhan
2016-07-28pkg-config: Move setting of cargs and libs to functionsNirbheek Chauhan
2016-07-28pkg-config: Short-circuit when there's no pkg-config file foundNirbheek Chauhan
2016-07-04dependencies: Add a get_version method to Python3DependencyThibault Saunier
2016-06-24Added version info to sdl2dep. Closes #616.Jussi Pakkanen
2016-06-21wxwidgets: Don't error out if dependency is not required (#606)Nirbheek Chauhan
2016-06-09Ensure cargs and libs variables always exist. Closes #581.Jussi Pakkanen
2016-05-30Also reuse subproject-based fallback dependenciesNirbheek Chauhan
2016-05-29Can query version strings of dependencies.Jussi Pakkanen
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen
2016-03-17Add dir support for find_library and remove deprecated standalone version. Cl...Jussi Pakkanen
2016-03-12Added find_library method and deprecated the standalone version. Closes #396.Jussi Pakkanen
2016-02-29Can specify compile and link args for internal deps.Jussi Pakkanen
2016-02-21Can build Python extension on OSX.Jussi Pakkanen
2016-02-21Extract python3 dependency information from the current process if it is not ...Jussi Pakkanen