forked from activesys/libcstl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
41 lines (36 loc) · 1.71 KB
/
README
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
This directory contains the sources of the libcstl Library.
See the file "VERSION" for what release version you have.
libcstl is the use of C language, a common data structure
and used algorithms library, which mimic the interface and
the SGI STL to achieve.
For Windows platform there are README.Win32 file that discuss issues
how to compile libcstl on Windows.
Problems, bugs, questions, desirable enhancements, etc. should be sent
to the address "activesys.wb@gmail.com". Bugs, support requests, and
feature requests may also be submitted on the GitHub sit for libcstl at
https://github.com/activesys/libcstl or GoogleCode site for
libcstl at http://code.google.com/p/libcstl/issues/list
The source files of libcstl are:
ChangLog - description of differences between releases
AUTHORS - people that have helped libcstl along
INSTALL - description of installation
COPYING.LESSER - the license under which libcstl is distributed
Makefile.in - compilation rules (input to the configure script)
Makefile.am - compilation rules source
README - this file
README.Win32 - notes on using libcstl on Win32 systems
VERSION - version of this release
aclocal.m4 - autoconf macros
config.guess - autoconf support
config.h.in - autoconf input
config.sub - autoconf support
configure - configure script (run this first)
configure.ac - configure script source
install-sh - BSD style install script
ltmain.sh - libtool script
missing - common stub for missing library functions
build-win/* - MSVS project
cstl/* - libcstl header files
src/* - libcstl source files
doc/* - libcstl documents
test/ut/* - unit testing files