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