aboutsummaryrefslogtreecommitdiff
path: root/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-14Copy permission bits from source files and fix a path issue.Jussi Pakkanen1-1/+6
2015-08-12Fix introspection and make it possible to have top level targets with the sam...Jussi Pakkanen1-1/+1
2015-08-02Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen1-2/+1
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen1-4/+21
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen1-1/+1
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen1-1/+1
2015-07-23Avoid sorting object list before generating targetAfief Halumi1-4/+1
2015-07-05Give top level targets unique private directories even if they share a basena...Jussi Pakkanen1-8/+8
2015-07-05Can create top level targets that have the same name but different type.Jussi Pakkanen1-4/+4
2015-07-04ninjabackend: drop debugging printIgor Gnatenko1-1/+0
2015-07-03Handle files() in Vala arguments and set up deps correctly.Jussi Pakkanen1-1/+13