@@ -10,6 +10,14 @@ Improvements:
1010 - Use docker-compose to run tests against multiple LLVM versions on Travis. [ #8 ] , [ #9 ]
1111 - Migrate the test suite to Scala and sbt. [ #17 ]
1212 - 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 ]
1321
1422 [ mrRosset#2 ] : https://github.com/mrRosset/scala-native-bindgen/pull/2
1523 [ mrRosset#3 ] : https://github.com/mrRosset/scala-native-bindgen/issues/3
@@ -19,6 +27,16 @@ Improvements:
1927 [ #9 ] : https://github.com/kornilova-l/scala-native-bindgen/issues/9
2028 [ #10 ] : https://github.com/kornilova-l/scala-native-bindgen/pull/10
2129 [ #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
2240
2341Based on work by [ Marius Rosset] [ @mrRosset ] done as part of a project at [ EPFL] .
2442
0 commit comments