Re: Efforts to support MSVC 14.0

2015-10-27 Thread David Ostrovsky
On Mon, 2015-09-07 at 08:11 -0500, Norbert Thiebaud wrote: > On Mon, Sep 7, 2015 at 1:43 AM, David Ostrovsky wrote: > > > > As you may know there are efforts underway: [1] to support MSVC 14.0. > > After fixing around 20 external libraries and some core places to > > support new compiler, the code

Re: Efforts to support MSVC 14.0

2015-09-09 Thread Michael Stahl
On 07.09.2015 08:43, David Ostrovsky wrote: > * Python 3.5 upgrade is needed to support new compiler: [3]. I don't > have access to Mac OS X atm. Can someone check why Jenkins job on this > platform is failing: [4]? Moreover new Python release has announced to > discontinue support for older MS

Efforts to support MSVC 14.0

2015-09-07 Thread David Ostrovsky
As you may know there are efforts underway: [1] to support MSVC 14.0. After fixing around 20 external libraries and some core places to support new compiler, the code can be (more or less) compiled. The tests are failing because of EH issue in uno bridge (more on this below). I have a couple of

Re: Efforts to support MSVC 14.0

2015-09-07 Thread Ashod Nakashian
On Mon, Sep 7, 2015 at 2:43 AM, David Ostrovsky wrote: > > * EH issue in uno_bridge: to compute the offset in _tiddata structure > for _curexception and _tpxcptinfoptrs members, I've written this > utility: [6] during work on support for 64 bit platform. Unfortunately, > this

Re: Efforts to support MSVC 14.0

2015-09-07 Thread Norbert Thiebaud
On Mon, Sep 7, 2015 at 1:43 AM, David Ostrovsky wrote: > > As you may know there are efforts underway: [1] to support MSVC 14.0. > After fixing around 20 external libraries and some core places to > support new compiler, the code can be (more or less) compiled. The tests > are