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
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2016-01-14
Some fixes
Minijackson
2016-01-10
Build Java projects with multiple files and other cleanups.
Jussi Pakkanen
2016-01-02
Can tag include directories as system dirs to reduce compiler warning noise. ...
Jussi Pakkanen
2016-01-02
Fix " quoting on Windows.
Jussi Pakkanen
2016-01-02
Added test to check that backslashes are passed properly through the pipeline.
Jussi Pakkanen
2015-12-31
Always run ninja test even if there is a rogue install file at the top of you...
Jussi Pakkanen
2015-12-28
Fix path generation so generations in subdirs work.
Jussi Pakkanen
2015-12-28
Handle custom targets that produce static libraries that are then linked to o...
Jussi Pakkanen
2015-12-27
Boost win detection tuning.
Jussi Pakkanen
2015-12-23
Typo fix.
Jussi Pakkanen
2015-12-23
Moved pkg-config to a module so we no longer need special case code in core f...
Jussi Pakkanen
2015-12-18
Make vs dependency detector work on non-english locales.
Jussi Pakkanen
2015-12-16
Automatically generate compile commands db for tooling.
Jussi Pakkanen
2015-12-12
Fix incorrect private_dir_abs method.
Jussi Pakkanen
2015-12-12
Merge pull request #330 from mesonbuild/swift
Jussi Pakkanen
2015-12-12
Added support for calling into C.
Jussi Pakkanen
2015-12-11
Can generate swift sources with custom target.
Jussi Pakkanen
2015-12-11
Can build Swift libraries and link them.
Jussi Pakkanen
2015-12-10
A test can be part of multiple suites.
Jussi Pakkanen
2015-12-10
Reworked swift code so now can use multiple source files in one target.
Jussi Pakkanen
2015-12-09
Added possibility to have multiple test suites so you can run only a subset o...
Jussi Pakkanen
2015-12-07
Refactored dep file name so Swift dependency tracking works.
Jussi Pakkanen
2015-12-03
Merge pull request #317 from mesonbuild/benchmark
Jussi Pakkanen
2015-12-02
Can specify extra arguments to generator commands. Closes #315.
Jussi Pakkanen
2015-11-25
Can define benchmarks and run them.
Jussi Pakkanen
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
[next]