aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Made PCH work with cross compilation.Jussi Pakkanen1-1/+4
2013-08-30Static cross linking works again.Jussi Pakkanen1-4/+11
2013-08-30Can build both cross and native binaries at the same time.Jussi Pakkanen1-14/+32
2013-08-30Work started on supporting simultaneous native and cross builds.Jussi Pakkanen1-6/+19
2013-08-24Regenerate if cross build definition file is updated.Jussi Pakkanen1-0/+3
2013-08-24Updated symbolextractor to work with cross builds.Jussi Pakkanen1-1/+3
2013-08-24Made native build work again.Jussi Pakkanen1-1/+4
2013-08-23Run cross build tests with exe wrapper.Jussi Pakkanen1-1/+3
2013-08-03Print test name rather than the path to executable.Jussi Pakkanen1-3/+10
2013-07-27Removed useless log print.Jussi Pakkanen1-1/+0
2013-07-08Some final pieces of logging.Jussi Pakkanen1-4/+4
2013-07-04A few Fedora fixes.Jussi Pakkanen1-1/+4
2013-06-20Removed shebang lines on non-runnable files.Jussi Pakkanen1-2/+0
2013-06-15Dependency tracking works with MSVC.Jussi Pakkanen1-5/+12
2013-06-15Made gcc pch work again.Jussi Pakkanen1-1/+2
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen1-9/+5
2013-06-15Had to create a special rule for pch generation because otherwise it would ju...Jussi Pakkanen1-16/+42
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen1-14/+55
2013-06-14Shared library linking works with MSVC.Jussi Pakkanen1-3/+6
2013-06-08Quote rule arguments.Jussi Pakkanen1-1/+1
2013-06-07Store symbol files in the target private directory.Jussi Pakkanen1-4/+6
2013-06-07Only relink if exported symbols of dependencies change.Jussi Pakkanen1-2/+26
2013-06-03A few windows fixes.Jussi Pakkanen1-1/+1
2013-06-03#mesondefine supports strings.Jussi Pakkanen1-0/+2
2013-06-02Better error message.Jussi Pakkanen1-1/+1
2013-06-02Reworked configure file generation.Jussi Pakkanen1-8/+13
2013-06-01Generator rules can have more than one output.Jussi Pakkanen1-6/+14
2013-06-01Can detect sizes of expressions.Jussi Pakkanen1-1/+3
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen1-2/+2
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen1-0/+2
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen1-9/+10
2013-05-19Store full path to output executables so they do not depend on "." being in p...Jussi Pakkanen1-1/+1
2013-05-14Support for cppcheck.Jussi Pakkanen1-0/+11
2013-05-13Moved logs into their own directory.Jussi Pakkanen1-3/+3
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