1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
|
2002-09-04 15:34 luthien
* ChangeLog, Doxyfile.in, Makefile.am, configure.ac,
doc/Makefile.am, doc/autoadd/.cvsignore, doc/autoadd/Makefile.am: *
Fixed documentation building and distributing.
2002-09-04 15:00 luthien
* .cvsignore, ChangeLog, Doxyfile, Doxyfile.in, Makefile.am,
configure.ac, doc/DEVELOPERS, doc/Makefile.am: * Restored old
autodoc/doxygen rules.
2002-08-29 19:37 suerken
* releases/: sp-gxmlcpp-0.1.20020829.tar.gz,
sp-gxmlcpp-0.1.20020829.tar.gz.asc: SPRelease: Tarballs for
0.1.20020829.
2002-08-29 19:35 suerken
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
0.1.20020829.
2002-08-29 19:35 suerken
* NEWS: SPRelease: 0.1.20020829 (CVS tag: SP_GXMLCPP_0_1_20020829)
released.
2002-08-29 19:31 suerken
* releases/: sp-gxmlcpp-0.1.20020829.tar.gz,
sp-gxmlcpp-0.1.20020829.tar.gz.asc: Damn. Will make a new release.
;(
2002-08-29 19:22 suerken
* releases/: sp-gxmlcpp-0.1.20020829.tar.gz,
sp-gxmlcpp-0.1.20020829.tar.gz.asc: SPRelease: Tarballs for
0.1.20020829.
2002-08-29 19:19 suerken
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
0.1.20020829.
2002-08-29 19:19 suerken
* releases/CVSDUMMY: SPRelease: 0.1.20020829 (CVS tag:
SP_GXMLCPP_0_1_20020829) released.
2002-08-29 19:08 suerken
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
0.1.20020829.
2002-08-29 19:08 suerken
* NEWS, SPRelease.package, configure.ac: SPRelease: 0.1.20020829
(CVS tag: SP_GXMLCPP_0_1_20020829) released.
2002-08-29 17:19 suerken
* .cvsignore, ChangeLog, Doxyfile.in, Makefile.am, configure.ac: *
FIX: autodoc rules (this fix went straight down to sp-utilcpp and
templates). No need to have Doxyfile.in any more; bug removed with
distclean; removed bug that docs would be regenereated even in a
dist tarball (see configure.ac).
2002-08-29 17:14 suerken
* Doxyfile: In place for Doxyfile.in.
2002-08-29 12:36 suerken
* .cvsignore, Doxyfile.in, Makefile.am, NEWS, OOD.dia, README,
SPRelease.package, configure.ac, doc/ANNOUNCE, doc/Makefile.am,
doc/OOD.dia, doc/autoadd/autoadd.txt, examples/.cvsignore,
examples/Makefile.am, examples/XMLTest.cpp, examples/XMLTest.h,
sp-gxmlcpp/.cvsignore, sp-gxmlcpp/Makefile.am, sp-gxmlcpp/Util.h,
sp-gxmlcpp/XMLDump.cpp, sp-gxmlcpp/XMLDump.h,
sp-gxmlcpp/XMLException.cpp, sp-gxmlcpp/XMLException.h,
sp-gxmlcpp/XMLNode.cpp, sp-gxmlcpp/XMLNode.h,
sp-gxmlcpp/XMLNodeSet.cpp, sp-gxmlcpp/XMLNodeSet.h,
sp-gxmlcpp/XMLTree.cpp, sp-gxmlcpp/XMLTree.h,
sp-gxmlcpp/XSLTrans.cpp, sp-gxmlcpp/XSLTrans.h,
sp-gxmlcpp/sp-gxmlcpp.h: * FIX: directory src -> sp-gxmlcpp. Yes,
we really want this.
* FIX: All include paths. We want one unig'fied synopsis.
* FIX: Namespace LibGXML -> GXML. "Lib" just does not make sense in
namespace context.
* FIX: SPUtil.h -> Util.h, namespace SP:Util --> SP::GXML: Severe
bug, namesapce clashes, this library formerly could not be used
together with sp-utilcpp.
* FIX: Unified all "no double inclusion ifdefs".
* FIX: Util.h: ifstream2string obsolete removed.
* FIX: Added library versions (formerly, library had _NO_
SO_VERSION)
* Using SPRelease -- don't want to re-introduce former more error
prone release mechanism; using versioning scheme as currently
"standard".
* Fixing versioning scheme, as documentet in README.
* FIX: Make it compile with -pthread - makes it usable for programs
using pthread.
* FIX: Removed all checks/flags whatever for CommonC++ -- no one
ordered these. Couple of other needless tests removed.
* FIX: Did not travers "doc".
* FIX: Moved XMLTest to examples directory. No need to depend on
cppunit for the so.
* Added autodoc/doxygen support.
* Removing all former releases, beginning new with 0.1.DATE.
* Removing all obsolete refrences to static library targets.
* Added doxygen file header for all header files.
* FIX: Make XMLTest program exit #0 if test fails.
* FIX: Fixing one Dump test (Dump will now always create UTF-8).
* Adding automated local check via XMLTest.
* Adding doc/autoadd. Creating mainpage, namespace and example
docs.
2002-08-28 18:51 suerken
* releases/: XMLTest-0.1.tar.gz, sp-gxmlcpp-0.3.tar.gz: Removing
these releases. They must not be used.
2002-08-28 12:41 luthien
* ChangeLog, configure.ac: * Removed a stray echo command.
2002-08-28 12:36 luthien
* ChangeLog, NEWS, configure.ac: * Set _GNU_SOURCE via
configure.ac.
2002-08-28 12:18 luthien
* ChangeLog, NEWS, configure.ac: * Portability fix for ccgnu
library check.
2002-08-27 15:04 luthien
* ChangeLog: * Use AM_CPPFLAGS and AM_CXXFLAGS.
2002-08-26 15:21 luthien
* ChangeLog, configure.ac: * Install headers in include/@PACKAGE@
2002-08-26 14:09 luthien
* ChangeLog, NEWS, configure.ac: * Released 0.3.0, updated for
0.5.5-devel.
2002-08-26 14:07 luthien
* releases/sp-gxmlcpp-0.3.tar.gz: * Added 0.3.0 tarball.
2002-08-26 14:05 luthien
* ChangeLog, NEWS, configure.ac, doc/.cvsignore, doc/ANNOUNCE,
doc/Makefile.am: * Updated for 0.3.0.
2002-08-26 13:45 luthien
* ChangeLog: * Removed -Werror compile flag.
2002-08-26 13:43 luthien
* AUTHORS, ChangeLog, INSTALL.sp-gxmlcpp, Makefile.am, NEWS,
README: * Added copyright statements. * Preparations to go open
source.
2002-08-26 12:34 luthien
* ChangeLog, configure.ac: * Reindented files; general clean up.
2002-08-26 11:47 luthien
* configure.ac: * Imported tincas sources.
2002-08-22 16:02 luthien
* ChangeLog, configure.ac: * spxml++ -> sp-gxmlcpp
2002-08-22 15:24 luthien
* ChangeLog, configure.ac: * Use latest templates for library
checks.
2002-08-13 12:32 muc
* README: syncronized source with README
2002-08-07 11:15 luthien
* configure.ac: changed configure.ac
2002-08-06 17:05 luthien
* configure.ac: * Finished autoconf/automake setup.
2002-08-06 16:39 luthien
* acinclude.m4, configure.ac: * Autoconf work.
2002-08-06 12:37 luthien
* .cvsignore, configure.ac: * autoconf work.
2002-08-05 18:21 luthien
* configure.ac: * removed a comment
2002-08-05 18:03 luthien
* acconfig.h, configure.ac, configure.in: * autoconf/automake.
2002-08-05 17:21 muc
* .cvsignore, AUTHORS, ChangeLog, Makefile.am, NEWS, OOD.dia,
README, acconfig.h, acinclude.m4, configure.in,
releases/XMLTest-0.1.tar.gz: Initial revision
2002-08-05 17:21 muc
* .cvsignore, AUTHORS, ChangeLog, Makefile.am, NEWS, OOD.dia,
README, acconfig.h, acinclude.m4, configure.in,
releases/XMLTest-0.1.tar.gz: initial
|