<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ATCD.git, branch bug-3715</title>
<subtitle>github.com: DOCGroup/ATCD.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/'/>
<entry>
<title>Fri Jul  3 13:10:03 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-03T13:11:16+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-03T13:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=a61a32ac1eceed2f1fc5d063d5280986770076b6'/>
<id>a61a32ac1eceed2f1fc5d063d5280986770076b6</id>
<content type='text'>
        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
        * tests/Compiler_Features_14_Test.cpp:
          This test verifies that partial template specialization works.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
        * tests/Compiler_Features_14_Test.cpp:
          This test verifies that partial template specialization works.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fri Jul  3 12:47:41 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-03T12:49:31+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-03T12:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=501cddaf4e9bec56bf88b22b3ebc5143e85a9ad7'/>
<id>501cddaf4e9bec56bf88b22b3ebc5143e85a9ad7</id>
<content type='text'>
        * tests/Compiler_Features_11_Test.cpp:
          Test for standard string streams

        * tests/Compiler_Features_12_Test.cpp:
          Test for template template parameters

        * tests/Compiler_Features_13_Test.cpp:
          Test for cast operators

        * tests/tests.mpc:
        * tests/run_test.lst:
        * tests/Makefile.am:
          The usual accruements that go with the tests.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/Compiler_Features_11_Test.cpp:
          Test for standard string streams

        * tests/Compiler_Features_12_Test.cpp:
          Test for template template parameters

        * tests/Compiler_Features_13_Test.cpp:
          Test for cast operators

        * tests/tests.mpc:
        * tests/run_test.lst:
        * tests/Makefile.am:
          The usual accruements that go with the tests.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fri Jul  3 03:03:56 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-03T03:05:16+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-03T03:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=4faef16792bd0a33274147315017578994a39eb5'/>
<id>4faef16792bd0a33274147315017578994a39eb5</id>
<content type='text'>
        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
        * tests/Compiler_Features_10_Test.cpp:
          Add new test for exceptions.  Verify that &lt;stdexcept&gt; is there,
          that we can raise exceptions, and that object destruction during
          exceptions is sound.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
        * tests/Compiler_Features_10_Test.cpp:
          Add new test for exceptions.  Verify that &lt;stdexcept&gt; is there,
          that we can raise exceptions, and that object destruction during
          exceptions is sound.

</pre>
</div>
</content>
</entry>
<entry>
<title>Thu Jul  2 12:05:03 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-02T12:11:48+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-02T12:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=d13b27359e58220368c9a8b9f5dc1306ce3bdd4c'/>
<id>d13b27359e58220368c9a8b9f5dc1306ce3bdd4c</id>
<content type='text'>
        * tests/Compiler_Features_07_Test.cpp:
          Test for std::string

        * tests/Compiler_Features_08_Test.cpp:
          Test for std::wstring

        * tests/Compiler_Features_09_Test.cpp:
          Test for std::auto_ptr&lt;&gt;

        * tests/Compiler_Features_06_Test.cpp:
          Fixed typo in test name.

        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
          Add the compilation / run parafernalia.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/Compiler_Features_07_Test.cpp:
          Test for std::string

        * tests/Compiler_Features_08_Test.cpp:
          Test for std::wstring

        * tests/Compiler_Features_09_Test.cpp:
          Test for std::auto_ptr&lt;&gt;

        * tests/Compiler_Features_06_Test.cpp:
          Fixed typo in test name.

        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
          Add the compilation / run parafernalia.

</pre>
</div>
</content>
</entry>
<entry>
<title>Thu Jul  2 11:38:15 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-02T11:43:47+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-02T11:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=391431c8260d8525af265fc39291508ca8840208'/>
<id>391431c8260d8525af265fc39291508ca8840208</id>
<content type='text'>
        * tests/Compiler_Features_04_Test.cpp:
          Test for std::set&lt;&gt;

        * tests/Compiler_Features_05_Test.cpp:
          Test for std::queue&lt;&gt;, this is a different sort of test because
          std::queue&lt;&gt; is an adaptor, not a collection.  The default
          collection is a std::deque&lt;&gt;, so we are testing default template
          parameters at the same time.

        * tests/Compiler_Features_06_Test.cpp:
          Test for std::set&lt;&gt; with a different order function.

        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
          Add the compilation / run parafernalia.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/Compiler_Features_04_Test.cpp:
          Test for std::set&lt;&gt;

        * tests/Compiler_Features_05_Test.cpp:
          Test for std::queue&lt;&gt;, this is a different sort of test because
          std::queue&lt;&gt; is an adaptor, not a collection.  The default
          collection is a std::deque&lt;&gt;, so we are testing default template
          parameters at the same time.

        * tests/Compiler_Features_06_Test.cpp:
          Test for std::set&lt;&gt; with a different order function.

        * tests/run_test.lst:
        * tests/Makefile.am:
        * tests/tests.mpc:
          Add the compilation / run parafernalia.

</pre>
</div>
</content>
</entry>
<entry>
<title>Thu Jul  2 03:13:27 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-02T03:14:36+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-02T03:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=4ae3513ca392d3dfefb9343f559f3c4a42fb1e85'/>
<id>4ae3513ca392d3dfefb9343f559f3c4a42fb1e85</id>
<content type='text'>
        * tests/Makefile.am:
        * tests/tests.mpc:
        * tests/Compiler_Features_03_Test.cpp:
          This time it is std::vector&lt;&gt;

        * tests/run_test.lst:
          I need to remember to add the tests to the list of automatically
          executed ones.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/Makefile.am:
        * tests/tests.mpc:
        * tests/Compiler_Features_03_Test.cpp:
          This time it is std::vector&lt;&gt;

        * tests/run_test.lst:
          I need to remember to add the tests to the list of automatically
          executed ones.

</pre>
</div>
</content>
</entry>
<entry>
<title>Thu Jul  2 03:07:40 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-02T03:08:53+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-02T03:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=782eb255cead484bbf38cdc9e352bb03f2abae8b'/>
<id>782eb255cead484bbf38cdc9e352bb03f2abae8b</id>
<content type='text'>
        * tests/tests.mpc:
        * tests/Makefile.am:
        * tests/Compiler_Features_02_Test.cpp:
          Test if the std::map&lt;&gt; class works.

        * tests/Compiler_Features_01_Test.cpp:
          Make the tests more consistent by using typedefs.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/tests.mpc:
        * tests/Makefile.am:
        * tests/Compiler_Features_02_Test.cpp:
          Test if the std::map&lt;&gt; class works.

        * tests/Compiler_Features_01_Test.cpp:
          Make the tests more consistent by using typedefs.

</pre>
</div>
</content>
</entry>
<entry>
<title>Thu Jul  2 02:45:13 UTC 2009  Carlos O'Ryan  &lt;coryan@glamdring&gt;</title>
<updated>2009-07-02T02:47:22+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-02T02:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=d8385b718abe72af689603fa3105a961255ee82f'/>
<id>d8385b718abe72af689603fa3105a961255ee82f</id>
<content type='text'>
        * tests/tests.mpc:
        * tests/Makefile.am:
        * tests/Compiler_Features_01_Test.cpp:
          Add first test for "modern" C++ compiler features.  In this
          case, I test if the std::list&lt;&gt; class works.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * tests/tests.mpc:
        * tests/Makefile.am:
        * tests/Compiler_Features_01_Test.cpp:
          Add first test for "modern" C++ compiler features.  In this
          case, I test if the std::list&lt;&gt; class works.

</pre>
</div>
</content>
</entry>
<entry>
<title>Create branch for bug-3715 fixes</title>
<updated>2009-07-02T02:11:59+00:00</updated>
<author>
<name>coryan</name>
<email>coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>2009-07-02T02:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=d67f48e4900c32166d4fa792fe3ffb0df5aa57fb'/>
<id>d67f48e4900c32166d4fa792fe3ffb0df5aa57fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ChangeLogTag: Wed Jul  1 13:09:34 UTC 2009  Olli Savia  &lt;ops@iki.fi&gt;</title>
<updated>2009-07-01T13:10:26+00:00</updated>
<author>
<name>Olli Savia</name>
<email>ops@iki.fi</email>
</author>
<published>2009-07-01T13:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=efbd734113e79dc0e8a42ab30ef50591818f26c7'/>
<id>efbd734113e79dc0e8a42ab30ef50591818f26c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
