aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-18More MSVC test fixing.Jussi Pakkanen1-6/+12
2013-05-18Make test case compile on MSVC.Jussi Pakkanen1-7/+13
2013-04-22Can extract compiler ID string.Jussi Pakkanen1-0/+7
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen1-0/+18
2013-04-21Added multiline strings.Jussi Pakkanen1-0/+9
2013-04-20Some minor tweaks.Jussi Pakkanen1-1/+12
2013-04-19Can compile stuff with MSVC++.Jussi Pakkanen1-0/+1
2013-04-19Fixed Windows garbage line endings.Jussi Pakkanen8-50/+50
2013-04-19Added test case for C++ app using winmain.Jussi Pakkanen2-0/+16
2013-04-19Added test case for Windows cpp building.Jussi Pakkanen2-0/+11
2013-04-19Added a test using winmain.Jussi Pakkanen2-0/+14
2013-04-19Added a Windows test.Jussi Pakkanen2-0/+9
2013-04-17Some comments to Qt5 sample.Jussi Pakkanen1-3/+3
2013-04-12Fix find_program test on Windows using terrible hack.Jussi Pakkanen1-9/+17
2013-04-10Can use Apple frameworks with Objective C.Jussi Pakkanen1-1/+5
2013-04-06Added ObjC++ support.Jussi Pakkanen2-0/+13
2013-04-06Added support for GNUStep.Jussi Pakkanen2-0/+15
2013-04-06Basic support for Objective C.Jussi Pakkanen2-0/+9
2013-04-01Can build Qt5 applications.Jussi Pakkanen1-3/+6
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen2-2/+2
2013-04-01Add generated files as dependencies to targets.Jussi Pakkanen1-1/+1
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen1-0/+1
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen1-2/+1