summaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)Author
2013-07-27Removed useless log print.Jussi Pakkanen
2013-07-08Some final pieces of logging.Jussi Pakkanen
2013-07-04A few Fedora fixes.Jussi Pakkanen
2013-06-20Removed shebang lines on non-runnable files.Jussi Pakkanen
2013-06-15Dependency tracking works with MSVC.Jussi Pakkanen
2013-06-15Made gcc pch work again.Jussi Pakkanen
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen
2013-06-15Had to create a special rule for pch generation because otherwise it would ju...Jussi Pakkanen
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen
2013-06-14Shared library linking works with MSVC.Jussi Pakkanen
2013-06-08Quote rule arguments.Jussi Pakkanen
2013-06-07Store symbol files in the target private directory.Jussi Pakkanen
2013-06-07Only relink if exported symbols of dependencies change.Jussi Pakkanen
2013-06-03A few windows fixes.Jussi Pakkanen
2013-06-03#mesondefine supports strings.Jussi Pakkanen
2013-06-02Better error message.Jussi Pakkanen
2013-06-02Reworked configure file generation.Jussi Pakkanen
2013-06-01Generator rules can have more than one output.Jussi Pakkanen
2013-06-01Can detect sizes of expressions.Jussi Pakkanen
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen
2013-05-19Store full path to output executables so they do not depend on "." being in p...Jussi Pakkanen
2013-05-14Support for cppcheck.Jussi Pakkanen
2013-05-13Moved logs into their own directory.Jussi Pakkanen
2013-04-19Can use msvc static linker.Jussi Pakkanen
2013-04-19Can build programs with MSVC.Jussi Pakkanen
2013-04-19Disable library versioning on platforms that don't support symlinks.Jussi Pakkanen
2013-04-12Fix find_program test on Windows using terrible hack.Jussi Pakkanen
2013-04-01Can build Qt5 applications.Jussi Pakkanen
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen
2013-04-01Add generated files as dependencies to targets.Jussi Pakkanen
2013-04-01Can generate sources with moc and uic.Jussi Pakkanen
2013-04-01Ui rule too, and store rules in the backend object.Jussi Pakkanen
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen
2013-04-01Removed shell backend.Jussi Pakkanen
2013-03-25Better header in Ninja file.Jussi Pakkanen
2013-03-24Typo fix.Jussi Pakkanen
2013-03-24Add clean targets for gdca and gcno.Jussi Pakkanen
2013-03-24Gtest now works, though still a bit hackish.Jussi Pakkanen
2013-03-23Capitalize Valgrind.Jussi Pakkanen
2013-03-22Can run test suite under Valgrind.Jussi Pakkanen
2013-03-15Fixed some printed text.Jussi Pakkanen
2013-03-10Support for easier #define declarations.Jussi Pakkanen
2013-03-10Do not touch conf files if the new one would be identical to the old one.Jussi Pakkanen
2013-03-10For great atomicity justice!Jussi Pakkanen
2013-03-10A few fixes.Jussi Pakkanen
2013-03-10Add Python executable to command list when regenerating build.Jussi Pakkanen
2013-03-09Make sure build is up to date before running tests.Jussi Pakkanen
2013-03-09Added clean target.Jussi Pakkanen