Run both git submodule init + update
[yazpp-moved-to-github.git] / zoom /
2008-04-15 Adam DickmeissIgnore more files
2008-03-13 Adam DickmeissUse gitignore based on old cvsignore.
2008-02-21 Adam DickmeissFixed bug #2095: libzoompp.so must be it's own debian...
2007-03-20 Adam DickmeissDebian packages libyazpp2 and libyazpp2-dev. These...
2006-04-03 Mike TaylorFix typo of ignored library name.
2006-03-29 Adam DickmeissThe upgrade to automake 1.8/1.9 causes the product...
2006-03-27 Adam DickmeissDebian package libyaz++1. Replaces libyaz++.
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-05-03 Mike TaylorNew constructor with no arguments, does not connect.
2005-05-03 Mike TaylorReliable result for connection::option() when returning...
2004-02-11 Adam DickmeissSeparate libs. Update version
2003-12-08 Mike TaylorEssentially identical to the canonical ZOOM client...
2003-09-24 Adam DickmeissAdd missing YAZ_EXPORT (for Windows)
2003-09-22 Mike TaylorUse NUL-transparent string-constructurs, thanks to...
2003-09-22 Mike TaylorDestroy half-created ZOOM-C result-set on failure,...
2003-09-22 Mike TaylorBig simplications in use of base class, thanks to Phil...
2003-09-22 Mike TaylorConstructor for base query class, thanks to Phil Dennis...
2003-09-22 Mike TaylorChange some references to actual objects toi , thanks...
2003-09-22 Mike TaylorThread-safety and removal of extraneous logging, thanks...
2003-09-22 Mike TaylorFix reosurce leak on connection failure, thanks to...
2003-07-07 Adam DickmeissMissing include of stdio.h
2003-07-02 Adam DickmeissBump version to 0.5.1
2003-07-02 Adam DickmeissFixes for GCC 3.2
2003-06-10 Adam DickmeissPrevent automake warning
2003-06-10 Adam Dickmeissdisable-zoom configure option
2002-12-02 Mike TaylorAdd an explicit ZOOM:: prefix to the catch(exception...
2002-12-02 Mike Taylortweak header-comment
2002-11-30 Mike TaylorBash the implementation into the same shape as the...
2002-11-25 Mike TaylorChanges to master-header to generate an "interface...
2002-11-13 Mike TaylorRemove unused top-level diagnostic functions.
2002-11-12 Mike TaylorRemove vacuous redeclarations and redefinitions of...
2002-11-04 Mike TaylorChange $Header$ to $Id$
2002-11-04 Mike TaylorRemove Changes file -- no longer necessary to keep...
2002-11-04 Mike TaylorSubtle tweaks to ZOOM's master-header. Cosmetic only.
2002-10-30 Adam DickmeissDLL exports
2002-10-30 Adam DickmeissVisual Studio tweaks
2002-10-11 Mike Taylormemory-management hack
2002-10-10 Mike TaylorMove "secret methods" into "private:" part of classes,
2002-10-09 Adam DickmeissCommon lib
2002-10-09 Adam Dickmeisszoom.h installed in include/yaz++
2002-10-09 Mike TaylorChange the ZOOM code to generate and use "zoom.h" rathe...
2002-10-08 Mike TaylorAdd lots of commented-out debugging code, all to try...
2002-10-08 Mike TaylorCatch exceptions by reference (not that it actually...
2002-10-08 Mike Taylortweaks
2002-10-08 Mike TaylorNasty hack to ensure zoom++.h gets built.
2002-10-08 Mike TaylorAdd Makefile.in to .cvsignore
2002-10-08 Mike TaylorAdd .cvsignore
2002-10-08 Adam DickmeissAdded Makefile.am
2002-10-08 Adam Dickmeisszoom part of automake mess
2002-08-09 Mike TaylorRemove throw()-specification comment from master header.
2002-08-09 Mike TaylorAha! $(CXX) is the C++ compiler in make's world.
2002-08-08 Mike TaylorAdd CVS header.
2002-08-08 Mike TaylorAdd -ansi option to default G++ flags. That detects...
2002-08-08 Mike TaylorOops. Forgot to change zerr.cpp to zexcept.cpp in...
2002-08-08 Mike TaylorRename error classes to exception. Rename zerr.cpp
2002-08-08 Mike TaylorAdded ZOOM.