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-07-05 21:57:40
|
allenb 2006/07/05 14:57:39 PDT Modified files: . ChangeLog SConstruct cppdom SConscript test/suite SConscript Log: Updating of build to support multiple variants. It is now possible to build multiple variants simultaneously and this works for all platforms. Revision Changes Path 1.47 +3 -0 cppdom/ChangeLog 1.60 +199 -180 cppdom/SConstruct 1.23 +11 -11 cppdom/cppdom/SConscript 1.13 +1 -1 cppdom/test/suite/SConscript http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.46&r2=1.47&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.59&r2=1.60&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.22&r2=1.23&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/test/suite/SConscript.diff?r1=1.12&r2=1.13&diff_format=h |
From: Allen B. <al...@us...> - 2006-07-03 13:33:14
|
allenb 2006/07/03 06:33:13 PDT Modified files: . SConstruct Log: More work on build. Added warning to build output saying the build may not work and pointing to a revision that will. Revision Changes Path 1.59 +121 -192 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.58&r2=1.59&diff_format=h |
From: Allen B. <al...@us...> - 2006-07-02 19:27:02
|
allenb 2006/07/02 12:27:02 PDT Modified files: . SConstruct cppdom SConscript test SConscript Log: - Enable build and installation of multiple build variants. Revision Changes Path 1.58 +27 -80 cppdom/SConstruct 1.22 +3 -4 cppdom/cppdom/SConscript 1.17 +1 -1 cppdom/test/SConscript http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.57&r2=1.58&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.21&r2=1.22&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/test/SConscript.diff?r1=1.16&r2=1.17&diff_format=h |
From: Allen B. <al...@us...> - 2006-06-30 22:59:01
|
allenb 2006/06/30 15:58:59 PDT Modified files: . ChangeLog SConstruct Log: - Update the build to use the alpha EnvironmentBuilder from scons-addons note: this project is being used to test and develop this part of scons-addons so things could be a little unstable for a bit. It works now, but the code is in development. - The SCons build can now build the library on win32. Revision Changes Path 1.46 +3 -0 cppdom/ChangeLog 1.57 +50 -55 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.45&r2=1.46&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.56&r2=1.57&diff_format=h |
From: Allen B. <al...@us...> - 2006-06-30 22:59:01
|
allenb 2006/06/30 15:58:59 PDT Modified files: cppdom SConscript Log: - Update the build to use the alpha EnvironmentBuilder from scons-addons note: this project is being used to test and develop this part of scons-addons so things could be a little unstable for a bit. It works now, but the code is in development. - The SCons build can now build the library on win32. Revision Changes Path 1.21 +3 -1 cppdom/cppdom/SConscript http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.20&r2=1.21&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-30 13:12:44
|
patrickh 2006/06/30 06:11:49 PDT Modified files: (Branch: releng-0-6) . ChangeLog cppdom.spec Log: Prep for 0.6.4 release. Revision Changes Path 1.38.2.7 +1 -0 cppdom/ChangeLog 1.4.2.4 +1 -1 cppdom/cppdom.spec http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38.2.6&r2=1.38.2.7&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom.spec.diff?r1=1.4.2.3&r2=1.4.2.4&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-30 13:03:38
|
patrickh 2006/06/30 06:03:36 PDT Modified files: (Branch: releng-0-6) . README Log: Include the cppdom/ext directory in the Windows build instructions. Revision Changes Path 1.8.2.1 +2 -0 cppdom/README http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/README.diff?r1=1.8&r2=1.8.2.1&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-26 14:27:53
|
patrickh 2006/06/26 07:27:50 PDT Modified files: (Branch: releng-0-6) cppdom SConscript Log: When building universal binaries on Mac OS X, the linker apparently does not infer the installation name of the shared library correctly, so we have to help it out. This fixes dyld lookup problems when using CppDOM as a universal binary. Revision Changes Path 1.17.2.3 +2 -0 cppdom/cppdom/SConscript http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.17.2.2&r2=1.17.2.3&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-26 14:26:31
|
patrickh 2006/06/26 07:26:30 PDT Modified files: (Branch: releng-0-6) . SConstruct Log: I accidentally removed the 'install' alias in the last revision. Revision Changes Path 1.44.2.9 +2 -0 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.8&r2=1.44.2.9&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-26 14:22:29
|
patrickh 2006/06/26 07:22:28 PDT Modified files: (Branch: releng-0-6) . ChangeLog SConstruct cppdom SConscript test SConscript test/suite SConscript Log: MFH: Refactored the build system to remove AutoDist and to simplify the build where posisble. The specific revisions merged are as follows: SConstruct: 1.52 (with various adjustments for this branch) cppdom/SConscript: 1.19 test/SConscript: 1.15 test/suite/SConscript: 1.12 Revision Changes Path 1.38.2.6 +1 -0 cppdom/ChangeLog 1.44.2.8 +79 -113 cppdom/SConstruct 1.17.2.2 +12 -16 cppdom/cppdom/SConscript 1.14.2.1 +5 -7 cppdom/test/SConscript 1.11.2.1 +7 -12 cppdom/test/suite/SConscript http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38.2.5&r2=1.38.2.6&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.7&r2=1.44.2.8&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.17.2.1&r2=1.17.2.2&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/test/SConscript.diff?r1=1.14&r2=1.14.2.1&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/test/suite/SConscript.diff?r1=1.11&r2=1.11.2.1&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-25 18:02:28
|
patrickh 2006/06/25 11:02:27 PDT Modified files: (Branch: releng-0-6) cppdom version.h Log: Prep for 0.6.4 release. Revision Changes Path 1.17.2.4 +3 -3 cppdom/cppdom/version.h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.17.2.3&r2=1.17.2.4&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-24 17:16:26
|
patrickh 2006/06/24 10:16:24 PDT Modified files: (Branch: releng-0-6) . ChangeLog SConstruct Log: Support building universal binaries on Mac OS X. Revision Changes Path 1.38.2.5 +1 -0 cppdom/ChangeLog 1.44.2.7 +36 -5 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38.2.4&r2=1.38.2.5&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.44.2.6&r2=1.44.2.7&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-24 17:15:34
|
patrickh 2006/06/24 10:15:31 PDT Modified files: . ChangeLog SConstruct Log: Added support for building the CppDOM libraries as universal binaries on Mac OS X. Revision Changes Path 1.45 +1 -2 cppdom/ChangeLog 1.56 +39 -6 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.44&r2=1.45&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.55&r2=1.56&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-13 21:30:14
|
patrickh 2006/06/13 14:30:10 PDT Modified files: (Branch: releng-0-6) . ChangeLog Log: MFH: Fix how NodePtr and DocumentPtr are defined. Be explicit about declaring the class types. This fixes an annoying bug where cppdom would sometimes pick up "Node" types from other libraries. The specific revisions merged are as follows: ChangeLog: 1.44 cppdom/cppdom.h: 1.89 Revision Changes Path 1.38.2.4 +3 -0 cppdom/ChangeLog http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38.2.3&r2=1.38.2.4&diff_format=h |
From: Patrick H. <pat...@us...> - 2006-06-13 21:30:11
|
patrickh 2006/06/13 14:30:10 PDT Modified files: (Branch: releng-0-6) cppdom cppdom.h Log: MFH: Fix how NodePtr and DocumentPtr are defined. Be explicit about declaring the class types. This fixes an annoying bug where cppdom would sometimes pick up "Node" types from other libraries. The specific revisions merged are as follows: ChangeLog: 1.44 cppdom/cppdom.h: 1.89 Revision Changes Path 1.84.2.2 +16 -14 cppdom/cppdom/cppdom.h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.84.2.1&r2=1.84.2.2&diff_format=h |
From: Allen B. <al...@us...> - 2006-06-13 21:08:59
|
allenb 2006/06/13 14:08:53 PDT Modified files: cppdom cppdom.h version.h Log: Fix how NodePtr and DocumentPtr are defined. Be explicit about declaring the class types. This fixes an annoying bug where cppdom would sometimes pick up "Node" types from other libraries. Revision Changes Path 1.89 +16 -14 cppdom/cppdom/cppdom.h 1.23 +3 -3 cppdom/cppdom/version.h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.88&r2=1.89&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.22&r2=1.23&diff_format=h |
From: Allen B. <al...@us...> - 2006-06-13 21:08:59
|
allenb 2006/06/13 14:08:52 PDT Modified files: . ChangeLog Log: Fix how NodePtr and DocumentPtr are defined. Be explicit about declaring the class types. This fixes an annoying bug where cppdom would sometimes pick up "Node" types from other libraries. Revision Changes Path 1.44 +3 -0 cppdom/ChangeLog http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.43&r2=1.44&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-08 21:33:14
|
dshipton 2006/06/08 14:33:13 PDT Modified files: test SConscript Log: Link against the lib name that get generated with/without version info. Revision Changes Path 1.16 +1 -1 cppdom/test/SConscript http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/test/SConscript.diff?r1=1.15&r2=1.16&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-08 21:27:06
|
dshipton 2006/06/08 14:27:04 PDT Modified files: . SConstruct Log: Add a builder for pkg-config files that doesn't chmod 755 Revision Changes Path 1.55 +28 -2 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.54&r2=1.55&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-08 19:07:11
|
dshipton 2006/06/08 12:07:04 PDT Modified files: . SConstruct Log: Don't name the .pc file for now because it breaks the expectation for pkg-config Revision Changes Path 1.54 +1 -3 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.53&r2=1.54&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-06 15:29:14
|
dshipton 2006/06/06 07:15:49 PDT Modified files: . SConstruct Log: Add ability to version the library and include directory. Also adds the version on to the pkgconfig file that gets generated. NOTE: Versioning is enabled by default. Revision Changes Path 1.53 +23 -6 cppdom/SConstruct http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/SConstruct.diff?r1=1.52&r2=1.53&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-06 15:29:00
|
dshipton 2006/06/06 07:19:25 PDT Modified files: cppdom version.h Log: Version bump...noted in changelog. Revision Changes Path 1.22 +3 -3 cppdom/cppdom/version.h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.21&r2=1.22&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-06 14:58:52
|
dshipton 2006/06/06 07:15:50 PDT Modified files: cppdom SConscript Log: Add ability to version the library and include directory. Also adds the version on to the pkgconfig file that gets generated. NOTE: Versioning is enabled by default. Revision Changes Path 1.20 +2 -2 cppdom/cppdom/SConscript http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.19&r2=1.20&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-06 14:58:51
|
dshipton 2006/06/06 07:19:25 PDT Modified files: . ChangeLog Log: Version bump...noted in changelog. Revision Changes Path 1.43 +2 -0 cppdom/ChangeLog http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.42&r2=1.43&diff_format=h |
From: Daniel E. S. <dsh...@us...> - 2006-06-06 14:58:47
|
dshipton 2006/06/06 07:40:08 PDT Modified files: . cppdom.pc.in Log: Fix up substitution in pkgconfig file since we make the sub map once. Revision Changes Path 1.2 +3 -3 cppdom/cppdom.pc.in http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom.pc.in.diff?r1=1.1&r2=1.2&diff_format=h |