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: Allen B. <al...@us...> - 2003-02-22 03:25:35
|
allenb 2003/02/21 19:25:35 PST
Modified files:
cppdom cppdom.cpp
Log:
Fixed up isEqual to work with element ignore information.
Revision Changes Path
1.41 +12 -4 cppdom/cppdom/cppdom.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.40&r2=1.41&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-22 03:23:36
|
allenb 2003/02/21 19:23:35 PST
Modified files:
test equal_test.xml equaltest.cpp
Log:
Added test for ignoring elements.
Revision Changes Path
1.4 +58 -0 cppdom/test/equal_test.xml
1.3 +9 -5 cppdom/test/equaltest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/equal_test.xml.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/equaltest.cpp.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-22 01:47:17
|
allenb 2003/02/21 17:47:13 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
Added some debug output for help debugging equality issues.
Revision Changes Path
1.40 +47 -21 cppdom/cppdom/cppdom.cpp
1.65 +5 -3 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.39&r2=1.40&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.64&r2=1.65&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-20 20:17:52
|
allenb 2003/02/20 12:17:49 PST
Modified files:
. ChangeLog
Log:
Note about isEqual addition.
Revision Changes Path
1.21 +3 -0 cppdom/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.20&r2=1.21&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-20 20:16:52
|
allenb 2003/02/20 12:16:50 PST
Modified files:
. ChangeLog
Log:
Fix spacing
Revision Changes Path
1.20 +2 -2 cppdom/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.19&r2=1.20&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-20 20:14:03
|
allenb 2003/02/20 12:14:02 PST
Modified files:
cppdom cppdom.cpp
Log:
Fix a couple of bugs in isEqual test and added some debug output that is commented out by default.
Revision Changes Path
1.39 +15 -3 cppdom/cppdom/cppdom.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.38&r2=1.39&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-20 20:13:07
|
allenb 2003/02/20 12:13:03 PST
Modified files:
test equal_test.xml equaltest.cpp
Log:
Fix up equal test
Revision Changes Path
1.3 +25 -9 cppdom/test/equal_test.xml
1.2 +22 -7 cppdom/test/equaltest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/equal_test.xml.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/equaltest.cpp.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-20 18:11:04
|
allenb 2003/02/20 10:11:04 PST
Modified files:
cppdom SConscript
Log:
Added building of static library (very nice for debugging)
Revision Changes Path
1.5 +5 -1 cppdom/cppdom/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-20 18:10:19
|
allenb 2003/02/20 10:10:18 PST
Modified files:
test SConscript
Added files:
test equaltest.cpp
Log:
Added equaltest
Revision Changes Path
1.5 +1 -0 cppdom/test/SConscript
1.1 +111 -0 cppdom/test/equaltest.cpp (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/SConscript.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/equaltest.cpp?rev=1.1&content-type=text/plain
|
|
From: Allen B. <al...@us...> - 2003-02-20 17:55:41
|
allenb 2003/02/20 09:55:40 PST
Modified files:
test equal_test.xml
Log:
Fixed invalid XML.
Revision Changes Path
1.2 +2 -2 cppdom/test/equal_test.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/equal_test.xml.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-20 15:51:06
|
allenb 2003/02/20 07:51:04 PST
Added files:
test equal_test.xml
Log:
Added xml file that encodes test cases for the Node::isEqual method.
Now I just need to write the application to load the file and use it.
Revision Changes Path
1.1 +188 -0 cppdom/test/equal_test.xml (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/equal_test.xml?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2003-02-19 01:30:22
|
patrickh 2003/02/18 17:30:21 PST
Modified files:
. SConstruct
Log:
Recognize FreeBSD (more or less).
Revision Changes Path
1.6 +2 -0 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2003-02-19 01:30:13
|
patrickh 2003/02/18 17:30:08 PST
Modified files:
test predtest.cpp
Log:
Added missing #include.
Revision Changes Path
1.9 +1 -0 cppdom/test/predtest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/predtest.cpp.diff?r1=1.8&r2=1.9&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2003-02-19 01:29:58
|
patrickh 2003/02/18 17:29:57 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
Decrease the number of headers included by cppdom.h.
Revision Changes Path
1.38 +5 -2 cppdom/cppdom/cppdom.cpp
1.64 +2 -6 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.37&r2=1.38&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.63&r2=1.64&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-02-18 23:34:12
|
allenb 2003/02/18 15:34:11 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
Added new isEqual operator.
Still needs testing, but it compiles.
Revision Changes Path
1.37 +61 -2 cppdom/cppdom/cppdom.cpp
1.63 +22 -2 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.36&r2=1.37&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.62&r2=1.63&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2003-02-09 04:23:11
|
subatomic 2003/02/08 20:23:10 PST
Modified files:
vc7 cppdom.vcproj
Log:
added include path to get this to compile under vc7
Revision Changes Path
1.4 +2 -0 cppdom/vc7/cppdom.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.vcproj.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Ben S. <non...@us...> - 2003-02-08 00:34:13
|
nonchocoboy 2003/02/07 16:34:12 PST
Modified files:
. README
Log:
Refer to scons instead of gmake.
Revision Changes Path
1.2 +3 -11 cppdom/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/README.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Ben S. <non...@us...> - 2003-02-08 00:32:25
|
nonchocoboy 2003/02/07 16:32:24 PST
Removed files:
. Makefile install-sh
Log:
Remove the remainder of the old build system.
Revision Changes Path
1.15 +0 -101 cppdom/Makefile (dead)
1.2 +0 -251 cppdom/install-sh (dead)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/Makefile?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/install-sh?rev=&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2003-01-25 19:50:50
|
patrickh 2003/01/25 11:50:49 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
cppdom::Attributes now aggregates std::map<std::string, std::string>
instead of deriving from it. Deriving from it could lead to problems with
multiply defined symbols on Win32.
Revision Changes Path
1.36 +13 -13 cppdom/cppdom/cppdom.cpp
1.62 +44 -11 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.35&r2=1.36&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.61&r2=1.62&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2003-01-25 17:45:26
|
patrickh 2003/01/25 09:45:26 PST
Modified files:
test Makefile
Log:
Fixed Win32 build.
Revision Changes Path
1.14 +2 -1 cppdom/test/Makefile
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/Makefile.diff?r1=1.13&r2=1.14&diff_format=h
|
|
From: Ben S. <non...@us...> - 2003-01-22 00:19:13
|
nonchocoboy 2003/01/21 16:19:12 PST
Modified files:
test SConscript
Log:
Bring the scons build up to date.
Revision Changes Path
1.3 +1 -1 cppdom/test/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/SConscript.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2003-01-16 18:31:36
|
patrickh 2003/01/16 10:31:35 PST
Modified files:
cppdom config.h
Log:
On Win32, check for CPPDOM_EXPORTS and define __declspec(dllexport).
Otherwise, define __declspec(dllimport);
Revision Changes Path
1.10 +3 -5 cppdom/cppdom/config.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/config.h.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-01-14 22:29:56
|
allenb 2003/01/14 14:29:55 PST
Modified files:
cppdom config.h cppdom.cpp cppdom.h
xmlparser.cpp
Log:
Added member to Node that tracks the current name of the node. This member is only compiled in when CPPDOM_DEBUG is defined.
Revision Changes Path
1.9 +6 -2 cppdom/cppdom/config.h
1.35 +11 -2 cppdom/cppdom/cppdom.cpp
1.61 +5 -2 cppdom/cppdom/cppdom.h
1.24 +15 -2 cppdom/cppdom/xmlparser.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/config.h.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.34&r2=1.35&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.60&r2=1.61&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.23&r2=1.24&diff_format=h
|
|
From: Allen B. <al...@us...> - 2003-01-14 22:29:55
|
allenb 2003/01/14 14:29:55 PST
Modified files:
. ChangeLog
Log:
Added member to Node that tracks the current name of the node. This member is only compiled in when CPPDOM_DEBUG is defined.
Revision Changes Path
1.18 +10 -6 cppdom/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.17&r2=1.18&diff_format=h
|