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
/
generators.py
Age
Commit message (
Expand
)
Author
2013-02-23
Renamed generators to backends.
Jussi Pakkanen
2013-02-23
More builder -> Meson renaming.
Jussi Pakkanen
2013-02-23
Builder -> Meson renaming.
Jussi Pakkanen
2013-02-23
Determine location of scripts properly.
Jussi Pakkanen
2013-02-21
Print warning if coverage reports can't be generated.
Jussi Pakkanen
2013-02-21
Added support for coverage.
Jussi Pakkanen
2013-02-16
Fix regeneration rule so it is not triggered needlessly.
Jussi Pakkanen
2013-02-16
Regenerate build info if definition files change.
Jussi Pakkanen
2013-02-15
Enable PREFIX for installing on some target types.
Jussi Pakkanen
2013-02-10
Strip on install and generate pch properly.
Jussi Pakkanen
2013-02-10
Use optimization and debug flags based on build type.
Jussi Pakkanen
2013-02-10
Get dependency info from the compiler.
Jussi Pakkanen
2013-02-10
Tests can now be easily run with both shell and Ninja.
Jussi Pakkanen
2013-02-10
Added test for external deps and fixed comments at the same time.
Jussi Pakkanen
2013-02-09
Generate configure files in Ninja backend. Now it passes all unit tests.
Jussi Pakkanen
2013-02-08
Generate shared library symlinks with Ninja.
Jussi Pakkanen
2013-02-08
Generate pch files with Ninja.
Jussi Pakkanen
2013-02-08
Added target dependency info.
Jussi Pakkanen
2013-02-08
Can install data.
Jussi Pakkanen
2013-02-08
Can install man files with Ninja.
Jussi Pakkanen
2013-02-08
Can install headers with Ninja.
Jussi Pakkanen
2013-02-08
Fix dependency info.
Jussi Pakkanen
2013-02-08
Can install targets.
Jussi Pakkanen
2013-02-08
Can pickle and load install data object.
Jussi Pakkanen
2013-02-08
Beginning of an install script.
Jussi Pakkanen
2013-02-08
Can run unit tests with Ninja.
Jussi Pakkanen
2013-02-07
More dynamic library path wanking.
Jussi Pakkanen
2013-02-06
Use relative paths for file names.
Jussi Pakkanen
2013-02-06
Ninja compiles! With only the slightest of manual ninjafile editing.
Jussi Pakkanen
2013-02-06
Can generate compiling commands.
Jussi Pakkanen
2013-02-06
More function moving.
Jussi Pakkanen
2013-02-06
Moved code to base class.~
Jussi Pakkanen
2013-02-06
Generate some of targets.
Jussi Pakkanen
2013-02-06
Generate linking rules.
Jussi Pakkanen
2013-02-06
Build rule for static linking and some comments.
Jussi Pakkanen
2013-02-06
Generate compile rules.
Jussi Pakkanen
2013-02-06
Support for multiple backends.
Jussi Pakkanen
2013-02-06
Renamed generators file.
Jussi Pakkanen