aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Merged XCode fix.Jussi Pakkanen1-14/+21
2016-02-26Merge pull request #419 from nioncode/fixVs2010RegenJussi Pakkanen4-21/+36
2016-02-26Merge Python 3 module support.Jussi Pakkanen2-8/+82
2016-02-25vs2010: properly check whether solution needs to be regeneratedNicolas Schneider2-13/+28
2016-02-25dump coredata to file before calling backend.generate()Nicolas Schneider2-2/+2
2016-02-25vs2010: write regen.rule in gen_regenprojNicolas Schneider1-4/+5
2016-02-25vs2010: fix REGEN project input filesNicolas Schneider1-2/+1
2016-02-25Fix Xcode backendRogiel Sulzbach1-14/+21
2016-02-25Merge VS2010 path fix branch.Jussi Pakkanen1-4/+2
2016-02-25call os.path.normpath before splitting a file path into its componentsNicolas Schneider1-1/+1
2016-02-24Merge pull request #358 from tp-m/no-argsJussi Pakkanen1-8/+15
2016-02-24Merge pull request #408 from nioncode/fixGeneratorTestJussi Pakkanen1-12/+29
2016-02-24Create directories of unity temporary filesMinijackson1-0/+3
2016-02-24vs2010: fix target_to_build_root methodNicolas Schneider1-4/+2
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-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-22Refix Linux.Jussi Pakkanen1-3/+4
2016-02-21Can build Python extension on OSX.Jussi Pakkanen2-5/+29
2016-02-21Extract python3 dependency information from the current process if it is not ...Jussi Pakkanen1-0/+39
2016-02-21Can build a Python extension module.Jussi Pakkanen1-4/+14
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-20Do not pass -Weverything to Clang at warning level 3Martin Ejdestig1-2/+2
2016-02-20Merge pull request #388 from nirbheek/extprog.pathJussi Pakkanen2-1/+7
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-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 Pakkanen1-0/+1
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-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-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