summaryrefslogtreecommitdiff
path: root/ninjabackend.py
AgeCommit message (Expand)Author
2016-01-15Organise files into a module structure.Jussi Pakkanen
2016-01-14Some fixesMinijackson
2016-01-10Build Java projects with multiple files and other cleanups.Jussi Pakkanen
2016-01-02Can tag include directories as system dirs to reduce compiler warning noise. ...Jussi Pakkanen
2016-01-02Fix " quoting on Windows.Jussi Pakkanen
2016-01-02Added test to check that backslashes are passed properly through the pipeline.Jussi Pakkanen
2015-12-31Always run ninja test even if there is a rogue install file at the top of you...Jussi Pakkanen
2015-12-28Fix path generation so generations in subdirs work.Jussi Pakkanen
2015-12-28Handle custom targets that produce static libraries that are then linked to o...Jussi Pakkanen
2015-12-27Boost win detection tuning.Jussi Pakkanen
2015-12-23Typo fix.Jussi Pakkanen
2015-12-23Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen
2015-12-18Make vs dependency detector work on non-english locales.Jussi Pakkanen
2015-12-16Automatically generate compile commands db for tooling.Jussi Pakkanen
2015-12-12Fix incorrect private_dir_abs method.Jussi Pakkanen
2015-12-12Merge pull request #330 from mesonbuild/swiftJussi Pakkanen
2015-12-12Added support for calling into C.Jussi Pakkanen
2015-12-11Can generate swift sources with custom target.Jussi Pakkanen
2015-12-11Can build Swift libraries and link them.Jussi Pakkanen
2015-12-10A test can be part of multiple suites.Jussi Pakkanen
2015-12-10Reworked swift code so now can use multiple source files in one target.Jussi Pakkanen
2015-12-09Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen
2015-12-07Refactored dep file name so Swift dependency tracking works.Jussi Pakkanen
2015-12-03Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen
2015-12-02Can specify extra arguments to generator commands. Closes #315.Jussi Pakkanen
2015-11-25Can define benchmarks and run them.Jussi Pakkanen
2015-11-25Fix Rust.Jussi Pakkanen
2015-11-20Fix unity build. Closes #310.Jussi Pakkanen
2015-11-19Do not use linker arguments on static libraries.Jussi Pakkanen
2015-11-19Can use built exes in custom targets.Jussi Pakkanen
2015-11-13Fix single output generators.Jussi Pakkanen
2015-11-07Advance list of output files so we do not generate same output files multiple...Jussi Pakkanen
2015-11-06Merged default library branch.Jussi Pakkanen
2015-11-05Simple custom targets work in VS2010.Jussi Pakkanen
2015-11-04Regenerator script works, but is not run automatically yet.Jussi Pakkanen
2015-11-04Windows path separators, the bane of my existance.Jussi Pakkanen
2015-11-03Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen
2015-10-26Parse contents of gresource xml and add deps manually. A bit of a hack but ne...Jussi Pakkanen
2015-10-18Only compile when doing cross compilation sanity checks because linking gets ...Jussi Pakkanen
2015-10-15Merge pull request #275 from mesonbuild/compileroptionsJussi Pakkanen
2015-10-11Fix Rust to work with 1.3 release. Closes #277.Jussi Pakkanen
2015-10-11A few Rust fixes.Jussi Pakkanen
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen
2015-10-04Make generated header dependencies transitive.Jussi Pakkanen
2015-10-03Basic outline for exposing private dir. Not working fully yet.Jussi Pakkanen
2015-09-29Use rspfile on compiles too.Jussi Pakkanen
2015-09-29Use rspfile so long command lines work on Windows. Closes #271.Jussi Pakkanen
2015-09-28A bit wider regexp.Jussi Pakkanen
2015-09-28Can set build targets as arguments to run_target. Closes #270.Jussi Pakkanen
2015-09-17Merged trunk changes.Jussi Pakkanen