aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2014-06-27Only print total number of targets, not each one separately.Jussi Pakkanen1-1/+1
2014-06-22Output text cleanification.Jussi Pakkanen1-3/+3
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-15/+15
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen1-0/+4
2014-06-11Can specify standalone command targets.Jussi Pakkanen1-2/+24
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-0/+5
2014-05-26Parse function and method calls properly.Jussi Pakkanen1-0/+1
2014-05-19Can define custom targets.Jussi Pakkanen1-0/+27
2014-05-13Existing dir is ok.Jussi Pakkanen1-1/+4
2014-05-12Create subdirectories in build dir as they are encountered.Jussi Pakkanen1-1/+3
2014-05-10Now can compile Vala executables.Jussi Pakkanen1-3/+0
2014-05-10Started work on Vala compilation.Jussi Pakkanen1-5/+17
2014-04-28Can generate configuration files with custom scripts.Jussi Pakkanen1-13/+26
2014-04-20Can execute found programs with run_command.Jussi Pakkanen1-3/+14
2014-04-16Some windows cleanups.Jussi Pakkanen1-3/+2
2014-04-16Added string splitting and with that a file grabber test case.Jussi Pakkanen1-10/+32
2014-04-07Slightly cleaner log output.Jussi Pakkanen1-2/+2
2014-03-18Thanks, Microsoft! Thanks a fucking lot for making your uuids case sensitive ...Jussi Pakkanen1-1/+1
2014-03-17A fledgling of a vcxproj.Jussi Pakkanen1-1/+1
2014-03-17Backend work is start.Jussi Pakkanen1-1/+5
2014-03-17The final renaming.Jussi Pakkanen1-43/+43
2014-03-17Kill ply dependency dead.Jussi Pakkanen1-13/+5
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 Pakkanen1-5/+5
2014-03-17If statements worky.Jussi Pakkanen1-18/+11
2014-03-16Method calls work now.Jussi Pakkanen1-4/+4
2014-03-16More tests passing.Jussi Pakkanen1-7/+6
2014-03-16More stuff passing.Jussi Pakkanen1-2/+2
2014-03-16Can parse first unit test with recursive descent parser.Jussi Pakkanen1-33/+33
2014-03-16Here we go, starting parser transplant.Jussi Pakkanen1-9/+12
2014-03-10Can create jar objects.Jussi Pakkanen1-1/+14
2014-03-10Now can detect Java compiler.Jussi Pakkanen1-0/+4
2014-03-09Subproject definition files are important, too.Jussi Pakkanen1-1/+2
2014-03-08Subproject reworking.Jussi Pakkanen1-13/+17
2014-03-07Can get source dir location and use it to build stuff.Jussi Pakkanen1-2/+11
2014-02-24Test for recursive instantiations of subprojects.Jussi Pakkanen1-2/+2
2014-02-23Some more subproject reorganisation.Jussi Pakkanen1-4/+8
2014-02-23Start of subproject redesign, moved subprojects to the dedicated subdirectory.Jussi Pakkanen1-2/+6
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen1-3/+15
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen1-2/+9
2014-02-09Specify subdirs explicitly.Jussi Pakkanen1-7/+7
2014-02-06Can create pkg-config files.Jussi Pakkanen1-2/+2
2014-02-06First half of the work required for pkg-config generator.Jussi Pakkanen1-1/+31
2014-01-18After an actual, factual bug report from a user, fixed include_directories so...Jussi Pakkanen1-1/+5
2013-12-27Skip extraction test during Unity build because the object file is not genera...Jussi Pakkanen1-1/+7
2013-12-09Can check if running as a subproject.Jussi Pakkanen1-0/+4
2013-12-09Prevent global flags from being set in subprojects.Jussi Pakkanen1-0/+2
2013-12-09Track dependencies of subproject option files.Jussi Pakkanen1-1/+2