- 20 Sep, 2013 1 commit
-
-
Orgad Shaneh authored
Botan: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility:2227: warning: C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xutility:2212: see declaration of 'std::_Copy_impl' D:\dev\qt-creator\src\libs\3rdparty\botan\botan.cpp:7248: see reference to function template instantiation '_OutIt std::copy<const Botan::u32bit*,T*>(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=Botan::word *, T=Botan::word, _InIt=const Botan::u32bit * ] CppTools: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility:2873: warning: C4996: 'std::_Mismatch1': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xutility:2856: see declaration of 'std::_Mismatch1' D:\dev\qt-creator\src\plugins\cpptools\symbolfinder.cpp:388: see reference to function template instantiation 'std::pair<_Ty1,_Ty2> std::mismatch<QString::const_iterator,QString::const_iterator>(_InIt1,_InIt1,_InIt2)' being compiled with [ _Ty1=QString::const_iterator, _Ty2=QString::const_iterator, _InIt1=QString::const_iterator, _InIt2=QString::const_iterator ] Change-Id: I09a477e755c4555101b064271f10c08a69576e33 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 14 Aug, 2013 1 commit
-
-
Christian Kandeler authored
Botan requires to be initialized before first use. We do that on-demand, but currently we miss one of the two places where this is necessary. The problem only manifests itself with multithreading, because Botan itself also does an on-demand initialization, but does not guard against concurrent access when doing so. Task-number: QTCREATORBUG-9980 Change-Id: Id65c428e3d8842c8a6f16942b11d52412239d3c9 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 17 Jul, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Jul, 2013 1 commit
-
-
Christian Kandeler authored
Change-Id: I37452bad6a51bb8d40a13232d46c575a483c5a6c Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 26 Jun, 2013 1 commit
-
-
Joerg Bornemann authored
Change-Id: I618c1ad4bf328492403b48c8e398abd538f74787 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 20 Jun, 2013 1 commit
-
-
Joerg Bornemann authored
Use the new contains function and the targetOS list. Change-Id: I38b995eb9328e449befad85792512c45670cc8c9 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 27 May, 2013 2 commits
-
-
Christian Kandeler authored
These cause a warning now. Change-Id: I4c4e9c3e11e7f97e66a4bcdd708489fafc8f0606 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Joerg Bornemann authored
This fixes a bunch of warning when building with the updated qbs version. Change-Id: I644b4a4d0225b2e23ff1d9e1bf6d9d0136d6bbb5 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 18 Mar, 2013 1 commit
-
-
Joerg Bornemann authored
Change-Id: I73dc7f853eb250ae155386674d8cb9aa1d3c1678 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 25 Feb, 2013 1 commit
-
-
Davide Pesavento authored
Task-number: QTCREATORBUG-8588 Change-Id: I429b7dc101b780a66b3e92c40eef3efef2328bf2 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 08 Feb, 2013 1 commit
-
-
Christian Kandeler authored
Change-Id: I075585d43f9e36a50c1945b3da4769744faa3f95 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 19 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I6bb6d8815a172cd049f6cb95ed0ec614fbfa5fd5 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 17 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I73bed3284d491338359c730375c2b81d947dd5a4 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 16 Oct, 2012 1 commit
-
-
Christian Kandeler authored
Using Botan as a shared library is dangerous due to the use of dynamic_cast and exceptions, which both reproducibly fail to work on MacOs. Since there are no other users of Botan, we just add its objects to the SSH library. Change-Id: Ic79f081d2e1231a52feef02ef5b68761692f1110 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 03 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 17 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Make sure newly deprecated stuff is still available. Change-Id: I9ebdfcd9a5ecee125a3c73f5f3254ae319d8b282 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 28 Aug, 2012 1 commit
-
-
Christian Kandeler authored
This is the "direct-tcpip" port forwarding specified in RFC 4254. Change-Id: I1ffa2e923b4479c7211b1b4304e66895b565fb64 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 26 Jun, 2012 1 commit
-
-
Christian Kandeler authored
Old version was 1.8.8, new one is 1.10.2. We now put all the code into one pair of files (via a botan configure option) and move platform-specific defines into the pro/qbs files. Besides drastically reducing the number of files, this is expected to make future updates less messy. Change-Id: I004166b2ab15b6a699d69aebfcfd9999c5ccdb91 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jun, 2012 2 commits
-
-
Yuchen Deng authored
Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Orgad Shaneh authored
Change-Id: Ia999c3cf55fcc6108228b367456041c7b39be963 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 29 May, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: Ifa65a7c3382032c2c49380211ac6d4b1198668fa Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 23 May, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I1b5fab89a8c31f590549545ff54a5a388bca7af6 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 22 May, 2012 1 commit
-
-
Christian Kandeler authored
It does not belong into libUtils, which is a collection of small unrelated utility classes. Task-number: QTCREATORBUG-7218 Change-Id: Id92b9f28678afec93e6f07166adfde6550f38072 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-