summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen
2013-09-13Check that files that should be installed are.Jussi Pakkanen
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen
2013-09-12Text clarification.Jussi Pakkanen
2013-09-12Added a few translations.Jussi Pakkanen
2013-09-12Can generate pot files on command.Jussi Pakkanen
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen
2013-09-12Some work on gettext.Jussi Pakkanen
2013-09-11Basic test case for gettext.Jussi Pakkanen
2013-08-30More introspection.Jussi Pakkanen
2013-08-30The whole test suite runs cross-built with mingw and armhf.Jussi Pakkanen
2013-08-30Can build both cross and native binaries at the same time.Jussi Pakkanen
2013-08-24Can run test suite through mingw cross compiler.Jussi Pakkanen
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen
2013-08-11Check that missing subdirs cause an error.Jussi Pakkanen
2013-08-10Check that non-existing source files cause errors.Jussi Pakkanen
2013-08-10Created new suite of tests that should fail when executed.Jussi Pakkanen
2013-08-02Windows alignment fix.Jussi Pakkanen
2013-07-31Can print log info on run tests.Jussi Pakkanen
2013-07-31Simpler name.Jussi Pakkanen
2013-07-31Can print status info to log in compiles().Jussi Pakkanen
2013-07-31Tuned alignment check.Jussi Pakkanen
2013-07-31Can check alignment of data types.Jussi Pakkanen
2013-07-30Can check for members in structures.Jussi Pakkanen
2013-07-30Forgot this one.Jussi Pakkanen
2013-07-27Better.Jussi Pakkanen
2013-07-27String formatting functionality.Jussi Pakkanen
2013-07-27Cleaner, simpler elif.Jussi Pakkanen
2013-07-27Can do logical negation.Jussi Pakkanen
2013-07-27Can do logical or.Jussi Pakkanen
2013-07-27Can do logical and.Jussi Pakkanen
2013-07-27Run build tests properly.Jussi Pakkanen
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen
2013-07-01Windows command execution works.Jussi Pakkanen
2013-06-30Can run local script files as well as commands.Jussi Pakkanen
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen
2013-06-30Can run external programs and capture their output. Also some string function...Jussi Pakkanen
2013-06-17Improvements to GTest and GMock.Jussi Pakkanen
2013-06-15Mixed mode pch works again.Jussi Pakkanen
2013-06-15Precompiled headers work for C++.Jussi Pakkanen
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