aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-25/+34
2016-08-27Merge pull request #696 from mesonbuild/depfileJussi Pakkanen1-1/+5
2016-08-27Flatten isinstance calls. (#715)Elliott Sales de Andrade1-2/+1
2016-08-26Allow capturing command output of a custom target.Elliott Sales de Andrade1-3/+5
2016-08-26Accept string exe with Backend.serialise_executable.Elliott Sales de Andrade1-4/+10
2016-08-20Add support for dependency files in custom targets.Jussi Pakkanen1-1/+5
2016-08-19Implement D supportMatthias Klumpp1-1/+8
2016-07-29ninja: Add escaping for backslash in -D argumentsNirbheek Chauhan1-1/+28
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen1-4/+16
2016-07-01Gcc versions older than 4.9 do not support color output.Jussi Pakkanen1-3/+4
2016-07-01CustomTarget: Use mesonlib.File objects as-is in the command to be runNirbheek Chauhan1-0/+4
2016-07-01backend: Raise a RuntimeError if an unknown object is added to the command listNirbheek Chauhan1-1/+5
2016-07-01Overhaul versioning and naming of librariesNirbheek Chauhan1-3/+7
2016-06-24Changed run_target to take command as kwarg and add depends. This makes it be...Jussi Pakkanen1-0/+4
2016-06-16Octopus merged cross fixes and genetor custom because why not.Jussi Pakkanen1-5/+7
2016-06-16determine_linker(): choose static cross linker for cross compilingNoam Meltzer1-1/+4
2016-06-13Can use generator outputs in custom targets. Closes #587.Jussi Pakkanen1-5/+7
2016-05-26vs: fix generators that use indexed output replacements (like @OUTPUT0@)Nicolas Schneider1-0/+13
2016-05-25Merge pull request #542 from mesonbuild/ownstdlibJussi Pakkanen1-0/+1
2016-05-21Can specify a stdlib subproject that is used implicitly on all targets with s...Jussi Pakkanen1-0/+1
2016-05-01Merge pull request #516 from centricular/cross-compile_32bit-x86_on_64bit-x86...Jussi Pakkanen1-3/+6
2016-05-01Merge branch 'centricular-customtarget-path-windows'Jussi Pakkanen1-0/+42
2016-04-19vs2010: add generated libs as link dependenciesNicolas Schneider1-0/+10
2016-04-15backends: Don't duplicate test setup data file nameNirbheek Chauhan1-0/+1
2016-04-15ninja: Set PATH for CustomTargets with built EXEs on WindowsNirbheek Chauhan1-0/+41
2016-04-15Don't require an exe_wrapper when cross-compiling 32-bit on 64-bitNirbheek Chauhan1-3/+6
2016-04-06Merge pull request #438 from trhd/testing_optionsJussi Pakkanen1-1/+1
2016-04-04Removed lingering coverage flags.Jussi Pakkanen1-2/+0
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-1/+1
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen1-2/+1
2016-03-29Merge branch 'vs-extraargs'Jussi Pakkanen1-0/+9
2016-03-29vs2010: support EXTRA_ARGS for generatorsNicolas Schneider1-0/+9
2016-03-25vs2010: fix object extraction with same source file nameNicolas Schneider1-15/+8
2016-03-20Merge branch 'base_options'.Jussi Pakkanen1-3/+6
2016-03-20Merge branch 'Custom target absolute paths'.Jussi Pakkanen1-1/+5
2016-03-20Converted coverage into a base option.Jussi Pakkanen1-1/+1
2016-03-17Works when mixing Java and C.Jussi Pakkanen1-2/+5
2016-03-17vs2010: fix object extractionNicolas Schneider1-4/+9
2016-03-15fix eval_custom_target_command() to use absolute paths for output filesNicolas Schneider1-1/+5
2016-03-03pass meson source and build dirs as env variables for postconf scriptsNicolas Schneider1-2/+8
2016-03-01add args support for add_postconf_scriptNicolas Schneider1-1/+1
2016-03-01Can add postconfigure script.Nicolas Schneider1-0/+6
2016-02-29Handle built targets in custom rules. Closes #411.Jussi Pakkanen1-0/+4
2016-02-24Create directories of unity temporary filesMinijackson1-0/+3
2016-02-22Pass warning arguments to compiler even if buildtype is plainMartin Ejdestig1-2/+1
2016-02-21Merge pull request #398 from nirbheek/target-link-implibJussi Pakkanen1-5/+9
2016-02-20Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9
2016-02-17Reverted implib patch as it broke mingw completely.Jussi Pakkanen1-9/+5
2016-02-17Filter out UNIX flags from external deps when using the MSVC compilerNirbheek Chauhan1-1/+3
2016-02-17Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9