summaryrefslogtreecommitdiff
path: root/dependencies.py
AgeCommit message (Expand)Author
2016-01-15Organise files into a module structure.Jussi Pakkanen
2016-01-14More cleanups.Jussi Pakkanen
2016-01-14Some more error logging.Jussi Pakkanen
2015-12-27Boost win detection tuning.Jussi Pakkanen
2015-12-25Added explicit thread dependency.Jussi Pakkanen
2015-12-10gnome: Link against dependencies when building the gir filesThibault Saunier
2015-11-10Added pkg-config logging statement.Jussi Pakkanen
2015-11-04Can store ext deps to internal deps. Closes #304.Jussi Pakkanen
2015-09-12Boost path fix for Windows.Jussi Pakkanen
2015-09-12Can leave Boost modules empty to only use the plain header libraries. Closes ...Jussi Pakkanen
2015-09-08Replaced check for mac osx by mesonlib.is_osx()Germán Diago Gómez
2015-09-07BoostDependency dylib detection added.Germán Diago Gómez
2015-09-06Made boost on windows kinda work.Jussi Pakkanen
2015-08-27Add OpenGL link args on Windows.Jussi Pakkanen
2015-08-25Fix access to the pkgconfig path in CrossBuildInfoThibault Saunier
2015-07-12Fix regexp match for qmake versionJouni Roivas
2015-07-12A few fixes to gl detection.Jussi Pakkanen
2015-07-02vala: add support for --target-glibIgor Gnatenko
2015-06-18Initialise version field of Qt5 dep. Closes #158Jussi Pakkanen
2015-06-18Rework pkgconfig and add missing method. Fixes #153.Jussi Pakkanen
2015-06-18dependency: Undefined variable 'type_string'. Closes #156Igor Gnatenko
2015-06-18dependencies: fixes for codestyle to be more PEP-8Igor Gnatenko
2015-06-18dependencies: Undefined variable 'required'. Closes #154Igor Gnatenko
2015-06-15Now can create internal dependencies to simplify subproject usage.Jussi Pakkanen
2015-06-14Can use both main and nomain gtest in same project. Fixes #149.Jussi Pakkanen
2015-06-08trivial: fix styleIgor Gnatenko
2015-06-07PkgConfigDependency: Add a get_variable method.Mathieu Duponchelle
2015-06-07Added methods to get source and build root directories.Jussi Pakkanen
2015-06-06Use cross file's pkgconfig binary when cross compiling. Closes #138.Jussi Pakkanen
2015-05-22Use -fPIC instead of -fPIE as it seems to be the new requirement. Closes #124.Jussi Pakkanen
2015-05-21don't print twice about not found dependency. Closes #128Igor Gnatenko
2015-05-16dependencies: Handle .la lib files returned by pkgconfig in uninstalled setupsThibault Saunier
2015-05-04Qt5 now works when using a OSX framework dependency.Jussi Pakkanen
2015-05-04Fix Qt5 on pkg-config platforms again.Jussi Pakkanen
2015-05-04Work with MinGW too.Jussi Pakkanen
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen
2015-04-30Typo fixes.Jussi Pakkanen
2015-04-29Added module for Qt4 support.Jussi Pakkanen
2015-04-26Removed unused class.Jussi Pakkanen
2015-04-25Create file objects in gtest and gmock.Jussi Pakkanen
2015-04-14dependencies.py: Add support for wxwidgets modulesMatthew Bekkema
2015-04-06A few Windows fixes.Jussi Pakkanen
2015-04-04Better OpenGL autodetection.Jussi Pakkanen
2015-04-04Work if framework dep is missing and optional.Jussi Pakkanen
2015-04-03Error out if required framework dep is not found.Jussi Pakkanen
2015-03-31Print failing info.Jussi Pakkanen
2015-03-31Strip before splitting.Jussi Pakkanen
2015-03-30Lowercasifying.Jussi Pakkanen
2015-03-30Detect SDL2 with sdl2-config if it exists.Jussi Pakkanen
2015-03-27Build windows installer for SDL2 sample app.Jussi Pakkanen