index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dependencies.py
Age
Commit message (
Expand
)
Author
2013-08-11
Search for Boost libs in all lib dirs.
Jussi Pakkanen
2013-07-08
Handle case of Boost not found.
Jussi Pakkanen
2013-07-08
Removed one comma.
Jussi Pakkanen
2013-07-08
Parenthesize Boost version number.
Jussi Pakkanen
2013-07-08
Moved some print functions to logging.
Jussi Pakkanen
2013-07-04
GTest and GMock are detected on Fedora.
Jussi Pakkanen
2013-07-04
Boost works on Fedora.
Jussi Pakkanen
2013-06-20
Removed -tt, which is not necessary with Python 3.
Jussi Pakkanen
2013-06-17
Improvements to GTest and GMock.
Jussi Pakkanen
2013-06-17
Support using a source distribution of GMock.
Jussi Pakkanen
2013-06-16
Added hack to clear out text seeping in from the surrounding Make when buildi...
Jussi Pakkanen
2013-06-16
Verify output of gnustep dependency program.
Jussi Pakkanen
2013-06-16
Print external program detection info.
Jussi Pakkanen
2013-06-16
Print detection info for GnuStep.
Jussi Pakkanen
2013-06-16
Print Qt5 detection info.
Jussi Pakkanen
2013-06-16
Print detection info of GTest and GMock.
Jussi Pakkanen
2013-06-16
Print Boost info.
Jussi Pakkanen
2013-06-16
Print pkg-config detection info.
Jussi Pakkanen
2013-06-01
The default value of required is true for dependencies.
Jussi Pakkanen
2013-04-10
Can use Apple frameworks with Objective C.
Jussi Pakkanen
2013-04-06
Added support for GNUStep.
Jussi Pakkanen
2013-04-01
Print version strings on error.
Jussi Pakkanen
2013-04-01
Can build Qt5 applications.
Jussi Pakkanen
2013-04-01
Qt5 apps compile with only a slight amount of cheating.
Jussi Pakkanen
2013-04-01
Can generate sources with moc and uic.
Jussi Pakkanen
2013-04-01
Ui rule too, and store rules in the backend object.
Jussi Pakkanen
2013-04-01
Can generate custom rules for dependencies.
Jussi Pakkanen
2013-04-01
Deleted useless class.
Jussi Pakkanen
2013-04-01
Fixed class hierarchy of dependencies.
Jussi Pakkanen
2013-04-01
Qt5 test case and some implementation.
Jussi Pakkanen
2013-04-01
Can have multiple different configurations of the same dependency.
Jussi Pakkanen
2013-04-01
Better external program detection.
Jussi Pakkanen
2013-04-01
Basic work on supporting Qt5.
Jussi Pakkanen
2013-04-01
Extracted dependencies to their own file.
Jussi Pakkanen
2013-03-24
Added detector for GMock.
Jussi Pakkanen
2013-03-24
Do not add standard include dir to include path.
Jussi Pakkanen
2013-03-24
Gtest now works, though still a bit hackish.
Jussi Pakkanen
2013-03-24
Work on adding GTest support.
Jussi Pakkanen
2013-03-24
Added custom detector framework and a Boost detector to it.
Jussi Pakkanen