aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2013-08-30More introspection.Jussi Pakkanen1-1/+10
2013-08-30The whole test suite runs cross-built with mingw and armhf.Jussi Pakkanen1-1/+1
2013-08-30Can build both cross and native binaries at the same time.Jussi Pakkanen1-1/+3
2013-08-24Can run test suite through mingw cross compiler.Jussi Pakkanen2-3/+3
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen1-1/+1
2013-08-11Check that missing subdirs cause an error.Jussi Pakkanen3-0/+7
2013-08-10Check that non-existing source files cause errors.Jussi Pakkanen1-0/+3
2013-08-10Created new suite of tests that should fail when executed.Jussi Pakkanen2-0/+5
2013-08-02Windows alignment fix.Jussi Pakkanen1-2/+8
2013-07-31Can print log info on run tests.Jussi Pakkanen1-3/+3
2013-07-31Simpler name.Jussi Pakkanen1-2/+2
2013-07-31Can print status info to log in compiles().Jussi Pakkanen1-2/+2
2013-07-31Tuned alignment check.Jussi Pakkanen1-2/+7
2013-07-31Can check alignment of data types.Jussi Pakkanen1-0/+13
2013-07-30Can check for members in structures.Jussi Pakkanen1-0/+11
2013-07-30Forgot this one.Jussi Pakkanen1-0/+11
2013-07-27Better.Jussi Pakkanen1-0/+7
2013-07-27String formatting functionality.Jussi Pakkanen1-0/+15
2013-07-27Cleaner, simpler elif.Jussi Pakkanen1-0/+28
2013-07-27Can do logical negation.Jussi Pakkanen1-0/+13
2013-07-27Can do logical or.Jussi Pakkanen1-2/+20
2013-07-27Can do logical and.Jussi Pakkanen1-0/+46
2013-07-27Run build tests properly.Jussi Pakkanen1-2/+2
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen1-0/+59
2013-07-01Windows command execution works.Jussi Pakkanen2-3/+13
2013-06-30Can run local script files as well as commands.Jussi Pakkanen2-0/+20
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen1-2/+1
2013-06-30Can run external programs and capture their output. Also some string function...Jussi Pakkanen1-0/+19
2013-06-17Improvements to GTest and GMock.Jussi Pakkanen2-2/+2
2013-06-15Mixed mode pch works again.Jussi Pakkanen4-2/+5
2013-06-15Precompiled headers work for C++.Jussi Pakkanen2-1/+6
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen1-3/+2
2013-06-15Added the pch c file because it was missing.Jussi Pakkanen1-0/+5
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen2-1/+6
2013-06-14Shared library linking works with MSVC.Jussi Pakkanen2-2/+19
2013-06-05Finished renaming.Jussi Pakkanen5-0/+0
2013-06-03Added has_header method.Jussi Pakkanen1-0/+11
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen18-23/+23
2013-06-02Reworked configure file generation.Jussi Pakkanen3-0/+27
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen7-11/+11
2013-06-02Renamed add_test to test.Jussi Pakkanen36-41/+41
2013-06-01Required is the default for find_library.Jussi Pakkanen1-1/+1
2013-06-01Required defaults to true for programs.Jussi Pakkanen2-3/+3
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen7-10/+14
2013-06-01Generator rules can have more than one output.Jussi Pakkanen4-5/+5
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen3-0/+8
2013-06-01Can detect sizes of expressions.Jussi Pakkanen3-0/+22
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen2-3/+5
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen3-0/+23
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen2-7/+13