You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(76) |
Jun
(1) |
Jul
|
Aug
(13) |
Sep
|
Oct
|
Nov
|
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(53) |
Feb
(31) |
Mar
|
Apr
(3) |
May
|
Jun
(4) |
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(1) |
2004 |
Jan
(5) |
Feb
(52) |
Mar
(23) |
Apr
(40) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(2) |
Nov
(5) |
Dec
|
2005 |
Jan
|
Feb
(5) |
Mar
|
Apr
(8) |
May
(6) |
Jun
(5) |
Jul
|
Aug
(2) |
Sep
|
Oct
(3) |
Nov
|
Dec
(4) |
2006 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
(20) |
May
(2) |
Jun
(31) |
Jul
(30) |
Aug
(20) |
Sep
(1) |
Oct
|
Nov
(14) |
Dec
|
2007 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(37) |
Jul
(8) |
Aug
(10) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
(15) |
Apr
(4) |
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
(11) |
Oct
(4) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(9) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(18) |
Aug
(3) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Patrick H. <pat...@us...> - 2003-01-13 15:41:13
|
patrickh 2003/01/13 07:41:12 PST Modified files: cppdom cppdom.cpp Log: Fixed document saving. Revision Changes Path 1.34 +3 -3 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.33&r2=1.34&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-13 07:32:08
|
allenb 2003/01/12 23:32:07 PST Modified files: cppdom cppdom.cpp Log: Throw exception if user attempts to call addChild with a NULL node. Revision Changes Path 1.33 +6 -2 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.32&r2=1.33&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-12 05:25:01
|
allenb 2003/01/11 21:25:01 PST Modified files: cppdom cppdom.cpp cppdom.h version.h xmlparser.cpp Log: Refactoring exception class. cppdom::Error now tracks a local description of the error as well as the file and line number that the error occured on. There is a new macro that helps to construct the Error class to throw. Also fixed the attribute API to throw an exception when passed an invalid attribute name. With this major of a change to API, the version has been increased to: 0.2.0 Revision Changes Path 1.32 +24 -8 cppdom/cppdom/cppdom.cpp 1.60 +15 -4 cppdom/cppdom/cppdom.h 1.6 +3 -3 cppdom/cppdom/version.h 1.23 +20 -20 cppdom/cppdom/xmlparser.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.31&r2=1.32&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.59&r2=1.60&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.22&r2=1.23&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-12 05:25:01
|
allenb 2003/01/11 21:25:00 PST Modified files: . ChangeLog Log: Refactoring exception class. cppdom::Error now tracks a local description of the error as well as the file and line number that the error occured on. There is a new macro that helps to construct the Error class to throw. Also fixed the attribute API to throw an exception when passed an invalid attribute name. With this major of a change to API, the version has been increased to: 0.2.0 Revision Changes Path 1.17 +8 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.16&r2=1.17&diff_format=h |
From: Patrick H. <pat...@us...> - 2003-01-11 23:10:46
|
patrickh 2003/01/11 15:10:46 PST Modified files: cppdom cppdom.h Log: Silenced MIPSpro warning. Revision Changes Path 1.59 +3 -3 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.58&r2=1.59&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-11 17:49:53
|
allenb 2003/01/11 09:49:52 PST Modified files: cppdom cppdom.h Log: Changed NodeList type from std::list to std::vector. For the majority of usages, I can think of no advantages to using std::list as the list type for NodeList. There are several performance and storage advantages for using std::vector though. The only time I can see std::list being helpful is if we reordered or inserted and new node in the middle of the list. Since these operations are not performed routinely (and currently aren't even implemented) it doesn't make sense to keep using std::list. Revision Changes Path 1.58 +4 -4 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.57&r2=1.58&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-11 17:49:52
|
allenb 2003/01/11 09:49:51 PST Modified files: . ChangeLog Log: Changed NodeList type from std::list to std::vector. For the majority of usages, I can think of no advantages to using std::list as the list type for NodeList. There are several performance and storage advantages for using std::vector though. The only time I can see std::list being helpful is if we reordered or inserted and new node in the middle of the list. Since these operations are not performed routinely (and currently aren't even implemented) it doesn't make sense to keep using std::list. Revision Changes Path 1.16 +1 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.15&r2=1.16&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-11 17:43:44
|
allenb 2003/01/11 09:43:43 PST Modified files: . ChangeLog Log: Note about change. Revision Changes Path 1.15 +2 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.14&r2=1.15&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-11 17:42:52
|
allenb 2003/01/11 09:42:51 PST Modified files: cppdom cppdom.cpp cppdom.h test maketree.cpp Log: Added flags to node and document saving for disabling indentation and/or newlines. Revision Changes Path 1.31 +24 -15 cppdom/cppdom/cppdom.cpp 1.57 +13 -6 cppdom/cppdom/cppdom.h 1.4 +4 -0 cppdom/test/maketree.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.30&r2=1.31&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.56&r2=1.57&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/maketree.cpp.diff?r1=1.3&r2=1.4&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-10 21:48:19
|
allenb 2003/01/10 13:48:19 PST Modified files: test maketree.cpp Log: Fix bugs in test application. Revision Changes Path 1.2 +10 -5 cppdom/test/maketree.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/maketree.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-10 21:42:40
|
allenb 2003/01/10 13:42:36 PST Modified files: cppdom cppdom.cpp cppdom.h Log: Throw an exception if the user tries to add a second child to a document node. This would cause an invalid XML structure and thus we should not allow it. Revision Changes Path 1.29 +12 -2 cppdom/cppdom/cppdom.cpp 1.55 +3 -2 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.28&r2=1.29&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.54&r2=1.55&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-10 21:30:43
|
allenb 2003/01/10 13:30:42 PST Modified files: . ChangeLog Log: Note about changes. Revision Changes Path 1.13 +3 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.12&r2=1.13&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-10 21:30:17
|
allenb 2003/01/10 13:30:16 PST Modified files: doc/dox examples_index.dox Log: Added new test as an example for docs. Revision Changes Path 1.2 +22 -0 cppdom/doc/dox/examples_index.dox http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/doc/dox/examples_index.dox.diff?r1=1.1&r2=1.2&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-10 21:29:50
|
allenb 2003/01/10 13:29:49 PST Modified files: cppdom cppdom.cpp cppdom.h Log: Added new constructors for Doc and Node types that take the name of the new node as a parameter. Revision Changes Path 1.28 +13 -2 cppdom/cppdom/cppdom.cpp 1.54 +8 -2 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.27&r2=1.28&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.53&r2=1.54&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-10 21:29:18
|
allenb 2003/01/10 13:29:17 PST Modified files: test Makefile parsetest.cpp Added files: test maketree.cpp testHelpers.h Log: Added new test. Created header file with common helper methods for tests. Revision Changes Path 1.13 +8 -3 cppdom/test/Makefile 1.1 +53 -0 cppdom/test/maketree.cpp (new) 1.14 +4 -60 cppdom/test/parsetest.cpp 1.1 +75 -0 cppdom/test/testHelpers.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/Makefile.diff?r1=1.12&r2=1.13&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/maketree.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/parsetest.cpp.diff?r1=1.13&r2=1.14&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/testHelpers.h?rev=1.1&content-type=text/plain |
From: Allen B. <al...@us...> - 2003-01-10 19:09:44
|
allenb 2003/01/10 11:09:44 PST Modified files: test nodetest.xml Log: Added some more cdata for testing. Revision Changes Path 1.2 +12 -0 cppdom/test/nodetest.xml http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/nodetest.xml.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-07 13:16:52
|
nonchocoboy 2003/01/07 05:16:52 PST Modified files: . AUTHORS Log: Added Michael Fink as the original xmlpp author. Revision Changes Path 1.2 +4 -0 cppdom/AUTHORS http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/AUTHORS.diff?r1=1.1&r2=1.2&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-06 23:55:51
|
allenb 2003/01/06 15:55:50 PST Modified files: . ChangeLog Log: Note about doxy changes Revision Changes Path 1.12 +3 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.11&r2=1.12&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-06 23:51:03
|
allenb 2003/01/06 15:51:01 PST Modified files: doc cppdom.doxy Log: Set to parse the .dox files that contain project documentation. Also add the test directory as the source for examples. Revision Changes Path 1.4 +5 -3 cppdom/doc/cppdom.doxy http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/doc/cppdom.doxy.diff?r1=1.3&r2=1.4&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-06 23:50:08
|
allenb 2003/01/06 15:50:07 PST Added files: doc/dox examples_index.dox mainpage.dox Log: Added beginnings of doxy based project documentation for examples and main description. Revision Changes Path 1.1 +16 -0 cppdom/doc/dox/examples_index.dox (new) 1.1 +19 -0 cppdom/doc/dox/mainpage.dox (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/doc/dox/examples_index.dox?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/doc/dox/mainpage.dox?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2003-01-03 23:21:30
|
nonchocoboy 2003/01/03 15:21:29 PST Modified files: cppdom config.h Log: Removed unused macro. Revision Changes Path 1.7 +3 -6 cppdom/cppdom/config.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/config.h.diff?r1=1.6&r2=1.7&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-03 03:14:38
|
nonchocoboy 2003/01/02 19:14:38 PST Modified files: . ChangeLog cppdom version.h doc cppdom.doxy Log: Bumped version to 0.1.0 Revision Changes Path 1.10 +2 -0 cppdom/ChangeLog 1.4 +5 -5 cppdom/cppdom/version.h 1.3 +1 -1 cppdom/doc/cppdom.doxy http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.9&r2=1.10&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/doc/cppdom.doxy.diff?r1=1.2&r2=1.3&diff_format=h |