summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-10-24 03:44:54 +0200
committerSven Gothel <[email protected]>2021-10-24 03:44:54 +0200
commit4257942ad783c31ff1d6a390caee4b8c264eba8e (patch)
tree110161d5b7ca807380ad48d02d82eadacefeeb1f /README.md
parent6bf885de4d5740684ff6448d06127fb2e8d8def0 (diff)
README.md .. fixed language, v0.6.0 already pushed
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 91c0c71..0ba7220 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
This project's canonical repositories is hosted on [Gothel Software](https://jausoft.com/cgit/jaulib.git/).
## Goals
-This project aims to provide general C++ collections, algorithms and utilizies inclusive utilizities for a Java JNI binding.
+This project aims to provide general C++ and Java collections, algorithms and utilities - as well as basic concepts to support a Java JNI binding.
This project was extracted from [Direct-BT](https://jausoft.com/cgit/direct_bt.git/about/) to enable general use and enforce better encapsulation.
@@ -114,7 +114,6 @@ make doc
**0.6.0**
-* TODO ..
* Bump minor version due to API change (`darray`, `cow_darray` and `ringbuffer`)
* Add `darray` and `cow_darray` initializer list construction using move-semantics, instead of copy-semantics (`std::initializer_list`).
* Fix `cow_darray::push_back( InputIt first, InputIt last )`: On storage growth path, `push_back` must happen on new storage.