• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Windows/H10-Jun-2003-7,4686,025

contrib/H10-Jun-2003-12,0399,201

doc/H03-May-2022-10,9899,192

sdts++/H10-Jun-2003-44,08325,420

sysutils/H07-May-2022-8,0346,294

tests/H03-May-2022-33,06021,724

AUTHORSH A D08-Oct-200278 43

COPYINGH A D08-Apr-19991.4 KiB2422

ChangeLogH A D10-Jun-2003121.7 KiB3,7752,663

JamfileH A D10-Jun-2003256 1110

JamrulesH A D10-Jun-2003537 1510

Makefile.amH A D10-Jun-2003389 135

Makefile.inH A D10-Jun-200316.7 KiB546462

NEWSH A D10-Jun-20033.3 KiB12180

READMEH A D10-Jun-20031.7 KiB4028

TODOH A D10-Jun-20031.4 KiB4228

aclocal.m4H A D10-Jun-2003234.6 KiB6,7655,998

boost-build.jamH A D10-Jun-200395 32

compileH A D09-Jun-20032.7 KiB10048

config.guessH A D09-Jun-200340.4 KiB1,3891,194

config.subH A D09-Jun-200329.3 KiB1,4931,352

configureH A D10-Jun-2003648.5 KiB20,69316,527

configure.inH A D10-Jun-20032.2 KiB12778

depcompH A D09-Jun-200313 KiB465298

install-shH A D09-Jun-20037 KiB295169

ltmain.shH A D02-Jun-2003176 KiB6,2914,931

missingH A D09-Jun-200310 KiB337263

mkinstalldirsH A D09-Jun-20031.9 KiB11285

README

1This is the SDTS++ C++ toolkit, which can be used to write applications
2that read and write SDTS datasets.  The current version is 1.5.1.
3
4If you are working on a UNIX platform, you will need gcc 2.8.x or 3.x
5to use this library.  You can get gcc at http://www.gnu.org/software/gcc/.
6
7If you are working on a Windows platform, you will need Visual C++ 6.0
8to build and use this library.  The sdts++ project file is located in
9``Windows/sdtsxx''.  There are also project files for the test
10programs; however, you will have to add the ``sdtsxx'' dependency to
11successfully link them.  (Apparently dependencies are not stored in
12Visual C++ project files, but are instead kept in workspace files.)
13Note that you MUST install the latest service pack to use sdts++ with
14Visual C++.
15
16You will need to have the Boost C++ header files installed.  They can
17be procured from: http://www.boost.org/libraries.htm
18
19Build and installation instructions can be found in the GNU texinfo
20file "doc/sdts++.info".  That file also contains basic usage instructions.
21
22Please consult the file BUGS for known problems and limitations with
23the toolkit.
24
25The TODO file lists pending work to be done on the library.
26
27The file NEWS contains information on changes to SDTS++ by version.
28
29"doc/sdts.ood" contains the Booch diagram of SDTS++'s design in Object
30Domain format.  Object Domain can be found at "http://www.object-domain.com/".
31
32"doc/SDTS++FAQ" contains frequently asked questions regarding SDTS++.
33
34There is an electronic mailing list dedicated to SDTS software
35development topics.  Please see the file "doc/SDTS++FAQ" to find out
36how to subscribe to that mailing list.
37
38See the file "COPYING" for details on support and licensing
39information for sdts++.
40