Skip to content

Commit f0fd5cc

Browse files
committed
Release libcstl-2.3.0.
1 parent 2dcd457 commit f0fd5cc

11 files changed

+9
-424
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2014-01-25 Bo Wang <[email protected]>
2+
* Release libcstl-2.3.0
3+
* Update type mechnanism for supporting generic pointer type.
4+
* Support c99 builtin type(unix only).
5+
* Add type cache for improving efficiency.
6+
* Fixup bug 5, 24, 26
7+
18
2013-06-15 Bo Wang <[email protected]>
29
* Release libcstl-2.2.0
310
* Fixup bug 3, 9, 25.

README

+1-25
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,5 @@ feature requests may also be submitted on the GitHub sit for libcstl at
1313
https://github.com/activesys/libcstl or GoogleCode site for
1414
libcstl at http://code.google.com/p/libcstl/issues/list
1515

16-
The source files of libcstl are:
17-
18-
ChangLog - description of differences between releases
19-
AUTHORS - people that have helped libcstl along
20-
INSTALL - description of installation
21-
COPYING.LESSER - the license under which libcstl is distributed
22-
Makefile.in - compilation rules (input to the configure script)
23-
Makefile.am - compilation rules source
24-
README - this file
25-
README.Win32 - notes on using libcstl on Win32 systems
26-
VERSION - version of this release
27-
aclocal.m4 - autoconf macros
28-
config.guess - autoconf support
29-
config.h.in - autoconf input
30-
config.sub - autoconf support
31-
configure - configure script (run this first)
32-
configure.ac - configure script source
33-
install-sh - BSD style install script
34-
ltmain.sh - libtool script
35-
missing - common stub for missing library functions
36-
build-win/* - MSVS project
37-
cstl/* - libcstl header files
38-
src/* - libcstl source files
39-
doc/* - libcstl documents
40-
test/ut/* - unit testing files
16+
The project home page http://libcstl.org/
4117

cstl/cstl_def.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extern "C" {
7171
/**
7272
* libcstl version macro.
7373
*/
74-
#define CSTL_VERSION 20300 /* libcstl version 2.2.0 */
74+
#define CSTL_VERSION 20300 /* libcstl version 2.3.0 */
7575
#define CSTL_MAJOR_VERSION 2
7676
#define CSTL_MINOR_VERSION 3
7777
#define CSTL_REVISION_VERSION 0
File renamed without changes.

doc/project/libcstl_design.odg

-46.2 KB
Binary file not shown.

doc/project/libcstl_design.odt

-3.43 MB
Binary file not shown.

0 commit comments

Comments
 (0)