File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,17 @@ Version 1.7.3 (not yet released)
25
25
26
26
4. Fix a regression in undname_creator_t.format_argtypes
27
27
28
- 5. Remove unittest2 dependency for testing with python 2.6
28
+ 5. Add better support for "typedef (class|struct) {} foo;" syntax when using
29
+ CastXML. GCCXML did not recognize the typedef here. Fetching these
30
+ declarations can now be done with: .typedef("foo") or .class_("foo").
29
31
30
- 6. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
32
+ 6. Remove unittest2 dependency for testing with python 2.6
31
33
32
- 7. Cosmetic fix for generator name printed to stdout when launching unit tests
34
+ 7. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
33
35
34
- 8. Fix simple typo in example.py comment
36
+ 8. Cosmetic fix for generator name printed to stdout when launching unit tests
37
+
38
+ 9. Fix simple typo in example.py comment
35
39
36
40
Thanks to the following people for their contribution to this release:
37
41
Mark Moll, Ashish Sadanandan, Mark Oates
You can’t perform that action at this time.
0 commit comments