platform/upstream/efl.git
12 years ago[evas/evas_object_textblock] When markup_to_utf8 is tried with an invalid
WooHyun Jung [Fri, 3 Feb 2012 11:24:44 +0000 (11:24 +0000)]
[evas/evas_object_textblock] When markup_to_utf8 is tried with an invalid
escape tag, escape will be NULL. "eina_strbuf_append" should not be
called with NULL string.

SVN revision: 67696

12 years agoecore_imf: fix wrong ingroup fields for doxygen
Jihoon Kim [Fri, 3 Feb 2012 10:12:13 +0000 (10:12 +0000)]
ecore_imf: fix wrong ingroup fields for doxygen

SVN revision: 67695

12 years agoscim_imcontext.cpp: fix formatting
Jihoon Kim [Fri, 3 Feb 2012 06:32:24 +0000 (06:32 +0000)]
scim_imcontext.cpp: fix formatting

SVN revision: 67692

12 years agoEntry: Fix to work edje_object_part_text_input_panel_enabled_set/get well even though...
Jihoon Kim [Fri, 3 Feb 2012 04:50:23 +0000 (04:50 +0000)]
Entry: Fix to work edje_object_part_text_input_panel_enabled_set/get well even though ecore_imf doesn't exist or immodule isn't used.

SVN revision: 67690

12 years agoChange eina_mode_child_search to more descriptive
Jonas M. Gastal [Thu, 2 Feb 2012 12:32:13 +0000 (12:32 +0000)]
Change eina_mode_child_search to more descriptive
 eina_model_child_criteria_match.

Patch by: "Jonas M. Gastal" <jgastal@profusion.mobi>

SVN revision: 67688

12 years agoBetter documentation for eina_model.
Jonas M. Gastal [Thu, 2 Feb 2012 12:31:46 +0000 (12:31 +0000)]
Better documentation for eina_model.

Patch by: "Jonas M. Gastal" <jgastal@profusion.mobi>

SVN revision: 67687

12 years agoecore ecore_main.c: Fixed formatting. It has nice documentation. Thanks raster :O
Daniel Juyung Seo [Thu, 2 Feb 2012 05:21:24 +0000 (05:21 +0000)]
ecore ecore_main.c: Fixed formatting. It has nice documentation. Thanks raster :O

SVN revision: 67685

12 years agoevas: use evas_image_cache_drop instead of plain wrong call to free.
Cedric BAIL [Wed, 1 Feb 2012 17:28:30 +0000 (17:28 +0000)]
evas: use evas_image_cache_drop instead of plain wrong call to free.

SVN revision: 67681

12 years agook 1 segv less. this code looks most suspicious...
Carsten Haitzler [Wed, 1 Feb 2012 09:48:46 +0000 (09:48 +0000)]
ok 1 segv less. this code looks most suspicious...

SVN revision: 67671

12 years agoDescribe in more detail about ecore_imf_context_cursor_location_set API
Jihoon Kim [Wed, 1 Feb 2012 06:39:26 +0000 (06:39 +0000)]
Describe in more detail about ecore_imf_context_cursor_location_set API

SVN revision: 67670

12 years agoeina_value: fix struct type.
Gustavo Sverzut Barbieri [Tue, 31 Jan 2012 21:05:20 +0000 (21:05 +0000)]
eina_value: fix struct type.

 1. consider case where the struct was not set for flush and others;
 2. flush previous struct on pset;
 3. setup the new struct members memory on pset;
 4. always use ops->alloc and ops->free if they are provided;

SVN revision: 67662

12 years agounbreak eina_value
Mike Blumenkrantz [Tue, 31 Jan 2012 17:31:48 +0000 (17:31 +0000)]
unbreak eina_value

SVN revision: 67643

12 years agoEina stringshare: fixed up the previous commit a bit.
Tom Hacohen [Tue, 31 Jan 2012 17:27:57 +0000 (17:27 +0000)]
Eina stringshare: fixed up the previous commit a bit.

Fixed wrong usage of Eina_Stringshare - Thanks k-s.
Omited the star from the typedef - Thanks Sacihel.

SVN revision: 67642

12 years agoEina stringshare: Added Eina_Stringshare a stringshare visual hint.
Tom Hacohen [Tue, 31 Jan 2012 17:12:23 +0000 (17:12 +0000)]
Eina stringshare: Added Eina_Stringshare a stringshare visual hint.

It's interchangeable with const char *, it's juts there as a visual hint
for functions expecting stringshared values. Docs are not enough...

SVN revision: 67641

12 years agoadd new eina value dummy type TIMESTAMP which is identical to ULONG
Mike Blumenkrantz [Tue, 31 Jan 2012 16:55:10 +0000 (16:55 +0000)]
add new eina value dummy type TIMESTAMP which is identical to ULONG

SVN revision: 67639

12 years agoadd missing @since 1.2
Gustavo Sverzut Barbieri [Tue, 31 Jan 2012 16:47:36 +0000 (16:47 +0000)]
add missing @since 1.2

SVN revision: 67638

12 years agoeina_value: add EINA_VALUE_TYPE_MODEL
Gustavo Sverzut Barbieri [Tue, 31 Jan 2012 16:45:59 +0000 (16:45 +0000)]
eina_value: add EINA_VALUE_TYPE_MODEL

SVN revision: 67637

12 years agoeina_model: change the way extensions are done.
Gustavo Sverzut Barbieri [Tue, 31 Jan 2012 15:26:48 +0000 (15:26 +0000)]
eina_model: change the way extensions are done.

Thanks to Tasn review it was noticed that subclasses using "const void *value"
with sub-structure would have to resolve their methods manually, quite bad.

Then the extension will happen with structures inside structures, as
previously used in Evas_Smart_Class. To allow the system to resolve
the methods and keep it, it is now specificed the type_size.

A new function is added to help extensions:
eina_model_type_method_resolve(), together with few helper macros.

To allow Eina_Model_Type to be augmented with more methods without
breaking the ABI, 4 slots are left there. We expect we got it right
from beginning and these will never be used, but we can never be sure
;-)

Last but not least, similar changes were done to Eina_Model_Interface
for consistency matters.

SVN revision: 67635

12 years agoEvas textblock: Fixed native size calculation - margins were not used.
Tom Hacohen [Tue, 31 Jan 2012 11:32:48 +0000 (11:32 +0000)]
Evas textblock: Fixed native size calculation - margins were not used.

SVN revision: 67631

12 years agofix memory leak of dirty image
Jiyoun Park [Mon, 30 Jan 2012 14:36:15 +0000 (14:36 +0000)]
fix memory leak of dirty image
if file was chaned by somebody, it was added to dirty list during cache request.
currently this dirty image added to cache->dirty list and never freed until image shutdown.
but dirty image of chaned file never used so add delete code for memory efficiency.
and fix bad indentation.

SVN revision: 67604

12 years agoFixing my silly mistake before someone else catches it.
Sung Park [Mon, 30 Jan 2012 11:21:38 +0000 (11:21 +0000)]
Fixing my silly mistake before someone else catches it.

I was accessing a variable before it was NULL checked.
Fixed now.

SVN revision: 67601

12 years agoEcore: Update ChangeLog so nobody has a fit.
Christopher Michael [Sun, 29 Jan 2012 20:41:50 +0000 (20:41 +0000)]
Ecore: Update ChangeLog so nobody has a fit.

SVN revision: 67594

12 years agoEcore_X: Add api function (and code) to retrieve actual keycode from
Christopher Michael [Sun, 29 Jan 2012 20:29:30 +0000 (20:29 +0000)]
Ecore_X: Add api function (and code) to retrieve actual keycode from
keyname (needed to handle input from x11 to wayland clients).

SVN revision: 67591

12 years agoEina test model: Use EINA_VALUE_STRUCT_MEMBER and the new EINA_C_ARRAY_LENGTH.
Tom Hacohen [Sun, 29 Jan 2012 15:38:04 +0000 (15:38 +0000)]
Eina test model: Use EINA_VALUE_STRUCT_MEMBER and the new EINA_C_ARRAY_LENGTH.

SVN revision: 67590

12 years agoEina: Added EINA_C_ARRAY_LENGTH.
Tom Hacohen [Sun, 29 Jan 2012 15:38:01 +0000 (15:38 +0000)]
Eina: Added EINA_C_ARRAY_LENGTH.

This macro returns the length of a standard C array.

SVN revision: 67589

12 years agoepp does not support variadic args
Davide Andreoli [Sun, 29 Jan 2012 14:41:51 +0000 (14:41 +0000)]
epp does not support variadic args

SVN revision: 67588

12 years agoecore ecore_imf_context.c: Fixed build warnings.
Daniel Juyung Seo [Sun, 29 Jan 2012 13:39:07 +0000 (13:39 +0000)]
ecore ecore_imf_context.c: Fixed build warnings.
ecore_imf_context.c: In function ‘ecore_imf_context_event_callback_del’:
ecore_imf_context.c:1099:9: warning: ‘return’ with no value, in function returning non-void
ecore_imf_context.c:1109:26: warning: initialization discards qualifiers from pointer target type

SVN revision: 67585

12 years agoEina test model: Get offsets and sizes properly.
Tom Hacohen [Sun, 29 Jan 2012 12:57:36 +0000 (12:57 +0000)]
Eina test model: Get offsets and sizes properly.

Make the tests work on multiple platforms and also let people who read the
code see how to do it properly.

SVN revision: 67584

12 years agoEvas textblock: Fixed a possible invalid mem write.
Tom Hacohen [Sun, 29 Jan 2012 10:01:27 +0000 (10:01 +0000)]
Evas textblock: Fixed a possible invalid mem write.

SVN revision: 67580

12 years agoEvas (m4): Use simpler check for wayland egl. Don't reset
Christopher Michael [Sat, 28 Jan 2012 13:47:12 +0000 (13:47 +0000)]
Evas (m4): Use simpler check for wayland egl. Don't reset
'gl_flavor_gles' when checking for sgx support (if we reset
gl_flavor_gles here, then the autofoo output always returns 'NO' for
gles.

SVN revision: 67572

12 years agoEvas: Fix typo in autofoo output.
Christopher Michael [Sat, 28 Jan 2012 13:40:21 +0000 (13:40 +0000)]
Evas: Fix typo in autofoo output.

SVN revision: 67571

12 years agoDo set the max to the image size if asked for it
Iván Briano [Fri, 27 Jan 2012 14:32:45 +0000 (14:32 +0000)]
Do set the max to the image size if asked for it

SVN revision: 67567

12 years agoEina: fix previous commit
Vincent Torri [Fri, 27 Jan 2012 07:52:30 +0000 (07:52 +0000)]
Eina: fix previous commit

SVN revision: 67564

12 years agoTell the descriptors about our new properties
Iván Briano [Thu, 26 Jan 2012 21:26:08 +0000 (21:26 +0000)]
Tell the descriptors about our new properties

SVN revision: 67559

12 years agoedje: fix obvious c&p error.
Cedric BAIL [Thu, 26 Jan 2012 18:32:30 +0000 (18:32 +0000)]
edje: fix obvious c&p error.

SVN revision: 67557

12 years agoedje: add min: SOURCE, max: SOURCE.
Cedric BAIL [Thu, 26 Jan 2012 18:24:00 +0000 (18:24 +0000)]
edje: add min: SOURCE, max: SOURCE.

SVN revision: 67555

12 years agoEina model: fix a memory leak in the model's "to_string" function.
Tom Hacohen [Thu, 26 Jan 2012 16:42:00 +0000 (16:42 +0000)]
Eina model: fix a memory leak in the model's "to_string" function.

SVN revision: 67551

12 years agoEdje textblock: Fixed style user memory leak.
Tom Hacohen [Thu, 26 Jan 2012 14:03:29 +0000 (14:03 +0000)]
Edje textblock: Fixed style user memory leak.

Thanks to Hermet for spotting this.

SVN revision: 67549

12 years agoEvas textblock: Fixed style user memory leak.
Tom Hacohen [Thu, 26 Jan 2012 14:02:59 +0000 (14:02 +0000)]
Evas textblock: Fixed style user memory leak.

Thanks to Hermet for spotting it.

SVN revision: 67548

12 years agoEina: fix compilation errors in Eina_RWLock code when building code on Windows > XP
Vincent Torri [Thu, 26 Jan 2012 07:21:27 +0000 (07:21 +0000)]
Eina: fix compilation errors in Eina_RWLock code when building code on Windows > XP

SVN revision: 67545

12 years agoThe polygon drawing code for the DirectFB backend incorrectly casts a
Gustavo Sverzut Barbieri [Wed, 25 Jan 2012 18:40:22 +0000 (18:40 +0000)]
The polygon drawing code for the DirectFB backend incorrectly casts a
void pointer causing a segfault. The attached patch fixes the issue
and allows an expedite run to complete.

By: Will Newton <will.newton@gmail.com>

SVN revision: 67543

12 years agoedje: don't forget to reference child image in set.
Cedric BAIL [Wed, 25 Jan 2012 18:37:10 +0000 (18:37 +0000)]
edje: don't forget to reference child image in set.

SVN revision: 67542

12 years agobugfix: reset iterator to head before the second lookup.
Gustavo Sverzut Barbieri [Wed, 25 Jan 2012 17:06:29 +0000 (17:06 +0000)]
bugfix: reset iterator to head before the second lookup.

SVN revision: 67539

12 years agoeina_value_struct_member_value: helper to be used by esql and possibly others.
Gustavo Sverzut Barbieri [Wed, 25 Jan 2012 16:58:57 +0000 (16:58 +0000)]
eina_value_struct_member_value: helper to be used by esql and possibly others.

It is common to already known the member, then no need to query
it. This provides optimized retrieval for people that can manage it.

SVN revision: 67538

12 years agoedje: fix use of inherit, overridding and alias.
Cedric BAIL [Wed, 25 Jan 2012 16:47:38 +0000 (16:47 +0000)]
edje: fix use of inherit, overridding and alias.

SVN revision: 67537

12 years agoSmall fixes to eina_model documentation.
Jonas M. Gastal [Wed, 25 Jan 2012 13:48:32 +0000 (13:48 +0000)]
Small fixes to eina_model documentation.

Patch by: "Jonas M. Gastal" <jgastal@profusion.mobi>

SVN revision: 67535

12 years agoEina model: Fix the example in the docs to compile.
Tom Hacohen [Wed, 25 Jan 2012 12:05:20 +0000 (12:05 +0000)]
Eina model: Fix the example in the docs to compile.

SVN revision: 67534

12 years agoedje: rename variable to have a more miningfull name.
Cedric BAIL [Wed, 25 Jan 2012 10:11:02 +0000 (10:11 +0000)]
edje: rename variable to have a more miningfull name.

SVN revision: 67528

12 years agoedje: cast the right type.
Cedric BAIL [Wed, 25 Jan 2012 09:53:38 +0000 (09:53 +0000)]
edje: cast the right type.

SVN revision: 67527

12 years agoedje: do it in the right order.
Cedric BAIL [Wed, 25 Jan 2012 09:36:08 +0000 (09:36 +0000)]
edje: do it in the right order.

SVN revision: 67526

12 years agoedje: edje_cc will now only store and encore needed image.
Cedric BAIL [Wed, 25 Jan 2012 09:07:36 +0000 (09:07 +0000)]
edje: edje_cc will now only store and encore needed image.

SVN revision: 67524

12 years agoFixed a logic error for Evas GL Direct rendering override
Sung Park [Wed, 25 Jan 2012 05:08:23 +0000 (05:08 +0000)]
Fixed a logic error for Evas GL Direct rendering override
option.

It should have been OR instead of AND operator.

When the image object alpha is on "OR" the rotation angle
is not "0", direct rendering isn't allowed.  However,
allow direct rendering if EVAS_GL_DIRECT_OVERRIDE=1 is set.

SVN revision: 67521

12 years agovalue got the helper, will be useful in other cases as well.
Gustavo Sverzut Barbieri [Tue, 24 Jan 2012 22:56:17 +0000 (22:56 +0000)]
value got the helper, will be useful in other cases as well.

SVN revision: 67518

12 years agomore efficient model properties based on struct.
Gustavo Sverzut Barbieri [Tue, 24 Jan 2012 22:17:57 +0000 (22:17 +0000)]
more efficient model properties based on struct.

this is a killer, should be very efficient in memory and speed to
set/get items: instead of a hash of properties, keep them in a C
struct!

The constraint is that properties have fixed types defined at compile
time and cannot be deleted, but this is expected in many cases (ie:
esql rows).

SVN revision: 67517

12 years agoreset log level after it's done testing.
Gustavo Sverzut Barbieri [Tue, 24 Jan 2012 22:15:06 +0000 (22:15 +0000)]
reset log level after it's done testing.

SVN revision: 67516

12 years agoEina: fix requirements and a comment message
Vincent Torri [Tue, 24 Jan 2012 22:05:46 +0000 (22:05 +0000)]
Eina: fix requirements and a comment message

SVN revision: 67515

12 years agoeio: fix eio monitor by Guillaume Friloux.
Cedric BAIL [Tue, 24 Jan 2012 16:00:57 +0000 (16:00 +0000)]
eio: fix eio monitor by Guillaume Friloux.

SVN revision: 67501

12 years agoecore: M_PI / 2.0 == M_PI_2
Cedric BAIL [Tue, 24 Jan 2012 14:50:39 +0000 (14:50 +0000)]
ecore: M_PI / 2.0 == M_PI_2

SVN revision: 67496

12 years agoedje: prevent filter from matching during a program run.
Cedric BAIL [Tue, 24 Jan 2012 14:48:51 +0000 (14:48 +0000)]
edje: prevent filter from matching during a program run.

SVN revision: 67495

12 years agoedje: back port in 1.0 and 1.1.
Cedric BAIL [Tue, 24 Jan 2012 09:07:55 +0000 (09:07 +0000)]
edje: back port in 1.0 and 1.1.

SVN revision: 67485

12 years agoEina: update alloca() declaration from latest autoconf doc.
Vincent Torri [Tue, 24 Jan 2012 07:21:33 +0000 (07:21 +0000)]
Eina: update alloca() declaration from latest autoconf doc.

SVN revision: 67483

12 years agoEina: Windows version is managed by Evil, now. I'm not sure I have to update ChangeLog.
Vincent Torri [Tue, 24 Jan 2012 07:08:23 +0000 (07:08 +0000)]
Eina: Windows version is managed by Evil, now. I'm not sure I have to update ChangeLog.

SVN revision: 67482

12 years agoeet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.
Cedric BAIL [Mon, 23 Jan 2012 16:53:51 +0000 (16:53 +0000)]
eet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.

SVN revision: 67480

12 years agodereference pointer before using
Iván Briano [Mon, 23 Jan 2012 16:51:02 +0000 (16:51 +0000)]
dereference pointer before using

SVN revision: 67479

12 years agoedje: remove white space.
Cedric BAIL [Mon, 23 Jan 2012 16:39:37 +0000 (16:39 +0000)]
edje: remove white space.

SVN revision: 67478

12 years agoedje: fix all id including the current directory entry.
Cedric BAIL [Mon, 23 Jan 2012 16:34:34 +0000 (16:34 +0000)]
edje: fix all id including the current directory entry.

SVN revision: 67477

12 years agoEdje util: Remove useless cast.
Tom Hacohen [Mon, 23 Jan 2012 16:18:53 +0000 (16:18 +0000)]
Edje util: Remove useless cast.

SVN revision: 67476

12 years agoEdje textblock: Added edje_object_part_text_style_user_set/get
Tom Hacohen [Mon, 23 Jan 2012 16:10:27 +0000 (16:10 +0000)]
Edje textblock: Added edje_object_part_text_style_user_set/get

That correspond to the new textblock functions.

SVN revision: 67474

12 years agoEvas textblock: Added user style support.
Tom Hacohen [Mon, 23 Jan 2012 16:08:36 +0000 (16:08 +0000)]
Evas textblock: Added user style support.

This should make it easier to override the style set in textblock.

SVN revision: 67473

12 years agoedje: detect when we try to inherit from ourself.
Cedric BAIL [Mon, 23 Jan 2012 15:45:12 +0000 (15:45 +0000)]
edje: detect when we try to inherit from ourself.

SVN revision: 67472

12 years agobeef eina_error tests.
Gustavo Sverzut Barbieri [Mon, 23 Jan 2012 00:25:12 +0000 (00:25 +0000)]
beef eina_error tests.

SVN revision: 67461

12 years agoenable coverage for evas as well.
Gustavo Sverzut Barbieri [Sun, 22 Jan 2012 23:09:47 +0000 (23:09 +0000)]
enable coverage for evas as well.

also print out the docs, so the buildbot gets it.

SVN revision: 67460

12 years agofix paths to be relative to project build root.
Gustavo Sverzut Barbieri [Sun, 22 Jan 2012 22:00:07 +0000 (22:00 +0000)]
fix paths to be relative to project build root.

"make doc" was doing "cd doc" and paths were relative to it, misleading.

SVN revision: 67459

12 years agoevas: use correct format for size_t
Boris Faure [Sun, 22 Jan 2012 19:52:02 +0000 (19:52 +0000)]
evas: use correct format for size_t

SVN revision: 67457

12 years agoevas: fix strict prototypes
Boris Faure [Sun, 22 Jan 2012 19:51:49 +0000 (19:51 +0000)]
evas: fix strict prototypes

SVN revision: 67456

12 years agohelp buildbot and user know where the html files are.
Gustavo Sverzut Barbieri [Sun, 22 Jan 2012 18:07:04 +0000 (18:07 +0000)]
help buildbot and user know where the html files are.

SVN revision: 67454

12 years agobuildbot: new attempt at coverage support.
Gustavo Sverzut Barbieri [Sun, 22 Jan 2012 15:09:51 +0000 (15:09 +0000)]
buildbot: new attempt at coverage support.

I've changed a bit the rules, let's see if it works with buildbot
(out-of-tree builds).

SVN revision: 67449

12 years agoecore/docs: improve main page a bit.
Gustavo Sverzut Barbieri [Sun, 22 Jan 2012 15:05:20 +0000 (15:05 +0000)]
ecore/docs: improve main page a bit.

SVN revision: 67448

12 years agoEina: remove warning when compiling with mingw-w64
Vincent Torri [Sun, 22 Jan 2012 12:08:06 +0000 (12:08 +0000)]
Eina: remove warning when compiling with mingw-w64

SVN revision: 67447

12 years agoEina: DOS2UNIX eina_file_win32.c
Vincent Torri [Sun, 22 Jan 2012 08:57:50 +0000 (08:57 +0000)]
Eina: DOS2UNIX eina_file_win32.c

SVN revision: 67445

12 years agoEina: remove unused variable
Vincent Torri [Sun, 22 Jan 2012 08:56:13 +0000 (08:56 +0000)]
Eina: remove unused variable

SVN revision: 67444

12 years agoEina "Fix" printf conversion format on Windows. printf family on Windows is just...
Vincent Torri [Sun, 22 Jan 2012 08:55:02 +0000 (08:55 +0000)]
Eina "Fix" printf conversion format on Windows. printf family on Windows is just plain weirdness

SVN revision: 67443

12 years agoEina: formatting
Vincent Torri [Sat, 21 Jan 2012 08:23:23 +0000 (08:23 +0000)]
Eina: formatting

eina_file_init() and eina_file_shutdown() are global symbols, not local ones

SVN revision: 67423

12 years agoEina: Windows fixes
Vincent Torri [Sat, 21 Jan 2012 08:21:32 +0000 (08:21 +0000)]
Eina: Windows fixes

add eina_file_path_sanitize() which was missing in the windows port
add locks
synchronize a bit with the linux version

SVN revision: 67422

12 years agoalphabetical order
Vincent Torri [Sat, 21 Jan 2012 08:19:46 +0000 (08:19 +0000)]
alphabetical order

SVN revision: 67421

12 years agoEina: put m4 files in their own subdir
Vincent Torri [Sat, 21 Jan 2012 08:02:54 +0000 (08:02 +0000)]
Eina: put m4 files in their own subdir

Warning: you must relaunch autogen.sh for these changes to
be taken into account

SVN revision: 67420

12 years agoEina: include stdlib.h instead of alloca.h (alloca() is not used while malloc() is)
Vincent Torri [Sat, 21 Jan 2012 07:44:05 +0000 (07:44 +0000)]
Eina: include stdlib.h instead of alloca.h (alloca() is not used while malloc() is)

SVN revision: 67419

12 years agoeina share log refactor.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 07:21:23 +0000 (07:21 +0000)]
eina share log refactor.

Don't print messages from share common, that way we have no way to
know where it happens, moreover the binshare values may lack trailing
'\0'.

Also makes no sense to share the log domain. With separate domains we
can be more selective in what we log/debug.

SVN revision: 67418

12 years agoeina_test_model: better use of check macros.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 06:26:56 +0000 (06:26 +0000)]
eina_test_model: better use of check macros.

SVN revision: 67417

12 years agoeina_model: fix uninitialized bit
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 06:26:32 +0000 (06:26 +0000)]
eina_model: fix uninitialized bit

SVN revision: 67416

12 years agomatrixsparse: fix pointer after it's freed.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 05:32:39 +0000 (05:32 +0000)]
matrixsparse: fix pointer after it's freed.

SVN revision: 67415

12 years agoensure trailing \0
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 04:52:27 +0000 (04:52 +0000)]
ensure trailing \0

SVN revision: 67414

12 years agocheck if file was parsed fine.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 04:49:54 +0000 (04:49 +0000)]
check if file was parsed fine.

SVN revision: 67413

12 years agomore safety test checks for file and unicode.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 04:44:17 +0000 (04:44 +0000)]
more safety test checks for file and unicode.

jsut add infra and reduce output noise.

SVN revision: 67412

12 years agoimprove counter tests wrt safety.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 04:32:33 +0000 (04:32 +0000)]
improve counter tests wrt safety.

TODO: parse dump and see if it's valid.

SVN revision: 67411

12 years agoinstall eina_model.h
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 04:22:18 +0000 (04:22 +0000)]
install eina_model.h

thanks JihoonKim

SVN revision: 67410

12 years agobeef inlist tests wrt safety pointers
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 04:20:32 +0000 (04:20 +0000)]
beef inlist tests wrt safety pointers

SVN revision: 67409

12 years agoimprove magic tests, check output to see if it happened
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 03:59:03 +0000 (03:59 +0000)]
improve magic tests, check output to see if it happened

SVN revision: 67408

12 years agooops, use the copied va_list.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 03:57:09 +0000 (03:57 +0000)]
oops, use the copied va_list.

SVN revision: 67407

12 years agoimprove log tests.
Gustavo Sverzut Barbieri [Sat, 21 Jan 2012 03:36:02 +0000 (03:36 +0000)]
improve log tests.

actually check stuff instead of relying on user to do so, also
produces no output if is correct.

SVN revision: 67406