aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-27Can do logical and.Jussi Pakkanen4-1/+97
2013-07-27Removed useless log print.Jussi Pakkanen1-1/+0
2013-07-27Run build tests properly.Jussi Pakkanen3-18/+23
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen3-0/+100
2013-07-27Print compiler information.Jussi Pakkanen1-0/+1
2013-07-25Do not access non-existing member variable.Jussi Pakkanen1-1/+3
2013-07-25More validification.Jussi Pakkanen1-1/+8
2013-07-25Use elif instead of if.Jussi Pakkanen1-2/+3
2013-07-15Bumped version number for next version.Jussi Pakkanen2-2/+2
2013-07-15Bumped version number for release.0.5.0Jussi Pakkanen1-1/+1
2013-07-08Handle case of Boost not found.Jussi Pakkanen1-1/+5
2013-07-08Removed one comma.Jussi Pakkanen1-1/+1
2013-07-08Parenthesize Boost version number.Jussi Pakkanen1-1/+1
2013-07-08Some final pieces of logging.Jussi Pakkanen1-4/+4
2013-07-08More use of logging framework.Jussi Pakkanen2-10/+11
2013-07-08Added error function.Jussi Pakkanen1-0/+5
2013-07-08Moved some print functions to logging.Jussi Pakkanen4-29/+32
2013-07-08Output to console and log file.Jussi Pakkanen2-2/+19
2013-07-08Started work on basic color logging framework.Jussi Pakkanen2-3/+59
2013-07-04GTest and GMock are detected on Fedora.Jussi Pakkanen1-12/+35
2013-07-04Boost works on Fedora.Jussi Pakkanen1-4/+12
2013-07-04A few Fedora fixes.Jussi Pakkanen3-4/+30
2013-07-01Windows command execution works.Jussi Pakkanen3-6/+21
2013-06-30Can run local script files as well as commands.Jussi Pakkanen3-6/+37
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen4-7/+10
2013-06-30Can run external programs and capture their output. Also some string function...Jussi Pakkanen2-1/+60
2013-06-23Read the proper environment variable name.Jussi Pakkanen1-1/+1
2013-06-23Improved the man page.Jussi Pakkanen1-3/+35
2013-06-20Tweaked gitignore.Jussi Pakkanen1-2/+5
2013-06-20Added missing right parentheses.Jussi Pakkanen1-2/+2
2013-06-20Removed -tt, which is not necessary with Python 3.Jussi Pakkanen8-14/+6
2013-06-20Removed shebang lines on non-runnable files.Jussi Pakkanen3-23/+4
2013-06-17Improvements to GTest and GMock.Jussi Pakkanen3-4/+12
2013-06-17Support using a source distribution of GMock.Jussi Pakkanen1-7/+24
2013-06-16Added hack to clear out text seeping in from the surrounding Make when buildi...Jussi Pakkanen1-1/+8
2013-06-16Verify output of gnustep dependency program.Jussi Pakkanen1-2/+10
2013-06-16Print external program detection info.Jussi Pakkanen1-0/+4
2013-06-16Print detection info for GnuStep.Jussi Pakkanen1-2/+4
2013-06-16Print Qt5 detection info.Jussi Pakkanen1-1/+8
2013-06-16Print detection info of GTest and GMock.Jussi Pakkanen1-0/+9
2013-06-16Print Boost info.Jussi Pakkanen1-1/+5
2013-06-16Print pkg-config detection info.Jussi Pakkanen1-0/+2
2013-06-16Removed some more -tt flags.Jussi Pakkanen2-2/+2
2013-06-15Dependency tracking works with MSVC.Jussi Pakkanen2-6/+26
2013-06-15Mixed mode pch works again.Jussi Pakkanen4-2/+5
2013-06-15Precompiled headers work for C++.Jussi Pakkanen3-2/+9
2013-06-15Made gcc pch work again.Jussi Pakkanen1-1/+2
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen3-13/+25
2013-06-15Had to create a special rule for pch generation because otherwise it would ju...Jussi Pakkanen1-16/+42
2013-06-15Added the pch c file because it was missing.Jussi Pakkanen1-0/+5