From: <rom...@us...> - 2008-06-11 19:43:20
|
Revision: 1331 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1331&view=rev Author: roman_yakovenko Date: 2008-06-11 12:36:58 -0700 (Wed, 11 Jun 2008) Log Message: ----------- few bug fixes, after upgrading to latest gccxml version Modified Paths: -------------- pygccxml_dev/pygccxml/declarations/compilers.py Modified: pygccxml_dev/pygccxml/declarations/compilers.py =================================================================== --- pygccxml_dev/pygccxml/declarations/compilers.py 2008-06-11 19:32:01 UTC (rev 1330) +++ pygccxml_dev/pygccxml/declarations/compilers.py 2008-06-11 19:36:58 UTC (rev 1331) @@ -11,6 +11,10 @@ GCC_XML_07 = "GCC-XML 0.7" GCC_XML_09 = "GCC-XML 0.9" GCC_XML_09_BUGGY = "GCC-XML 0.9 BUGGY" +#revision 122: +#After this fix, all constructors and destructors that exist for a class +#are dumped whether the user declared them or not. Those that were +#implicitly declared by the compiler are marked as "artificial". MSVC_PDB_9 = "MSVC PDB 9.0" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |