index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ninjabackend.py
Age
Commit message (
Expand
)
Author
2015-11-25
Fix Rust.
Jussi Pakkanen
2015-11-20
Fix unity build. Closes #310.
Jussi Pakkanen
2015-11-19
Do not use linker arguments on static libraries.
Jussi Pakkanen
2015-11-19
Can use built exes in custom targets.
Jussi Pakkanen
2015-11-13
Fix single output generators.
Jussi Pakkanen
2015-11-07
Advance list of output files so we do not generate same output files multiple...
Jussi Pakkanen
2015-11-06
Merged default library branch.
Jussi Pakkanen
2015-11-05
Simple custom targets work in VS2010.
Jussi Pakkanen
2015-11-04
Regenerator script works, but is not run automatically yet.
Jussi Pakkanen
2015-11-04
Windows path separators, the bane of my existance.
Jussi Pakkanen
2015-11-03
Refactored builtin options to a dictionary and created a new default library ...
Jussi Pakkanen
2015-10-26
Parse contents of gresource xml and add deps manually. A bit of a hack but ne...
Jussi Pakkanen
2015-10-18
Only compile when doing cross compilation sanity checks because linking gets ...
Jussi Pakkanen
2015-10-15
Merge pull request #275 from mesonbuild/compileroptions
Jussi Pakkanen
2015-10-11
Fix Rust to work with 1.3 release. Closes #277.
Jussi Pakkanen
2015-10-11
A few Rust fixes.
Jussi Pakkanen
2015-10-04
Can set compiler options, added language versions for Gnu and Clang.
Jussi Pakkanen
2015-10-04
Make generated header dependencies transitive.
Jussi Pakkanen
2015-10-03
Basic outline for exposing private dir. Not working fully yet.
Jussi Pakkanen
2015-09-29
Use rspfile on compiles too.
Jussi Pakkanen
2015-09-29
Use rspfile so long command lines work on Windows. Closes #271.
Jussi Pakkanen
2015-09-28
A bit wider regexp.
Jussi Pakkanen
2015-09-28
Can set build targets as arguments to run_target. Closes #270.
Jussi Pakkanen
2015-09-17
Merged trunk changes.
Jussi Pakkanen
2015-09-17
Added outdir() method to build targets so we can make output dirs togglable.
Jussi Pakkanen
2015-09-12
Check correct output element.
Jussi Pakkanen
2015-09-11
Prevent generation of Ninja files with target ambiguities.
Jussi Pakkanen
2015-09-11
Put full path to exe_wrapped run targets in case the runner script assumes th...
Jussi Pakkanen
2015-09-11
Fix.
Jussi Pakkanen
2015-09-11
Can have built binaries in run_targets. Closes #264.
Jussi Pakkanen
2015-09-06
Made boost on windows kinda work.
Jussi Pakkanen
2015-09-06
Fix Windows again.
Jussi Pakkanen
2015-09-05
Created iphone cross file and made it possible to specify compile and link ar...
Jussi Pakkanen
2015-09-04
Finally full test suite passes, even gir.
Jussi Pakkanen
2015-09-03
Fix all tests except gir, which requires some new functionality.
Jussi Pakkanen
2015-09-03
Create symlinks only once during configuration.
Jussi Pakkanen
2015-09-03
A bunch more conversions.
Jussi Pakkanen
2015-09-03
Converted a bunch of locations to support different target output path.
Jussi Pakkanen
2015-09-02
Started target out dir refactoring with some clarifying renamings.
Jussi Pakkanen
2015-09-02
Revert msys2 python fixes which turned out to be wrong. Closes #252.
Jussi Pakkanen
2015-08-27
Generator outputs are all relative.
Jussi Pakkanen
2015-08-27
Use relative path in generators.
Jussi Pakkanen
2015-08-26
Merge pull request #245 from DragoonX6/master
Jussi Pakkanen
2015-08-26
Fix accidental use of absolute include paths.
Jussi Pakkanen
2015-08-26
Fix Python paths for MSYS2
Rafaƫl Kooi
2015-08-26
Detect Python bin properly when under msys2.
Jussi Pakkanen
2015-08-23
Made Fortran static libraries work. Closes #237.
Jussi Pakkanen
2015-08-23
Merge pull request #236 from mesonbuild/depmanifest2
Jussi Pakkanen
2015-08-21
Add version numbers to projects and generate a dep manifest.
Jussi Pakkanen
2015-08-16
Use system() instead of name() which is a confusing term.
Jussi Pakkanen
[next]