Commit Graph

431 Commits

Author SHA1 Message Date
Savio Sena 78fc05ac91 expedite-cxx: Fix deadlock. 2014-10-22 02:31:43 -02:00
Savio Sena d7cfdd0557 expedite-cxx: Port last missing test.
This one passed for some reason, it was still in C.
2014-10-22 02:31:15 -02:00
Savio Sena 0afccbf4e1 expedite-cxx: Just tag a comment so we can keep track of warts. 2014-10-22 02:30:39 -02:00
Savio Sena e03125e56d expedite-cxx: Increase samples count to make measures a bit more steady. 2014-10-20 19:43:49 -02:00
Savio Sena c58e2e4047 expedite-cxx: Rephrase a test to better perform. 2014-10-20 19:43:22 -02:00
Savio Sena 309e04e44a expedite-cxx: Add missing C++ tests. 2014-10-20 19:43:08 -02:00
Savio Sena ef428b5c31 expedite-cxx: Merge Felipe's c3e798c with local changes. 2014-10-13 14:55:39 -03:00
Felipe Magno de Almeida c3e798cfd0 Re-add C tests together with C++ so it is easier to compare
Conflicts:
	src/bin/cxx/tests.h
2014-10-13 14:53:03 -03:00
Savio S. Machado bc5d56877e expedite-cxx: Remove XXX and made some minor improvements. 2014-10-13 12:35:40 -03:00
Savio S. Machado 3434b132b8 expedite-cxx: Added remaining tests. 2014-10-13 12:27:58 -03:00
Savio Sena 2360632b37 expedite-cxx: Unfinished widget tests. 2014-10-06 20:28:38 -03:00
Savio Sena 55a7eae96f expedite-cxx: Finished textblock tests. 2014-10-06 18:37:03 -03:00
Savio Sena 2a2cc7260c expedite-cxx: Finished all image, line, rect, font and text tests.
missing: widgets and textblock.
2014-10-06 13:18:47 -03:00
Savio Sena c9984a38ad expedite-cxx: Fixed more tests.
No tests are crashing anymore.
2014-10-02 19:15:27 -03:00
Savio Sena 428f271bcf expedite-cxx: Fix bug in image_crossfade.cc 2014-10-02 18:08:30 -03:00
Savio Sena 93c095a3fb expedite-cxx: Fix some bugs. 2014-10-02 17:44:34 -03:00
Savio Sena f097281c9d Use C++ style loops. 2014-10-02 17:34:55 -03:00
Savio Sena 08f95c4bfe expedite-cxx: Add parent_set(nullptr) to all _cleanups. 2014-10-02 13:24:54 -03:00
Savio Sena 9dccf53084 expedite-cxx: Fix size_set. 2014-09-29 19:50:55 -03:00
Savio Sena fb28488bdc expedite-cxx: Fix position_set. 2014-09-29 19:48:07 -03:00
Savio Sena 691498bfa6 expedite-cxx: Get rid of global pointer.
Use an instance of efl::eina::list instead.
2014-09-29 19:20:59 -03:00
Savio Sena 3f1b05bd0b expedite-cxx: image_blend_* globals as pointers, not instances. 2014-09-29 14:43:26 +00:00
Savio Sena 9ee8b2a45b Add a comment. 2014-09-28 02:22:30 -03:00
Savio Sena 4a6fb1ef93 Fix variable name.
Previous merge should have this changes but I forgot.
2014-09-28 02:21:35 -03:00
Savio Sena f1ea8fafa1 Merge branch 'local-rebase' into github-master 2014-09-28 02:03:38 -03:00
Savio Sena d1d04667ad Enabled all tests. 2014-09-28 01:35:25 -03:00
Savio Sena 776268d077 expedite: fix to follow the new eo_add semantics.
Summary:
Please see EFL's commit a7560dbc61953c3652780f232e38adbd2d711972 for
more information.

@fix

Reviewers: cedric, tasn

Subscribers: felipealmeida

Differential Revision: https://phab.enlightenment.org/D1494

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2014-09-27 11:23:39 +02:00
Savio Sena cc37a06018 Temporarily disable tests on hold. 2014-09-24 07:39:53 -03:00
Savio Sena c43478a984 More translation. Now compiling. 2014-09-24 07:03:33 -03:00
Savio Sena b4070dde1c Fix wrong API. 2014-09-24 04:29:51 -03:00
Savio Sena d810de418e Fixed some casts. 2014-09-24 04:29:44 -03:00
Savio Sena a67e3ea4b9 Disable 3d temporarily. 2014-09-24 04:14:17 -03:00
Savio Sena 21216c5dff Translated some _loops and _setups to C++. 2014-09-24 04:14:08 -03:00
Savio Sena 46a88189ca Enable only image tests. 2014-09-23 23:51:13 -03:00
Savio Sena ad066eb17e Add missing _loop and FNAME.
Convert o_texts[] to eina::list<evas::text>.
Convert o_icons[] to eina::list<evas::image>.
2014-09-23 23:45:43 -03:00
Savio Sena bbb7e27b03 Convert _cleanup. 2014-09-23 22:23:59 -03:00
Savio Sena 99d7f53948 Minor changes.
- Temporarily marked test as DONE.
- Removed extra line, that could ruin my macros :P
2014-09-23 22:06:41 -03:00
Savio Sena a61c25ee27 Mark trick as XXX. 2014-09-23 22:01:47 -03:00
Savio Sena 583d48e392 partially convert _setup implementation. 2014-09-23 21:47:37 -03:00
Savio Sena 365de8d7d3 Use "includes" instead of <includes>. 2014-09-23 21:30:43 -03:00
Savio Sena 762466f0e0 Add #undef ICON_SIZE. 2014-09-23 21:23:18 -03:00
Savio Sena f051eef702 Updated and fixed test listing. 2014-09-23 21:22:58 -03:00
Savio Sena d9a9594744 Add missing FNAME(void) definition. 2014-09-23 12:48:22 -03:00
Savio Sena acc4a6f195 Add missing include files. 2014-09-23 12:40:56 -03:00
Savio Sena 26a234effd Prepend "(C++)" to all test titles. 2014-09-23 12:35:56 -03:00
Savio Sena ce1d410301 Delete bad files. 2014-09-23 12:33:45 -03:00
Savio Sena 12e33a9c12 Convert all o_images to efl::evas::list<evas::image>. 2014-09-23 04:16:23 -03:00
Savio Sena 95e8ec6f9e Added more test.
It`s still incomplete and not yet compiling.
2014-09-23 03:58:25 -03:00
Savio Sena d90d23bdd6 Initial listing of remaining tests. 2014-09-20 04:45:06 -03:00
Savio Sena 095e9141b7 expedite-cxx: Set visibility to hidden upon destruction. 2014-09-18 00:33:33 -03:00