aboutsummaryrefslogtreecommitdiff
path: root/dependencies.py
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-17Typo fix.Jussi Pakkanen1-1/+1
2014-12-17Detect frameworks on OSX as external dependencies.Jussi Pakkanen1-11/+52
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-5/+5
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-11-05Pkg-config detection cleanup.Jussi Pakkanen1-10/+17
2014-10-29Removed -qt5 arg as that should be handled elsewhere.Jussi Pakkanen1-3/+3
2014-10-29Pass -qt5 command line argument to qt5 tools because otherwise they fail on D...Jussi Pakkanen1-4/+7
2014-09-26A few suffix fixes.Jussi Pakkanen1-1/+1
2014-09-26Some windows fixes.Jussi Pakkanen1-1/+5
2014-09-20Run scripts direct if possible.Jussi Pakkanen1-11/+12
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen1-19/+31
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-4/+4
2014-06-28Better description for Qt5 tools.Jussi Pakkanen1-3/+6
2014-06-28Print pkg-config executable path.Jussi Pakkanen1-1/+2
2014-06-28Do not repeat Qt5 tools detection text.Jussi Pakkanen1-1/+2
2014-06-22Added some Fedora paths to library directory list.Jussi Pakkanen1-1/+1
2014-06-22Fix objc dependency getter command line.Jussi Pakkanen1-1/+1
2014-06-22And the custom rules too.Jussi Pakkanen1-3/+3
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-66/+66
2014-05-12Put build dir in moc search path.Jussi Pakkanen1-2/+2
2014-04-20Can execute found programs with run_command.Jussi Pakkanen1-2/+6
2014-04-07Slightly cleaner log output.Jussi Pakkanen1-7/+17
2014-04-06Can have multiple resource files in Qt5.Jussi Pakkanen1-3/+3
2014-04-06No moc prefix for source files.Jussi Pakkanen1-1/+1
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen1-3/+6
2014-04-06Renamed resources to qresources to avoid name clashes.Jussi Pakkanen1-1/+1
2014-03-18Fix Qt5 detection on Fedora.Jussi Pakkanen1-0/+9
2014-03-08Some logging improvements.Jussi Pakkanen1-4/+9
2014-02-03And for rcc, which I totally guessed would be coming.Jussi Pakkanen1-4/+11
2014-02-03And the same for uic.Jussi Pakkanen1-3/+10
2014-02-03Moc has completely changed its output format with Qt5 so support both.Jussi Pakkanen1-3/+10
2013-11-17Eleganter status message.Jussi Pakkanen1-1/+1
2013-11-17Return flags in the correct function.Jussi Pakkanen1-2/+4
2013-11-17D'oh.Jussi Pakkanen1-2/+2
2013-11-17Add include and link path flags when using a nonstandard Boost location.Jussi Pakkanen1-1/+7