File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # CppSharp 0.8.17 25.12.2017
2
+
3
+
4
+
5
+ Do not generate wrappers for template specializations if original method in template class is ignored.
6
+
7
+ Add one more include path which Linux usually expects.
8
+
9
+ Evaluate expressions for enums generated using GenerateEnumFromMacros
10
+
11
+ Evaluate expressions when generating enum from macros - ExpressionEvaluator taken from https://github.com/codingseb/ExpressionEvaluator
12
+
13
+ Set the name-space for enums generated from macros.
14
+
15
+ Preliminary script for building 32-bit Nuget package
16
+
17
+ Field property getter returns non-value types by reference instead of by copy.
18
+
19
+ Update VS check when downloading pre-compiled LLVM packages.
20
+
21
+ Add ` IgnoreConversionToProperty(pattern) ` and ` ForceConversionToProperty(pattern) ` .
22
+
23
+ Add ` UsePropertyDetectionHeuristics ` option to ` DriverOptions ` .
24
+
25
+ Add "run" to verbs.txt
26
+
27
+ Added support for 16-bit wide characters (char16_t).
28
+
29
+ Fixed the generated C++ for symbols when protected classes need them.
30
+
31
+ Removed the possibility for conflicts between overloads when generating C++ for symbols.
You can’t perform that action at this time.
0 commit comments