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: Ben S. <non...@us...> - 2002-12-02 20:51:29
|
nonchocoboy 2002/12/02 12:51:28 PST Modified files: . ChangeLog Log: SFBug #558316 Specialization of cppdom::XMLAttribute::getValue<T> for std::string added so that more than just the first word in the attribute value can be retrieved. Revision Changes Path 1.7 +3 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.6&r2=1.7&diff_format=h |
From: Ben S. <non...@us...> - 2002-12-02 20:02:58
|
nonchocoboy 2002/12/02 12:02:57 PST Modified files: cppdom SConscript Added files: cppdom version.cpp version.h Log: Added in versioning support. Revision Changes Path 1.2 +2 -0 cppdom/cppdom/SConscript 1.1 +62 -0 cppdom/cppdom/version.cpp (new) 1.1 +136 -0 cppdom/cppdom/version.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-12-02 20:02:57
|
nonchocoboy 2002/12/02 12:02:54 PST Modified files: . ChangeLog Makefile Log: Added in versioning support. Revision Changes Path 1.6 +17 -15 cppdom/ChangeLog 1.14 +2 -2 cppdom/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/Makefile.diff?r1=1.13&r2=1.14&diff_format=h |
From: Ben S. <non...@us...> - 2002-12-02 19:53:35
|
nonchocoboy 2002/12/02 11:53:34 PST Modified files: cppdom config.h cppdom.h predicates.h shared_ptr.h Log: s/XMLPP/CPPDOM/g Revision Changes Path 1.4 +3 -3 cppdom/cppdom/config.h 1.42 +5 -5 cppdom/cppdom/cppdom.h 1.6 +2 -2 cppdom/cppdom/predicates.h 1.9 +2 -2 cppdom/cppdom/shared_ptr.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/config.h.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.41&r2=1.42&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/predicates.h.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/shared_ptr.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Ben S. <non...@us...> - 2002-12-01 06:49:31
|
nonchocoboy 2002/11/30 22:49:30 PST Added files: cppdom SConscript Log: Starting a VERY basic SCons build. Revision Changes Path 1.1 +31 -0 cppdom/cppdom/SConscript (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SConscript?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-12-01 06:49:31
|
nonchocoboy 2002/11/30 22:49:30 PST Added files: . SConstruct Log: Starting a VERY basic SCons build. Revision Changes Path 1.2 +155 -0 cppdom/SConstruct (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct?rev=1.2&content-type=text/plain |
From: Kevin M. <sub...@us...> - 2002-08-20 16:32:36
|
subatomic 2002/08/20 09:32:34 PDT Modified files: . Makefile Log: use a platform named libdir... Revision Changes Path 1.13 +7 -3 cppdom/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/Makefile.diff?r1=1.12&r2=1.13&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-08 13:58:37
|
subatomic 2002/08/08 06:58:36 PDT Modified files: test parsetest.cpp Log: make this compile under windows. the clock stuff wasn't needed.. Revision Changes Path 1.11 +155 -155 cppdom/test/parsetest.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/parsetest.cpp.diff?r1=1.10&r2=1.11&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-05 16:59:59
|
subatomic 2002/08/05 09:59:58 PDT Modified files: test Makefile Log: use $(CXX) in creating the obj and dep paths. Revision Changes Path 1.12 +3 -3 cppdom/test/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/Makefile.diff?r1=1.11&r2=1.12&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-05 16:59:31
|
subatomic 2002/08/05 09:59:30 PDT Modified files: . Makefile Log: use $(CXX) in creating the paths. Revision Changes Path 1.12 +4 -4 cppdom/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/Makefile.diff?r1=1.11&r2=1.12&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-02 15:27:48
|
subatomic 2002/08/02 08:27:47 PDT Modified files: test parsetest.cpp Log: irix doesn't have ctime header file, and it wasn't needed - so it is now commented out. Revision Changes Path 1.10 +1 -1 cppdom/test/parsetest.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/parsetest.cpp.diff?r1=1.9&r2=1.10&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-02 15:20:51
|
subatomic 2002/08/02 08:20:51 PDT Modified files: mk dzr.irix.mk dzr.lib.mk Log: updates from Doozer Revision Changes Path 1.3 +9 -5 cppdom/mk/dzr.irix.mk 1.3 +5 -6 cppdom/mk/dzr.lib.mk http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/mk/dzr.irix.mk.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/mk/dzr.lib.mk.diff?r1=1.2&r2=1.3&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-02 15:02:22
|
subatomic 2002/08/02 08:02:22 PDT Modified files: cppdom shared_ptr.h Log: removed #include <cstddef>, which kept this from compiling under irix Revision Changes Path 1.8 +1 -1 cppdom/cppdom/shared_ptr.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/shared_ptr.h.diff?r1=1.7&r2=1.8&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-02 14:58:08
|
subatomic 2002/08/02 07:58:07 PDT Modified files: test Makefile Log: use hosttype for deps and objs directories. Revision Changes Path 1.11 +3 -3 cppdom/test/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/Makefile.diff?r1=1.10&r2=1.11&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-02 14:57:31
|
subatomic 2002/08/02 07:57:30 PDT Modified files: . Makefile Log: use hosttypes for the dep and obj directories. Revision Changes Path 1.11 +3 -3 cppdom/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/Makefile.diff?r1=1.10&r2=1.11&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-08-02 14:54:59
|
subatomic 2002/08/02 07:54:58 PDT Modified files: . Makefile Log: create different install dirs by default for each host type... Revision Changes Path 1.10 +2 -2 cppdom/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/Makefile.diff?r1=1.9&r2=1.10&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-06-20 01:55:05
|
subatomic 2002/06/19 18:55:04 PDT Modified files: test nodetest.cpp Log: compiles under win32 now, added assert.h Revision Changes Path 1.10 +1 -0 cppdom/test/nodetest.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/nodetest.cpp.diff?r1=1.9&r2=1.10&diff_format=h |
From: Patrick H. <pat...@us...> - 2002-05-29 22:44:14
|
patrickh 2002/05/29 15:44:14 PDT Modified files: cppdom cppdom.h Log: The released Visual C++ 7 appears to have working member templates. Revision Changes Path 1.41 +5 -1 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.40&r2=1.41&diff_format=h |
From: Patrick H. <pat...@us...> - 2002-05-29 19:10:52
|
patrickh 2002/05/29 12:10:46 PDT Modified files: cppdom shared_ptr.h Log: Overload operator< instead of specializing std::less<T> on shared_ptr. The specialization does not compile with MS Visual Studio 7 for some reason. More importantly, Boost 1.28 uses this technique. Revision Changes Path 1.7 +6 -15 cppdom/cppdom/shared_ptr.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/shared_ptr.h.diff?r1=1.6&r2=1.7&diff_format=h |
From: Patrick H. <pat...@us...> - 2002-05-24 04:10:11
|
patrickh 2002/05/23 21:10:11 PDT Modified files: cppdom cppdom.h Log: Removed debugging output accidentally added in the last revision. Revision Changes Path 1.40 +0 -2 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.39&r2=1.40&diff_format=h |
From: Patrick H. <pat...@us...> - 2002-05-24 03:50:34
|
patrickh 2002/05/23 20:50:33 PDT Modified files: test nodetest.cpp Log: Verify that the children have the right parent. Revision Changes Path 1.9 +3 -0 cppdom/test/nodetest.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/nodetest.cpp.diff?r1=1.8&r2=1.9&diff_format=h |
From: Patrick H. <pat...@us...> - 2002-05-24 03:49:43
|
patrickh 2002/05/23 20:49:42 PDT Modified files: cppdom cppdom.cpp cppdom.h xmlparser.cpp Log: Nodes now know their parent (if they have one). Revision Changes Path 1.17 +2 -0 cppdom/cppdom/cppdom.cpp 1.39 +24 -3 cppdom/cppdom/cppdom.h 1.14 +8 -8 cppdom/cppdom/xmlparser.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.16&r2=1.17&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.38&r2=1.39&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.13&r2=1.14&diff_format=h |