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-11-16 19:57:26
|
patrickh 2003/11/16 11:56:37 PST Modified files: cppdom cppdom.h Log: Silenced VC++ warning. Revision Changes Path 1.75 +3 -3 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.74&r2=1.75&diff_format=h |
From: Allen B. <al...@us...> - 2003-10-08 16:02:03
|
allenb 2003/10/08 09:01:55 PDT Modified files: test maketree.cpp Log: Attempt to make better test. Instead just comment out the failing assertion. Revision Changes Path 1.6 +14 -10 cppdom/test/maketree.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/maketree.cpp.diff?r1=1.5&r2=1.6&diff_format=h |
From: Allen B. <al...@us...> - 2003-10-07 20:22:00
|
allenb 2003/10/07 13:21:54 PDT Modified files: . SConstruct Log: Fixed problem using AutoDist Revision Changes Path 1.13 +12 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.12&r2=1.13&diff_format=h |
From: Allen B. <al...@us...> - 2003-07-08 21:54:43
|
allenb 2003/07/08 14:54:42 PDT Modified files: . SConstruct Log: Go ahead and compile the test directory even if we don't have cppunit. We only need cppunit for the suite subdirectory. Revision Changes Path 1.12 +2 -3 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.11&r2=1.12&diff_format=h |
From: Allen B. <al...@us...> - 2003-07-08 21:50:09
|
allenb 2003/07/08 14:50:08 PDT Modified files: . SConstruct Log: Added support for sun platform (with gcc compiler tool chain). Revision Changes Path 1.11 +31 -0 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.10&r2=1.11&diff_format=h |
From: Aron B. <ar...@us...> - 2003-06-25 05:30:45
|
aronb 2003/06/24 22:30:44 PDT Modified files: cppdom cppdom.cpp cppdom.h Log: - Added a destructor for the Document class. This fixes a bug that we were seeing while clearing a std::vector<DocumentPtr>. Revision Changes Path 1.45 +7 -2 cppdom/cppdom/cppdom.cpp 1.73 +4 -2 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.44&r2=1.45&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.72&r2=1.73&diff_format=h |
From: Ben S. <non...@us...> - 2003-06-12 20:48:53
|
nonchocoboy 2003/06/12 13:48:52 PDT Modified files: cppdom cppdom.cpp Log: Fixed occasional crash when a Node's destructor was called twice (by std::vector) causing the node to delete its children twice. Revision Changes Path 1.44 +3 -2 cppdom/cppdom/cppdom.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.43&r2=1.44&diff_format=h |
From: Ben S. <non...@us...> - 2003-06-12 20:45:55
|
nonchocoboy 2003/06/12 13:45:54 PDT Added files: . cvsignore Log: Ignore files residual from SCons and Python. Revision Changes Path 1.1 +3 -0 CVSROOT/cvsignore (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/CVSROOT/cvsignore?rev=1.1&content-type=text/plain |
From: Allen B. <al...@us...> - 2003-06-03 21:38:17
|
allenb 2003/06/03 14:38:15 PDT Modified files: cppdom SConscript cppdom.cpp cppdom.h xmlparser.cpp Log: Remove some unused variable warnings. This introduces a single inline method cppdom::ignore_unused_variable_warning. It has no overhead but can be used to explicitly make the warning go away when the developer is purposly not using the variable. Revision Changes Path 1.6 +3 -3 cppdom/cppdom/SConscript 1.43 +5 -2 cppdom/cppdom/cppdom.cpp 1.72 +15 -7 cppdom/cppdom/cppdom.h 1.25 +4 -2 cppdom/cppdom/xmlparser.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.42&r2=1.43&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.71&r2=1.72&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.24&r2=1.25&diff_format=h |
From: Allen B. <al...@us...> - 2003-04-03 06:17:12
|
allenb 2003/04/02 22:17:11 PST Modified files: . SConstruct Log: Added some more build stuff. - Moved prefix to option - Other nice things Revision Changes Path 1.10 +10 -4 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.9&r2=1.10&diff_format=h |
From: Allen B. <al...@us...> - 2003-04-03 05:54:13
|
allenb 2003/04/02 21:54:12 PST Modified files: . SConstruct Log: Help is good. Revision Changes Path 1.9 +10 -4 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.8&r2=1.9&diff_format=h |
From: Allen B. <al...@us...> - 2003-04-03 05:48:29
|
allenb 2003/04/02 21:48:28 PST Modified files: . SConstruct Log: Make build a little smarter. BuildDir is still smarter then me though. Revision Changes Path 1.8 +22 -8 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.7&r2=1.8&diff_format=h |
From: Allen B. <al...@us...> - 2003-02-27 00:41:26
|
allenb 2003/02/26 16:41:25 PST Modified files: test parsetest.cpp Log: Fix up the test build that someone broke a couple of days ago. Revision Changes Path 1.15 +1 -2 cppdom/test/parsetest.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/parsetest.cpp.diff?r1=1.14&r2=1.15&diff_format=h |
From: Ben S. <non...@us...> - 2003-02-23 22:09:51
|
nonchocoboy 2003/02/23 14:09:51 PST Modified files: cppdom cppdom.cpp cppdom.h Log: Error::getStrErrorC() now returns a string rather than modifying an argument. Revision Changes Path 1.42 +5 -8 cppdom/cppdom/cppdom.cpp 1.71 +3 -3 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.41&r2=1.42&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.70&r2=1.71&diff_format=h |
From: Ben S. <non...@us...> - 2003-02-23 21:07:21
|
nonchocoboy 2003/02/23 13:07:20 PST Modified files: cppdom config.h cppdom.h version.cpp version.h Log: Use __stdcall on exported functions in Win32 Revision Changes Path 1.11 +14 -33 cppdom/cppdom/config.h 1.70 +10 -10 cppdom/cppdom/cppdom.h 1.3 +7 -4 cppdom/cppdom/version.cpp 1.7 +5 -3 cppdom/cppdom/version.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/config.h.diff?r1=1.10&r2=1.11&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.69&r2=1.70&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.6&r2=1.7&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-23 17:11:29
|
subatomic 2003/02/23 09:11:28 PST Modified files: cppdom cppdom.h Log: backed out Attribute destructor, wasn't meant to be committed before. Revision Changes Path 1.69 +2 -3 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.68&r2=1.69&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-23 16:24:59
|
subatomic 2003/02/23 08:24:57 PST Modified files: cppdom cppdom.h Log: returned the return type to match the template. this didn't compile under compilers other than vc7... Revision Changes Path 1.68 +5 -4 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.67&r2=1.68&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-23 07:56:33
|
subatomic 2003/02/22 23:56:32 PST Modified files: vc7 cppdom.sln cppdom.vcproj Log: make static lib the default. Revision Changes Path 1.5 +8 -8 cppdom/vc7/cppdom.sln 1.8 +16 -16 cppdom/vc7/cppdom.vcproj http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.sln.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.vcproj.diff?r1=1.7&r2=1.8&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-22 23:07:55
|
subatomic 2003/02/22 15:07:54 PST Modified files: cppdom cppdom.h Log: use const std::string& getValue<std::string>() const instead of std::string getValue<std::string>() const since were returning mData, this would be faster (just a pointer instead of a temporary.) slightly related, this also fixes a crash bug in one of my applications, somehow it was dying in the destructor of std::string if I called getValue<std::string>.... strange. :( all good now though. Revision Changes Path 1.67 +4 -4 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.66&r2=1.67&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-22 22:54:21
|
subatomic 2003/02/22 14:54:20 PST Modified files: cppdom cppdom.h Log: in Attribute::getValue<std::string>() return mData; instead of std::string value( mData ) return value; seems more simple and in the unopt case there will be less data copying (one for value, one for temporary). Revision Changes Path 1.66 +4 -6 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.65&r2=1.66&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-22 21:40:51
|
subatomic 2003/02/22 13:40:48 PST Modified files: vc7 cppdom.vcproj Log: fixed static targets to actually output the .lib Revision Changes Path 1.7 +4 -2 cppdom/vc7/cppdom.vcproj http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.vcproj.diff?r1=1.6&r2=1.7&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-22 21:37:26
|
subatomic 2003/02/22 13:37:26 PST Modified files: vc7 cppdom.sln cppdom.vcproj Log: added static lib generation to the list of possible configurations. (DLL and static are now both supported.) Revision Changes Path 1.4 +7 -1 cppdom/vc7/cppdom.sln 1.6 +80 -0 cppdom/vc7/cppdom.vcproj http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.sln.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.vcproj.diff?r1=1.5&r2=1.6&diff_format=h |
From: Kevin M. <sub...@us...> - 2003-02-22 21:33:14
|
subatomic 2003/02/22 13:33:10 PST Modified files: vc7 cppdom.sln cppdom.vcproj Log: make a DLL Revision Changes Path 1.3 +5 -5 cppdom/vc7/cppdom.sln 1.5 +57 -35 cppdom/vc7/cppdom.vcproj http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.sln.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.vcproj.diff?r1=1.4&r2=1.5&diff_format=h |