aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
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 Pakkanen1-0/+2
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-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 Pakkanen1-65/+78
2016-01-25More comparison operators. Closes #363.Jussi Pakkanen2-7/+26
2016-01-25Strip trailing slash from prefix. Closes #366.Jussi Pakkanen1-0/+2
2016-01-25String to int conversion. Closes #362.Jussi Pakkanen1-0/+5
2016-01-24Bump version for new development.Jussi Pakkanen1-1/+1
2016-01-24Updated versions for release.0.29.0Jussi Pakkanen1-2/+2
2016-01-23Moved backends to their own module.Jussi Pakkanen6-24/+26
2016-01-23Can build Vala shared libraries.Jussi Pakkanen1-9/+15
2016-01-23Some windows fixes.Jussi Pakkanen2-11/+21
2016-01-23Better error message when failing to run install script. Closes #361.Jussi Pakkanen1-1/+7
2016-01-21Vala .d and .vapi should be named after the first vala source file in the tar...Jussi Pakkanen1-1/+3
2016-01-21Update version number for a new prerelease to pypi.Jussi Pakkanen1-1/+1
2016-01-18Fix swift breakage caused by distutils migration.Jussi Pakkanen1-1/+3