summaryrefslogtreecommitdiff
path: root/ninjabackend.py
AgeCommit message (Expand)Author
2015-04-26A few more eradications of plain strings.Jussi Pakkanen
2015-04-22Fix the remaining tests.Jussi Pakkanen
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen
2015-04-02Can specify explicit dependencies for custom targets.Jussi Pakkanen
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen
2015-03-27Fix windows.Jussi Pakkanen
2015-03-11Fix generators with multiple files.Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen
2015-03-05Make sure that build and source subdirectories are always in searchJussi Pakkanen
2015-02-21Do not use linker arguments of dependencies' dependencies if the target is a ...Jussi Pakkanen
2015-02-15Can install files created with configure_file.Jussi Pakkanen
2015-02-15Changed install_data to get rid of useless and confusing target subdir name.Jussi Pakkanen
2015-02-07An implementation of build_always as slightly modified from the original by A...Jussi Pakkanen
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen
2014-12-30Run targets are in the console pool for obvious reasons.Jussi Pakkanen
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen
2014-12-03To celebrate the new version of Ninja in Debian, start using the console pool.Jussi Pakkanen
2014-11-24Better Ninja detection.Jussi Pakkanen
2014-11-23Always run tests and external commandsRobin McCorkell
2014-11-16Harmonised copyright declarations.Jussi Pakkanen
2014-11-16Do not quote $out or $in because Ninja does it by itself.Jussi Pakkanen
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen
2014-11-03Can install data files from subdirectories.Jussi Pakkanen
2014-11-03Can install man files from a subdir.Jussi Pakkanen
2014-11-03Use correct path when installing headers. Fixes #16.Jussi Pakkanen
2014-10-28Ninja backend: objects generated with custom_target can be linkedJuhani Simola
2014-09-26Fortran dep fix on Windows.Jussi Pakkanen
2014-09-26Some windows fixes.Jussi Pakkanen
2014-09-20Multiple generated sources in one target now work.Jussi Pakkanen
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen
2014-09-19Custom targets can have multiple inputs and outputs.Jussi Pakkanen
2014-09-05Made include args always return arrays for consistency.Jussi Pakkanen
2014-09-03Use external libs of static libraries when the static library is linked to a ...Jussi Pakkanen
2014-09-02Use static library dependencies not when the library is built but when it is ...Jussi Pakkanen
2014-08-24Made generated source depend on all generated headers.Jussi Pakkanen
2014-08-19Do Fortran dependency tracking manually because of bugs in other pieces of so...Jussi Pakkanen
2014-08-16Write module files into private directory.Jussi Pakkanen
2014-08-08Ignore missing Fortran modules as they may come from the compiler itself.Jussi Pakkanen
2014-08-08Handle Fortran sources with dependencies to themselves.Jussi Pakkanen
2014-08-08Handle Fortran's MODULE PROCEDURE construct.Jussi Pakkanen
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen
2014-08-04Use proper suffix with Fortran on Windows.Jussi Pakkanen
2014-08-04Add the object file generated by MSVS pch compilation to the link command lin...Jussi Pakkanen
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen
2014-08-03Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja.Jussi Pakkanen
2014-07-30Handle C# resource files.Jussi Pakkanen