|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| doc/ | | 03-May-2024 | - | 2,091 | 1,546 |
| etc/ | | 03-May-2024 | - | 13,772 | 9,531 |
| src/ | | 03-May-2024 | - | 16,947 | 12,142 |
| stlport/ | | 03-May-2024 | - | 73,804 | 53,580 |
| test/ | | 03-May-2024 | - | 33,208 | 24,076 |
| Android.mk | D | 03-May-2024 | 1.6 KiB | 70 | 56 |
| CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 50 | 0 |
| INSTALL | D | 03-May-2024 | 7.3 KiB | 167 | 122 |
| INSTALL.unixes | D | 03-May-2024 | 4.1 KiB | 121 | 83 |
| LICENSE | D | 03-May-2024 | 2.9 KiB | 28 | 16 |
| MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | | |
| Makefile | D | 03-May-2024 | 605 | 27 | 12 |
| NOTICE | D | 03-May-2024 | 2.9 KiB | 28 | 16 |
| README | D | 03-May-2024 | 2.4 KiB | 65 | 54 |
| README.google | D | 03-May-2024 | 329 | 10 | 8 |
| configure | D | 03-May-2024 | 9.8 KiB | 334 | 286 |
| configure.bat | D | 03-May-2024 | 18.6 KiB | 633 | 531 |
| libstlport.mk | D | 03-May-2024 | 453 | 13 | 7 |
README
1**********************************************************************
2* README file for STLport 5.0 *
3* *
4**********************************************************************
5
6This directory contains the STLport-5.0 release.
7
8What's inside :
9
10README - this file
11INSTALL - installation instructions
12
13bin - installation directory for STLport unit tests;
14 it may contain more subdirs, if you use
15 crosscompilation
16build/lib - build directory for STLport library (if you use
17 STLport iostreams and/or locale only)
18build/test/unit - build directory for regression (unit) tests
19build/test/eh - build directory for exception handling tests
20stlport - main STLport include directory
21src - source for iostreams implementation and other parts
22 that aren't pure template code
23lib - installation directory for STLport library (if you
24 use STLport iostreams and/or locale only);
25 it may contain more subdirs, if you use
26 crosscompilation
27test/unit - unit (regression) tests
28test/eh - exception handling test using STLport iostreams
29etc - miscellanous files (ChangeLog, TODO, scripts, etc.)
30
31GETTING STLPORT
32
33To download the latest version of STLport, please be sure to visit
34https://sourceforge.net/project/showfiles.php?group_id=146814
35
36LEGALESE
37
38This software is being distributed under the following terms:
39
40 *
41 *
42 * Copyright (c) 1994
43 * Hewlett-Packard Company
44 *
45 * Copyright (c) 1996-1999
46 * Silicon Graphics Computer Systems, Inc.
47 *
48 * Copyright (c) 1997
49 * Moscow Center for SPARC Technology
50 *
51 * Copyright (c) 1999-2003
52 * Boris Fomitchev
53 *
54 * This material is provided "as is", with absolutely no warranty expressed
55 * or implied. Any use is at your own risk.
56 *
57 * Permission to use or copy this software for any purpose is hereby granted
58 * without fee, provided the above notices are retained on all copies.
59 * Permission to modify the code and to distribute modified code is granted,
60 * provided the above notices are retained, and a notice that the code was
61 * modified is included with the above copyright notice.
62 *
63
64**********************************************************************
65
README.google