efl/src/tests
Felipe Magno de Almeida 5942207b25 eina-cxx: Added range types for containers
Summary:
Added inarray, inlist, ptr_array and ptr_list's range types named: range_inarray, range_inlist, range_ptr_array and range_ptr_list.

Each has two "flavours": mutable and not mutable. The const versions are parameterized by a const parameter. For example: range_ptr_list<int const> and the mutable doesn't have the const, so: range_ptr_list<int>.

The difference between the two is that the const versions can't modify the elements from the sequence, while the mutable allows so. Also, the const receives a Eina_Array const* while the mutable must have a Eina_Array*.

Reviewers: cedric

CC: savio, cedric

Differential Revision: https://phab.enlightenment.org/D613
2014-03-10 12:35:00 +09:00
..
ecore Ecore suite: Don't fail if PulseAudio is not running 2014-03-04 22:31:02 +09:00
ecore_cxx ecore-cxx: add support for exceptions. 2014-03-07 14:37:03 +09:00
edje tests: remove warnings. 2014-03-06 14:27:26 +09:00
eet eet: add support for EET_T_VALUE. 2013-07-15 17:04:34 +09:00
eeze eeze/sensor: Switch timestamp to relative values coming. 2013-04-16 13:21:28 +01:00
efreet gitignore: ignore new async test. 2013-12-03 16:43:58 +09:00
eina eina: Fix bug in eina_convert_itoa 2014-03-07 14:17:28 +09:00
eina_cxx eina-cxx: Added range types for containers 2014-03-10 12:35:00 +09:00
eldbus eldbus: fix tests to properly take into account the presence of ecore system module. 2013-12-23 11:42:12 +09:00
emotion Emotion test: fix calculation of the displayed time. 2014-02-22 16:25:45 +01:00
eo eo: replace composite_objects Eina_List with an array of Eo_Object* 2014-03-05 23:57:39 +01:00
evas Evas filters: Improve test coverage of the filters 2014-02-20 13:27:43 +09:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00