aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/ui.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-05depdenencies/qt: Second attempt to allow qt --no-framework on MacOS.nikolayp1-4/+12
2020-02-05dependencies/ui: Honor static argument with wxwidgetsDylan Baker1-2/+14
2020-02-05dependencies/ui: Add type annotations to WxDependencyDylan Baker1-2/+6
2020-02-05dependencies/ui: wxwidgets requires C++Dylan Baker1-1/+1
2020-01-30Qt5: Do not use system qmake if not specified in cross fileXavier Claessens1-16/+12
2020-01-29dependencies: Use DependencyFactory for sdl2Dylan Baker1-28/+12
2020-01-29dependencies: Use DependencyFactory for glDylan Baker1-16/+8
2020-01-29dependencies: Use DependencyFactory for VulkanDylan Baker1-18/+12
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker1-13/+12
2020-01-29dependencies/base: Split process_method_kw out of DependencyDylan Baker1-4/+4
2020-01-17Fix dependency('qt') crash with old Qt on OSXJon Turney1-1/+2
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-4/+2
2019-11-25dependencies/ui.py: Fix Vulkan detection on WindowsChun-wei Fan1-2/+2
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov1-2/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-7/+6
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker1-1/+1
2019-04-29Fix builtin variable namesDaniel Mensinger1-4/+4
2019-04-28Disable cache for dependenciesDaniel Mensinger1-1/+1
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger1-1/+1
2019-02-01qt: Only look for a framework on macOS if building for macOSNirbheek Chauhan1-1/+3
2019-02-01qtdep: Look for QMAKE env var again + sprinkle debugNirbheek Chauhan1-0/+3
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan1-4/+4
2019-01-31gnustep-config: config tools are lists, not stringsNirbheek Chauhan1-2/+2
2019-01-30qt: Print the full path of the `qmake` binary foundNirbheek Chauhan1-1/+1
2019-01-29pep8 py37Michael Hirsch, Ph.D1-1/+1
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-14/+10
2018-12-19dependencies/ui: Fix qmake detection when not using cross or native fileDylan Baker1-3/+1
2018-12-19dependencies/ui: Fix Qt pkg-config detection on MacOSDylan Baker1-1/+9
2018-12-19dependencies/ui: Don't require lrelease for qtDylan Baker1-1/+1
2018-11-22dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker1-1/+3
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker1-17/+49
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker1-1/+1
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney1-2/+2
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse1-1/+1
2018-09-11Qt: set QT_<MODULE>_LIB defines when using qmake detectionAlexey Rochev1-0/+9
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney1-0/+5
2018-09-10Fix duplicate PKGCONFIG case in VulkanDependencyJon Turney1-1/+1
2018-09-10Improve formatting of dependency detailsJon Turney1-1/+1
2018-09-10Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev1-28/+58
2018-08-26Comparison with an unknown dependency version should always failJon Turney1-5/+1
2018-08-26Fix a misplaced bracket in GLDependency constructorJon Turney1-1/+1
2018-08-01Consolidate reporting result of a dependency checkJon Turney1-12/+14
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney1-4/+0
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney1-4/+6
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney1-102/+99
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan1-2/+0
2018-07-01Add a helper for fetching of binaries from cross filesNirbheek Chauhan1-3/+3
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan1-6/+6
2018-06-10modules/qt: check for un-suffixed moc,rcc,uic on windowsMatthew Waters1-1/+1
2018-06-07dependencies/qt: fix debugoptimized builds with qtMatthew Waters1-1/+1