summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
Commit message (Expand)AuthorAgeFilesLines
* cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-091-1/+2
* Visual Studio: Implement startup projectNiklas Claesson2018-06-101-2/+11
* Move <lang>_args to coredata.compiler_optionsXavier Claessens2018-06-061-4/+5
* Add a new option for building with Apple bitcode supportNirbheek Chauhan2018-06-061-1/+2
* Merge pull request #3372 from NickeZ/vs-sol-foldersJussi Pakkanen2018-04-261-20/+68
|\
| * Use visual studio solution directoriesNiklas Claesson2018-04-171-17/+65
| * Fix vs flat layout bugNiklas Claesson2018-04-171-4/+4
* | Fix using object extracted from a unity buildXavier Claessens2018-04-181-1/+1
|/
* Merge pull request #1852 from QuLogic/openmpJussi Pakkanen2018-04-171-3/+12
|\
| * Add an OpenMP dependency.Elliott Sales de Andrade2018-04-171-3/+12
* | Open build files with utf-8Nirbheek Chauhan2018-04-171-3/+3
|/
* VS backend: dedup AdditionalDependenciesPaul I2018-04-081-1/+2
* Merge pull request #2976 from dzabraev/fix-reversed-orderJussi Pakkanen2018-03-251-1/+2
|\
| * keep include paths orderMaxim Dzabraev2018-02-111-1/+2
* | Enable b_ndebug on VisualStudioCCompilerAleksey Filippov2018-03-231-1/+1
* | Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov2018-03-151-0/+1
* | Fix flake8 'imported but unused' reportsJon Turney2018-03-031-1/+1
|/
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-1/+1
* Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen2018-01-131-2/+3
|\
| * Fix Windows.generatorpathJussi Pakkanen2017-12-211-2/+3
| * Can declare file generation in one dir and use the output in another.Jussi Pakkanen2017-12-181-1/+1
* | Modify exception raised when msvc pch is badly specifiedChristophe Gouiran2018-01-071-1/+1
* | Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran2018-01-061-14/+22
* | Fail Visual Studio version detection if VSINSTALLDIR is not setGabrĂ­el ArthĂșr PĂ©tursson2017-12-301-4/+3
|/
* custom target: Consider all build depends while serializingNirbheek Chauhan2017-12-021-0/+3
* VS: Add /DEBUG to linker to generate debug informationNiklas Claesson2017-11-301-3/+7
* Review fixes.Jussi Pakkanen2017-11-211-2/+2
* Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-201-4/+5
* Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen2017-10-011-11/+30
|\
| * vs: Fix link_whole usage with the vs backendNirbheek Chauhan2017-09-301-8/+21
| * vs: Fix detection of options vs libraries in link argsNirbheek Chauhan2017-09-301-0/+2
| * vs: Add a helper for adding a project referenceNirbheek Chauhan2017-09-301-3/+7
* | Implement capture for generatorsNiklas Claesson2017-09-291-0/+10
* | Allow CustomTarget's to be indexedDylan Baker2017-09-271-1/+3
* | Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen2017-09-221-5/+2
|\ \ | |/ |/|
| * flake8: Clean up complained-about unused importsLuke Shumaker2017-09-211-1/+0
| * flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-4/+2
* | Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson2017-09-201-1/+1
|/
* Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen2017-09-121-33/+1
|\
| * Remove VS implementation of object name resolver.Elliott Sales de Andrade2017-08-141-33/+1
* | backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan2017-09-111-3/+5
* | Make all functionality invokable via the main Meson binary,Jussi Pakkanen2017-08-181-13/+6
|/
* Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen2017-08-141-1/+2
* Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen2017-08-051-3/+7
* Support implibs for executables on WindowsJon Turney2017-07-201-1/+3
* Preserve -L -l pairings fetched from external depsNirbheek Chauhan2017-06-121-2/+4
* vs: Always check VSINSTALLDIR in case VisualStudioVersion is unsetNirbheek Chauhan2017-06-091-17/+15
* fix WarningLevel in vcxproj #1913Bug2017-06-081-3/+3
* Fix cross environment pollution.Ole André Vadla RavnÄs2017-05-211-8/+10
* vs: surround project guid with '{}'Nicolas Schneider2017-05-091-4/+4