aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19Can use msvc static linker.Jussi Pakkanen1-1/+1
2013-04-10Can use Apple frameworks with Objective C.Jussi Pakkanen1-3/+8
2013-04-06Added ObjC++ support.Jussi Pakkanen1-0/+2
2013-04-06Basic support for Objective C.Jussi Pakkanen1-0/+2
2013-04-06Inherit InterpreterException from MesonException.Jussi Pakkanen1-1/+1
2013-04-01Can build Qt5 applications.Jussi Pakkanen1-0/+3
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen1-2/+6
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen1-3/+4
2013-04-01Better external program detection.Jussi Pakkanen1-3/+1
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen1-7/+8
2013-03-24Work on adding GTest support.Jussi Pakkanen1-0/+4
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen1-1/+1
2013-03-15Print friendlier error messages rather than the Python stack trace.Jussi Pakkanen1-1/+1
2013-03-15Prevent going into the same subdirectory multiple times.Jussi Pakkanen1-1/+7
2013-03-15Support for both basename and plainname in generators.Jussi Pakkanen1-4/+5
2013-03-10A few fixes.Jussi Pakkanen1-1/+1
2013-03-09Prevent creation of targets with names that could lead to collisions.Jussi Pakkanen1-1/+5
2013-03-09Library and program objects can be serialised.Jussi Pakkanen1-26/+35
2013-03-09Find and use external libraries.Jussi Pakkanen1-2/+39
2013-03-09Cache external programs in coredata.Jussi Pakkanen1-0/+4
2013-03-09Can use external programs.Jussi Pakkanen1-2/+36
2013-03-02Do not lose line numbers to the great void of nothingness.Jussi Pakkanen1-0/+2
2013-03-01Use NinjaBuildElements in coverage too.Jussi Pakkanen1-1/+1
2013-03-01Only have one coredata object because two is just wasteful.Jussi Pakkanen1-10/+8
2013-03-01Created a helper class to build Ninja build directives.Jussi Pakkanen1-1/+0
2013-03-01Reworked how sources are passed to BuildTargets.Jussi Pakkanen1-19/+20
2013-02-24Store bunch of data to coredata.Jussi Pakkanen1-8/+21
2013-02-24Renamed a keyword argument.Jussi Pakkanen1-6/+6
2013-02-24Prevent slashes in generated names.Jussi Pakkanen1-0/+2
2013-02-23Pipeline backend is done and works.Jussi Pakkanen1-0/+6
2013-02-23Generate compile commands for generated sources.Jussi Pakkanen1-5/+11
2013-02-23Store generation info in build state.Jussi Pakkanen1-1/+40
2013-02-23Can create generator objects.Jussi Pakkanen1-0/+50
2013-02-23Final piece of renaming (hopefully).Jussi Pakkanen1-3/+3
2013-02-23More builder -> Meson renaming.Jussi Pakkanen1-3/+3
2013-02-16Regenerate build info if definition files change.Jussi Pakkanen1-1/+13
2013-02-10Added test for external deps and fixed comments at the same time.Jussi Pakkanen1-9/+12
2013-02-10More keyword adding.Jussi Pakkanen1-3/+3
2013-02-10Specify language for global_arguments with keyword arguments.Jussi Pakkanen1-5/+6
2013-02-10Add include directories with keyword arguments.Jussi Pakkanen1-6/+11
2013-02-10More keyword argument wrangling.Jussi Pakkanen1-7/+11
2013-02-10Better handling of keyword argument lists.Jussi Pakkanen1-0/+4
2013-02-10Can specify library versions with keyword arguments.Jussi Pakkanen1-13/+13
2013-02-10Can specify extra compiler flags with keyword arguments.Jussi Pakkanen1-7/+10
2013-02-10Can specify PCH with keyword arguments.Jussi Pakkanen1-6/+10
2013-02-10Can install data with keyword arguments.Jussi Pakkanen1-5/+9
2013-02-10Can set header subdir with keyword arguments.Jussi Pakkanen1-7/+6
2013-02-10Define link with keyword arguments.Jussi Pakkanen1-5/+8
2013-02-10Enforce keyword order.Jussi Pakkanen1-0/+2
2013-02-10Removed install method from BuildTarget.Jussi Pakkanen1-7/+0