summaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)Author
2014-03-18Thanks, Microsoft! Thanks a fucking lot for making your uuids case sensitive ...Jussi Pakkanen
2014-03-17A fledgling of a vcxproj.Jussi Pakkanen
2014-03-17Backend work is start.Jussi Pakkanen
2014-03-17The final renaming.Jussi Pakkanen
2014-03-17Kill ply dependency dead.Jussi Pakkanen
2014-03-17All unit tests now pass!Jussi Pakkanen
2014-03-17Logical ops work.Jussi Pakkanen
2014-03-17Less not working.Jussi Pakkanen
2014-03-17Comparisons work.Jussi Pakkanen
2014-03-17If statements worky.Jussi Pakkanen
2014-03-16Method calls work now.Jussi Pakkanen
2014-03-16More tests passing.Jussi Pakkanen
2014-03-16More stuff passing.Jussi Pakkanen
2014-03-16Can parse first unit test with recursive descent parser.Jussi Pakkanen
2014-03-16Here we go, starting parser transplant.Jussi Pakkanen
2014-03-10Can create jar objects.Jussi Pakkanen
2014-03-10Now can detect Java compiler.Jussi Pakkanen
2014-03-09Subproject definition files are important, too.Jussi Pakkanen
2014-03-08Subproject reworking.Jussi Pakkanen
2014-03-07Can get source dir location and use it to build stuff.Jussi Pakkanen
2014-02-24Test for recursive instantiations of subprojects.Jussi Pakkanen
2014-02-23Some more subproject reorganisation.Jussi Pakkanen
2014-02-23Start of subproject redesign, moved subprojects to the dedicated subdirectory.Jussi Pakkanen
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen
2014-02-09Specify subdirs explicitly.Jussi Pakkanen
2014-02-06Can create pkg-config files.Jussi Pakkanen
2014-02-06First half of the work required for pkg-config generator.Jussi Pakkanen
2014-01-18After an actual, factual bug report from a user, fixed include_directories so...Jussi Pakkanen
2013-12-27Skip extraction test during Unity build because the object file is not genera...Jussi Pakkanen
2013-12-09Can check if running as a subproject.Jussi Pakkanen
2013-12-09Prevent global flags from being set in subprojects.Jussi Pakkanen
2013-12-09Track dependencies of subproject option files.Jussi Pakkanen
2013-12-09Can haz subproject options.Jussi Pakkanen
2013-12-09And, with that, subprojects actually work.Jussi Pakkanen
2013-12-09Fixed subproject compiler detection.Jussi Pakkanen
2013-12-09Can parse subprojects but it does not work yet.Jussi Pakkanen
2013-12-09Some basic work on subprojects.Jussi Pakkanen
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen
2013-11-05Can use object files directly in targets.Jussi Pakkanen
2013-10-20Fixed cross compilation back up.Jussi Pakkanen
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen
2013-10-18User options now do a full round trip.Jussi Pakkanen
2013-10-16Options can be accessed from scripts.Jussi Pakkanen
2013-10-16Very basic option parser skeleton.Jussi Pakkanen
2013-10-16Preserve option function for option files.Jussi Pakkanen
2013-10-08Add back missing exception type.Jussi Pakkanen
2013-09-29Fix cross compilation.Jussi Pakkanen
2013-09-28More holder extraction.Jussi Pakkanen
2013-09-23Moved even more stuff from interpreter to build.Jussi Pakkanen