aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09Can haz subproject options.Jussi Pakkanen1-0/+8
2013-12-09And, with that, subprojects actually work.Jussi Pakkanen1-2/+6
2013-12-09Fixed subproject compiler detection.Jussi Pakkanen1-1/+3
2013-12-09Can parse subprojects but it does not work yet.Jussi Pakkanen1-7/+19
2013-12-09Some basic work on subprojects.Jussi Pakkanen1-7/+37
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen1-5/+18
2013-11-05Can use object files directly in targets.Jussi Pakkanen1-9/+12
2013-10-20Fixed cross compilation back up.Jussi Pakkanen1-8/+1
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen1-2/+23
2013-10-18User options now do a full round trip.Jussi Pakkanen1-2/+2
2013-10-16Options can be accessed from scripts.Jussi Pakkanen1-0/+11
2013-10-16Very basic option parser skeleton.Jussi Pakkanen1-3/+2
2013-10-16Preserve option function for option files.Jussi Pakkanen1-0/+4
2013-10-08Add back missing exception type.Jussi Pakkanen1-0/+3
2013-09-29Fix cross compilation.Jussi Pakkanen1-0/+3
2013-09-28More holder extraction.Jussi Pakkanen1-35/+17
2013-09-23Moved even more stuff from interpreter to build.Jussi Pakkanen1-88/+14
2013-09-23Basic work on extracting build target types from the interpreter.Jussi Pakkanen1-235/+17
2013-09-13Transfer test parallelism data from source to test runner.Jussi Pakkanen1-2/+6
2013-09-12Can generate pot files on command.Jussi Pakkanen1-1/+1
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen1-0/+15
2013-08-30More introspection.Jussi Pakkanen1-0/+6
2013-08-30Better build type introspection.Jussi Pakkanen1-3/+19
2013-08-30Make native build work again.Jussi Pakkanen1-4/+4
2013-08-30Work started on supporting simultaneous native and cross builds.Jussi Pakkanen1-11/+38
2013-08-28Detect compiler version and print it.Jussi Pakkanen1-1/+5
2013-08-24Get alignment from cross file.Jussi Pakkanen1-1/+1
2013-08-24Get has_function from cross file.Jussi Pakkanen1-1/+1
2013-08-24Get sizeof info from cross file if it exists and write an error if it can not...Jussi Pakkanen1-4/+5
2013-08-24Can run test suite through mingw cross compiler.Jussi Pakkanen1-4/+17
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen1-1/+4
2013-08-11Added debug logging path.Jussi Pakkanen1-1/+1