aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-30Fail Visual Studio version detection if VSINSTALLDIR is not setGabrĂ­el ArthĂșr PĂ©tursson1-4/+3
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan1-0/+3
2017-11-30VS: Add /DEBUG to linker to generate debug informationNiklas Claesson1-3/+7
2017-11-21Review fixes.Jussi Pakkanen1-2/+2
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-4/+5
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen1-11/+30
2017-09-30vs: Fix link_whole usage with the vs backendNirbheek Chauhan1-8/+21
2017-09-30vs: Fix detection of options vs libraries in link argsNirbheek Chauhan1-0/+2
2017-09-30vs: Add a helper for adding a project referenceNirbheek Chauhan1-3/+7
2017-09-29Implement capture for generatorsNiklas Claesson1-0/+10
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-1/+3
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen1-5/+2
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+0
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-4/+2
2017-09-20Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson1-1/+1
2017-09-12Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen1-33/+1
2017-09-11backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan1-3/+5
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen1-13/+6
2017-08-14Remove VS implementation of object name resolver.Elliott Sales de Andrade1-33/+1
2017-08-14Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen1-1/+2
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen1-3/+7
2017-07-20Support implibs for executables on WindowsJon Turney1-1/+3
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan1-2/+4
2017-06-09vs: Always check VSINSTALLDIR in case VisualStudioVersion is unsetNirbheek Chauhan1-17/+15
2017-06-08fix WarningLevel in vcxproj #1913Bug1-3/+3
2017-05-21Fix cross environment pollution.Ole André Vadla RavnÄs1-8/+10
2017-05-09vs: surround project guid with '{}'Nicolas Schneider1-4/+4
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre1-0/+2
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer1-2/+2
2017-05-04Store extra_files as file objects. Helps with #1686.Jussi Pakkanen1-1/+1
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-1/+1
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-1/+1
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen1-0/+4
2017-04-10vs: Fix depend_files support in custom targetsNirbheek Chauhan1-1/+2
2017-04-10vs: Pretty-print all vcxproj outputNirbheek Chauhan1-24/+12
2017-04-09vs: Pass absolute path of files to run_targetNirbheek Chauhan1-0/+3
2017-04-08Fix link whole on VS backend.Jussi Pakkanen1-0/+4
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen1-7/+6
2017-04-02Review fixes.Jussi Pakkanen1-1/+1
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen1-3/+3
2017-04-02Use relative object file name for unity files everywhere.Jussi Pakkanen1-1/+1
2017-04-02Create unity files with the VS backend.Jussi Pakkanen1-0/+2
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan1-1/+5
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan1-7/+6
2017-03-26vs: Fix custom target generated object pathsNirbheek Chauhan1-1/+1
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen1-3/+6
2017-03-24Merge pull request #1491 from nioncode/vs2017Jussi Pakkanen1-0/+32
2017-03-23vs: Always use a wrapper for custom target commandsNirbheek Chauhan1-1/+10
2017-03-23add 'vs' backend that automatically chooses between the vs backendsNicolas Schneider1-0/+23
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan1-3/+6