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
/
ninjabackend.py
Age
Commit message (
Expand
)
Author
2014-09-26
Some windows fixes.
Jussi Pakkanen
2014-09-20
Multiple generated sources in one target now work.
Jussi Pakkanen
2014-09-20
Autodetect runnable commands on unix (where chmod values might be wrong) and ...
Jussi Pakkanen
2014-09-19
Custom targets can have multiple inputs and outputs.
Jussi Pakkanen
2014-09-05
Made include args always return arrays for consistency.
Jussi Pakkanen
2014-09-03
Use external libs of static libraries when the static library is linked to a ...
Jussi Pakkanen
2014-09-02
Use static library dependencies not when the library is built but when it is ...
Jussi Pakkanen
2014-08-24
Made generated source depend on all generated headers.
Jussi Pakkanen
2014-08-19
Do Fortran dependency tracking manually because of bugs in other pieces of so...
Jussi Pakkanen
2014-08-16
Write module files into private directory.
Jussi Pakkanen
2014-08-08
Ignore missing Fortran modules as they may come from the compiler itself.
Jussi Pakkanen
2014-08-08
Handle Fortran sources with dependencies to themselves.
Jussi Pakkanen
2014-08-08
Handle Fortran's MODULE PROCEDURE construct.
Jussi Pakkanen
2014-08-07
Kill end of line whitespace dead.
Jussi Pakkanen
2014-08-04
Use proper suffix with Fortran on Windows.
Jussi Pakkanen
2014-08-04
Add the object file generated by MSVS pch compilation to the link command lin...
Jussi Pakkanen
2014-08-03
Scan Fortran dependencies at the beginning for all sources.
Jussi Pakkanen
2014-08-03
Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja.
Jussi Pakkanen
2014-07-30
Handle C# resource files.
Jussi Pakkanen
2014-07-27
Made all unit tests pass again.
Jussi Pakkanen
2014-07-27
Make it possible to generate source files in custom targets.
Jussi Pakkanen
2014-07-26
Subdir in custom target sources, too.
Jussi Pakkanen
2014-07-26
Can specify individual files from rules that generate multiple outputs.
Jussi Pakkanen
2014-07-19
More betterer sorting.
Jussi Pakkanen
2014-07-19
Sort input files so command lines do not change. This allows Ninja to skip un...
Jussi Pakkanen
2014-07-19
Can set per-target cs args.
Jussi Pakkanen
2014-07-19
Build type flags for C#.
Jussi Pakkanen
2014-07-19
Set up link paths.
Jussi Pakkanen
2014-07-18
Some fixes.
Jussi Pakkanen
2014-07-18
Can compile C# programs with Mono.
Jussi Pakkanen
2014-07-18
Added option for werror.
Jussi Pakkanen
2014-07-18
Fix SONAME generation.
Jussi Pakkanen
2014-07-11
Can set install time rpath.
Jussi Pakkanen
2014-07-09
Make it possible to run a custom script during install.
Jussi Pakkanen
2014-06-24
Do not execute run targets by default.
Jussi Pakkanen
2014-06-23
Deal with Rust static libraries, too.
Jussi Pakkanen
2014-06-22
Invoke Rust via wrapper script.
Jussi Pakkanen
2014-06-22
And the custom rules too.
Jussi Pakkanen
2014-06-22
The mass flags -> args renaming for consistency.
Jussi Pakkanen
2014-06-19
Dep file name fix.
Jussi Pakkanen
2014-06-19
Set up dependencies for Rust linking. Does not work fully yet.
Jussi Pakkanen
2014-06-19
Build a shared Rust library.
Jussi Pakkanen
2014-06-18
Rust dependency tracking.
Jussi Pakkanen
2014-06-18
Rust buildtype flags.
Jussi Pakkanen
2014-06-18
Can compile very basic Rust programs.
Jussi Pakkanen
2014-06-11
Removed cppcheck target now that we have run targets.
Jussi Pakkanen
2014-06-11
Can specify standalone command targets.
Jussi Pakkanen
2014-06-07
Store build flags into coredata as it is persistent and needs to survive over...
Jussi Pakkanen
2014-06-07
Get compile and link flags from envvars.
Jussi Pakkanen
2014-05-24
Can now generate GObject introspection data and install it.
Jussi Pakkanen
[next]