aboutsummaryrefslogtreecommitdiff
path: root/dependencies.py
AgeCommit message (Expand)AuthorFilesLines
2013-09-28One-liner.Jussi Pakkanen1-1/+1
2013-09-28Strip holders from ext deps.Jussi Pakkanen1-1/+1
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen1-10/+11
2013-07-08Handle case of Boost not found.Jussi Pakkanen1-1/+5
2013-07-08Removed one comma.Jussi Pakkanen1-1/+1
2013-07-08Parenthesize Boost version number.Jussi Pakkanen1-1/+1
2013-07-08Moved some print functions to logging.Jussi Pakkanen1-21/+21
2013-07-04GTest and GMock are detected on Fedora.Jussi Pakkanen1-12/+35
2013-07-04Boost works on Fedora.Jussi Pakkanen1-4/+12
2013-06-20Removed -tt, which is not necessary with Python 3.Jussi Pakkanen1-1/+1
2013-06-17Improvements to GTest and GMock.Jussi Pakkanen1-2/+10
2013-06-17Support using a source distribution of GMock.Jussi Pakkanen1-7/+24
2013-06-16Added hack to clear out text seeping in from the surrounding Make when buildi...Jussi Pakkanen1-1/+8
2013-06-16Verify output of gnustep dependency program.Jussi Pakkanen1-2/+10
2013-06-16Print external program detection info.Jussi Pakkanen1-0/+4
2013-06-16Print detection info for GnuStep.Jussi Pakkanen1-2/+4
2013-06-16Print Qt5 detection info.Jussi Pakkanen1-1/+8
2013-06-16Print detection info of GTest and GMock.Jussi Pakkanen1-0/+9
2013-06-16Print Boost info.Jussi Pakkanen1-1/+5
2013-06-16Print pkg-config detection info.Jussi Pakkanen1-0/+2
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen1-1/+3
2013-04-10Can use Apple frameworks with Objective C.Jussi Pakkanen1-0/+22
2013-04-06Added support for GNUStep.Jussi Pakkanen1-0/+50
2013-04-01Print version strings on error.Jussi Pakkanen1-4/+4
2013-04-01Can build Qt5 applications.Jussi Pakkanen1-0/+8
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen1-0/+19
2013-04-01Can generate sources with moc and uic.Jussi Pakkanen1-2/+2
2013-04-01Ui rule too, and store rules in the backend object.Jussi Pakkanen1-2/+5
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen1-0/+20
2013-04-01Deleted useless class.Jussi Pakkanen1-23/+3
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen1-10/+20
2013-04-01Qt5 test case and some implementation.Jussi Pakkanen1-2/+6
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen1-2/+11
2013-04-01Better external program detection.Jussi Pakkanen1-6/+8
2013-04-01Basic work on supporting Qt5.Jussi Pakkanen1-9/+24
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen1-5/+168
2013-03-24Added detector for GMock.Jussi Pakkanen1-0/+22
2013-03-24Do not add standard include dir to include path.Jussi Pakkanen1-1/+6
2013-03-24Gtest now works, though still a bit hackish.Jussi Pakkanen1-2/+1
2013-03-24Work on adding GTest support.Jussi Pakkanen1-1/+26
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen1-0/+100