blob: 0aad6e1b1b6bd9e7064af37121554d318d117a96 (
plain)
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
|
=======================
Legend
=======================
[+] A feature added
[-] A bug fixed
[*] A change
[!] An important note
=======================
2015/12/28 oleh_derevenko
[*] Atomics assembler implementation has been improved and enabled for
GCC and _OU_TARGET_ARCH_X86/_OU_TARGET_ARCH_X64 with _OU_TARGET_OS_GENUNIX
2010/04/24 oleh_derevenko
[+] A cast operator to non-const reference of contained type added for
CTypeSimpleWrapper.
2009/10/07 oleh_derevenko
[-] Tests corrected to avoid checking int64ou alignment on Macs
(just like for uint64ou)
2009/09/08 oleh_derevenko
[-] Enumerated type increment/decrement operators re-implemented in a way that
can't produce bad code with modern GCCs due to aliasing rules violation.
2008/06/26 oleh_derevenko
[+] --disable-asserts option support added for configure.
2008/04/19 oleh_derevenko
[+] Atomic functions via i486 assembler implementation added (manuall
selection with a preprocessor symbol only).
2008/04/16 oleh_derevenko
[-] Fixed bug with storage memory not being properly zeroed at allocation.
[*] Memory customization changed to match assertion failure handler
customization. Now it is not necessary to save original pointers,
just NULL-s are to be assigned to revert from customized to
default memory menager.
2008/04/08 oleh_derevenko
[!] Licensing changed: permission to distribute/use library under zlib/libpng
license added.
2008/04/07 oleh_derevenko
[+] Initial commit
|