aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
2013-12-27Final touches to unity builds.Jussi Pakkanen1-2/+2
2013-12-27Handle generated sources in Unity builds.Jussi Pakkanen1-2/+9
2013-12-27Get source subdir.Jussi Pakkanen1-1/+2
2013-12-27Handle multiple different languages in Unity builds.Jussi Pakkanen1-15/+31
2013-12-26The very basics of unity builds.Jussi Pakkanen1-4/+30
2013-12-09Track dependencies of subproject option files.Jussi Pakkanen1-1/+5
2013-11-17Determine and use the proper linker based on input source languages.Jussi Pakkanen1-4/+27
2013-11-07Get rid of msvc banner for good.Jussi Pakkanen1-0/+1
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen1-1/+12
2013-11-05Can use object files directly in targets.Jussi Pakkanen1-0/+6
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen1-2/+5
2013-10-18Start using gcc dependency file packing.Jussi Pakkanen1-2/+4
2013-10-18Bump required Ninja version to celebrate the release of Ubuntu Saucy.Jussi Pakkanen1-0/+1
2013-10-18Quote rule properly on Windows.Jussi Pakkanen1-5/+5
2013-10-18Only depend on options file if it is really there.Jussi Pakkanen1-1/+2
2013-10-16Add a dependency to the option file.Jussi Pakkanen1-0/+1
2013-10-13Can enable or disable the use of pch.Jussi Pakkanen1-3/+7
2013-10-06Fixed OSX.Jussi Pakkanen1-1/+2
2013-10-04Some more tests passing.Jussi Pakkanen1-1/+1
2013-10-04Slogging through the test suite.Jussi Pakkanen1-1/+1
2013-10-04Rpaths start working.Jussi Pakkanen1-1/+2
2013-09-27Regenerate when coredata changes (e.g. via mesongui).Jussi Pakkanen1-0/+1
2013-09-23Basic work on extracting build target types from the interpreter.Jussi Pakkanen1-18/+19
2013-09-13Transfer test parallelism data from source to test runner.Jussi Pakkanen1-2/+10
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen1-2/+29
2013-09-12Text clarification.Jussi Pakkanen1-2/+5
2013-09-12Can generate pot files on command.Jussi Pakkanen1-1/+14
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen1-1/+11
2013-09-02Guard against people running Meson on an already configured build dir.Jussi Pakkanen1-1/+1
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