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