summaryrefslogtreecommitdiff
path: root/test cases/frameworks/9 wxwidgets
AgeCommit message (Collapse)Author
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney
2018-02-22Fix wxwidgets dependency: pass modules to wx-configAleksey Filippov
Fixes #3123
2017-11-30[Tests] Minor update for CI on FedoraAlexis Jeandet
'test cases/frameworks/9 wxwidgets' fails to build with clang on Fedora because it needs C++11 enabled. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-06-17wxwidgets: Fix usage of multiple dependency() callsNirbheek Chauhan
This was broken because the class property will say True but the object property will not be set. Store the value on the class property and transfer to object in __init__. Just like PkgConfigDependency.
2016-08-21tests: Don't fail wxwidgets test if wxwidgets is not installed (#639)Nirbheek Chauhan
The widgets pull in lots of deprecated libraries, so don't require it
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen
2015-02-26Verify version of wxwidgets dependency.Jussi Pakkanen
2015-01-19Comment out a line that does not compile and is not needed for the test.Jussi Pakkanen
2015-01-12Some tweaks.Jussi Pakkanen
2015-01-12Added support for wxwidgets. Closes #27.Jussi Pakkanen