efl

Форк
0
/
NEWS.eina 
124 строки · 4.2 Кб
1
Eina 1.8.0
2

3
Changes since Eina 1.7.0:
4
-------------------------
5

6
Additions:
7
    * Add DOCTYPE children parsing in eina_simple_xml
8

9
Improvements:
10
    * Speedup Eina Rbtree Iterator by recycling memory instead of massively calling malloc/free.
11

12
Eina 1.7.0
13

14
Changes since Eina 1.2.0:
15
-------------------------
16

17
Additions:
18
    * Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
19
    * Add an helper to iterate over line in a mapped file.
20
    * Add EINA_SENTINEL to protect variadic functions
21
    * Add EINA_SAFETY checks for proper function arguments.
22
    * Add check if given arguments (distance and coordinates) in eina_tiler
23
    and eina_rectangle are not below zero
24

25
Fixes:
26
    * Add missing files in the tarball.
27
    * Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
28
    * Portability issue with Eina_Value when char are not signed by default (case on ARM
29
    and PPC).
30
    * Portability issue with Eina_Value test suite when unsigned where not promoted to
31
    unsigned long (case on Itanium).
32
    * Fix issue in the XML parser when a tag was in a comment or a CDATA.
33
    * Implement eina_file_map_lines() on Windows.
34
    * Handle NULL in all eina_*_free function.
35
    * eina_log_console_color_set()
36
    * Documentation for eina list specified and eina stringshare fixed.
37
    * eina_convert_atofp wrong return value if fp is NULL.
38

39
Removal:
40
    * configure options: --disable-posix-threads, --disable-win32-threads,
41
      --enable-coverage
42

43
Eina 1.2.0
44

45
Changes since Eina 1.1.0:
46
-------------------------
47

48
Additions:
49

50
    * eina_mempool_calloc.
51
    * Eina_Semaphore abstraction API.
52
    * eina_xattr_fd_ls.
53
    * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
54
    * eina_file_map_faulted.
55
    * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
56
    * deprecated eina_array_count_get(), use eina_array_count() instead.
57
    * eina_inarray data type.
58
    * eina_value data type (generic value storage).
59
    * eina_file_stat.
60
    * eina_log*level_check.
61
    * eina_*buf_manage_new_length.
62
    * EINA_C_ARRAY_LENGTH macro.
63
    * Eina_Stringshare typedef.
64
    * add eina_file_map_faulted() for windows port (was missing).
65

66
Fixes:
67

68
    * compilation errors in Eina_RWLock when building on Windows newer than XP.
69
    * stop leaking Eina_File.
70
    * remove dead lock in Eina_File.
71
    * bug on eina_shutdown when using eina_error.
72
    * NONNULL argument for eina_hash_find.
73
    * compilation of eina_semaphore_lock on Windows.
74
    * forgotten initialization of eina list count during eina_list_split_list.
75
    * leak in Eina_File.
76
    * deadlock in Eina_File.
77
    * make it possible to force the number of detected CPU on a system.
78

79
Improvements:
80

81
    * faster implementation of Eina_Rbtree.
82
    * let eina_hash_free behave like free.
83

84
Eina 1.1.0 (2011-12-02)
85

86
Changes since Eina 1.0.0:
87
-------------------------
88

89
Additions:
90

91
    * eina_unicode_strndup API
92
    * EINA_INLIST_FOREACH_SAFE API
93
    * eina unicode UTF8 convenience calls API
94
    * eina_list_move functions to move list nodes from list to list directly
95
    * simple SAX XML parser API added
96
    * inlist sort and sorted insert API
97
    * mempool repack API
98
    * eina_file API for portable file memory-mapping with IO saffety traps
99
    * thread locks, conditions etc. wrapper API for portability
100
    * prefix API for apps or libs to find their runtime prefix location
101
    * refcount macro API
102
    * binbuf for binary extendable buffers API
103
    * eina_hash_free_cb_set API
104
    * eina_main_loop_is API
105
    * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
106
    * eina_xattr API's
107
    * eina_hash_murmur3 API
108

109
Fixes:
110

111
    * compilation problems with some configure options
112
    * stat issue if file size is in bytes and serial number overran 32bits
113
    * uninstall of mempool modules
114
    * static build of buddy mempool
115
    * stringshare multi-init bug
116
    * windows port of eina_sched_prio_drop
117
    * eina_hash_set to handle data being NULL like eina_hash_del
118
    * static linking to eina (iconv can be avoided)
119
    * eina_share_common_del and eina_share_common_ref unlock bug
120

121
Improvements:
122

123
    * scalability/speed improvements in Chained Mempool
124
    * stringshare as storage for eina error strings now
125

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.