Re: MacOS build fail "SSE4.2 instruction set not enabled"

2017-05-11 Thread sberg
On 05/11/2017 10:57 AM, Stephan Bergmann wrote: > On 05/11/2017 10:17 AM, julien2412 [via Document Foundation Mail > Archive] wrote: >> Would it be possible to enable SSE4.2 on Jenkins MacOs machine or have >> we got some compatibility constraint to fulfil? > > I'm not a maintainer of that machi

Re: MacOS build fail "SSE4.2 instruction set not enabled"

2017-05-11 Thread sberg
On 05/11/2017 10:17 AM, julien2412 [via Document Foundation Mail Archive] wrote: > Would it be possible to enable SSE4.2 on Jenkins MacOs machine or have > we got some compatibility constraint to fulfil? I'm not a maintainer of that machine, nor have I got any idea how to access it. Please ask

Re: Singleton is never a service?

2015-02-23 Thread sberg
On 02/22/2015 05:42 PM, julien2412 [via Document Foundation Mail Archive] wrote: > Noticing by chance > http://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=a94390d20c50125e25e29431ca15ca2ca6683d17, > I noticed with Opengrok that there were some similar cases, see > http://opengrok.libreof

Re: Questions about getCppuType

2014-05-18 Thread sberg
On 05/17/2014 01:42 AM, julien2412 [via Document Foundation Mail Archive] wrote: > I noticed that if I did this: > diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx > index bbea200..f0d2b03 100644 > --- a/cppu/qa/test_unotype.cxx > +++ b/cppu/qa/test_unotype.cxx > @@ -271,8 +271,8 @

Re: Question unoType for getXmlToken (dbaccess/reportdesign module)

2014-05-18 Thread sberg
On 05/16/2014 07:30 PM, julien2412 [via Document Foundation Mail Archive] wrote: > I noticed this: > s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::cppu::UnoType::get(); > present at 2 locations: > See > http://opengrok.libreoffice.org/search?q=%22GetXMLToken%28+XML_FLOAT%29%22&project=core&defs=&ref

Re: Questions about getCppuType

2014-05-05 Thread sberg
On 04/25/2014 11:06 PM, julien2412 [via Document Foundation Mail Archive] wrote: > I've begun to replace some parts and had this when I've changed this: > else if ( pType == ::getCppuType((const sal_uInt16*)0) ) > into this: > else if ( pType == cppu::UnoType::get() ) That's the problem with getC