summaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)Author
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen
2013-06-05Print system check information.Jussi Pakkanen
2013-06-03Added has_header method.Jussi Pakkanen
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Reworked configure file generation.Jussi Pakkanen
2013-06-02Better error reporting for parsing errors.Jussi Pakkanen
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01Required is the default for find_library.Jussi Pakkanen
2013-06-01Required defaults to true for programs.Jussi Pakkanen
2013-06-01Generator rules can have more than one output.Jussi Pakkanen
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen
2013-06-01Can detect sizes of expressions.Jussi Pakkanen
2013-05-26Cleaned out old line number info from exceptions.Jussi Pakkanen
2013-05-26Add line number and file information to exception objects at one location.Jussi Pakkanen
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen
2013-04-22Can extract compiler ID string.Jussi Pakkanen
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen
2013-04-19Can use msvc static linker.Jussi Pakkanen
2013-04-10Can use Apple frameworks with Objective C.Jussi Pakkanen
2013-04-06Added ObjC++ support.Jussi Pakkanen
2013-04-06Basic support for Objective C.Jussi Pakkanen
2013-04-06Inherit InterpreterException from MesonException.Jussi Pakkanen
2013-04-01Can build Qt5 applications.Jussi Pakkanen
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen
2013-04-01Better external program detection.Jussi Pakkanen
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen
2013-03-24Work on adding GTest support.Jussi Pakkanen
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen
2013-03-15Print friendlier error messages rather than the Python stack trace.Jussi Pakkanen
2013-03-15Prevent going into the same subdirectory multiple times.Jussi Pakkanen
2013-03-15Support for both basename and plainname in generators.Jussi Pakkanen
2013-03-10A few fixes.Jussi Pakkanen
2013-03-09Prevent creation of targets with names that could lead to collisions.Jussi Pakkanen
2013-03-09Library and program objects can be serialised.Jussi Pakkanen
2013-03-09Find and use external libraries.Jussi Pakkanen
2013-03-09Cache external programs in coredata.Jussi Pakkanen
2013-03-09Can use external programs.Jussi Pakkanen
2013-03-02Do not lose line numbers to the great void of nothingness.Jussi Pakkanen
2013-03-01Use NinjaBuildElements in coverage too.Jussi Pakkanen
2013-03-01Only have one coredata object because two is just wasteful.Jussi Pakkanen
2013-03-01Created a helper class to build Ninja build directives.Jussi Pakkanen
2013-03-01Reworked how sources are passed to BuildTargets.Jussi Pakkanen
2013-02-24Store bunch of data to coredata.Jussi Pakkanen
2013-02-24Renamed a keyword argument.Jussi Pakkanen
2013-02-24Prevent slashes in generated names.Jussi Pakkanen
2013-02-23Pipeline backend is done and works.Jussi Pakkanen
2013-02-23Generate compile commands for generated sources.Jussi Pakkanen
2013-02-23Store generation info in build state.Jussi Pakkanen