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 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763
|
2004-06-03 19:19 spabsurd
* NEWS: Updates to NEWS and README for 1.0.20040603.
2004-06-03 19:13 spabsurd
* configure.ac: Preparing new patch release.
2004-06-03 19:10 spabsurd
* sp-gxmlcpp/XMLNode.cpp: Fixing pathetic memory leak.
2004-06-01 18:32 spabsurd
* configure.ac: Adding library check for libxml2.
2004-06-01 17:32 spabsurd
* configure.ac: Moving from CPPUnit to libboost auto unit testing.
2004-05-28 16:02 spabsurd
* Doxyfile.in: Updates for - doxygen 1.3.7 - new directory scheme
2004-05-28 15:51 spabsurd
* ChangeLog.historic, ChangeLog.historic.schlund_cvs,
ChangeLog.historic.tincas, Makefile.am: Merging both historic
changelogs into one file.
2004-05-27 19:43 spabsurd
* NEWS: New "change all, make no prisoners" plan.
2004-05-25 13:14 spabsurd
* NEWS: Update for repository changes.
2004-05-24 17:31 spabsurd
* Makefile.am, NEWS, configure.ac, examples/.cvsignore,
examples/Makefile.am, examples/UnitTests.cpp,
examples/XSLTProc.cpp, sp-gxmlcpp/.cvsignore,
sp-gxmlcpp/Makefile.am, sp-gxmlcpp/Util.hpp,
sp-gxmlcpp/XMLDump.cpp, sp-gxmlcpp/XMLDump.hpp,
sp-gxmlcpp/XMLException.cpp, sp-gxmlcpp/XMLException.hpp,
sp-gxmlcpp/XMLNode.cpp, sp-gxmlcpp/XMLNode.hpp,
sp-gxmlcpp/XMLNodeSet.cpp, sp-gxmlcpp/XMLNodeSet.hpp,
sp-gxmlcpp/XMLTree.cpp, sp-gxmlcpp/XMLTree.hpp,
sp-gxmlcpp/XSLTrans.cpp, sp-gxmlcpp/XSLTrans.hpp: * More
straighforward directory layout, putting all C++-Source under
src/: sp-gxmlcpp (the library) and examples (Example
applications).
2004-05-24 16:54 spabsurd
* Makefile.am: chmod fix for doxygen/newer automakes.
2004-05-24 16:53 spabsurd
* configure.ac: Drop dates as version string ;).
2004-05-24 16:45 spabsurd
* NEWS, TODO_1.2: Moving TODO to news.
2004-03-29 14:56 spabsurd
* sp-gxmlcpp/: XMLTree.cpp, XMLTree.hpp: Fix: GetSiblingXML not
const.
2004-03-17 13:38 spabsurd
* sp-gxmlcpp/: XMLTree.cpp, XMLTree.hpp: Missing "const"s fixed for
addTree, getNodeSet.
2004-03-17 13:35 spabsurd
* sp-gxmlcpp/: XMLTree.cpp, XMLTree.hpp: Consistent syntax for
"const".
2004-01-30 19:05 spabsurd
* TODO_1.2: unsorted->sorted (tm)
2004-01-30 19:01 spabsurd
* TODO_1.2: todo list for 1.2, just dumped from local.
2004-01-12 14:35 spabsurd
* ChangeLog: Update to ChangeLog for 1.0.20040112.
2004-01-12 14:34 spabsurd
* NEWS: Updates to NEWS and README for 1.0.20040112.
2004-01-12 14:31 spabsurd
* configure.ac: Changing version/so_version for new release.
2004-01-12 14:27 spabsurd
* sp-gxmlcpp/: XMLDump.cpp, XMLNodeSet.cpp, XMLDump.cpp,
XMLNodeSet.cpp: Fixing context bug for Dump, NodeSet.
2003-12-19 15:55 spabsurd
* ChangeLog, ChangeLog: Update to ChangeLog for 1.0.20031219.
2003-12-19 15:52 spabsurd
* NEWS: Release 1.0.20031219: Fixing News.
2003-12-19 15:49 spabsurd
* configure.ac: Release 1.0.20031219: Setting version and so
version.
2003-12-19 15:43 spabsurd
* sp-gxmlcpp/: XMLTree.cpp, XMLTree.cpp: XMLTree: XPath context
tread safety fix.
2003-08-12 14:50 spabsurd
* configure.ac: SPRelease: Check in of invalid configure.ac for
clarity.
2003-08-12 14:48 spabsurd
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
1.0.20030812.
2003-08-12 14:48 spabsurd
* NEWS, configure.ac: SPRelease: 1.0.20030812 (CVS tag:
SP_GXMLCPP_1_0_20030812) released.
2003-08-12 14:44 spabsurd
* .strap_auto: aclocal before libtool.
2003-08-11 14:38 spabsurd
* NEWS: Notes about pedantic, removed non-ref catches.
2003-08-11 14:28 spabsurd
* examples/: UnitTests.cpp, UnitTests.cpp: Fix: Moving non-ref
catches to ref-catches.
2003-08-11 14:25 spabsurd
* NEWS, examples/Makefile.am, sp-gxmlcpp/Makefile.am: removing
-Werror.
2003-08-07 12:02 spabsurd
* sp-gxmlcpp/: XMLNode.cpp, XMLNodeSet.cpp: * Fixes for g++-3.3.
2003-08-07 11:58 spabsurd
* configure.ac: SPRelease: Check in of invalid configure.ac for
clarity.
2003-08-07 11:57 spabsurd
* NEWS: * Updating NEWS with summaries from last two bugfix
releases.
* Adding tarball download point
* Adding standard description about the NEWS file to top.
2003-08-07 11:51 spabsurd
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
1.0.20030807.
2003-08-07 11:51 spabsurd
* NEWS, configure.ac: SPRelease: 1.0.20030807 (CVS tag:
SP_GXMLCPP_1_0_20030807) released.
2003-08-07 11:40 spabsurd
* configure.ac: +1 in library revision for new bugfix release.
2003-08-07 11:39 spabsurd
* sp-gxmlcpp/: XMLNode.cpp, XMLNodeSet.cpp: Fixing some "cassert
include errors" with g++-3.3.
2003-07-15 11:13 spabsurd
* sp-gxmlcpp/XMLNode.hpp: * Adding const bug via doxygen.
2003-06-30 11:25 spabsurd
* sp-gxmlcpp/XMLNode.hpp: * Added doxygen note about bug
(XMLNode::getContent() does the same trick as NodeSet, i.e. throws
if there is no content (instead of delivering an empty string).
2003-06-25 16:57 spabsurd
* sp-gxmlcpp/XMLNodeSet.hpp: Adding bug to fix in later release.
2003-06-25 14:05 spabsurd
* sp-gxmlcpp/XMLTree.hpp: Adding const-missing bugs to doxygen
docu.
2003-04-25 14:05 spabsurd
* Makefile.am: Adding checks to remove CVS directories and backup
files from distribution.
2003-04-22 18:04 spabsurd
* configure.ac: SPRelease: Check in of invalid configure.ac for
clarity.
2003-04-22 18:02 spabsurd
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
1.0.20030422.
2003-04-22 18:02 spabsurd
* ChangeLog, NEWS, configure.ac: SPRelease: 1.0.20030422 (CVS tag:
SP_GXMLCPP_1_0_20030422) released.
2003-04-22 17:25 spabsurd
* sp-gxmlcpp/XMLTree.cpp: addTree Bug fixed, using NodeSet.
2003-04-22 17:24 spabsurd
* configure.ac, sp-gxmlcpp/XMLNode.cpp, sp-gxmlcpp/XMLNode.hpp,
sp-gxmlcpp/XMLTree.cpp: * Library version to 2.0.1 (=> so.1.1.0):
- interface getNodePtr() added to NodeSet - addTree Bug fixed.
2003-04-22 17:11 spabsurd
* sp-gxmlcpp/: XMLNode.hpp, XMLNode.cpp: Adding method
getNodePtr().
2003-04-22 17:09 spabsurd
* configure.ac: Update to library version 2 for development.
2003-04-22 16:02 spabsurd
* sp-gxmlcpp/: .cvsignore, XMLTree.cpp: Cosmetics.
2003-04-22 15:59 spabsurd
* examples/UnitTests.cpp: Adding test for addTree Bug (currently
unfixed).
2003-04-22 12:42 spabsurd
* configure.ac, examples/Makefile.am, configure.ac,
examples/Makefile.am: Fix: Linking cppunit for
examples/sp-gxmlcpp-test only.
2003-03-31 10:53 spabsurd
* Doxyfile.in, doc/autoadd/mainpage.doc, doc/autoadd/mainpage.txt:
* Doxygen: Extra documentation gets postfix ".doc" (not ".txt").
2003-03-31 10:32 spabsurd
* .strap_auto, .strap_auto: Reverting to old (working) auto
bootstrap.
2003-03-25 14:59 spabsurd
* configure.ac: Updating version to 1.1 branch (head).
2003-03-25 14:57 spabsurd
* Makefile.am: Fix: Correct version for doxygen docs in
distribution tarball.
2003-03-25 14:52 spabsurd
* Makefile.am: Fix: Correct version for doxygen docs in
distribution tarball.
2003-03-25 12:27 spabsurd
* sp-gxmlcpp/.cvsignore: Fixed .cvsignore.
2003-03-18 12:25 spabsurd
* Doxyfile.in, Doxyfile.in: * Adding package name and version to
doxygen configuration.
2003-03-17 17:00 spabsurd
* doc/Makefile.am: Fix for man pages install.
2003-03-06 11:40 spabsurd
* Makefile.am, configure.ac, doc/Makefile.am,
doc/sp-gxmlcpp-test.1, doc/sp-gxmlcpp-xsltproc.1: * Some
non-sourcecode updates from HEAD - Adding man pages for
sp-gxmlcpp-test|xsltproc - Adding .strap_* scripts to dist. -
configure.ac reset to invalid.
2003-03-06 10:43 spabsurd
* .cvsignore: Removing tarballs/BAK files.
2003-03-05 14:25 spabsurd
* doc/: Makefile.am, sp-gxmlcpp-test.1, sp-gxmlcpp-xsltproc.1: *
Adding simple man pages for sp-gxmlcpp-[test@xsltproc].
* Makefile.am: Adding man pages -- untested!!
2003-03-05 13:43 spabsurd
* Makefile.am: FIX: Adding .strap_* scripts to distribution.
2003-03-04 14:22 spabsurd
* configure.ac, examples/Makefile.am: FIX: Adding XSLTProc.cpp to
examples.
2003-03-03 17:10 spabsurd
* configure.ac: New development version 1.1.x.
2003-03-03 16:58 spabsurd
* configure.ac: SPRelease: Check in of invalid configure.ac for
clarity.
2003-03-03 16:56 spabsurd
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
1.0.20030303.
2003-03-03 16:56 spabsurd
* NEWS, configure.ac: SPRelease: 1.0.20030303 (CVS tag:
SP_GXMLCPP_1_0_20030303) released.
2003-03-03 16:29 spabsurd
* INSTALL.sp-gxmlcpp, doc/autoadd/mainpage.txt: * Fixes in
INSTALL.sp-gxmlcpp
* Example fixes for doxygen.
2003-03-03 16:12 spabsurd
* SPRelease.package: Update: Using abteilung@volvic.schlund.de for
email notification.
2003-03-03 16:08 spabsurd
* configure.ac: Release 1.0.x ! ;)
2003-03-03 16:04 spabsurd
* README: Updates to README for 1st stable 1.0.x.
2003-02-27 15:06 geye
* sp-gxmlcpp/: XMLTree.cpp, XMLTree.hpp: Replaced method
"XMLTree::getTreeXML" with "XMLTree::getSiblingXML"
2003-02-26 13:07 spabsurd
* sp-gxmlcpp/: XMLNode.cpp, XMLNode.hpp: FIX:
XMLNode::getAttribute().
2003-02-07 17:39 spabsurd
* configure.ac, sp-gxmlcpp/XMLDump.cpp,
sp-gxmlcpp/XMLException.cpp, sp-gxmlcpp/XMLNode.cpp,
sp-gxmlcpp/XMLNodeSet.cpp, sp-gxmlcpp/XMLTree.cpp,
sp-gxmlcpp/XSLTrans.cpp: New include order -- including
implementation header file directly after local configuration in
*.cpp.
2003-02-05 15:14 spabsurd
* .strap_dev: * FIX: no ":" at beginnning or end of
CPLUS_INCLUDE_PATH (gcc32 thinks this is ".", and WARNS)
2003-01-30 13:38 spabsurd
* examples/XSLTProc.cpp, sp-gxmlcpp/XSLTrans.hpp: Some changes in
exslt support.
2003-01-30 13:28 spabsurd
* examples/Makefile.am, examples/XSLTProc.cpp,
sp-gxmlcpp/XSLTrans.hpp: * XSLTrans.hpp: Including extensions.h
* XSLTProc: Adding support for exslt.
2003-01-28 17:24 spabsurd
* sp-gxmlcpp/XSLTrans.hpp: Including XMLTree|Dump.hpp instead
forward declaration.
2003-01-28 13:50 spabsurd
* examples/XSLTProc.cpp, sp-gxmlcpp/XSLTrans.cpp,
sp-gxmlcpp/XSLTrans.hpp: Patch to support relative includes/imports
with XSLT.
2003-01-24 19:04 spabsurd
* .strap_auto, SPRelease.package: * Adding .strap_auto
* Removing autoUpdate from SPRelease.package
2002-12-23 11:37 spabsurd
* examples/.cvsignore: Adding new binary.
2002-12-23 11:24 spabsurd
* SPRelease.package: Now using the default from SPRelease. You need
sp-utilcpp from CVS.
2002-12-20 14:29 spabsurd
* examples/: Makefile.am, XSLTProc.cpp: * XSLTProc from tincas
migrated.
* Changes for g++-3.2 readyness.
2002-12-19 16:16 spabsurd
* sp-gxmlcpp/: Util.hpp, XMLDump.hpp, XMLException.hpp,
XMLNode.hpp, XMLNodeSet.hpp, XMLTree.hpp, XSLTrans.hpp: Changing
all anti multi inclusion headers from _H to _HPP.
2002-12-19 15:56 spabsurd
* examples/.cvsignore: Update.
2002-12-19 15:39 spabsurd
* sp-gxmlcpp/Makefile.am: Cosmetic change.
2002-12-19 15:38 spabsurd
* examples/UnitTests.cpp: * Checking with g++ 3.2.
2002-12-19 15:07 spabsurd
* examples/: Makefile.am, UnitTests.cpp, XMLTest.cpp, XMLTest.hpp:
* Old XMLTree and XSLTrans Tests from tincas migrated
* All tests unified into one file/binary
2002-12-18 18:45 geye
* sp-gxmlcpp/: XMLDump.hpp, XMLNode.cpp, XMLNode.hpp,
XMLNodeSet.cpp, XMLNodeSet.hpp, XMLTree.cpp, XSLTrans.hpp: Fixed
implicit header dependencies
2002-12-13 16:09 spabsurd
* sp-gxmlcpp/Util.hpp: Removing braindead "config.h" include
2002-12-13 14:51 spabsurd
* sp-gxmlcpp/: XMLDump.cpp, XMLTree.cpp, XSLTrans.cpp: Removing
double default arguments -- 3.2 does not like these.
2002-12-13 14:29 spabsurd
* Makefile.am: FIX: autodoc missing from extra dist.
2002-12-12 19:22 spabsurd
* configure.ac: Removing -D_GNU_SOURCE: not needed.
2002-12-12 19:17 spabsurd
* doc/autoadd/mainpage.txt, examples/Makefile.am: Renaming test
binary (in sync with sp-utilcpp naming scheme)
2002-12-12 18:48 spabsurd
* sp-gxmlcpp/: XMLNode.hpp, XMLNodeSet.cpp, XMLNodeSet.hpp,
XMLTree.hpp, XSLTrans.cpp, XSLTrans.hpp: Removing all trailing
whitespace.
2002-12-12 18:45 spabsurd
* examples/XMLTest.cpp: Adding newlines to new style multi line
constant -- making test work again.
2002-12-12 18:41 spabsurd
* examples/XMLTest.cpp, examples/XMLTest.hpp, sp-gxmlcpp/Util.hpp,
sp-gxmlcpp/XMLDump.cpp, sp-gxmlcpp/XMLDump.hpp,
sp-gxmlcpp/XMLException.cpp, sp-gxmlcpp/XMLException.hpp,
sp-gxmlcpp/XMLNode.cpp, sp-gxmlcpp/XMLNode.hpp,
sp-gxmlcpp/XMLNodeSet.cpp, sp-gxmlcpp/XMLNodeSet.hpp,
sp-gxmlcpp/XMLTree.cpp, sp-gxmlcpp/XMLTree.hpp,
sp-gxmlcpp/XSLTrans.cpp, sp-gxmlcpp/XSLTrans.hpp: Make it all
compilable with g++ 3.x.
2002-12-12 18:24 spabsurd
* .strap_dev, .strap_run: Two uttility function to use the library
directly form cvs.
2002-12-12 18:20 spabsurd
* Makefile.am: Removing testsuite trash
2002-12-12 18:19 spabsurd
* Doxyfile.in: input files pattern update to .hpp.
2002-12-12 18:14 spabsurd
* examples/XMLTest.cpp: Juts some last more .h -> .hpp
2002-12-12 18:14 spabsurd
* doc/autoadd/mainpage.txt: Corrected name of example binary.
2002-12-12 18:09 spabsurd
* doc/autoadd/: autoadd.txt, mainpage.txt: Renaming this file.
2002-12-12 18:05 spabsurd
* sp-gxmlcpp/: Util.hpp, XMLDump.hpp, XMLException.hpp,
XMLNode.hpp, XMLNodeSet.hpp, XMLTree.hpp, XSLTrans.hpp: Removin all
refernces to old .h files from documentation.
2002-12-12 17:54 spabsurd
* Makefile.am: Using new better doxygen doc setup
2002-12-12 16:18 spabsurd
* configure.ac, SPRelease.package: Using new init scheme availaibe
with automake 1.6
2002-12-12 15:53 spabsurd
* sp-gxmlcpp/: Util.hpp, XMLNodeSet.hpp, XMLTree.cpp, XMLTree.hpp,
XSLTrans.cpp: More .h to .hpp updates: should compile now.
2002-12-12 15:50 spabsurd
* sp-gxmlcpp/: XMLDump.cpp, XMLException.cpp, XMLNode.cpp,
XMLNodeSet.cpp, XMLTree.cpp, XSLTrans.cpp: Cosmetic: Making local
includes in *.cpp real lokal.
2002-12-12 15:36 spabsurd
* sp-gxmlcpp/: XMLDump.cpp, XMLDump.hpp, XMLException.hpp,
XMLNode.hpp, XMLNodeSet.hpp, XMLTree.hpp, XSLTrans.cpp,
XSLTrans.hpp: Checking implicit dependencies.
2002-12-12 15:25 spabsurd
* examples/Makefile.am: Cosmetics.
2002-12-12 15:24 spabsurd
* Makefile.am: Updationg to automake 1.6
2002-12-12 15:22 spabsurd
* examples/: Makefile.am, XMLTest.cpp, XMLTest.h, XMLTest.hpp: .h
--> .hpp
2002-12-12 15:17 spabsurd
* sp-gxmlcpp/: XMLDump.cpp, XMLException.cpp, XMLNode.cpp,
XMLNodeSet.cpp, XMLTree.cpp, XSLTrans.cpp: Removing emacs mode mark
(emacs does not need this for *.cpp files).
2002-12-12 15:14 spabsurd
* sp-gxmlcpp/: Util.hpp, XMLDump.hpp, XMLException.hpp,
XMLNode.hpp, XMLNodeSet.hpp, XMLTree.hpp: Removing emacs mode mark
(using the correct ending now).
2002-12-12 15:11 spabsurd
* sp-gxmlcpp/Makefile.am: .h -> .hpp
2002-12-12 15:05 spabsurd
* sp-gxmlcpp/: Util.h, Util.hpp, XMLDump.cpp, XMLDump.h,
XMLDump.hpp, XMLException.cpp, XMLException.h, XMLException.hpp,
XMLNode.cpp, XMLNode.h, XMLNode.hpp, XMLNodeSet.cpp, XMLNodeSet.h,
XMLNodeSet.hpp, XMLTree.cpp, XMLTree.h, XMLTree.hpp, XSLTrans.cpp,
XSLTrans.h, XSLTrans.hpp, sp-gxmlcpp.h: * .h --> .hpp
* Moving mixed "spaces/TABS" format back to TABS only (hopefully
complete)
2002-11-14 17:06 geye
* configure.ac: SPRelease: Check in of invalid configure.ac for
clarity.
2002-11-14 17:02 geye
* ChangeLog: SPRelease: ChangeLog update. Final change for Release
0.1.20021114.
2002-11-14 17:01 geye
* configure.ac: SPRelease: 0.1.20021114 (CVS tag:
SP_GXMLCPP_0_1_20021114) released.
2002-11-14 16:56 geye
* Makefile.am: Added historic change logs to EXTRA_DIST
2002-11-14 16:41 geye
* Makefile.am: Added historic change logs to install rules
2002-11-14 16:37 geye
* SPRelease.package: Update to new SPRelease
2002-11-14 16:19 geye
* ChangeLog, ChangeLog.historic.schlund_cvs,
ChangeLog.historic.tincas: Released : 14. 11. 2002
2002-11-14 15:46 geye
* NEWS: Released : 14. 11. 2002
2002-11-14 13:49 geye
* sp-gxmlcpp/Makefile.am: Added a "-Werror" flag
2002-11-14 13:37 geye
* configure.ac: The library version was set
2002-11-14 13:27 spabsurd
* configure.ac: Adding minmal instructions for library versioning.
2002-11-14 13:21 geye
* Makefile.am: Removed target distclean-local
2002-10-22 15:56 geye
* sp-gxmlcpp/: XMLDump.cpp, XMLDump.h, XMLException.cpp,
XMLException.h, XMLNode.cpp, XMLNode.h, XMLNodeSet.cpp,
XMLNodeSet.h, XMLTree.cpp, XMLTree.h, XSLTrans.cpp, XSLTrans.h:
Merged this source file with the corresponding more advanced file
from the TINCAS project. This is done since TINCAS should use this
library.
2002-09-12 16:43 domivogt
* ChangeLog, NEWS, configure.ac, doc/DEVELOPERS: * Released
0.1.20020912.
2002-09-12 16:39 domivogt
* ChangeLog, NEWS, configure.ac: * Updates for 0.1.20020912.
2002-09-12 16:36 domivogt
* ChangeLog, sp-gxmlcpp/sp-gxmlcpp.h: * Fixed compiler warning.
2002-09-11 17:58 domivogt
* ChangeLog, configure.ac, doc/Makefile.am,
doc/autoadd/Makefile.am: * Fixed documentation distribution
problems.
2002-09-11 17:50 domivogt
* Makefile.am: * Documentation distribution fixes.
2002-09-11 15:57 domivogt
* ChangeLog, Makefile.am: * More doc distribution fixes.
2002-09-11 15:46 domivogt
* ChangeLog, Doxyfile.in, Makefile.am: * Fixed documentation
distribution problems.
2002-09-11 15:00 domivogt
* ChangeLog, Makefile.am: * Fixed typos in doc install rules.
2002-09-09 15:46 domivogt
* ChangeLog, NEWS, configure.ac, doc/ANNOUNCE, doc/DEVELOPERS: *
Updated for initial open source release.
2002-09-09 15:38 domivogt
* ChangeLog, doc/DEVELOPERS: * Updated DEVELOPER info.
2002-09-09 15:34 domivogt
* 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, COPYING, ChangeLog, examples/XMLTest.cpp,
examples/XMLTest.h: * Changed license to LGPL.
2002-09-09 14:52 domivogt
* .cvsignore, AUTHORS, ChangeLog, Doxyfile.in, INSTALL.sp-gxmlcpp,
Makefile.am, NEWS, README, SPRelease.package, acinclude.m4,
configure.ac, doc/.cvsignore, doc/ANNOUNCE, doc/DEVELOPERS,
doc/Makefile.am, doc/OOD.dia, doc/autoadd/.cvsignore,
doc/autoadd/Makefile.am, 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: Initial revision
2002-09-09 14:52 domivogt
* .cvsignore, AUTHORS, ChangeLog, Doxyfile.in, INSTALL.sp-gxmlcpp,
Makefile.am, NEWS, README, SPRelease.package, acinclude.m4,
configure.ac, doc/.cvsignore, doc/ANNOUNCE, doc/DEVELOPERS,
doc/Makefile.am, doc/OOD.dia, doc/autoadd/.cvsignore,
doc/autoadd/Makefile.am, 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: Imported sources
|