summaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)Author
2014-02-24Can have multiple source files with the same name in one target.Jussi Pakkanen
2014-02-23C++ compiler can compile .h file, too.Jussi Pakkanen
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen
2014-02-09Specify subdirs explicitly.Jussi Pakkanen
2014-02-06Pkg-config files are now installed.Jussi Pakkanen
2014-02-06Can create pkg-config files.Jussi Pakkanen
2013-12-27Final touches to unity builds.Jussi Pakkanen
2013-12-27Handle generated sources in Unity builds.Jussi Pakkanen
2013-12-27Get source subdir.Jussi Pakkanen
2013-12-27Handle multiple different languages in Unity builds.Jussi Pakkanen
2013-12-26The very basics of unity builds.Jussi Pakkanen
2013-12-09Track dependencies of subproject option files.Jussi Pakkanen
2013-11-17Determine and use the proper linker based on input source languages.Jussi Pakkanen
2013-11-07Get rid of msvc banner for good.Jussi Pakkanen
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen
2013-11-05Can use object files directly in targets.Jussi Pakkanen
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen
2013-10-18Start using gcc dependency file packing.Jussi Pakkanen
2013-10-18Bump required Ninja version to celebrate the release of Ubuntu Saucy.Jussi Pakkanen
2013-10-18Quote rule properly on Windows.Jussi Pakkanen
2013-10-18Only depend on options file if it is really there.Jussi Pakkanen
2013-10-16Add a dependency to the option file.Jussi Pakkanen
2013-10-13Can enable or disable the use of pch.Jussi Pakkanen
2013-10-06Fixed OSX.Jussi Pakkanen
2013-10-04Some more tests passing.Jussi Pakkanen
2013-10-04Slogging through the test suite.Jussi Pakkanen
2013-10-04Rpaths start working.Jussi Pakkanen
2013-09-27Regenerate when coredata changes (e.g. via mesongui).Jussi Pakkanen
2013-09-23Basic work on extracting build target types from the interpreter.Jussi Pakkanen
2013-09-13Transfer test parallelism data from source to test runner.Jussi Pakkanen
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen
2013-09-12Text clarification.Jussi Pakkanen
2013-09-12Can generate pot files on command.Jussi Pakkanen
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen
2013-09-02Guard against people running Meson on an already configured build dir.Jussi Pakkanen
2013-08-30Made PCH work with cross compilation.Jussi Pakkanen
2013-08-30Static cross linking works again.Jussi Pakkanen
2013-08-30Can build both cross and native binaries at the same time.Jussi Pakkanen
2013-08-30Work started on supporting simultaneous native and cross builds.Jussi Pakkanen
2013-08-24Regenerate if cross build definition file is updated.Jussi Pakkanen
2013-08-24Updated symbolextractor to work with cross builds.Jussi Pakkanen
2013-08-24Made native build work again.Jussi Pakkanen
2013-08-23Run cross build tests with exe wrapper.Jussi Pakkanen
2013-08-03Print test name rather than the path to executable.Jussi Pakkanen
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