Skip to content

Commit 5e137a4

Browse files
committed
Document changes for typedef (class | struct) when using CastXML
1 parent 9df1a42 commit 5e137a4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/history.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ Version 1.7.3 (not yet released)
2525

2626
4. Fix a regression in undname_creator_t.format_argtypes
2727

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").
2931

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
3133

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
3335

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
3539

3640
Thanks to the following people for their contribution to this release:
3741
Mark Moll, Ashish Sadanandan, Mark Oates

0 commit comments

Comments
 (0)