From boris at codesynthesis.com Wed Oct 28 10:09:34 2009 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Oct 7 09:04:52 2011 Subject: [libcutl-users] libcutl 1.0.0 released Message-ID: Hi, This is a belated announcement of the first public release of libcutl. libcutl is a C++ utility library that contains a collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks, etc. For more information see the project web page: http://www.codesynthesis.com/projects/libcutl/ SHA1 checksums for this release: 306382abfd3b5b197c45484edd37f027f7c769fe libcutl-1.0.0.zip c5f42ad364376eab7a04578f6cae4a42044cb271 libcutl-1.0.0.tar.bz2 a8a60560be25c7773c5db3ede3aa4e778ae432f7 libcutl-1.0.0+dep.tar.bz2 From boris at codesynthesis.com Wed Oct 28 10:43:25 2009 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Oct 7 09:04:52 2011 Subject: [libcutl-users] libcutl 1.1.0 released Message-ID: Hi, We have released libcutl 1.1.0. The NEWS file entries for this release are as follows: * Code stream interface (compiler/code-stream). * SLOC counter code stream (compiler/sloc-counter). * C++ code indenter (compiler/cxx-indenter). * Filesystem path abstraction (fs/path). * RAII-based file auto-removal (fs/auto-remove). * Project and solution files for VC++ 8 and 9. * Install target. Source code distributions for this release are available from the project's web page: http://www.codesynthesis.com/projects/libcutl/ SHA1 checksums for this release: 1475ba4cf1787d61753744b664aad84ab8519f90 libcutl-1.1.0.zip c1562426dcfa0a64780b078d4cec9fb393a6a6f1 libcutl-1.1.0.tar.bz2 c6628310484a807d2e07d3bdcbd5468cb57ae0ca libcutl-1.1.0+dep.zip 450b9f6007836a99c3968af4ed2dd1a7fd062aad libcutl-1.1.0+dep.tar.bz2 Enjoy, Boris