On Thu, Jun 25, 2015 at 9:00 AM, Stefan Schmidt <[email protected]> wrote: > Hello. > > On 24/06/15 16:24, Vitor Sousa wrote: >> q66 pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=dae35333fd905507ddae01a69add184ea1e3d10f >> >> commit dae35333fd905507ddae01a69add184ea1e3d10f >> Author: Vitor Sousa <[email protected]> >> Date: Wed Jun 24 15:23:01 2015 +0100 >> >> eolian_cxx: Use C++ wrappers instead of native types as parameters >> >> Summary: >> Using C++ wrapper types in the signature of methods of the generated >> classes. >> Now, when the type is an Eo type defined in Eolian, eolian_cxx will >> detect >> it and use the equivalent C++ wrapper. >> >> Types defined in Eolian no longer need to be specified in the lookup >> table, >> so removed them from there. >> >> Disable wrapping of non-const char*. The current wrapper (unique_ptr) is >> not suited for some required operations like ownership acquisition from >> C code. >> >> Fix constructing properties that only have the "set" method. >> >> Fix translation of non-const parameters. >> >> Modified Makefiles to allow proper inclusion of evas_cxx headers >> required >> by some tests and examples. >> >> Move one auxiliary function to another reader to make it more >> accessible. >> >> @feature >> > > Since this commit the evas 3d tests are now longer compiling on the x86 > slaves on jenkins. > https://build.enlightenment.org/job/changely_efl_clang_x86/3460/console > https://build.enlightenment.org/job/changely_efl_clang_x86_64/3465/console > > My local build on x86_64 as well as the 64 bit jenkins jobs went through.
This is odd and doesn't really look architecture specific... I'll investigate it. > > regards > Stefan Schmidt > > > ------------------------------------------------------------------------------ > Monitor 25 network devices or servers for free with OpManager! > OpManager is web-based network management software that monitors > network devices and physical & virtual servers, alerts via email & sms > for fault. Monitor 25 devices for free with no restriction. Download now > http://ad.doubleclick.net/ddm/clk/292181274;119417398;o > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
