aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen1-32/+56
2017-01-28vs: Add support for the 'werror' builtin optionNirbheek Chauhan1-4/+5
2017-01-28vs: Use CompilerArgs() for compile and link argsNirbheek Chauhan1-61/+117
2017-01-28vs: Fix running of tests to use mesontest.pyNirbheek Chauhan1-6/+13
2017-01-28backends: Add support for build_by_default to vs2010 backendNirbheek Chauhan1-26/+43
2017-01-27compilers: New class CompilerArgs derived from list()Nirbheek Chauhan1-3/+3
2017-01-18cleanup: Unbound local variableMike Sinkovsky1-1/+0
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-3/+3
2017-01-18cleanup: Unused local variablesMike Sinkovsky1-1/+1
2017-01-12Add support for Files passed to generators.Elliott Sales de Andrade1-1/+1
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky1-1/+1
2017-01-01style: fix E128 violationsIgor Gnatenko1-6/+6
2017-01-01style: fix E265 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E231 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E226 violationsIgor Gnatenko1-3/+3
2017-01-01style: fix E225 violationsIgor Gnatenko1-11/+11
2016-12-31Fix space before :.Jussi Pakkanen1-19/+19
2016-12-19tree-wide: remove trailing whitespacesIgor Gnatenko1-2/+2
2016-12-19tree-wide: remove unused variablesIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+0
2016-12-15gnome.mkenums: Use absolute paths for all commandline argsNirbheek Chauhan1-0/+3
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen1-0/+3
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen1-0/+1
2016-12-06Add unresolved symbol arg to link line in VS backends. For someJussi Pakkanen1-0/+2
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-6/+5
2016-11-12Add new add_project_[link]_args functionsThibault Saunier1-0/+3
2016-11-10vs: Properly split per-compiler args into per-file optionsNirbheek Chauhan1-64/+96
2016-10-19CustomTarget: Use get_outputs() instead of get_filename()Nirbheek Chauhan1-3/+3
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-52/+68
2016-07-29vs: Fix quoting and escaping of compiler optionsNirbheek Chauhan1-6/+43
2016-07-18vs: Fix visual studio version in solution file (#648)Nirbheek Chauhan1-1/+2
2016-07-11vs: Target platform is not always Win32Nirbheek Chauhan1-2/+20
2016-07-01vs: Don't re-add pre-existing include dirsNirbheek Chauhan1-1/+4
2016-07-01vs: Fix usage of mesonlib.File.rel_to_builddir with generated filesNirbheek Chauhan1-4/+4
2016-07-01vs: Explain path-conversion variablesNirbheek Chauhan1-0/+3
2016-07-01vs: Add support for the 'vs_module_defs' shared_library kwargNirbheek Chauhan1-0/+4
2016-07-01vs: Fix the path of customtarget generated sourcesNirbheek Chauhan1-2/+6
2016-07-01vs: Set all compiler/linker options correctlyNirbheek Chauhan1-19/+89
2016-07-01vs: Fix paths of internal library dependenciesNirbheek Chauhan1-2/+1
2016-07-01vs: Add libraries, library paths, and link args needed by dependenciesNirbheek Chauhan1-5/+47
2016-07-01vs: Add include dirs required by dependenciesNirbheek Chauhan1-4/+8
2016-07-01vs: Set TargetName/TargetExt correctlyNirbheek Chauhan1-2/+4
2016-07-01Overhaul versioning and naming of librariesNirbheek Chauhan1-1/+3
2016-06-17vs backends: Translate unix link and compile flags (#603)Nirbheek Chauhan1-6/+3
2016-05-30extract vs2015backend into own fileNicolas Schneider1-18/+0
2016-05-30vs2015: fix object generatorsNicolas Schneider1-3/+27
2016-05-30add vs2015 backendNicolas Schneider1-0/+15
2016-05-26vs: fix generators that use indexed output replacements (like @OUTPUT0@)Nicolas Schneider1-2/+3
2016-05-01Merge branch 'centricular-customtarget-path-windows'Jussi Pakkanen1-4/+1
2016-04-19vs2010: add object files from custom_target to projectNicolas Schneider1-5/+12