238 Commits (034aef9c8d3d2aa1306e84b30123556a45fe500b)

Author SHA1 Message Date
Jussi Pakkanen 6a17d6994d Cleaner, simpler elif. 11 years ago
Jussi Pakkanen 59c1dd44ed Can do logical negation. 11 years ago
Jussi Pakkanen 782021d65e Can do logical or. 11 years ago
Jussi Pakkanen 6a5a9a3848 Can do logical and. 11 years ago
Jussi Pakkanen bdd1485987 Run build tests properly. 11 years ago
Jussi Pakkanen 427cfbf569 Interpreter side of tryrun is mostly done. 11 years ago
Jussi Pakkanen c0c2c35496 Windows command execution works. 11 years ago
Jussi Pakkanen e5443493bf Can run local script files as well as commands. 11 years ago
Jussi Pakkanen a52336b429 Can invoke methods on general statements and not just variable names. 11 years ago
Jussi Pakkanen 5e2278d6d4 Can run external programs and capture their output. Also some string function work. 11 years ago
Jussi Pakkanen ea3e8f1dd2 Improvements to GTest and GMock. 11 years ago
Jussi Pakkanen 45d5195494 Mixed mode pch works again. 11 years ago
Jussi Pakkanen 7e6d8454a4 Precompiled headers work for C++. 11 years ago
Jussi Pakkanen e967e5eb4b At last! MSVC precompiles headers and can use them. 11 years ago
Jussi Pakkanen 14968f5b9e Added the pch c file because it was missing. 11 years ago
Jussi Pakkanen a1f4bf1124 Started work on MSVC precompiled headers. It does not work yet but I have been at it for so long that I want to just commit now because it at least does something close to the final result. 11 years ago
Jussi Pakkanen 81b478e031 Shared library linking works with MSVC. 11 years ago
Jussi Pakkanen 3fb0e48bf4 Finished renaming. 11 years ago
Jussi Pakkanen 2fdc7c7dbc Added has_header method. 11 years ago
Jussi Pakkanen 89aa4e2233 C++ is now called cpp rather than cxx. 11 years ago
Jussi Pakkanen a51036fd7d Reworked configure file generation. 11 years ago
Jussi Pakkanen 11e81618d2 Renamed find_dep to dependency. 11 years ago
Jussi Pakkanen d4284aae89 Renamed add_test to test. 11 years ago
Jussi Pakkanen 50304bb207 Required is the default for find_library. 11 years ago
Jussi Pakkanen c4e58795e7 Required defaults to true for programs. 11 years ago
Jussi Pakkanen 852b774e2e The default value of required is true for dependencies. 11 years ago
Jussi Pakkanen 0d2f34654c Generator rules can have more than one output. 11 years ago
Jussi Pakkanen e453c408da Can add extra #includes to sizeof checks. 11 years ago
Jussi Pakkanen ae62e8ca11 Can detect sizes of expressions. 11 years ago
Jussi Pakkanen 3872cd024e Source generator now works with Protocol Buffers. 11 years ago
Jussi Pakkanen c9cb49764b Worked on expanding the generator so it works with protocol buffers. Does not work yet. 11 years ago
Jussi Pakkanen 6ff098bea6 Store configuration values in an object rather than global variables. 11 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