aboutsummaryrefslogtreecommitdiff
path: root/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-17Added outdir() method to build targets so we can make output dirs togglable.Jussi Pakkanen1-4/+4
2015-09-12Check correct output element.Jussi Pakkanen1-1/+1
2015-09-11Prevent generation of Ninja files with target ambiguities.Jussi Pakkanen1-0/+35
2015-09-11Put full path to exe_wrapped run targets in case the runner script assumes th...Jussi Pakkanen1-3/+3
2015-09-11Fix.Jussi Pakkanen1-1/+1
2015-09-11Can have built binaries in run_targets. Closes #264.Jussi Pakkanen1-3/+26
2015-09-06Made boost on windows kinda work.Jussi Pakkanen1-1/+0
2015-09-06Fix Windows again.Jussi Pakkanen1-1/+1
2015-09-05Created iphone cross file and made it possible to specify compile and link ar...Jussi Pakkanen1-3/+24
2015-09-04Finally full test suite passes, even gir.Jussi Pakkanen1-2/+13
2015-09-03Fix all tests except gir, which requires some new functionality.Jussi Pakkanen1-15/+15
2015-09-03Create symlinks only once during configuration.Jussi Pakkanen1-8/+10
2015-09-03A bunch more conversions.Jussi Pakkanen1-3/+3
2015-09-03Converted a bunch of locations to support different target output path.Jussi Pakkanen1-11/+35
2015-09-02Started target out dir refactoring with some clarifying renamings.Jussi Pakkanen1-27/+27
2015-09-02Revert msys2 python fixes which turned out to be wrong. Closes #252.Jussi Pakkanen1-14/+8
2015-08-27Generator outputs are all relative.Jussi Pakkanen1-1/+2
2015-08-27Use relative path in generators.Jussi Pakkanen1-1/+1
2015-08-26Merge pull request #245 from DragoonX6/masterJussi Pakkanen1-7/+7
2015-08-26Fix accidental use of absolute include paths.Jussi Pakkanen1-2/+2
2015-08-26Fix Python paths for MSYS2Rafaël Kooi1-7/+7
2015-08-26Detect Python bin properly when under msys2.Jussi Pakkanen1-1/+7
2015-08-23Made Fortran static libraries work. Closes #237.Jussi Pakkanen1-0/+13
2015-08-23Merge pull request #236 from mesonbuild/depmanifest2Jussi Pakkanen1-0/+1
2015-08-21Add version numbers to projects and generate a dep manifest.Jussi Pakkanen1-0/+1
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen1-1/+1