Revision: 647
http://svn.sourceforge.net/pygccxml/?rev=647&view=rev
Author: roman_yakovenko
Date: 2006-10-11 05:50:41 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
rename files + configure what is (not) shown
Modified Paths:
--------------
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h
Added Paths:
-----------
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.cpp.rest
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.hpp.rest
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h.rest
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.py.rest
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/www_configuration.py
Removed Paths:
-------------
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.rest
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.rest
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.rest
pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.rest
Copied: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.cpp.rest (from rev 646, pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.rest)
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.cpp.rest (rev 0)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.cpp.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -0,0 +1,3 @@
+.. code-block::
+ :language: C++
+ :source-file: ./bindings.cpp
Deleted: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.rest
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.rest 2006-10-11 12:11:40 UTC (rev 646)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/bindings.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -1,3 +0,0 @@
-.. code-block::
- :language: C++
- :source-file: ./bindings.cpp
Copied: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.hpp.rest (from rev 646, pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.rest)
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.hpp.rest (rev 0)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.hpp.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -0,0 +1,3 @@
+.. code-block::
+ :language: C++
+ :source-file: ./classes.hpp
Deleted: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.rest
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.rest 2006-10-11 12:11:40 UTC (rev 646)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/classes.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -1,3 +0,0 @@
-.. code-block::
- :language: C++
- :source-file: ./classes.hpp
Modified: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h 2006-10-11 12:11:40 UTC (rev 646)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h 2006-10-11 12:50:41 UTC (rev 647)
@@ -25,6 +25,7 @@
//Every custom smart pointer class should have copy constructor and
//assignment operator. Probably you smart pointer class already has this
//functionality.
+
smart_ptr_t(const smart_ptr_t& r)
: m_managed(0), m_use_count(0)
{
Copied: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h.rest (from rev 646, pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.rest)
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h.rest (rev 0)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.h.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -0,0 +1,3 @@
+.. code-block::
+ :language: C++
+ :source-file: ./smart_ptr.h
Deleted: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.rest
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.rest 2006-10-11 12:11:40 UTC (rev 646)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/smart_ptr.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -1,3 +0,0 @@
-.. code-block::
- :language: C++
- :source-file: ./smart_ptr.h
Copied: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.py.rest (from rev 646, pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.rest)
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.py.rest (rev 0)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.py.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -0,0 +1,3 @@
+.. code-block::
+ :language: Python
+ :source-file: ./test.py
Deleted: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.rest
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.rest 2006-10-11 12:11:40 UTC (rev 646)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/test.rest 2006-10-11 12:50:41 UTC (rev 647)
@@ -1,3 +0,0 @@
-.. code-block::
- :language: Python
- :source-file: ./test.py
Added: pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/www_configuration.py
===================================================================
--- pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/www_configuration.py (rev 0)
+++ pyplusplus_dev/docs/bpl_lessons_learned/smart_ptrs/www_configuration.py 2006-10-11 12:50:41 UTC (rev 647)
@@ -0,0 +1,3 @@
+name = 'Custom smart pointer'
+files_to_skip = ['definition.rest']
+names = {}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|