File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,19 @@ Version 1.7.3 (not yet released)
29
29
CastXML. GCCXML did not recognize the typedef here. Fetching these
30
30
declarations can now be done with: .typedef("foo") or .class_("foo").
31
31
32
- 6. Remove unittest2 dependency for testing with python 2.6
32
+ 6. Add support for the future llvm 3.9. As in release v1.7.1, new structs and
33
+ typedefs are now exposed by llvm, which broke pyplusplus.
34
+ In this case these are ```__NSConstantString_tag` `` and ```__NSConstantString` ``.
35
+ The two declarations are now hidden from the declarations tree, but can still
36
+ be generated by using the ``config.flags = ["f1"] `` option.
33
37
34
- 7. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
38
+ 7. Remove unittest2 dependency for testing with python 2.6
35
39
36
- 8. Cosmetic fix for generator name printed to stdout when launching unit tests
40
+ 8. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
37
41
38
- 9. Fix simple typo in example.py comment
42
+ 9. Cosmetic fix for generator name printed to stdout when launching unit tests
43
+
44
+ 10. Fix simple typo in example.py comment
39
45
40
46
Thanks to the following people for their contribution to this release:
41
47
Mark Moll, Ashish Sadanandan, Mark Oates
You can’t perform that action at this time.
0 commit comments