aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-22Deleted useless compile file.0.14.0Jussi Pakkanen1-27/+0
2014-03-22Fix installation.Jussi Pakkanen2-7/+1
2014-03-22Bump version number for release.Jussi Pakkanen4-4/+4
2014-03-22Ignore file grooming.Jussi Pakkanen1-3/+0
2014-03-22Removed project experiment file.Jussi Pakkanen1-150/+0
2014-03-22Typo fix.Jussi Pakkanen1-1/+1
2014-03-22Can define entry symbol type.Jussi Pakkanen4-4/+14
2014-03-22Typo fix.Jussi Pakkanen1-1/+1
2014-03-22Get generator dependencies right.Jussi Pakkanen1-2/+11
2014-03-22Dep generators work except for the quoting.Jussi Pakkanen1-7/+55
2014-03-22Minor.Jussi Pakkanen4-5/+8
2014-03-22Object extraction and linking works.Jussi Pakkanen1-27/+53
2014-03-20Project output dir is always the same as vcxproj dir.Jussi Pakkanen1-4/+1
2014-03-20Fix include dir.Jussi Pakkanen1-2/+3
2014-03-20Grab and use extra flags.Jussi Pakkanen1-0/+12
2014-03-20Set up include directories for targets.Jussi Pakkanen1-4/+16
2014-03-19Subdirectories work in VS2010.Jussi Pakkanen1-4/+14
2014-03-19Now can has linking against shared libraries.Jussi Pakkanen3-4/+20
2014-03-19Now can link with targets and everything.Jussi Pakkanen1-1/+18
2014-03-19Can build all three target types.Jussi Pakkanen1-2/+11
2014-03-19Now can use run_tests.py with MSBuild.Jussi Pakkanen1-9/+27
2014-03-18Create a test project and add it to the solution.Jussi Pakkanen2-20/+98
2014-03-18Fix Qt5 detection on Fedora.Jussi Pakkanen1-0/+9
2014-03-18Thanks, Microsoft! Thanks a fucking lot for making your uuids case sensitive ...Jussi Pakkanen3-4/+4
2014-03-18Some fixes but not yet working.Jussi Pakkanen1-5/+4
2014-03-17Can creat a solution and force it to build but does not yet work out of the box.Jussi Pakkanen1-6/+24
2014-03-17A fledgling of a vcxproj.Jussi Pakkanen2-1/+99
2014-03-17Generate a solution file of sorts.Jussi Pakkanen1-1/+34
2014-03-17Backend work is start.Jussi Pakkanen5-5/+26
2014-03-17Now can generate a working VS solution.Jussi Pakkanen1-1/+9
2014-03-17Can generate a solution that is not immediately rejected.Jussi Pakkanen1-5/+41
2014-03-17Can generate a full vcxproj file.Jussi Pakkanen1-2/+46
2014-03-17Let's generating love.Jussi Pakkanen1-2/+27
2014-03-17Put text in.Jussi Pakkanen1-0/+7
2014-03-17Finally biting the bullet and starting VS project generator.Jussi Pakkanen1-0/+30
2014-03-17The final renaming.Jussi Pakkanen4-56/+56
2014-03-17Kill ply dependency dead.Jussi Pakkanen6-548/+27
2014-03-17All unit tests now pass!Jussi Pakkanen1-2/+1
2014-03-17Logical ops work.Jussi Pakkanen1-4/+5
2014-03-17Less not working.Jussi Pakkanen1-5/+5
2014-03-17Comparisons work.Jussi Pakkanen2-16/+10
2014-03-17If statements worky.Jussi Pakkanen2-19/+12
2014-03-16Method calls work now.Jussi Pakkanen2-7/+9
2014-03-16More tests passing.Jussi Pakkanen2-11/+11
2014-03-16More stuff passing.Jussi Pakkanen2-6/+6
2014-03-16Can parse first unit test with recursive descent parser.Jussi Pakkanen2-33/+34
2014-03-16Here we go, starting parser transplant.Jussi Pakkanen2-11/+14
2014-03-16Fix test runner on Windows.Jussi Pakkanen1-2/+2
2014-03-14Now can parse all files in test set.Jussi Pakkanen1-14/+9
2014-03-14Verify that all input was consumed.Jussi Pakkanen1-1/+2