aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-24vs2010: fix target_to_build_root methodNicolas Schneider7-4/+28
2016-02-22add myself to authors.txtNicolas Schneider1-0/+1
2016-02-22use sys.stdout.encoding when parsing subprocess outputNicolas Schneider1-4/+4
2016-02-22Do delayed argument setting properly this time.Jussi Pakkanen3-5/+19
2016-02-22Print value of werror in mesonconfMartin Ejdestig1-0/+1
2016-02-22Pass warning arguments to compiler even if buildtype is plainMartin Ejdestig1-2/+1
2016-02-21compilers: MSVC does not understand the -lfoo syntaxNirbheek Chauhan1-0/+3
2016-02-21Merge pull request #398 from nirbheek/target-link-implibJussi Pakkanen2-7/+16
2016-02-21Preserve 'C:\' as an absolute path in prefix.Jussi Pakkanen2-6/+9
2016-02-21Guard against ALL THE THINGS!Jussi Pakkanen1-6/+9
2016-02-21Swallow stderr of helper process invocation because nobody needs to see it an...Jussi Pakkanen1-4/+5
2016-02-21Only support Python 3.Jussi Pakkanen1-5/+3
2016-02-20Do not pass -Weverything to Clang at warning level 3Martin Ejdestig1-2/+2
2016-02-20Merge pull request #388 from nirbheek/extprog.pathJussi Pakkanen4-1/+21
2016-02-20meson_install: os.symlink may be implemented and still not workNirbheek Chauhan1-1/+1
2016-02-20Default to cwd in mesonconf. Closes #400.Jussi Pakkanen1-1/+1
2016-02-20environment: When using MinGW-GCC, the import lib suffix is dllNirbheek Chauhan1-2/+7
2016-02-20Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9
2016-02-18Add a test for getting the path of a found programNirbheek Chauhan2-0/+14
2016-02-17Prevent state leaks when running tests in-process.Jussi Pakkanen1-0/+1
2016-02-17A few win fixes.Jussi Pakkanen2-3/+7
2016-02-17Reverted implib patch as it broke mingw completely.Jussi Pakkanen1-9/+5
2016-02-17Fix Vala cross compilation. Closes #370.Jussi Pakkanen2-0/+2
2016-02-17Filter out UNIX flags from external deps when using the MSVC compilerNirbheek Chauhan3-6/+26
2016-02-17Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9
2016-02-17ninjabackend: Try symlinking and ignore if it doesn't workNirbheek Chauhan1-9/+9
2016-02-17Merge pull request #391 from nirbheek/minor-changesJussi Pakkanen3-3/+5
2016-02-17compilers: /LD is not needed for PIC support in DLLsNirbheek Chauhan1-1/+1
2016-02-17Merge pull request #385 from nirbheek/debugoptimizedJussi Pakkanen2-1/+2
2016-02-17backends: Clarify the reason behind a grotesque hackNirbheek Chauhan1-1/+3
2016-02-17When erroring out due to invalid prefix, print the valueNirbheek Chauhan2-2/+2
2016-02-17Add myself to authors.txt as required by the guide to contributing]Nirbheek Chauhan1-0/+1
2016-02-17interpreter: Add path() method to ExternalProgramHolder typesNirbheek Chauhan1-1/+5
2016-02-17build.CustomTarget: Also accept mesonlib.File types as 'command' argumentsNirbheek Chauhan1-0/+2
2016-02-17compilers: Don't pass /D for debugoptimized build typeNirbheek Chauhan1-1/+1
2016-02-14When killing a frozen process, take all its children with it. Closes #377.Jussi Pakkanen1-3/+18
2016-02-14Can ask pkg-config to provide static libraries. Closes #380.Jussi Pakkanen1-2/+8
2016-02-14Guard against subdir segments in output files.Jussi Pakkanen4-0/+10
2016-02-12Use deterministic mode in ar when it is available.Jussi Pakkanen1-1/+7
2016-02-12Do not cache found programs because it is unreliable. Closes #374.Jussi Pakkanen2-5/+2
2016-02-10Merge pull request #381 from dnohales/gresource_multi_sourcedirJussi Pakkanen2-46/+36
2016-02-09Add myself to authors.txtDamián Nohales1-0/+1
2016-02-09Simplify target generation in GnomeModule.compile_resourcesDamián Nohales1-5/+3
2016-02-09Allow multiple source_dir in GResourceDamián Nohales1-41/+32
2016-02-03If test exes can not be removed (because e.g. an antivirus program holds on t...Jussi Pakkanen1-1/+7
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-31Text clarification.Jussi Pakkanen2-2/+2
2016-01-27Restore warning state variable that got lost in refactoring.Jussi Pakkanen1-0/+2
2016-01-25Can add languages only if they are available. Closes #365.Jussi Pakkanen3-66/+83