@@ -10,6 +10,14 @@ Improvements:
10
10
- Use docker-compose to run tests against multiple LLVM versions on Travis. [ #8 ] , [ #9 ]
11
11
- Migrate the test suite to Scala and sbt. [ #17 ]
12
12
- Align code with LLVM Coding Standards. [ #23 ]
13
+ - Filter functions and typedefs by prefix. [ #25 ]
14
+ - Ensure that names of library member do not interfere with Scala names. [ #32 ]
15
+ - Support the case when enum values are explicitly set. [ #37 ]
16
+ - Set correct underlying type of enums. [ #38 ]
17
+ - Use automatic source formatting. [ #41 ]
18
+ - Fix name of variadic argument. [ #42 ]
19
+ - Add command line option for package name. [ #43 ]
20
+ - Warn about packed structs. [ #44 ]
13
21
14
22
[ mrRosset#2 ] : https://github.com/mrRosset/scala-native-bindgen/pull/2
15
23
[ mrRosset#3 ] : https://github.com/mrRosset/scala-native-bindgen/issues/3
@@ -19,6 +27,16 @@ Improvements:
19
27
[ #9 ] : https://github.com/kornilova-l/scala-native-bindgen/issues/9
20
28
[ #10 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/10
21
29
[ #17 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/17
30
+ [ #23 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/23
31
+ [ #25 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/25
32
+ [ #32 ] : https://github.com/kornilova-l/scala-native-bindgen/issues/32
33
+ [ #37 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/37
34
+ [ #38 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/38
35
+ [ #41 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/41
36
+ [ #42 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/42
37
+ [ #43 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/43
38
+ [ #44 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/44
39
+ [ #47 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/47
22
40
23
41
Based on work by [ Marius Rosset] [ @mrRosset ] done as part of a project at [ EPFL] .
24
42
0 commit comments