summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/ui.py
AgeCommit message (Expand)Author
2020-01-29dependencies: Use DependencyFactory for sdl2Dylan Baker
2020-01-29dependencies: Use DependencyFactory for glDylan Baker
2020-01-29dependencies: Use DependencyFactory for VulkanDylan Baker
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker
2020-01-29dependencies/base: Split process_method_kw out of DependencyDylan Baker
2020-01-17Fix dependency('qt') crash with old Qt on OSXJon Turney
2019-12-05lgtm: Fix redundant codeDaniel Mensinger
2019-11-25dependencies/ui.py: Fix Vulkan detection on WindowsChun-wei Fan
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker
2019-04-29Fix builtin variable namesDaniel Mensinger
2019-04-28Disable cache for dependenciesDaniel Mensinger
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger
2019-02-01qt: Only look for a framework on macOS if building for macOSNirbheek Chauhan
2019-02-01qtdep: Look for QMAKE env var again + sprinkle debugNirbheek Chauhan
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan
2019-01-31gnustep-config: config tools are lists, not stringsNirbheek Chauhan
2019-01-30qt: Print the full path of the `qmake` binary foundNirbheek Chauhan
2019-01-29pep8 py37Michael Hirsch, Ph.D
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson
2018-12-19dependencies/ui: Fix qmake detection when not using cross or native fileDylan Baker
2018-12-19dependencies/ui: Fix Qt pkg-config detection on MacOSDylan Baker
2018-12-19dependencies/ui: Don't require lrelease for qtDylan Baker
2018-11-22dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse
2018-09-11Qt: set QT_<MODULE>_LIB defines when using qmake detectionAlexey Rochev
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney
2018-09-10Fix duplicate PKGCONFIG case in VulkanDependencyJon Turney
2018-09-10Improve formatting of dependency detailsJon Turney
2018-09-10Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev
2018-08-26Comparison with an unknown dependency version should always failJon Turney
2018-08-26Fix a misplaced bracket in GLDependency constructorJon Turney
2018-08-01Consolidate reporting result of a dependency checkJon Turney
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan
2018-07-01Add a helper for fetching of binaries from cross filesNirbheek Chauhan
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan
2018-06-10modules/qt: check for un-suffixed moc,rcc,uic on windowsMatthew Waters
2018-06-07dependencies/qt: fix debugoptimized builds with qtMatthew Waters
2018-06-06dependencies: Take options from coredata instead of cmd lineXavier Claessens
2018-06-06Revert "really switch to qmake automatically if pkg-config fails"Nirbheek Chauhan
2018-06-01Add 0.42.0 featuresSalamandar
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen
2018-05-24Typos are fun. [skip ci]Jussi Pakkanen