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...> - 2005-05-23 12:54:12
|
patrickh 2005/05/23 05:54:06 PDT
Modified files:
. README
Log:
Drop the ".NET" bit from the Visual Studio name. Microsoft appears to have
changed the product name back to just plain Visual Studio with version 8
(or 2005 if you prefer).
Clarify that the Spirit-based parser is optional, and the fact that the
Visual Studio build does not support it does not mean that that build
cannot be used.
Revision Changes Path
1.7 +3 -3 cppdom/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/README.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-05-03 21:52:58
|
patrickh 2005/05/03 14:52:52 PDT
Modified files:
. SConstruct
Log:
Fixed building of the test applications on Mac OS X. With SCons 0.96,
there is no need to specify the use of -dynamiclib manually for shared
library creation.
Revision Changes Path
1.44 +1 -1 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.43&r2=1.44&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-05-03 21:52:19
|
patrickh 2005/05/03 14:51:42 PDT
Modified files: (Branch: releng-0-3)
. SConstruct
Log:
Fix building the test applications on Mac OS X. With SCons 0.96, there is
no need to tell it to use -dynamiclib for building a shared library.
Revision Changes Path
1.16.2.5 +1 -1 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16.2.4&r2=1.16.2.5&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-05-03 21:50:23
|
patrickh 2005/05/03 14:50:17 PDT
Modified files: (Branch: releng-0-3)
cppdom xmlparser.cpp
Log:
Merged Revision 1.29 from HEAD to fix SourceForge Bug #664479.
Revision Changes Path
1.26.2.1 +13 -3 cppdom/cppdom/xmlparser.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.26&r2=1.26.2.1&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-05-03 21:46:30
|
patrickh 2005/05/03 14:46:24 PDT
Modified files:
cppdom xmlparser.cpp
Log:
Bug fixed: Various cases of content within comments were not handled
correctly. For example:
<!---->
<!-- blah-->
<!-- <blah></blah> -->
SF Bug#: 664479
Submitted by: < the_speed_bump at users dot sourceforge dot net >
(over two years ago...)
Revision Changes Path
1.29 +13 -3 cppdom/cppdom/xmlparser.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.28&r2=1.29&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-04-26 20:44:17
|
patrickh 2005/04/26 13:44:11 PDT
Modified files:
. SConstruct
Log:
Meager support for building using SCons on Windows (or Cygwin). This does
not include the necessary naming convention for the .lib and .dll files to
distinguish between debug and release builds.
Revision Changes Path
1.43 +63 -23 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.42&r2=1.43&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-04-26 16:05:39
|
patrickh 2005/04/26 09:05:31 PDT
Modified files: (Branch: releng-0-3)
vc7 cppdom.sln
Log:
MFH [rev 1.6]: Fixed project configuration messiness.
Revision Changes Path
1.5.2.1 +6 -6 cppdom/vc7/cppdom.sln
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.sln.diff?r1=1.5&r2=1.5.2.1&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-04-26 15:57:14
|
patrickh 2005/04/26 08:57:05 PDT
Modified files:
vc7 cppdom.sln
Log:
Get the project configuration set up correctly for the different targets.
I am surprised that no one complained about how messed up this has been,
but the problems only seem to manifest themselves in the "Batch Build"
dialog box.
Revision Changes Path
1.6 +6 -6 cppdom/vc7/cppdom.sln
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.sln.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-04-26 15:51:08
|
patrickh 2005/04/26 08:51:02 PDT
Modified files:
vc7 cppdom.vcproj
Log:
Use the correct runtime for the DLL targets. I don't know how this went
unnoticed for so long.
Revision Changes Path
1.10 +2 -2 cppdom/vc7/cppdom.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/vc7/cppdom.vcproj.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-04-26 02:25:52
|
patrickh 2005/04/25 19:25:46 PDT
Modified files:
. README
Log:
Added a note that the Visual Studio solution for building CppDOM does not
support building the Spirit-based parser.
Revision Changes Path
1.6 +3 -0 cppdom/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/README.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-04-25 22:15:12
|
patrickh 2005/04/25 15:15:06 PDT
Modified files:
. README
Log:
Added build and install instructions for Windows.
Revision Changes Path
1.5 +15 -0 cppdom/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/README.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2005-04-24 16:40:40
|
patrickh 2005/04/24 09:40:33 PDT
Modified files:
. SConstruct
Log:
SConsAddons.Util.GetPlatform() returns 'mac' when it detects that the
platform is Darwin.
Revision Changes Path
1.42 +1 -1 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.41&r2=1.42&diff_format=h
|
|
From: Allen B. <al...@us...> - 2005-04-15 04:41:15
|
allenb 2005/04/14 21:41:06 PDT
Modified files:
. README SConstruct
Log:
Note requirement on scons addons. Update script to use new scons addons method.
Revision Changes Path
1.4 +14 -2 cppdom/README
1.41 +1 -1 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/README.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.40&r2=1.41&diff_format=h
|
|
From: Allen B. <al...@us...> - 2005-02-04 22:40:37
|
allenb 2005/02/04 14:40:29 PST
Modified files:
. ChangeLog
Log:
Note addition of option repository and getChild by path.
Revision Changes Path
1.36 +4 -0 cppdom/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.35&r2=1.36&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-11-20 03:19:33
|
allenb 2004/11/19 19:19:19 PST
Modified files:
. SConstruct
Log:
Updated build for latest version of scons-addons. Note, that there is badness here that really needs tracked down in scons-addons and fixed in the future.
Revision Changes Path
1.40 +2 -2 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.39&r2=1.40&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-11-20 03:19:32
|
allenb 2004/11/19 19:19:20 PST
Modified files:
cppdom SConscript
Log:
Updated build for latest version of scons-addons. Note, that there is badness here that really needs tracked down in scons-addons and fixed in the future.
Revision Changes Path
1.16 +2 -1 cppdom/cppdom/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.15&r2=1.16&diff_format=h
|
|
From: Allen B. <al...@us...> - 2004-11-19 04:18:26
|
allenb 2004/11/18 20:18:20 PST
Modified files:
. SConstruct
Log:
Disable rpm generation for now.
Revision Changes Path
1.39 +3 -3 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.38&r2=1.39&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-11-11 16:47:31
|
patrickh 2004/11/11 08:47:25 PST
Modified files: (Branch: releng-0-3)
cppdom version.h
Log:
Prepare for a 0.3.3 release. The only difference since 0.3.2 is that the
build has been fixed on Mac OS X.
Revision Changes Path
1.9.2.3 +3 -3 cppdom/cppdom/version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.9.2.2&r2=1.9.2.3&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-11-11 16:47:30
|
patrickh 2004/11/11 08:47:23 PST
Modified files: (Branch: releng-0-3)
. ChangeLog
Log:
Prepare for a 0.3.3 release. The only difference since 0.3.2 is that the
build has been fixed on Mac OS X.
Revision Changes Path
1.23.2.3 +3 -0 cppdom/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.23.2.2&r2=1.23.2.3&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-10-11 14:08:32
|
patrickh 2004/10/11 07:07:11 PDT
Modified files: (Branch: releng-0-3)
test/suite SConscript
Log:
Fixed the test suite build.
Revision Changes Path
1.2.2.1 +5 -2 cppdom/test/suite/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/SConscript.diff?r1=1.2&r2=1.2.2.1&diff_format=h
|
|
From: Patrick H. <pat...@us...> - 2004-10-11 14:08:14
|
patrickh 2004/10/11 07:06:55 PDT
Modified files: (Branch: releng-0-3)
. SConstruct
Log:
Don't have FreeBSD pretend to be Linux.
Revision Changes Path
1.16.2.4 +1 -1 cppdom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.16.2.3&r2=1.16.2.4&diff_format=h
|