41 Commits (a430d198705075b430546df2d0f31bcd7fd8437c)

Author SHA1 Message Date
Dan Shechter c75d665310 Make Windows10SDK detection more robust 7 years ago
KallynGowdyYetiCGI 58b2f80b35 Implement xcode-select based path selection 8 years ago
Marco Zille 2b9bf29a70 Fixed VS2017 system includes search error #957 (#958) 8 years ago
Joao Matos 45232ec8a2 Lookup Mono SDK path on Windows registry. 8 years ago
Dimitar Dobrev b93674f261 Simplified and optimised the MSVC tool-chain. 9 years ago
Dimitar Dobrev f992cd8280 Removed the out parameter when looking for a version of Visual Studio. 9 years ago
Dimitar Dobrev 3cf7c6aa0c Moved the searching for a VS SDK to a separate method. 9 years ago
Atsushi Eno 8631baab59 Linux toolchain can be supplied in the same spirit in path probing on Mac. 9 years ago
Dimitar Dobrev 6fa9778859 Cleaned up MSVCToolchain. 9 years ago
Dimitar Dobrev 5aaa0a0351 Fixed a crash when trying to use a VS version missing from the system. 9 years ago
Dimitar Dobrev b4bedeb448 Fixed the addition of Windows SDK include dirs when using VS 2017. 9 years ago
Dimitar Dobrev c0ce70d025 Removed useless output when VS 2017 is not installed. 9 years ago
Victor Peter Rouven Müller 22c8541e2a Fixing WinSDK include path code (#822) 9 years ago
Dimitar Dobrev 120e386ad9 Fixed a few warnings. 9 years ago
Dimitar Dobrev 4dc3b4e133 Restored some unused but needed code. 9 years ago
Dimitar Dobrev 087cb25775 Added a fall-back when trying to use the latest version of VS. 9 years ago
realvictorprm 8f8031584c Added complete support for VS 2017 9 years ago
Dimitar Dobrev dd814fe5d5 Fixed all warnings in the C# code. 9 years ago
Joao Matos 6e0a079f7a Extracted Windows kits toolchain code into its own method. 9 years ago
Joao Matos cc773d1848 Refactored code to get VS SDK toolchain version in its own method. 9 years ago
Joao Matos c55a8fa79c Make it easier to map between the enum-based and integer-based VS versions. 9 years ago
Joao Matos 4cb6da31ce Fixed FindMonoPath to return Mono base path and not binary path. 9 years ago
Dimitar Dobrev 6cbd047392 Fixed the auto-compilation not to use an old and buggy CS compiler on Windows. 9 years ago
Joao Matos e7f9178ff4 Added Mono toolchain finding support code. 9 years ago
Joao Matos c56b6311ed Extracted managed parser code to CppSharp.Parser project. 10 years ago
Joao Matos ce62f5c4cc Fixed Windows SDK selection when we cannot find VS reported version. 10 years ago
Joao Matos e95012441c Fixed Windows UCRT toolchain code to not combine absolute paths. 10 years ago
Dimitar Dobrev 1223e41e3a Ensured the collected Windows SDK include dirs exist. 10 years ago
Dimitar Dobrev 6c027ff292 Fixed the build with Visual Studio 2015. 10 years ago
triton 229e0266dd Setup MSVC compiler version from VS version. 10 years ago
triton 4f1e619a62 Moved MSVC options setup from parser to MSVC toolchain code. 10 years ago
triton 26e9301b7d Enable the Microsoft ABI when setting up for MSVC toolchain. 11 years ago
triton 023262647b Workaround VS 2015 support since Clang cannot handle it yet. 11 years ago
triton 39dee146e2 Improved VS 2015 support on MSVC toolchain by looking up Universal CRT paths. 11 years ago
triton e203aff22d Added Windows Kits SDK support code to MSVC toolchain. 11 years ago
triton 4a6c55d6d8 Documented ToolchainVersion fields. 11 years ago
triton 06f57f29c4 Formatting / code quality fixes. 11 years ago
triton 4034a407f3 Added Visual Studio / MSVC toolchain support. 11 years ago
triton 31f84154ce Small non-functional fixes to Xcode toolchain code. 11 years ago
triton 0ec9ced29e Rename the Xcode toolchain class. 11 years ago
triton 23685ba188 Move the Xcode toolchain code to its own file. 11 years ago