134 lines
6.1 KiB
HTML
134 lines
6.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [C++ Toolkit ANNOUNCE] NCBI C++ Toolkit Release
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20NCBI%20C%2B%2B%20Toolkit%20Release&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="000067.html">
|
|
<LINK REL="Next" HREF="000069.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[C++ Toolkit ANNOUNCE] NCBI C++ Toolkit Release</H1>
|
|
<!--htdig_noindex-->
|
|
<B>Denis Vakatov</B>
|
|
<A HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20NCBI%20C%2B%2B%20Toolkit%20Release&In-Reply-To="
|
|
TITLE="[C++ Toolkit ANNOUNCE] NCBI C++ Toolkit Release">vakatov at ncbi.nlm.nih.gov
|
|
</A><BR>
|
|
<I>Thu Jul 11 14:50:47 EDT 2002</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="000067.html">[C++ Toolkit ANNOUNCE] DBAPI drivers for MS Windows
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000069.html">[C++ Toolkit ANNOUNCE] New C++ interface in connect library
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#68">[ date ]</a>
|
|
<a href="thread.html#68">[ thread ]</a>
|
|
<a href="subject.html#68">[ subject ]</a>
|
|
<a href="author.html#68">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--/htdig_noindex-->
|
|
<!--beginarticle-->
|
|
<PRE>The newest release of the NCBI C++ Toolkit is available at:
|
|
<A HREF="ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/CURRENT/">ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/CURRENT/</A>
|
|
|
|
It includes tarballs for UNIX, MS-Window and Darwin, and a
|
|
printable version of the NCBI C++ Toolkit docs (in PDF format).
|
|
|
|
|
|
This release includes a lot of changes, including but not limited to:
|
|
|
|
0) Much improved (restructured and updated) documentation:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/index.html">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/index.html</A>
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html</A>
|
|
|
|
1) "Object manager" to automate the (up)loading and handling of bio-sequences:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html#ref_SumXOBJMGR">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html#ref_SumXOBJMGR</A>
|
|
and other generic bio-sequences related functionality:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/include/objects/util/">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/include/objects/util/</A>
|
|
|
|
2) All-new database connectivity API (DBAPI):
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html#ref_SumDBAPI">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html#ref_SumDBAPI</A>
|
|
|
|
2.1) We ship FreeTDS sources with the Toolkit UNIX tarball, which could allow
|
|
you to connect to the databases (e.g. MS SQL) even if you do not
|
|
have client DB libs (such as CTLIB or DBLIB) installed on your
|
|
computer. -- We've incorporated the FreeTDS sources into the
|
|
Toolkit's project tree to ease the configuration, but you can use
|
|
your own (original) FreeTDS installation (see "--with-ftds=" conf.flag).
|
|
|
|
2.2) There are database drivers for MS-Windows present, too -- but some
|
|
of them are relatively raw material, and/or require "external"
|
|
packages, and therefore they are not part of default ("all_core")
|
|
project.
|
|
|
|
3) Much improved network connection and dispatcherization library:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html#ref_SumXCONNECT">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/libs.html#ref_SumXCONNECT</A>
|
|
|
|
4) Changes in the code generation (by DATATOOL from ASN.1) and serialization.
|
|
|
|
5) Added MT-safety and performance (reduced inter-locking) in
|
|
multi-threaded mode. (However, there is still more to be done here).
|
|
|
|
6) New portability-related functionality (DLL loading, sub-process
|
|
launching, atomic counters) and extended debug and diagnostics
|
|
support.
|
|
|
|
7) Ports to other compilers (Compaq C++), newer compiler versions
|
|
(SUN Forte 6 Update 2, GCC 3.0.*, GCC 3.1), and OS'es (FreeBSD).
|
|
|
|
8) There is a fresh Mac/Darwin/GCC3.1 port, but it may need some
|
|
tool patching on your side. For more details, see:
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/config_darwin.html">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/config_darwin.html</A>
|
|
|
|
8.1) The new Mac/CodeWarrior projects are under development right
|
|
now, and they shoud be ready for use in a matter of days.
|
|
|
|
9) Built-in testsuite (make check_r) -- however many of the test are
|
|
not going to work out-of-NCBI.
|
|
|
|
10) Tons of bug fixes and improvements.
|
|
|
|
|
|
ATTENTION:
|
|
|
|
Outside-NCBI users who have been using previous snapshot, should be
|
|
prepared to fight (maybe a lot of, but it depends) back-incompatibility
|
|
issues.
|
|
We are sorry about this extra work for you, but the Toolkit is under
|
|
heavy development now, and therefore APIs can change. To alleviate
|
|
this sort of extra hassle, we 'll try to put up the snapshots on
|
|
more regular basis; also, some APIs are already pretty much
|
|
stabilized already, and are not going to change dramatically in the
|
|
future.
|
|
|
|
|
|
.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<!--htdig_noindex-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="000067.html">[C++ Toolkit ANNOUNCE] DBAPI drivers for MS Windows
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000069.html">[C++ Toolkit ANNOUNCE] New C++ interface in connect library
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#68">[ date ]</a>
|
|
<a href="thread.html#68">[ thread ]</a>
|
|
<a href="subject.html#68">[ subject ]</a>
|
|
<a href="author.html#68">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/cpp-announce">More information about the cpp-announce
|
|
mailing list</a><br>
|
|
<!--/htdig_noindex-->
|
|
</body></html>
|