@@ -11,23 +11,27 @@ The supported target languages at present are C# and C++/CLI.
11
11
It can also be used as a library to parse native code into a syntax tree with a
12
12
rich declaration and type information model.
13
13
14
+ ## Releases/Build Status
15
+
16
+ | Windows 64-bit| Windows 32-bit| windows-vs-x86 | linux-gcc-x86_64 | osx-clang-x86 |
17
+ | ---------------------------| ---------------------------| ---------------------------| -----------------------------| -----------------------------|
18
+ | [ ![ NuGet] [ 1 ]] [ 2 ] | [ ![ GitHub release] [ 3 ]] [ 4 ] | [ ![ windows-vs-x86] [ 5 ]] [ 6 ] | [ ![ linux-gcc-x86_64] [ 7 ]] [ 8 ] | [ ![ osx-clang-x86] [ 7 ]] [ 8 ]
19
+
20
+ [ 1 ] : https://img.shields.io/nuget/v/CppSharp.svg
21
+ [ 2 ] : https://www.nuget.org/packages/CppSharp/
22
+ [ 3 ] : https://img.shields.io/github/release/mono/CppSharp.svg
23
+ [ 4 ] : https://github.com/mono/CppSharp/releases
24
+ [ 5 ] : https://ci.appveyor.com/api/projects/status/5o9gxjcttuaup671/branch/master?svg=true
25
+ [ 6 ] : https://ci.appveyor.com/project/tritao/CppSharp/branch/master
26
+ [ 7 ] : https://travis-ci.org/mono/CppSharp.svg?branch=master
27
+ [ 8 ] : https://travis-ci.org/mono/CppSharp
28
+
14
29
1 . [ Libraries] ( #libraries )
15
30
2 . [ Documentation] ( #documentation )
16
31
3 . [ Community] ( #community )
17
32
4 . [ Support] ( #support )
18
33
5 . [ Users] ( #users )
19
34
20
- ## Build Status
21
-
22
- | windows-vs-x86 | linux-gcc-x86_64 | osx-clang-x86 |
23
- | ---------------------------| -----------------------------| -----------------------------|
24
- | [ ![ windows-vs-x86] [ 1 ]] [ 2 ] | [ ![ linux-gcc-x86_64] [ 3 ]] [ 4 ] | [ ![ osx-clang-x86] [ 3 ]] [ 4 ]
25
-
26
- [ 1 ] : https://ci.appveyor.com/api/projects/status/5o9gxjcttuaup671/branch/master?svg=true
27
- [ 2 ] : https://ci.appveyor.com/project/tritao/CppSharp/branch/master
28
- [ 3 ] : https://travis-ci.org/mono/CppSharp.svg?branch=master
29
- [ 4 ] : https://travis-ci.org/mono/CppSharp
30
-
31
35
## Libraries
32
36
33
37
### AST
0 commit comments