aboutsummaryrefslogtreecommitdiff
path: root/dependencies.py
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-17Path fix.Jussi Pakkanen1-1/+1
2013-11-17Can now specify custom Boost root dir.Jussi Pakkanen1-3/+20
2013-10-05Added support for Qt resource compiler.Jussi Pakkanen1-10/+26
2013-09-30Minor gtest detector fix.Jussi Pakkanen1-1/+2
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