On quinta-feira, 11 de fevereiro de 2016 13:33:48 PST Tim Blechmann wrote:
> >> ... or newer toolchains can introduce regressions ...
> >
> > But we usually detect those and work around them.
>
> qt is a framework, toolchain bugs may pop up in user code ...
Indeed, like your example about std::e
>> ... or newer toolchains can introduce regressions ...
>
> But we usually detect those and work around them.
qt is a framework, toolchain bugs may pop up in user code ...
___
Development mailing list
Development@qt-project.org
http://lists.qt-proje
Hi,
Research is strong on natural user interfaces, and now market is stronger
than ever and growing. I was working on the TUIO QPA and found a couple of
bugs, which I already pushed patches [1] [2] which I hope make it to 5.6.x.
OTOH, to further enhance touch interfaces I want to bring the discus
On quinta-feira, 11 de fevereiro de 2016 03:00:02 PST Konstantin Ritt wrote:
> > CaseSensitive => no case folding, no
> > normalisation
> > CaseSensitiveNormalized => no case folding, but normalised
> > CaseInsensitive => cas
2016-02-11 1:36 GMT+04:00 Thiago Macieira :
> On quarta-feira, 10 de fevereiro de 2016 19:46:49 PST Knoll Lars wrote:
> > They should only compare true with full case folding rules. This is
> > something we have so far not implemented in Qt; as you noted below we're
> > still using simple case fol
On quarta-feira, 10 de fevereiro de 2016 19:46:49 PST Knoll Lars wrote:
> They should only compare true with full case folding rules. This is
> something we have so far not implemented in Qt; as you noted below we're
> still using simple case folding rules.
>
> This is actually somewhat similar to
On quarta-feira, 10 de fevereiro de 2016 22:14:19 PST Konstantin Tokarev
wrote:
> I can imagine the next solution: additionally run CI using open source
> Clang, corresponding to minimum Xcode version you are going to support.
Open Source Clang is not supported and may not even compile the source
On quinta-feira, 11 de fevereiro de 2016 03:04:52 PST Tim Blechmann wrote:
> > Regardless of whether that is a valid approach or not, the fact that
> > people
> > are doing that poses a problem for us. If we write code against the latest
> > toolchain, it may not compile against older ones people m
2016-02-10 23:46 GMT+04:00 Knoll Lars :
> Hi Thiago,
>
> On 10/02/16 19:27, "Development on behalf of Thiago Macieira" <
> development-boun...@qt-project.org on behalf of thiago.macie...@intel.com>
> wrote:
>
>
>
>
>
> >Hi all
> >
> >(especially Konstantin!)
> >
> >When reviewing a change, I notic
Hi Thiago,
On 10/02/16 19:27, "Development on behalf of Thiago Macieira"
wrote:
>Hi all
>
>(especially Konstantin!)
>
>When reviewing a change, I noticed that QString::startsWith with
>CaseInsensitive compares things like this:
>
>if (foldCase(data[i]) != foldCase((ushort)lati
10.02.2016, 22:05, "Tim Blechmann" :
>>> we have seen funny toolchain bugs, with 10.10 sdk and 10.8 deployment
>>> target on 10.8, where std::exceptions could not be caught ... compiling
>>> against 10.8 sdk solved that issue.
>>
>> Regardless of whether that is a valid approach or not, t
>> we have seen funny toolchain bugs, with 10.10 sdk and 10.8 deployment
>> target on 10.8, where std::exceptions could not be caught ... compiling
>> against 10.8 sdk solved that issue.
>
> Regardless of whether that is a valid approach or not, the fact that people
> are doing that poses a probl
Hi all
(especially Konstantin!)
When reviewing a change, I noticed that QString::startsWith with
CaseInsensitive compares things like this:
if (foldCase(data[i]) != foldCase((ushort)latin[i]))
return false;
with foldCase() being convertCase_helper(ch),
whereas toLo
On quinta-feira, 11 de fevereiro de 2016 02:02:27 PST Tim Blechmann wrote:
> we have seen funny toolchain bugs, with 10.10 sdk and 10.8 deployment
> target on 10.8, where std::exceptions could not be caught ... compiling
> against 10.8 sdk solved that issue.
Regardless of whether that is a valid a
>> Does anyone see any issues with this going forward?
>
> We need to be sure Qt compiles with the latest Xcode available on each of the
> OS X versions that Qt can be developed on. Since 10.8→10.11 updating is free,
> the only extra test is 10.7.
we have seen funny toolchain bugs, with 10.10 s
On Feb 10, 2016, at 8:11 AM, Tor Arne Vestbø
mailto:tor.arne.ves...@theqtcompany.com>>
wrote:
On 10/02/16 17:06, Thiago Macieira wrote:
On quarta-feira, 10 de fevereiro de 2016 12:00:00 PST Tor Arne Vestbø wrote:
Does anyone see any issues with this going forward?
We need to be sure Qt compile
On quarta-feira, 10 de fevereiro de 2016 17:11:38 PST Tor Arne Vestbø wrote:
> On 10/02/16 17:06, Thiago Macieira wrote:
> > On quarta-feira, 10 de fevereiro de 2016 12:00:00 PST Tor Arne Vestbø
wrote:
> >> Does anyone see any issues with this going forward?
> >
> > We need to be sure Qt compiles
On 10/02/16 17:06, Thiago Macieira wrote:
On quarta-feira, 10 de fevereiro de 2016 12:00:00 PST Tor Arne Vestbø wrote:
Does anyone see any issues with this going forward?
We need to be sure Qt compiles with the latest Xcode available on each of the
OS X versions that Qt can be developed on. Si
On quarta-feira, 10 de fevereiro de 2016 12:00:00 PST Tor Arne Vestbø wrote:
> Does anyone see any issues with this going forward?
We need to be sure Qt compiles with the latest Xcode available on each of the
OS X versions that Qt can be developed on. Since 10.8→10.11 updating is free,
the only
On 10/02/16 12:14, Robert Iakobashvili wrote:
Apple has a traditional October-November mess after releasing
new versions with issues, bugs, patches that goes normally up to end-of year.
So, it could be that practically makes sense to keep
in autumn a previous version as well at least for a trans
On Wed, Feb 10, 2016 at 1:00 PM, Tor Arne Vestbø
wrote:
> Hey guys!
>
> To clear up some resources in our CI system we're moving to the following
> build process:
>
> - Build Qt on the latest OS X with the latest Xcode against the latest SDK
> available.
> - Test that build by running the auto-tes
Hey guys!
To clear up some resources in our CI system we're moving to the
following build process:
- Build Qt on the latest OS X with the latest Xcode against the latest
SDK available.
- Test that build by running the auto-tests on each of the supported
deployment targets, down to the minimu
22 matches
Mail list logo