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