1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
unicode (1.10) unstable; urgency=medium
* Validation bugfix, tests
-- Roland Reichwein <mail@reichwein.it> Thu, 15 Dec 2022 10:54:15 +0100
unicode (1.9) unstable; urgency=medium
* Optimizations for validation
* Source code refactoring into separate headers
* Tests
* Bugfixes
* Documentation
-- Roland Reichwein <mail@reichwein.it> Thu, 06 Jan 2022 15:32:13 +0100
unicode (1.8) unstable; urgency=medium
* Speed optimizations
-- Roland Reichwein <mail@reichwein.it> Mon, 27 Dec 2021 13:26:03 +0100
unicode (1.7) unstable; urgency=medium
* Fixes for latest msvc 19.28, gcc 11, clang 13
* Fix support for C++17, C++20
-- Roland Reichwein <mail@reichwein.it> Mon, 06 Dec 2021 16:32:11 +0100
unicode (1.6) unstable; urgency=medium
* Fixed recode
* boost is still broken in v1.77
-- Roland Reichwein <mail@reichwein.it> Sun, 05 Dec 2021 20:59:45 +0100
unicode (1.5) unstable; urgency=medium
* Fixed C++20 version and tests
-- Roland Reichwein <mail@reichwein.it> Sun, 05 Dec 2021 20:20:35 +0100
unicode (1.3) unstable; urgency=medium
* Include msbuild project files
-- Roland Reichwein <mail@reichwein.it> Mon, 04 Oct 2021 17:16:38 +0200
unicode (1.2) unstable; urgency=medium
* Fixed Makefile cleanup
-- Roland Reichwein <mail@reichwein.it> Mon, 04 Oct 2021 17:03:57 +0200
unicode (1.1) unstable; urgency=medium
* Fixed copyright
* Support Unicode conversion for basic types like char and wchar_t
* Support other basic types: uint8_t, ...
* Support different container types
* Support GCC
-- Roland Reichwein <rr@antcom.de> Mon, 15 Feb 2021 14:00:35 +0100
unicode (1.0) unstable; urgency=medium
* First version
-- Roland Reichwein <mail@reichwein.it> Thu, 10 Jan 2021 18:59:59 +0200
|