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...> - 2006-06-06 03:28:07
|
allenb 2006/06/05 13:48:53 PDT Modified files: cppdom cppdom.cpp cppdom.h Log: - Add static creation methods: cppdom::Node::create(name, parent), cppdom::Node::create(name, context) Revision Changes Path 1.57 +17 -2 cppdom/cppdom/cppdom.cpp 1.88 +8 -2 cppdom/cppdom/cppdom.h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.56&r2=1.57&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.87&r2=1.88&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-02 18:25:06
|
dshipton 2006/06/02 11:25:03 PDT Modified files: . ChangeLog Log: Bump version to 0.7.3 and note addition in Changelog Revision Changes Path 1.41 +3 -1 cppdom/ChangeLog http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.40&r2=1.41&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-02 18:25:05
|
dshipton 2006/06/02 11:25:04 PDT Modified files: cppdom version.h Log: Bump version to 0.7.3 and note addition in Changelog Revision Changes Path 1.21 +3 -3 cppdom/cppdom/version.h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.20&r2=1.21&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-02 18:21:56
|
dshipton 2006/06/02 11:21:55 PDT Modified files: . SConstruct Added files: . cppdom.pc.in Log: Generate a .pc file for cppdom for use with pkg-config. This goes into $prefix/$libdir/pkgconfig which is where pkg-config wants it. If cppdom isn't installed in a system path(think standard gcc include dirs...) then PKG_CONFIG_PATH has to be set for pkg-config to find it. Revision Changes Path 1.51 +23 -1 cppdom/SConstruct 1.1 +17 -0 cppdom/cppdom.pc.in (new) http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.50&r2=1.51&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom.pc.in?rev=1.1&content-type=text/plain |
From: Patrick H. <pat...@us...> - 2006-06-02 15:10:20
|
patrickh 2006/06/02 08:10:18 PDT Modified files: . cvswrappers Log: The CVS server seems to be complaining about the -m option used herein. Revision Changes Path 1.5 +45 -45 CVSROOT/cvswrappers http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/CVSROOT/cvswrappers.diff?r1=1.4&r2=1.5&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-02 15:07:16
|
patrickh 2006/06/02 08:07:15 PDT Modified files: . cfg_local.pm Log: This should fix the ViewVC link included with commit messages. Revision Changes Path 1.3 +1 -1 CVSROOT/cfg_local.pm http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/CVSROOT/cfg_local.pm.diff?r1=1.2&r2=1.3&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-02 15:01:26
|
dshipton 2006/06/02 08:01:17 PDT Modified files: cppdom/ext OptionRepository.cpp Log: Add missing include necessary to compile... Revision Changes Path 1.4 +1 -0 cppdom/cppdom/ext/OptionRepository.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/ext/OptionRepository.cpp.diff?r1=1.3&r2=1.4&diff_format=h |
From: Allen B. <al...@us...> - 2006-05-28 17:54:46
|
allenb 2006/05/28 10:54:43 PDT Modified files: cppdom version.h cppdom/ext OptionRepository.h Log: Bump version to 0.7.1 Fix bug in option repository interface. Revision Changes Path 1.4 +1 -1 cppdom/cppdom/ext/OptionRepository.h 1.19 +3 -3 cppdom/cppdom/version.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/ext/OptionRepository.h.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.18&r2=1.19&diff_format=h |
From: Allen B. <al...@us...> - 2006-05-27 21:42:49
|
allenb 2006/05/27 14:42:47 PDT Modified files: . ChangeLog cppdom cppdom.cpp cppdom.h cppdom/ext OptionRepository.cpp OptionRepository.h test/suite/TestCases OptionRepositoryTest.cpp OptionRepositoryTest.h test/suite/data options_test.xml Log: - Extended capabilities of OptionRespository so that options can be set and saved. - Changed cppdom::Error to be derived from std::exception and provide a what() implementation. (this makes it easier to catch exceptions from cppdom in generic catchall clauses that catch std::exception) Bumped version to 0.7.0 since this is still development code that needs more testing and the exception change could break previous code if people relied upon cppdom::Error not being an std::exception (unlikely, but possible). Revision Changes Path 1.39 +6 -0 cppdom/ChangeLog 1.55 +11 -30 cppdom/cppdom/cppdom.cpp 1.86 +33 -3 cppdom/cppdom/cppdom.h 1.3 +74 -14 cppdom/cppdom/ext/OptionRepository.cpp 1.3 +16 -3 cppdom/cppdom/ext/OptionRepository.h 1.3 +38 -2 cppdom/test/suite/TestCases/OptionRepositoryTest.cpp 1.2 +7 -3 cppdom/test/suite/TestCases/OptionRepositoryTest.h 1.2 +2 -1 cppdom/test/suite/data/options_test.xml http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38&r2=1.39&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.54&r2=1.55&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.85&r2=1.86&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/ext/OptionRepository.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/ext/OptionRepository.h.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/OptionRepositoryTest.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/TestCases/OptionRepositoryTest.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/data/options_test.xml.diff?r1=1.1&r2=1.2&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 23:26:29
|
patrickh 2006/04/12 16:26:27 PDT Modified files: (Branch: releng-0-6) . ChangeLog cppdom.spec Log: Prepare for a 0.6.3 release. It's important for cppdom-config to work. Revision Changes Path 1.38.2.3 +4 -0 cppdom/ChangeLog 1.4.2.3 +1 -1 cppdom/cppdom.spec http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38.2.2&r2=1.38.2.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom.spec.diff?r1=1.4.2.2&r2=1.4.2.3&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 23:26:28
|
patrickh 2006/04/12 16:26:28 PDT Modified files: (Branch: releng-0-6) cppdom version.h Log: Prepare for a 0.6.3 release. It's important for cppdom-config to work. Revision Changes Path 1.17.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.17.2.2&r2=1.17.2.3&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 23:25:18
|
patrickh 2006/04/12 16:25:17 PDT Modified files: (Branch: releng-0-6) . SConstruct cppdom-config.in Log: MFH: Fixed the case where cppdom-config from a 64-bit build is called with the argument --basedir. The specific revision merged are as follows: SConstruct: 1.50 cppdom-config.in: 1.3 Revision Changes Path 1.44.2.6 +1 -0 cppdom/SConstruct 1.1.4.1 +1 -1 cppdom/cppdom-config.in http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.5&r2=1.44.2.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom-config.in.diff?r1=1.1&r2=1.1.4.1&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 23:24:16
|
patrickh 2006/04/12 16:24:12 PDT Modified files: . SConstruct cppdom-config.in Log: Replace the last revision with a slightly different variation. @libdir@ is an absolute path, but we need the lib subdirectory relative to the prefix instead. Revision Changes Path 1.50 +1 -0 cppdom/SConstruct 1.3 +1 -1 cppdom/cppdom-config.in http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.49&r2=1.50&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom-config.in.diff?r1=1.2&r2=1.3&diff_format=h |
From: Aron B. <ar...@us...> - 2006-04-12 23:18:25
|
aronb 2006/04/12 16:18:24 PDT Modified files: . cppdom-config.in Log: - Fix the case where we use base_dir on a 64-bit arch. Revision Changes Path 1.2 +1 -1 cppdom/cppdom-config.in http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom-config.in.diff?r1=1.1&r2=1.2&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:10:27
|
patrickh 2006/04/12 14:10:25 PDT Modified files: (Branch: releng-0-6) . ChangeLog cppdom.spec Log: Now that the build is behaving better and we can build RPMs from this branch, prepare for a 0.6.2 release. Revision Changes Path 1.38.2.2 +3 -0 cppdom/ChangeLog 1.4.2.2 +2 -2 cppdom/cppdom.spec http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38.2.1&r2=1.38.2.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom.spec.diff?r1=1.4.2.1&r2=1.4.2.2&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:10:26
|
patrickh 2006/04/12 14:10:26 PDT Modified files: (Branch: releng-0-6) cppdom version.h Log: Now that the build is behaving better and we can build RPMs from this branch, prepare for a 0.6.2 release. Revision Changes Path 1.17.2.2 +3 -3 cppdom/cppdom/version.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.17.2.1&r2=1.17.2.2&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:08:24
|
patrickh 2006/04/12 14:08:20 PDT Modified files: . cppdom.spec Log: Minor typo fix. Revision Changes Path 1.9 +1 -1 cppdom/cppdom.spec http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom.spec.diff?r1=1.8&r2=1.9&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:08:00
|
patrickh 2006/04/12 14:07:55 PDT Modified files: (Branch: releng-0-6) . cppdom.spec Log: MFH [rev 1.5, 1.8]: Sync up with the HEAD branch version of this file so that this branch has a working RPM spec file. Revision Changes Path 1.4.2.1 +78 -26 cppdom/cppdom.spec http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom.spec.diff?r1=1.4&r2=1.4.2.1&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:06:57
|
patrickh 2006/04/12 14:06:54 PDT Modified files: . cppdom.spec Log: Updated to support multi-architecture builds (at least i386 and x86_64). Revision Changes Path 1.8 +47 -27 cppdom/cppdom.spec http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom.spec.diff?r1=1.7&r2=1.8&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:05:52
|
patrickh 2006/04/12 14:05:25 PDT Modified files: (Branch: releng-0-6) . SConstruct Log: MFH [rev 1.49]: Added an option to disable building the test programs and the test suite. This is useful when building an RPM. Revision Changes Path 1.44.2.5 +9 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.4&r2=1.44.2.5&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 21:04:56
|
patrickh 2006/04/12 14:04:55 PDT Modified files: . SConstruct Log: Added an option to disable building the test programs and the test suite. This is useful when building an RPM. Revision Changes Path 1.49 +9 -1 cppdom/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.48&r2=1.49&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 20:48:13
|
patrickh 2006/04/12 13:48:06 PDT Modified files: . cppdom.spec Log: Back out the last revision. It turns out that the broken spec file I have been fighting with all afternoon is only on the 0.6 branch. This spec file appears to have been fixed several months ago, but the changes were not merged to that branch. Revision Changes Path 1.7 +49 -68 cppdom/cppdom.spec http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom.spec.diff?r1=1.6&r2=1.7&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-04-12 20:43:54
|
patrickh 2006/04/12 13:43:49 PDT Modified files: (Branch: releng-0-6) cppdom SConscript Log: MFH: Update the build to be more friendly (at least IMO) to building RPMs. The specific revisions merged are as follows: SConstruct: 1.48 cppdom/SConscript: 1.18 Revision Changes Path 1.17.2.1 +6 -4 cppdom/cppdom/SConscript http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.17&r2=1.17.2.1&diff_format=h |