472 Commits (c6138fe8bd53ffa5d732501940b3639f0a0d89da)

Author SHA1 Message Date
Jussi Pakkanen 7006c6aa2c Some work on gettext. 11 years ago
Jussi Pakkanen 409958feaa Basic test case for gettext. 11 years ago
Jussi Pakkanen 24ea586d1e More introspection. 11 years ago
Jussi Pakkanen c3640ef036 The whole test suite runs cross-built with mingw and armhf. 11 years ago
Jussi Pakkanen 52ed7fd8f8 Can build both cross and native binaries at the same time. 11 years ago
Jussi Pakkanen 0259f906f2 Can run test suite through mingw cross compiler. 11 years ago
Jussi Pakkanen a3f88e1a49 Search for Boost libs in all lib dirs. 11 years ago
Jussi Pakkanen 4bacfa6a8c Check that missing subdirs cause an error. 11 years ago
Jussi Pakkanen 619b37bff9 Check that non-existing source files cause errors. 11 years ago
Jussi Pakkanen d02e4ce1c9 Created new suite of tests that should fail when executed. 11 years ago
Jussi Pakkanen f5f2ddde7e Windows alignment fix. 11 years ago
Jussi Pakkanen e3c100a57b Can print log info on run tests. 11 years ago
Jussi Pakkanen df9d1bcbfc Simpler name. 11 years ago
Jussi Pakkanen 9e122005cf Can print status info to log in compiles(). 11 years ago
Jussi Pakkanen e13f813626 Tuned alignment check. 11 years ago
Jussi Pakkanen b4836a0a2e Can check alignment of data types. 11 years ago
Jussi Pakkanen 44c0e22330 Can check for members in structures. 11 years ago
Jussi Pakkanen 6ba724c5c7 Forgot this one. 11 years ago
Jussi Pakkanen 08d18671ae Better. 11 years ago
Jussi Pakkanen 3b4e77a658 String formatting functionality. 11 years ago
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