Update of /cvsroot/pygccxml/source/pyplusplus/examples/py_date_time
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv516/pyplusplus/examples/py_date_time
Modified Files:
_date_time_.suo _date_time_.vcproj create_date_time.py
Log Message:
removing finalize from the code_creators and adding it to decl wrappers
Index: create_date_time.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/examples/py_date_time/create_date_time.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** create_date_time.py 19 Mar 2006 13:35:39 -0000 1.31
--- create_date_time.py 20 Mar 2006 05:47:56 -0000 1.32
***************
*** 94,98 ****
#boost.date_time has problem to create local_[micro]sec_clock
#variable, it has nothing to do with pyplusplus
! classes = mb.classes(lambda decl: decl.alias in ['local_microsec_clock', 'local_sec_clock'] )
classes.exclude()
classes.ignore = False
--- 94,99 ----
#boost.date_time has problem to create local_[micro]sec_clock
#variable, it has nothing to do with pyplusplus
! empty_classes = ['local_microsec_clock', 'local_sec_clock', 'microsec_clock', 'second_clock' ]
! classes = mb.classes( lambda decl: decl.alias in empty_classes )
classes.exclude()
classes.ignore = False
Index: _date_time_.vcproj
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/examples/py_date_time/_date_time_.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** _date_time_.vcproj 15 Feb 2006 07:45:30 -0000 1.4
--- _date_time_.vcproj 20 Mar 2006 05:47:56 -0000 1.5
***************
*** 322,325 ****
--- 322,328 ----
</File>
<File
+ RelativePath=".\generated\greg_durations_config.pypp.cpp">
+ </File>
+ <File
RelativePath=".\generated\greg_month.pypp.cpp">
</File>
***************
*** 391,394 ****
--- 394,400 ----
</File>
<File
+ RelativePath=".\generated\millisec_posix_time_system_config.pypp.cpp">
+ </File>
+ <File
RelativePath=".\generated\milliseconds.pypp.cpp">
</File>
***************
*** 454,457 ****
--- 460,475 ----
</File>
<File
+ RelativePath=".\generated\time_resolution_traits_adapted32_impl.pypp.cpp">
+ </File>
+ <File
+ RelativePath=".\generated\time_resolution_traits_adapted64_impl.pypp.cpp">
+ </File>
+ <File
+ RelativePath=".\generated\time_resolution_traits_bi32_impl.pypp.cpp">
+ </File>
+ <File
+ RelativePath=".\generated\time_resolution_traits_bi64_impl.pypp.cpp">
+ </File>
+ <File
RelativePath=".\generated\time_zone_base.pypp.cpp">
</File>
***************
*** 678,681 ****
--- 696,702 ----
</File>
<File
+ RelativePath=".\generated\greg_durations_config.pypp.hpp">
+ </File>
+ <File
RelativePath=".\generated\greg_month.pypp.hpp">
</File>
***************
*** 747,750 ****
--- 768,774 ----
</File>
<File
+ RelativePath=".\generated\millisec_posix_time_system_config.pypp.hpp">
+ </File>
+ <File
RelativePath=".\generated\milliseconds.pypp.hpp">
</File>
***************
*** 810,813 ****
--- 834,849 ----
</File>
<File
+ RelativePath=".\generated\time_resolution_traits_adapted32_impl.pypp.hpp">
+ </File>
+ <File
+ RelativePath=".\generated\time_resolution_traits_adapted64_impl.pypp.hpp">
+ </File>
+ <File
+ RelativePath=".\generated\time_resolution_traits_bi32_impl.pypp.hpp">
+ </File>
+ <File
+ RelativePath=".\generated\time_resolution_traits_bi64_impl.pypp.hpp">
+ </File>
+ <File
RelativePath=".\generated\time_zone_base.pypp.hpp">
</File>
Index: _date_time_.suo
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/examples/py_date_time/_date_time_.suo,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsMDVJ99 and /tmp/cvs90MdFx differ
|