forked from stlencoders/stlencoders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
78 lines (51 loc) · 2.52 KB
/
ChangeLog
File metadata and controls
78 lines (51 loc) · 2.52 KB
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
70
71
72
73
74
75
76
77
78
2013-12-13 Thomas Kemmer <tkemmer@computer.org>
* configure.ac, NEWS: update for v1.1.3
* include/base32.hpp: performance improvement for random-access
iterators
* include/base64.hpp: performance improvement for random-access
iterators
* COPYING, */*.hpp, */*.cpp: update copyright notice
* doc/Doxymain: prevent line-wrap for function declarations
* doc/Doxyfile.in: remove obsolete Doxyfile entries
* README, debian/control: new homepage/repository on GitHub
* src/Makefile.am: remove check.sh (breaks in automake 1.13)
2012-12-18 Thomas Kemmer <tkemmer@computer.org>
* README, NEWS: update for v1.1.2
* debian/*: Debian Squeeze compatibility
2012-12-17 Thomas Kemmer <tkemmer@computer.org>
* tests/vcxtests.cpp, tests/tests.vcxproj: added support for
MS Visual Studio 2012 unit tests
2012-12-16 Thomas Kemmer <tkemmer@computer.org>
* include/iterator.hpp (stlencoders): fix default copy constructor
* tests/*: unit test refactoring
2012-06-09 Thomas Kemmer <tkemmer@computer.org>
* configure.ac, Makefile.am, debian/*: added debian packaging
* configure.ac: directory restructuring
2012-05-23 Thomas Kemmer <tkemmer@computer.org>
* src/stlbench.cpp: fixed apr_base64::decode
2012-05-21 Thomas Kemmer <tkemmer@computer.org>
* configure.ac, stldecode.cpp: Debian Lenny/gcc-4.2 compatibility
* stlbench.cpp: refactoring
2012-05-19 Thomas Kemmer <tkemmer@computer.org>
* configure.ac, stlbench.cpp: added boost base64_from_binary
* autogen.sh, configure.ac, trunk: added GNU release files
* Makefile.am, test_base16.cpp, test_base2.cpp, test_base32.cpp,
test_base64.cpp, util.hpp, xassert.hpp: test refactoring
* Makefile.am: clean gcov files
2012-05-18 Thomas Kemmer <tkemmer@computer.org>
* test_base16.cpp, test_base2.cpp, test_base32.cpp,
test_base64.cpp: improved test coverage
2012-05-17 Thomas Kemmer <tkemmer@computer.org>
* base16.hpp, base32.hpp, base64.hpp: use for-loop in decode
2012-05-15 Thomas Kemmer <tkemmer@computer.org>
* Doxymain, base32.hpp, base64.hpp, test_base32.cpp,
test_base64.cpp, util.hpp: optional padding fixes and docs
2012-05-09 Thomas Kemmer <tkemmer@computer.org>
* base2.hpp: base2 improvements
2012-05-08 Thomas Kemmer <tkemmer@computer.org>
* Makefile.am, base2.hpp, check.sh, configure.ac, stlbench.cpp,
stldecode.cpp, stlencode.cpp: base2 initial version
* Makefile.am, base32.hpp, base64.hpp, configure.ac,
stlencode.cpp: added pad parameter to encode
2012-05-04 Thomas Kemmer <tkemmer@computer.org>
* stlbench.cpp: removed outdated usage info