Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Update extension to version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel committed Jul 26, 2017
1 parent e40af12 commit 44d55d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
# Changelog


## 1.0.4

**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](https://github.com/CoatiSoftware/vs-sourcetrail/issues/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](https://github.com/CoatiSoftware/vs-sourcetrail/issues/4)).


## 1.0.3

**2017-07-24**

* Features
* implemted conversion of [Forced Include](https://msdn.microsoft.com/en-us/library/8c5ztk84.aspx) files to the respective `-include` [Clang option](http://clang.llvm.org/docs/CommandGuide/clang.html#cmdoption-include) ([issue #1](https://github.com/CoatiSoftware/vs-sourcetrail/issues/1)).
* implemented conversion of [Forced Include](https://msdn.microsoft.com/en-us/library/8c5ztk84.aspx) files to the respective `-include` [Clang option](http://clang.llvm.org/docs/CommandGuide/clang.html#cmdoption-include) ([issue #1](https://github.com/CoatiSoftware/vs-sourcetrail/issues/1)).
* Fixes
* changed quote characters used around paths from `'` to `"` to be compatible with Clang 4.0


## 1.0.2

**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](https://github.com/CoatiSoftware/vs-sourcetrail/issues/2))


## 1.0.1

**2017-07-19**

* Fixes
* fixed compatibility issues with VS 2012 and VS 2013


## 1.0.0

**2017-07-06**
Expand Down
3 changes: 2 additions & 1 deletion SourcetrailExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="acf15780-03b5-440e-a41e-db79b7043fc2" Version="1.0.3" Language="en-US" Publisher="Coati Software" />
<Identity Id="acf15780-03b5-440e-a41e-db79b7043fc2" Version="1.0.4" Language="en-US" Publisher="Coati Software" />
<DisplayName>Sourcetrail Extension</DisplayName>
<Description xml:space="preserve">This extension allows Visual Studio to communicate with Sourcetrail, a Clang based source code exploration tool. Additionally it can generate a Clang Compilation Database for any Visual Studio solution which can be used to run various Clang based tools.</Description>
<MoreInfo>https://www.sourcetrail.com/</MoreInfo>
<License>LICENSE.txt</License>
<GettingStartedGuide>https://www.sourcetrail.com/documentation/#VisualStudio</GettingStartedGuide>
<ReleaseNotes>https://github.com/CoatiSoftware/vs-sourcetrail/blob/master/CHANGELOG.md</ReleaseNotes>
<Icon>sourcetrail.ico</Icon>
<Tags>C, C++, Navigation, diagram, graph, visualization, clang, Compilation Database</Tags>
</Metadata>
Expand Down

0 comments on commit 44d55d4

Please sign in to comment.