Skip to content

Commit

Permalink
Release libcstl-2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
activesys committed Jan 25, 2014
1 parent 2dcd457 commit f0fd5cc
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 424 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2014-01-25 Bo Wang <activesys.wb@gmail.com>
* Release libcstl-2.3.0
* Update type mechnanism for supporting generic pointer type.
* Support c99 builtin type(unix only).
* Add type cache for improving efficiency.
* Fixup bug 5, 24, 26

2013-06-15 Bo Wang <activesys.wb@gmail.com>
* Release libcstl-2.2.0
* Fixup bug 3, 9, 25.
Expand Down
26 changes: 1 addition & 25 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,5 @@ 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
The project home page http://libcstl.org/

2 changes: 1 addition & 1 deletion cstl/cstl_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extern "C" {
/**
* libcstl version macro.
*/
#define CSTL_VERSION 20300 /* libcstl version 2.2.0 */
#define CSTL_VERSION 20300 /* libcstl version 2.3.0 */
#define CSTL_MAJOR_VERSION 2
#define CSTL_MINOR_VERSION 3
#define CSTL_REVISION_VERSION 0
Expand Down
File renamed without changes.
Binary file removed doc/project/libcstl_design.odg
Binary file not shown.
Binary file removed doc/project/libcstl_design.odt
Binary file not shown.
Loading

0 comments on commit f0fd5cc

Please sign in to comment.