aboutsummaryrefslogtreecommitdiff
path: root/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Do not use linker arguments of dependencies' dependencies if the target is a ...Jussi Pakkanen1-4/+4
2015-02-15Can install files created with configure_file.Jussi Pakkanen1-1/+5
2015-02-15Changed install_data to get rid of useless and confusing target subdir name.Jussi Pakkanen1-3/+1
2015-02-07An implementation of build_always as slightly modified from the original by A...Jussi Pakkanen1-0/+2
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen1-4/+3
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen1-0/+7
2014-12-30Run targets are in the console pool for obvious reasons.Jussi Pakkanen1-0/+1
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen1-2/+1
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-3/+3
2014-12-03To celebrate the new version of Ninja in Debian, start using the console pool.Jussi Pakkanen1-2/+6
2014-11-24Better Ninja detection.Jussi Pakkanen1-1/+1
2014-11-23Always run tests and external commandsRobin McCorkell1-5/+11
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-11-16Do not quote $out or $in because Ninja does it by itself.Jussi Pakkanen1-2/+12
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen1-0/+7
2014-11-03Can install data files from subdirectories.Jussi Pakkanen1-2/+2
2014-11-03Can install man files from a subdir.Jussi Pakkanen1-1/+1
2014-11-03Use correct path when installing headers. Fixes #16.Jussi Pakkanen1-2/+2
2014-10-28Ninja backend: objects generated with custom_target can be linkedJuhani Simola1-0/+2
2014-09-26Fortran dep fix on Windows.Jussi Pakkanen1-3/+7
2014-09-26Some windows fixes.Jussi Pakkanen1-3/+3
2014-09-20Multiple generated sources in one target now work.Jussi Pakkanen1-15/+15
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen1-7/+8
2014-09-19Custom targets can have multiple inputs and outputs.Jussi Pakkanen1-0/+4
2014-09-05Made include args always return arrays for consistency.Jussi Pakkanen1-6/+6
2014-09-03Use external libs of static libraries when the static library is linked to a ...Jussi Pakkanen1-0/+4
2014-09-02Use static library dependencies not when the library is built but when it is ...Jussi Pakkanen1-1/+7
2014-08-24Made generated source depend on all generated headers.Jussi Pakkanen1-5/+22
2014-08-19Do Fortran dependency tracking manually because of bugs in other pieces of so...Jussi Pakkanen1-13/+30
2014-08-16Write module files into private directory.Jussi Pakkanen1-0/+1
2014-08-08Ignore missing Fortran modules as they may come from the compiler itself.Jussi Pakkanen1-2/+8
2014-08-08Handle Fortran sources with dependencies to themselves.Jussi Pakkanen1-0/+5
2014-08-08Handle Fortran's MODULE PROCEDURE construct.Jussi Pakkanen1-0/+2
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-2/+2
2014-08-04Use proper suffix with Fortran on Windows.Jussi Pakkanen1-1/+2
2014-08-04Add the object file generated by MSVS pch compilation to the link command lin...Jussi Pakkanen1-9/+15
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen1-20/+165
2014-08-03Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja.Jussi Pakkanen1-1/+27
2014-07-30Handle C# resource files.Jussi Pakkanen1-1/+25
2014-07-27Made all unit tests pass again.Jussi Pakkanen1-2/+8
2014-07-27Make it possible to generate source files in custom targets.Jussi Pakkanen1-8/+17
2014-07-26Subdir in custom target sources, too.Jussi Pakkanen1-1/+1
2014-07-26Can specify individual files from rules that generate multiple outputs.Jussi Pakkanen1-3/+18
2014-07-19More betterer sorting.Jussi Pakkanen1-1/+1
2014-07-19Sort input files so command lines do not change. This allows Ninja to skip un...Jussi Pakkanen1-2/+4
2014-07-19Can set per-target cs args.Jussi Pakkanen1-1/+1
2014-07-19Build type flags for C#.Jussi Pakkanen1-1/+7
2014-07-19Set up link paths.Jussi Pakkanen1-0/+5
2014-07-18Some fixes.Jussi Pakkanen1-1/+6
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen1-1/+31