summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)Author
2018-04-26Merge pull request #3372 from NickeZ/vs-sol-foldersJussi Pakkanen
2018-04-18Fix using object extracted from a unity buildXavier Claessens
2018-04-17Use visual studio solution directoriesNiklas Claesson
2018-04-17Fix vs flat layout bugNiklas Claesson
2018-04-17Merge pull request #1852 from QuLogic/openmpJussi Pakkanen
2018-04-17Open build files with utf-8Nirbheek Chauhan
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade
2018-04-08VS backend: dedup AdditionalDependenciesPaul I
2018-03-25Merge pull request #2976 from dzabraev/fix-reversed-orderJussi Pakkanen
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov
2018-03-03Fix flake8 'imported but unused' reportsJon Turney
2018-02-11keep include paths orderMaxim Dzabraev
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen
2018-01-07Modify exception raised when msvc pch is badly specifiedChristophe Gouiran
2018-01-06Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran
2017-12-30Fail Visual Studio version detection if VSINSTALLDIR is not setGabríel Arthúr Pétursson
2017-12-21Fix Windows.Jussi Pakkanen
2017-12-18Can declare file generation in one dir and use the output in another.Jussi Pakkanen
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan
2017-11-30VS: Add /DEBUG to linker to generate debug informationNiklas Claesson
2017-11-21Review fixes.Jussi Pakkanen
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen
2017-09-30vs: Fix link_whole usage with the vs backendNirbheek Chauhan
2017-09-30vs: Fix detection of options vs libraries in link argsNirbheek Chauhan
2017-09-30vs: Add a helper for adding a project referenceNirbheek Chauhan
2017-09-29Implement capture for generatorsNiklas Claesson
2017-09-27Allow CustomTarget's to be indexedDylan Baker
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker
2017-09-20Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson
2017-09-12Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen
2017-09-11backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen
2017-08-14Remove VS implementation of object name resolver.Elliott Sales de Andrade
2017-08-14Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen
2017-07-20Support implibs for executables on WindowsJon Turney
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan
2017-06-09vs: Always check VSINSTALLDIR in case VisualStudioVersion is unsetNirbheek Chauhan
2017-06-08fix WarningLevel in vcxproj #1913Bug
2017-05-21Fix cross environment pollution.Ole André Vadla Ravnås
2017-05-09vs: surround project guid with '{}'Nicolas Schneider
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer
2017-05-04Store extra_files as file objects. Helps with #1686.Jussi Pakkanen
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker