aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Fix Xcode backendRogiel Sulzbach2-14/+22
2016-02-24Merge pull request #358 from tp-m/no-argsJussi Pakkanen1-8/+15
2016-02-24Merge pull request #408 from nioncode/fixGeneratorTestJussi Pakkanen2-13/+30
2016-02-24Create directories of unity temporary filesMinijackson1-0/+3
2016-02-23vs2010: do not add generated object files to projectNicolas Schneider1-4/+3
2016-02-23vs2010: write CustomBuildStep only if there is at least 1 command to be runNicolas Schneider1-8/+9
2016-02-23vs2010: merge all generators into single command invocationNicolas Schneider1-5/+11
2016-02-23vs2010: fix including a precompiled / generated object file in compilationNicolas Schneider1-3/+14
2016-02-23vs2010: fix wrong generator command concatenationNicolas Schneider1-1/+1
2016-02-23fix 'object generator' test case for ninjaNicolas Schneider1-1/+1
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