summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen
2013-06-15Added the pch c file because it was missing.Jussi Pakkanen
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen
2013-06-14Shared library linking works with MSVC.Jussi Pakkanen
2013-06-05Finished renaming.Jussi Pakkanen
2013-06-03Added has_header method.Jussi Pakkanen
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Reworked configure file generation.Jussi Pakkanen
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01Required is the default for find_library.Jussi Pakkanen
2013-06-01Required defaults to true for programs.Jussi Pakkanen
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen
2013-06-01Generator rules can have more than one output.Jussi Pakkanen
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen
2013-06-01Can detect sizes of expressions.Jussi Pakkanen
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen
2013-05-18More MSVC test fixing.Jussi Pakkanen
2013-05-18Make test case compile on MSVC.Jussi Pakkanen
2013-04-22Can extract compiler ID string.Jussi Pakkanen
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen
2013-04-21Added multiline strings.Jussi Pakkanen
2013-04-20Some minor tweaks.Jussi Pakkanen
2013-04-19Can compile stuff with MSVC++.Jussi Pakkanen
2013-04-19Fixed Windows garbage line endings.Jussi Pakkanen
2013-04-19Added test case for C++ app using winmain.Jussi Pakkanen
2013-04-19Added test case for Windows cpp building.Jussi Pakkanen
2013-04-19Added a test using winmain.Jussi Pakkanen
2013-04-19Added a Windows test.Jussi Pakkanen
2013-04-17Some comments to Qt5 sample.Jussi Pakkanen
2013-04-12Fix find_program test on Windows using terrible hack.Jussi Pakkanen
2013-04-10Can use Apple frameworks with Objective C.Jussi Pakkanen
2013-04-06Added ObjC++ support.Jussi Pakkanen
2013-04-06Added support for GNUStep.Jussi Pakkanen
2013-04-06Basic support for Objective C.Jussi Pakkanen
2013-04-01Can build Qt5 applications.Jussi Pakkanen
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen
2013-04-01Add generated files as dependencies to targets.Jussi Pakkanen
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen
2013-04-01Qt5 test case and some implementation.Jussi Pakkanen
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen
2013-03-24Added detector for GMock.Jussi Pakkanen
2013-03-24Gtest now works, though still a bit hackish.Jussi Pakkanen
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen
2013-03-24Added test case for Boost.Jussi Pakkanen
2013-03-15Support for both basename and plainname in generators.Jussi Pakkanen
2013-03-12Added missing file.Jussi Pakkanen