summaryrefslogtreecommitdiff
path: root/src/lib/eina
Commit message (Expand)AuthorAgeFilesLines
* eina: prevent compile warning.ChunEon Park2015-09-211-0/+2
* eina_thread: non-linux fixes following latest changesDaniel Kolesa2015-09-111-0/+15
* eina - thread naming - when naming thread, cut off at 15 charsCarsten Haitzler (Rasterman)2015-09-101-1/+8
* eina thread - add wrapper for setting thread name and fix affinityCarsten Haitzler (Rasterman)2015-09-093-0/+37
* eina: cpu - fix a typo in eina_cpu_count API docAmitesh Singh2015-08-291-1/+1
* Eina rectangle: Check for valid rectangle before taking intersectionSubodh Kumar2015-08-281-8/+14
* eina: fix coverity issue CID 1317154.Cedric BAIL2015-08-221-4/+4
* eina: use new eina_file_path_join APIVincent Torri2015-08-212-38/+21
* eina: add API to join pahs, as well as path separatorsVincent Torri2015-08-212-0/+123
* eina: add eina_matrix4_quaternion_get and eina_quaternion_matrix4_get.Cedric BAIL2015-08-212-0/+322
* eina: add eina_matrix4_multiply and eina_matrix4_identity function.Cedric BAIL2015-08-212-0/+135
* eina: add eina_matrix4_transpose.Cedric BAIL2015-08-212-0/+33
* eina: add eina_matrix4_inverse.Cedric BAIL2015-08-212-0/+173
* eina: add eina_matrix4_normalized.Cedric BAIL2015-08-212-0/+44
* eina: add eina_matrix4_determinant.Cedric BAIL2015-08-212-0/+43
* eina: our 3x3 matrix are 2D matrix, not 3D rotation matrix.Cedric BAIL2015-08-211-15/+15
* efl debug infra - add more event types for ability to check extended infCarsten Haitzler (Rasterman)2015-08-172-51/+79
* efl debug - add the ability to begin/end states not just call rangesCarsten Haitzler (Rasterman)2015-08-171-3/+9
* eina: change default log level at which we display backtrace.Cedric BAIL2015-08-151-1/+1
* eina: forgot to fix @since for Eina_Bezier.Cedric BAIL2015-08-071-7/+7
* eina: add Eina_Bezier infrastructure for manipulating cubic bezier curves.Subhransu Mohanty2015-08-073-0/+422
* Eina strbuf: Remove unused variable.Tom Hacohen2015-08-041-6/+0
* Eina quad: Remove unused function.Tom Hacohen2015-08-041-0/+2
* eina: add intermediate inline function for eina_crc.Cedric BAIL2015-08-033-2/+34
* eina str: remove useless and wrong ifdef for FreeBSDDaniel Kolesa2015-07-291-8/+0
* eina_quaternion: add forgotten implementation of converting eina_matrix3 to e...Vivek Ellur2015-07-281-2/+48
* eina: Add since 1.15 tag for environment*get API additionsStefan Schmidt2015-07-231-0/+4
* eina: Add since 1.15 tag for quaternion API additionsStefan Schmidt2015-07-231-27/+27
* eina_evlog: Remove trailing whitespaces while looking at this file.Stefan Schmidt2015-07-231-12/+12
* eina: Add since 1.15 tag for evlog API additionsStefan Schmidt2015-07-231-0/+4
* eina: Add since 1.15 tag for crc API additionsStefan Schmidt2015-07-231-0/+2
* eina, ecore_imf: fix uninitialized field warningsDaniel Kolesa2015-07-231-1/+1
* Eina: use Eina API in documentationVincent Torri2015-07-221-2/+2
* eina_module: Raise dlopen() error messages to WRN when file existsJean-Philippe Andre2015-07-161-2/+7
* eina: make re-setting the same tiler tile size a no-opMike Blumenkrantz2015-07-081-0/+1
* Eina: include string.h on Windows as memcpy is used (fixes warning)Vincent Torri2015-07-031-0/+3
* eina: don't return NULL silently when creating new tilersMike Blumenkrantz2015-07-021-2/+1
* eina module - it is not an error to ERR log to not load a .soCarsten Haitzler (Rasterman)2015-06-251-1/+1
* eina/simple_xml_parser: don't parse the <, > in the attribute string.ChunEon Park2015-06-181-2/+9
* eina: add eina_quaternion_setperepelits.m2015-06-172-0/+26
* Eina debug: Fix shadow warning.Tom Hacohen2015-06-101-1/+1
* eina semaphore lock - don't wake up because of signalsCarsten Haitzler (Rasterman)2015-06-091-2/+19
* eina: fix copy and paster error detected by Coverity.Cedric BAIL2015-06-081-2/+2
* eina: Fix warning about unused paramatersChris Michael2015-06-051-2/+2
* eina: beginning of a generic quaternion API.Cedric BAIL2015-05-293-0/+738
* eina: include dependency header cleanly.Cedric BAIL2015-05-291-0/+2
* eina: add the beginning of an Eina_Matrix4 API.Cedric BAIL2015-05-292-0/+238
* eina: change module init error message to an info messageMike Blumenkrantz2015-05-221-2/+6
* eina: print error message when eina_module_load() fails.Youngbok Shin2015-05-191-2/+2
* eina: use less stack on Windows for eina_environment_home_get, and no snprintf()Vincent Torri2015-05-181-3/+4