aboutsummaryrefslogtreecommitdiff
path: root/dependencies.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-12Fix regexp match for qmake versionJouni Roivas1-1/+1
2015-07-12A few fixes to gl detection.Jussi Pakkanen1-1/+2
2015-07-02vala: add support for --target-glibIgor Gnatenko1-5/+5
2015-06-18Initialise version field of Qt5 dep. Closes #158Jussi Pakkanen1-3/+4
2015-06-18Rework pkgconfig and add missing method. Fixes #153.Jussi Pakkanen1-15/+18
2015-06-18dependency: Undefined variable 'type_string'. Closes #156Igor Gnatenko1-5/+5
2015-06-18dependencies: fixes for codestyle to be more PEP-8Igor Gnatenko1-19/+34
2015-06-18dependencies: Undefined variable 'required'. Closes #154Igor Gnatenko1-5/+5
2015-06-15Now can create internal dependencies to simplify subproject usage.Jussi Pakkanen1-0/+7
2015-06-14Can use both main and nomain gtest in same project. Fixes #149.Jussi Pakkanen1-1/+1
2015-06-08trivial: fix styleIgor Gnatenko1-4/+4
2015-06-07PkgConfigDependency: Add a get_variable method.Mathieu Duponchelle1-0/+16
2015-06-07Added methods to get source and build root directories.Jussi Pakkanen1-1/+1
2015-06-06Use cross file's pkgconfig binary when cross compiling. Closes #138.Jussi Pakkanen1-26/+43
2015-05-22Use -fPIC instead of -fPIE as it seems to be the new requirement. Closes #124.Jussi Pakkanen1-2/+7
2015-05-21don't print twice about not found dependency. Closes #128Igor Gnatenko1-1/+0
2015-05-16dependencies: Handle .la lib files returned by pkgconfig in uninstalled setupsThibault Saunier1-1/+51
2015-05-04Qt5 now works when using a OSX framework dependency.Jussi Pakkanen1-4/+21
2015-05-04Fix Qt5 on pkg-config platforms again.Jussi Pakkanen1-3/+2
2015-05-04Work with MinGW too.Jussi Pakkanen1-1/+5
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen1-17/+55
2015-04-30Typo fixes.Jussi Pakkanen1-1/+1
2015-04-29Added module for Qt4 support.Jussi Pakkanen1-0/+39
2015-04-26Removed unused class.Jussi Pakkanen1-8/+0
2015-04-25Create file objects in gtest and gmock.Jussi Pakkanen1-4/+4
2015-04-14dependencies.py: Add support for wxwidgets modulesMatthew Bekkema1-2/+15
2015-04-06A few Windows fixes.Jussi Pakkanen1-5/+12
2015-04-04Better OpenGL autodetection.Jussi Pakkanen1-1/+22
2015-04-04Work if framework dep is missing and optional.Jussi Pakkanen1-2/+6
2015-04-03Error out if required framework dep is not found.Jussi Pakkanen1-2/+4
2015-03-31Print failing info.Jussi Pakkanen1-0/+1
2015-03-31Strip before splitting.Jussi Pakkanen1-2/+2
2015-03-30Lowercasifying.Jussi Pakkanen1-3/+3
2015-03-30Detect SDL2 with sdl2-config if it exists.Jussi Pakkanen1-0/+46
2015-03-27Build windows installer for SDL2 sample app.Jussi Pakkanen1-2/+6
2015-03-27Special case shebang scripts that run with "env" on Windows.Jussi Pakkanen1-0/+2
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen1-87/+0
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen1-21/+0
2015-02-28Fix gmock when compiling from source on Debian derivatives.Jussi Pakkanen1-1/+3
2015-02-26Fix Qt tool finding on Fedora as it seemed to have broken while I was not loo...Jussi Pakkanen1-3/+4
2015-02-26Handle missing gnustep-config gracefully.Jussi Pakkanen1-3/+9
2015-02-26Verify version of wxwidgets dependency.Jussi Pakkanen1-2/+7
2015-02-26Try different wx-config names and prefer the explicit one.Jussi Pakkanen1-14/+16
2015-02-26Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. F...Jussi Pakkanen1-24/+33
2015-02-08Can specify version requirements to dependencies.Jussi Pakkanen1-5/+16
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen1-2/+9
2015-01-25Removed shebang lines from files that are not executable.Jussi Pakkanen1-2/+0
2015-01-24Made Boost unit testing framework work and added a test.Jussi Pakkanen1-0/+14
2015-01-12Added support for wxwidgets. Closes #27.Jussi Pakkanen1-0/+67
2014-12-18Print colorful thingies.Jussi Pakkanen1-0/+4