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
2015-04-26
A few more eradications of plain strings.
Jussi Pakkanen
2015-04-22
Fix the remaining tests.
Jussi Pakkanen
2015-04-21
The first step in a major refactoring starts by adding a new layer of abstrac...
Jussi Pakkanen
2015-04-08
Autodetect Qt5 rcc dependencies as well as reasonably possible.
Jussi Pakkanen
2015-04-02
Can specify explicit dependencies for custom targets.
Jussi Pakkanen
2015-03-27
Generate configure files immediately when they are declared. Closes #88.
Jussi Pakkanen
2015-03-27
Fix windows.
Jussi Pakkanen
2015-03-11
Fix generators with multiple files.
Jussi Pakkanen
2015-03-09
Now can compile all Qt5 tests with module.
Jussi Pakkanen
2015-03-09
Major refactoring to move Qt5 from core into a module. Rules are written but ...
Jussi Pakkanen
2015-03-05
Make sure that build and source subdirectories are always in search
Jussi Pakkanen
2015-02-21
Do not use linker arguments of dependencies' dependencies if the target is a ...
Jussi Pakkanen
2015-02-15
Can install files created with configure_file.
Jussi Pakkanen
2015-02-15
Changed install_data to get rid of useless and confusing target subdir name.
Jussi Pakkanen
2015-02-07
An implementation of build_always as slightly modified from the original by A...
Jussi Pakkanen
2015-02-04
Rework installation logic so we can go outside the install prefix.
Jussi Pakkanen
2015-01-30
Add thread flags to compilers and use them on dependencies that require threa...
Jussi Pakkanen
2014-12-30
Run targets are in the console pool for obvious reasons.
Jussi Pakkanen
2014-12-22
Removed remnants of old debug funcs.
Jussi Pakkanen
2014-12-03
Extracted compiler definitions to their own file.
Jussi Pakkanen
2014-12-03
To celebrate the new version of Ninja in Debian, start using the console pool.
Jussi Pakkanen
2014-11-24
Better Ninja detection.
Jussi Pakkanen
2014-11-23
Always run tests and external commands
Robin McCorkell
2014-11-16
Harmonised copyright declarations.
Jussi Pakkanen
2014-11-16
Do not quote $out or $in because Ninja does it by itself.
Jussi Pakkanen
2014-11-03
Can install entire subtrees with one command. Closes #14.
Jussi Pakkanen
2014-11-03
Can install data files from subdirectories.
Jussi Pakkanen
2014-11-03
Can install man files from a subdir.
Jussi Pakkanen
2014-11-03
Use correct path when installing headers. Fixes #16.
Jussi Pakkanen
2014-10-28
Ninja backend: objects generated with custom_target can be linked
Juhani Simola
2014-09-26
Fortran dep fix on Windows.
Jussi Pakkanen
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
[next]