aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Fix a bug in coverage reporting.Hemmo Nieminen1-2/+2
2016-04-09Strip leading source tree dir name from install files if it exists.Jussi Pakkanen1-1/+2
2016-04-06Merge pull request #438 from trhd/testing_optionsJussi Pakkanen1-3/+7
2016-04-04Implement errorlogs builtin option.Hemmo Nieminen1-0/+2
2016-04-04Implement stdsplit builtin option.Hemmo Nieminen1-1/+4
2016-04-04Removed lingering coverage flags.Jussi Pakkanen1-3/+2
2016-04-03Merge pull request #390 from nirbheek/msvc-module-defsJussi Pakkanen1-0/+2
2016-04-03Fix output dir of coverage-html.Jussi Pakkanen1-3/+3
2016-04-03Put buildtype flags to vala compiles.Jussi Pakkanen1-1/+4
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-2/+1
2016-03-31Only check cl banner string on Windows. Closes #491.Jussi Pakkanen1-1/+4
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen1-2/+1
2016-03-30Add global arguments to vala compilations.Jussi Pakkanen1-3/+6
2016-03-30Add shared_library argument for a Visual Studio module definitions fileNirbheek Chauhan1-0/+2
2016-03-29Merge branch 'vs-extraargs'Jussi Pakkanen1-7/+1
2016-03-29vs2010: support EXTRA_ARGS for generatorsNicolas Schneider1-7/+1
2016-03-25vs2010: fix object extraction with same source file nameNicolas Schneider1-1/+0
2016-03-20Converted precompiled headers into a base option.Jussi Pakkanen1-3/+3
2016-03-20Converted coverage into a base option.Jussi Pakkanen1-5/+7
2016-03-17Works when mixing Java and C.Jussi Pakkanen1-12/+12
2016-03-16Added new base options and some sample opts for gcc.Jussi Pakkanen1-0/+4
2016-03-11Implicit include directories go first.Jussi Pakkanen1-1/+3
2016-02-17A few win fixes.Jussi Pakkanen1-1/+3
2016-02-17Filter out UNIX flags from external deps when using the MSVC compilerNirbheek Chauhan1-1/+1
2016-02-17ninjabackend: Try symlinking and ignore if it doesn't workNirbheek Chauhan1-9/+9
2016-02-01Put internal include dirs at the beginning so they override ones coming from ...Jussi Pakkanen1-11/+17
2016-01-30Removed need to call check_outputs manually so you can not forget to do it.Jussi Pakkanen1-74/+44
2016-01-23Moved backends to their own module.Jussi Pakkanen1-0/+1828