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...> - 2004-03-26 14:59:57
|
allenb 2004/03/26 06:49:02 PST
Modified files:
cppdom cppdom.h
Log:
Use hashmap
Revision Changes Path
1.81 +3 -3 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.80&r2=1.81&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-08 06:03:57
|
allenb 2004/03/07 21:47:49 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
Added support for hash_maps which doesn't actually seem to be increasing performance ?!?
Revision Changes Path
1.50 +3 -3 cppdom/cppdom/cppdom.cpp
1.80 +42 -12 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.49&r2=1.50&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.79&r2=1.80&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-08 05:23:22
|
allenb 2004/03/07 21:07:16 PST
Modified files:
test/suite/data cppdom_metrics.txt
Log:
Metric data for new improvements.
Revision Changes Path
1.6 +8 -8 cppdom/test/suite/data/cppdom_metrics.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/data/cppdom_metrics.txt.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-08 05:20:36
|
allenb 2004/03/07 21:04:29 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
Handle maps a little smarter (don't linearly search through them manually). This increases performance by about 10% in debug mode.
Revision Changes Path
1.49 +21 -44 cppdom/cppdom/cppdom.cpp
1.79 +23 -24 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.48&r2=1.49&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.78&r2=1.79&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-08 05:19:42
|
allenb 2004/03/07 21:03:36 PST
Modified files:
test/suite/TestCases SpiritTest.cpp
Log:
Update spirit tests
Revision Changes Path
1.7 +13 -6 cppdom/test/suite/TestCases/SpiritTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/SpiritTest.cpp.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-08 05:19:04
|
allenb 2004/03/07 21:02:57 PST
Modified files:
. ChangeLog
Log:
sf sucks
Revision Changes Path
1.30 +0 -0 cppdom/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.29&r2=1.30&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-08 04:58:49
|
allenb 2004/03/07 20:42:43 PST
Modified files:
test/suite/data cppdom_metrics.txt
Log:
Updated metric
Revision Changes Path
1.5 +1 -1 cppdom/test/suite/data/cppdom_metrics.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/data/cppdom_metrics.txt.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-03-07 22:42:20
|
patrickh 2004/03/07 14:26:27 PST
Modified files: (Branch: releng-0-3)
. SConstruct
Log:
Removed the tar file build step. As far as I can tell, it's horribly
broken. Among other things, I am pretty sure it has littered my entire
home directory with .sconsign files.
Revision Changes Path
1.16.2.1 +0 -19 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16&r2=1.16.2.1&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-03-05 20:34:50
|
patrickh 2004/03/05 12:20:33 PST
Modified files: (Branch: releng-0-3)
. ChangeLog
Log:
Noted Aron's bug fix in cppdom::Node and the version bump to 0.3.1.
Revision Changes Path
1.23.2.1 +4 -0 cppdom/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.23&r2=1.23.2.1&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-03-05 20:33:09
|
patrickh 2004/03/05 12:18:51 PST
Modified files: (Branch: releng-0-3)
cppdom version.h
Log:
Incremented version to 0.3.1.
Revision Changes Path
1.9.2.1 +3 -3 cppdom/cppdom/version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.9&r2=1.9.2.1&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-03-05 20:32:49
|
patrickh 2004/03/05 12:18:32 PST
Modified files: (Branch: releng-0-3)
cppdom cppdom.h
Log:
MFH [rev 1.78]: Commented out ifdef that caused an error in getChildPred()'s
template instantiation. If the user compiles their
application optimized while cppdom is compiled debug this
templeted method will get specialized and think that the
object Node is a different size.
Revision Changes Path
1.75.2.1 +5 -4 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.75&r2=1.75.2.1&diff_format=h
|
|
From: Aron B. <ar...@us...> - 2004-03-05 20:29:50
|
aronb 2004/03/05 12:15:33 PST
Modified files:
cppdom cppdom.h
Log:
Commented out ifdef that caused an error in getChildPred()'s template
instantiation. If the user compiles their application optimized while
cppdom is compiled debug this templeted method will get specialized and
think that the object Node is a different size.
Revision Changes Path
1.78 +5 -4 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.77&r2=1.78&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-01 15:20:42
|
allenb 2004/03/01 07:09:39 PST
Modified files:
cppdom SpiritParser.cpp SpiritParser.h
Log:
Working to finish the spirit parser and builder.
Revision Changes Path
1.3 +65 -5 cppdom/cppdom/SpiritParser.cpp
1.3 +104 -14 cppdom/cppdom/SpiritParser.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SpiritParser.cpp.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SpiritParser.h.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-01 15:20:27
|
allenb 2004/03/01 07:09:22 PST
Modified files:
cppdom xmlparser.cpp
Log:
Renamed handleEvents() to hasEventHandler()
Revision Changes Path
1.28 +5 -5 cppdom/cppdom/xmlparser.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.27&r2=1.28&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-01 15:20:04
|
allenb 2004/03/01 07:09:00 PST
Modified files:
cppdom cppdom.cpp cppdom.h
Log:
Renamed handleEvents() to hasEventHandler()
Revision Changes Path
1.48 +4 -4 cppdom/cppdom/cppdom.cpp
1.77 +6 -6 cppdom/cppdom/cppdom.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.47&r2=1.48&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.76&r2=1.77&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-03-01 15:17:37
|
allenb 2004/03/01 07:06:31 PST
Modified files:
test/suite/TestCases SpiritTest.cpp
Log:
Refactored test to use the spirit parser
Revision Changes Path
1.6 +58 -5 cppdom/test/suite/TestCases/SpiritTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/SpiritTest.cpp.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 17:10:56
|
allenb 2004/02/29 09:00:33 PST
Modified files:
cppdom SpiritParser.cpp SpiritParser.h
Log:
Added builder class and started to add it into the parser that we currently have.
Next step is to actually create a full xml tree builder and parser.
Revision Changes Path
1.2 +22 -5 cppdom/cppdom/SpiritParser.cpp
1.2 +20 -26 cppdom/cppdom/SpiritParser.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SpiritParser.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SpiritParser.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 17:09:51
|
allenb 2004/02/29 08:59:32 PST
Modified files:
test/suite/TestCases SpiritTest.cpp
Log:
Add to spirit test
Revision Changes Path
1.5 +7 -4 cppdom/test/suite/TestCases/SpiritTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/SpiritTest.cpp.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 16:35:45
|
allenb 2004/02/29 08:25:26 PST
Modified files:
test/suite/TestCases SpiritTest.cpp
Log:
Added spirit parser files
Revision Changes Path
1.4 +27 -136 cppdom/test/suite/TestCases/SpiritTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/SpiritTest.cpp.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 16:35:32
|
allenb 2004/02/29 08:25:13 PST
Modified files:
cppdom SConscript
Added files:
cppdom SpiritParser.cpp SpiritParser.h
Log:
Added spirit parser files
Revision Changes Path
1.11 +2 -0 cppdom/cppdom/SConscript
1.1 +64 -0 cppdom/cppdom/SpiritParser.cpp (new)
1.1 +201 -0 cppdom/cppdom/SpiritParser.h (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SpiritParser.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SpiritParser.h?rev=1.1&content-type=text/plain
|
|
From: Allen B. <al...@us...> - 2004-02-29 16:34:56
|
allenb 2004/02/29 08:24:37 PST
Modified files:
. SConstruct
Log:
Fix up the build to make it put all .o's in build directory
Revision Changes Path
1.22 +3 -3 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.21&r2=1.22&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 16:24:43
|
allenb 2004/02/29 08:14:24 PST
Modified files:
cppdom cppdom.cpp cppdom.h predicates.h
xmlparser.cpp
Log:
Updates for Node::Type changes
Revision Changes Path
1.47 +70 -69 cppdom/cppdom/cppdom.cpp
1.76 +38 -19 cppdom/cppdom/cppdom.h
1.15 +4 -4 cppdom/cppdom/predicates.h
1.27 +4 -4 cppdom/cppdom/xmlparser.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.46&r2=1.47&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.75&r2=1.76&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/predicates.h.diff?r1=1.14&r2=1.15&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.26&r2=1.27&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 16:23:51
|
allenb 2004/02/29 08:13:33 PST
Modified files:
test/suite/TestCases NodeTest.cpp
Log:
Updates for Node::Type changes
Revision Changes Path
1.2 +9 -9 cppdom/test/suite/TestCases/NodeTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/NodeTest.cpp.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 16:22:54
|
allenb 2004/02/29 08:12:36 PST
Modified files:
doc cppdom.doxy
Log:
Forced
Revision Changes Path
1.7 +0 -0 cppdom/doc/cppdom.doxy
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/doc/cppdom.doxy.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-02-29 15:33:05
|
allenb 2004/02/29 07:22:48 PST
Modified files:
. README
Log:
Added docs about how to build and what the dependencies are.
Revision Changes Path
1.3 +15 -0 cppdom/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/README.diff?r1=1.2&r2=1.3&diff_format=h
|