Eo: Take eo out of beta.
authorTom Hacohen <tom@stosb.com>
Fri, 1 May 2015 12:10:01 +0000 (13:10 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 6 May 2015 14:46:18 +0000 (15:46 +0100)
This is following a last review and a discussion on IRC. Eo has been
stable (apart of a decision a few months ago to support more compilers)
for a long while. Developers are already using it for a while, and it's
stupid to break it for them anyway, so we might as well make this
promise now. There are no plans to change it anymore, and it's been
heavily used and tested throughout the EFL for a few releases now.

I'm tagging it as a feature, although it's not, I'm doing it for the
automatic changelog generation. :)

@feature.

src/lib/eo/Eo.h

index 46e9d73..095ce30 100644 (file)
@@ -124,8 +124,6 @@ typedef Eo Eo_Class;
  */
 typedef short Eo_Callback_Priority;
 
-#ifdef EFL_BETA_API_SUPPORT
-
 /**
  * @var _eo_class_creation_lock
  * This variable is used for locking purposes in the class_get function
@@ -1084,8 +1082,6 @@ struct _Eo_Callback_Array_Item
 
 #define EO_CLASS EO_BASE_CLASS
 
-#endif
-
 /**
  * @}
  */