540 Commits (9ff00de93bd0589cdb016793de51d6b14d0825f8)

Author SHA1 Message Date
Jussi Pakkanen 2fdc7c7dbc Added has_header method. 12 years ago
Jussi Pakkanen 89aa4e2233 C++ is now called cpp rather than cxx. 12 years ago
Jussi Pakkanen a51036fd7d Reworked configure file generation. 12 years ago
Jussi Pakkanen 11e81618d2 Renamed find_dep to dependency. 12 years ago
Jussi Pakkanen d4284aae89 Renamed add_test to test. 12 years ago
Jussi Pakkanen 50304bb207 Required is the default for find_library. 12 years ago
Jussi Pakkanen c4e58795e7 Required defaults to true for programs. 12 years ago
Jussi Pakkanen 852b774e2e The default value of required is true for dependencies. 12 years ago
Jussi Pakkanen 0d2f34654c Generator rules can have more than one output. 12 years ago
Jussi Pakkanen e453c408da Can add extra #includes to sizeof checks. 12 years ago
Jussi Pakkanen ae62e8ca11 Can detect sizes of expressions. 12 years ago
Jussi Pakkanen 3872cd024e Source generator now works with Protocol Buffers. 12 years ago
Jussi Pakkanen c9cb49764b Worked on expanding the generator so it works with protocol buffers. Does not work yet. 12 years ago
Jussi Pakkanen 6ff098bea6 Store configuration values in an object rather than global variables. 12 years ago
Jussi Pakkanen 5eba624777 More MSVC test fixing. 12 years ago
Jussi Pakkanen 792a3772cd Make test case compile on MSVC. 12 years ago
Jussi Pakkanen bf62937711 Can extract compiler ID string. 12 years ago
Jussi Pakkanen 140f30470b Can run trial compilations on a given compiler. 12 years ago
Jussi Pakkanen 417abe105c Added multiline strings. 12 years ago
Jussi Pakkanen 7606b7af8c Some minor tweaks. 12 years ago
Jussi Pakkanen 7e3f2f7771 Can compile stuff with MSVC++. 12 years ago
Jussi Pakkanen 43ca3e2546 Fixed Windows garbage line endings. 12 years ago
Jussi Pakkanen 186397c322 Added test case for C++ app using winmain. 12 years ago
Jussi Pakkanen 15ff1e4e48 Added test case for Windows cpp building. 12 years ago
Jussi Pakkanen aac4fd1603 Added a test using winmain. 12 years ago
Jussi Pakkanen a7b7e4b235 Added a Windows test. 12 years ago
Jussi Pakkanen abe653e808 Some comments to Qt5 sample. 12 years ago
Jussi Pakkanen 124b5cc392 Fix find_program test on Windows using terrible hack. 12 years ago
Jussi Pakkanen 2c3d35802f Can use Apple frameworks with Objective C. 12 years ago
Jussi Pakkanen e05af1bf9e Added ObjC++ support. 12 years ago
Jussi Pakkanen 9701d4d555 Added support for GNUStep. 12 years ago
Jussi Pakkanen 5174c255b2 Basic support for Objective C. 12 years ago
Jussi Pakkanen 35f3495c1d Can build Qt5 applications. 12 years ago
Jussi Pakkanen e3184c4f94 Qt5 apps compile with only a slight amount of cheating. 12 years ago
Jussi Pakkanen 9abf5ec89a Add generated files as dependencies to targets. 12 years ago
Jussi Pakkanen a869da185f Can generate custom rules for dependencies. 12 years ago
Jussi Pakkanen f856ee0f33 Fixed class hierarchy of dependencies. 12 years ago
Jussi Pakkanen eea5b961fd Qt5 test case and some implementation. 12 years ago
Jussi Pakkanen 3d4aad9e0d Can have multiple different configurations of the same dependency. 12 years ago
Jussi Pakkanen 867c315e56 Added detector for GMock. 12 years ago
Jussi Pakkanen 7882acbd72 Gtest now works, though still a bit hackish. 12 years ago
Jussi Pakkanen 70f6b769a6 Added custom detector framework and a Boost detector to it. 12 years ago
Jussi Pakkanen 92084b6d9e Added test case for Boost. 12 years ago
Jussi Pakkanen ecd46332af Support for both basename and plainname in generators. 12 years ago
Jussi Pakkanen cadc873000 Added missing file. 12 years ago
Jussi Pakkanen 5c37665e5d Support for easier #define declarations. 12 years ago
Jussi Pakkanen b0b171f2b9 Test application for config file. 12 years ago
Jussi Pakkanen f456453883 Handle more eols in array construction. 12 years ago
Jussi Pakkanen 347c263431 Find and use external libraries. 12 years ago
Jussi Pakkanen 8c237ebfeb Can use external programs. 12 years ago