2017-10-04
- Features
- New option to specify additional clang options for compilation database generation.
- Fixes
2017-10-01
- Fixes
- Avoids writing a trailing comma to the clang compilation database (issue #10).
2017-09-27
- Features
- Implemented support for Visual Studio Makefile projects (issue #8).
- Improved compilation database creation performance.
- Reduced memory usage while creating a compilation database for a large solution.
- Fixes
- The extension did not respect the difference between Visual Studio project configurations and solution configurations. This caused the compilation database creation dialog to display a list of all available project configurations. If the user picked one that did not exist for every project, those projects that did not offer that configuration got ignored (issue #9).
2017-07-26
- Features
- Implemented retrieving Include Directoried and Preprocessor Defines from Visual Studio Property Sheets in case a project uses the inherited values (issue #5).
- Fixes
- Files that don't have a language specific
CompileAs
option will now get a language assigned based on their file extension (issue #4).
- Files that don't have a language specific
2017-07-24
- Features
- Implemented conversion of Forced Include files to the respective
-include
Clang option (issue #1).
- Implemented conversion of Forced Include files to the respective
- Fixes
- Changed quote characters used around paths from
'
to"
to be compatible with Clang 4.0.
- Changed quote characters used around paths from
2017-07-20
- Fixes
- Fixed another compatibility issue with VS2012 and VS 2013 caused by referencing the wrong version of a Visual Studio assembly (issue #2).
2017-07-19
- Fixes
- Fixed compatibility issues with VS 2012 and VS 2013.
2017-07-06
- This is the first official release that is made available on the Visual Studio Marketplace.