aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Can use msvc static linker.Jussi Pakkanen1-2/+3
2013-04-19Can build programs with MSVC.Jussi Pakkanen1-5/+5
2013-04-19Disable library versioning on platforms that don't support symlinks.Jussi Pakkanen1-4/+8
2013-04-12Fix find_program test on Windows using terrible hack.Jussi Pakkanen1-0/+2
2013-04-01Can build Qt5 applications.Jussi Pakkanen1-0/+3
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen1-5/+10
2013-04-01Add generated files as dependencies to targets.Jussi Pakkanen1-2/+20
2013-04-01Can generate sources with moc and uic.Jussi Pakkanen1-0/+16
2013-04-01Ui rule too, and store rules in the backend object.Jussi Pakkanen1-0/+5
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen1-0/+18
2013-04-01Removed shell backend.Jussi Pakkanen1-249/+7
2013-03-25Better header in Ninja file.Jussi Pakkanen1-1/+2
2013-03-24Typo fix.Jussi Pakkanen1-1/+1
2013-03-24Add clean targets for gdca and gcno.Jussi Pakkanen1-0/+19
2013-03-24Gtest now works, though still a bit hackish.Jussi Pakkanen1-7/+11
2013-03-23Capitalize Valgrind.Jussi Pakkanen1-1/+1
2013-03-22Can run test suite under Valgrind.Jussi Pakkanen1-2/+10
2013-03-15Fixed some printed text.Jussi Pakkanen1-2/+2
2013-03-10Support for easier #define declarations.Jussi Pakkanen1-15/+39
2013-03-10Do not touch conf files if the new one would be identical to the old one.Jussi Pakkanen1-1/+10
2013-03-10For great atomicity justice!Jussi Pakkanen1-1/+6
2013-03-10A few fixes.Jussi Pakkanen1-1/+1
2013-03-10Add Python executable to command list when regenerating build.Jussi Pakkanen1-2/+3
2013-03-09Make sure build is up to date before running tests.Jussi Pakkanen1-1/+1
2013-03-09Added clean target.Jussi Pakkanen1-0/+4
2013-03-09Library and program objects can be serialised.Jussi Pakkanen1-6/+2
2013-03-09Find and use external libraries.Jussi Pakkanen1-2/+6
2013-03-09Can use external programs.Jussi Pakkanen1-2/+6
2013-03-08Unit test pass on Windows.Jussi Pakkanen1-2/+5
2013-03-08A few more Windows fixes.Jussi Pakkanen1-3/+3
2013-03-08First unit test compiles on Windows/MinGW.Jussi Pakkanen1-2/+8
2013-03-02Better status texts.Jussi Pakkanen1-1/+8
2013-03-01Use NinjaBuildElements in coverage too.Jussi Pakkanen1-20/+19
2013-03-01Only have one coredata object because two is just wasteful.Jussi Pakkanen1-7/+7
2013-03-01Can generate header files.Jussi Pakkanen1-6/+12
2013-03-01Can have multiple output files.Jussi Pakkanen1-10/+11
2013-03-01Final pieces of NinjaBuildElement usage.Jussi Pakkanen1-13/+11
2013-03-01Some more NinjaBuildElement using.Jussi Pakkanen1-39/+43
2013-03-01Used NinjaBuildElement in a few more places.Jussi Pakkanen1-5/+10
2013-03-01Created a helper class to build Ninja build directives.Jussi Pakkanen1-10/+58
2013-03-01Reworked how sources are passed to BuildTargets.Jussi Pakkanen1-2/+4
2013-02-24Started work on CoreData.Jussi Pakkanen1-6/+6
2013-02-24Variable name simplification.Jussi Pakkanen1-1/+1
2013-02-24Renamed generator command line option to backend.Jussi Pakkanen1-1/+1
2013-02-23Pipeline backend is done and works.Jussi Pakkanen1-0/+24
2013-02-23Generate compile commands for generated sources.Jussi Pakkanen1-15/+8
2013-02-23Renamed generators to backends.Jussi Pakkanen1-0/+720