From: Ben S. <non...@us...> - 2002-12-02 20:51:29
|
nonchocoboy 2002/12/02 12:51:28 PST Modified files: . ChangeLog Log: SFBug #558316 Specialization of cppdom::XMLAttribute::getValue<T> for std::string added so that more than just the first word in the attribute value can be retrieved. Revision Changes Path 1.7 +3 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.6&r2=1.7&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-02 22:47:47
|
nonchocoboy 2003/01/02 14:47:46 PST Modified files: . ChangeLog Log: Removed xml_node_type and XWLString nonsense. Revision Changes Path 1.8 +1 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.7&r2=1.8&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-03 02:16:06
|
nonchocoboy 2003/01/02 18:16:05 PST Modified files: . ChangeLog Log: Noted recent changes Revision Changes Path 1.9 +3 -1 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.8&r2=1.9&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-06 23:55:51
|
allenb 2003/01/06 15:55:50 PST Modified files: . ChangeLog Log: Note about doxy changes Revision Changes Path 1.12 +3 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.11&r2=1.12&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-10 21:30:43
|
allenb 2003/01/10 13:30:42 PST Modified files: . ChangeLog Log: Note about changes. Revision Changes Path 1.13 +3 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.12&r2=1.13&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-11 17:43:44
|
allenb 2003/01/11 09:43:43 PST Modified files: . ChangeLog Log: Note about change. Revision Changes Path 1.15 +2 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.14&r2=1.15&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-11 17:49:52
|
allenb 2003/01/11 09:49:51 PST Modified files: . ChangeLog Log: Changed NodeList type from std::list to std::vector. For the majority of usages, I can think of no advantages to using std::list as the list type for NodeList. There are several performance and storage advantages for using std::vector though. The only time I can see std::list being helpful is if we reordered or inserted and new node in the middle of the list. Since these operations are not performed routinely (and currently aren't even implemented) it doesn't make sense to keep using std::list. Revision Changes Path 1.16 +1 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.15&r2=1.16&diff_format=h |
From: Allen B. <al...@us...> - 2003-01-12 05:25:01
|
allenb 2003/01/11 21:25:00 PST Modified files: . ChangeLog Log: Refactoring exception class. cppdom::Error now tracks a local description of the error as well as the file and line number that the error occured on. There is a new macro that helps to construct the Error class to throw. Also fixed the attribute API to throw an exception when passed an invalid attribute name. With this major of a change to API, the version has been increased to: 0.2.0 Revision Changes Path 1.17 +8 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.16&r2=1.17&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 |
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: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: Patrick H. <pat...@us...> - 2004-01-28 16:23:18
|
patrickh 2004/01/28 08:22:08 PST Modified files: . ChangeLog Log: Note the restoration of building shared libraries and the 0.3.0 release that I am about to make. Revision Changes Path 1.23 +4 -1 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.22&r2=1.23&diff_format=h |
From: Allen B. <al...@us...> - 2004-02-19 21:55:43
|
allenb 2004/02/19 13:45:01 PST Modified files: . ChangeLog Log: lock file Revision Changes Path 1.25 +0 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.24&r2=1.25&diff_format=h |
From: Allen B. <al...@us...> - 2004-02-19 23:26:33
|
allenb 2004/02/19 15:15:49 PST Modified files: . ChangeLog Log: lock file Revision Changes Path 1.26 +0 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.25&r2=1.26&diff_format=h |
From: Allen B. <al...@us...> - 2004-02-21 06:00:33
|
allenb 2004/02/20 21:48:50 PST Modified files: . ChangeLog Log: Note test changes Revision Changes Path 1.27 +2 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.26&r2=1.27&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: 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: Patrick H. <pat...@us...> - 2004-04-06 15:38:27
|
patrickh 2004/04/06 08:25:40 PDT Modified files: . ChangeLog Log: Note the release of version 0.4.0. Revision Changes Path 1.31 +4 -1 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.30&r2=1.31&diff_format=h |
From: Patrick H. <pat...@us...> - 2004-04-11 22:53:17
|
patrickh 2004/04/11 15:39:35 PDT Modified files: (Branch: releng-0-3) . ChangeLog Log: Updated for version 0.3.2. Revision Changes Path 1.23.2.2 +4 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.23.2.1&r2=1.23.2.2&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 02:59:02
|
allenb 2004/04/13 19:58:55 PDT Modified files: . ChangeLog Log: Bump up version to a development series 0.5.x (not a great way, but a way to do it). Revision Changes Path 1.32 +5 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.31&r2=1.32&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 13:37:04
|
allenb 2004/04/14 06:36:57 PDT Modified files: . ChangeLog Log: Note change to AutoDist. Revision Changes Path 1.33 +2 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.32&r2=1.33&diff_format=h |
From: Allen B. <al...@us...> - 2004-04-14 17:07:58
|
allenb 2004/04/14 10:07:52 PDT Modified files: . ChangeLog Log: Add support for making distributions as part of building. Revision Changes Path 1.34 +2 -0 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.33&r2=1.34&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: 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: Patrick H. <pat...@us...> - 2006-01-31 20:34:24
|
patrickh 2006/01/31 12:34:17 PST Modified files: (Branch: releng-0-6) . ChangeLog Log: Mark version 0.6.1. Revision Changes Path 1.38.2.1 +4 -1 cppdom/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/ChangeLog.diff?r1=1.38&r2=1.38.2.1&diff_format=h |