summaryrefslogtreecommitdiff
path: root/libcutl/NEWS
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2024-03-06 10:24:46 +0100
committerJörg Frings-Fürst <debian@jff.email>2024-03-06 10:24:46 +0100
commit372a0e99c2f61543d9e14d9933b59d9d1f4cb26e (patch)
treebbadf39aed0610c8f8f7b41fefff47773b8ac205 /libcutl/NEWS
parent23d41842168ac1a1580111b9c5c73500ceee3d57 (diff)
parent4538829ab86b5a1cd4e845e7eab165029c9d6d46 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'libcutl/NEWS')
-rw-r--r--libcutl/NEWS70
1 files changed, 0 insertions, 70 deletions
diff --git a/libcutl/NEWS b/libcutl/NEWS
deleted file mode 100644
index d73de93..0000000
--- a/libcutl/NEWS
+++ /dev/null
@@ -1,70 +0,0 @@
-Version 1.8.0
-
- * Add support for XML parsing (based in Expat) and serialization (based
- on Genx).
- * Improve the C++ indenter by handling the '},' sequence.
- * Add fs::basic_path::posix_string().
- * Update the internal Boost subset to version 1.54.0.
-
-Version 1.7.0
-
- * Add building blocks for multi-index containers.
- * Make regex a class template with character type as a template argument
- (currently can only be char or wchar_t).
- * Add support for case-insensitive regex.
- * Add clear() to fs::path.
-
-Version 1.6.3
-
- * Minor fixes to make libcutl compilable with more pedantic GCC 4.7.
-
-Version 1.6.2
-
- * Support for using external Boost instead of the internal subset in
- the autotools build system.
-
-Version 1.6.0
-
- * Add support for setting a compiler::context value as container::any.
- * Return a reference to the newly set value from compiler::context::set().
- * Add support for empty any containers.
-
-Version 1.5.0
-
- * Add support for regular expressions. Underneath regex support is
- provided by a Boost subset.
-
-Version 1.4.0
-
- * Add support for querying type_info of context entries (compiler).
- * Do sensible things if traversers are copied (compiler).
-
-Version 1.3.0
-
- * Add new fs::path functions: absolute(), relative(), current(),
- complete(), and normalize().
-
-Version 1.2.0
-
- * Add support for automake and VC++ builds via meta-build.
- * Add support for resetting nodes/edges and deleting nodes in
- container::graph.
- * Redesign fs::path, add comparison operators.
-
-Version 1.1.1
-
- * Bugfix release.
-
-Version 1.1.0
-
- * 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.
-
-Version 1.0.0
-
- * First public release.