Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Oct 01, 2013
  3. Sep 20, 2013
    • Orgad Shaneh's avatar
      Mute MSVC safety warnings · 5dc58306
      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: default avatarChristian Kandeler <christian.kandeler@digia.com>
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      5dc58306
  4. Sep 13, 2013
  5. Sep 10, 2013
    • Erik Verbruggen's avatar
      C++: unify highlighting/code-completion support "factories". · 3a5d3a2f
      Erik Verbruggen authored
      
      Both semantic highlighting and code-completion go hand-in-hand, so now
      the ModelManagerSupport class acts as a "factory" for the model manager.
      Depending on the mime-type of the document in the editor, the model
      manager will return the appropriate highlighter or code-completion
      engine. If none is registered, the built-in fall-back is used.
      
      Change-Id: I3e5dbb0e3b58e077dd5eda9aecb2ce5d448ac0b8
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      3a5d3a2f
  6. Sep 09, 2013
  7. Sep 03, 2013
  8. Aug 30, 2013
    • Nikolai Kosjar's avatar
      CppTools: Introduce LocatorData · fc731a3a
      Nikolai Kosjar authored
      
      Until now the locator filters CppLocatorFilter, CppClassesFilter and
      CppFunctionsFilter used unnecessarily their own SearchSymbols instance.
      The results were also saved separately, which was unfavorable since e.g.
      the functions and classes data could be shared.
      
      Starting with this patch an instance of LocatorData will serve all
      mentioned filters.
      
      This saves about 20MB of memory after indexing the Qt Creator project.
      
      Change-Id: I8a34b67eb9fe0e5c68ba6e7c8f576389c78efc6f
      Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      fc731a3a
  9. Aug 22, 2013
  10. Aug 20, 2013
  11. Aug 19, 2013
  12. Aug 13, 2013
  13. Jul 10, 2013
    • Tobias Hunger's avatar
      Move Ui code model support into QtSupport · 81eba6f9
      Tobias Hunger authored
      
      * Move basic ui code model support from CppTools into QtSupport
      * Use Kit infrastructure to retrieve uicCommand and environment
      * Remove specialization for cmake projects (no longer needed)
      * Remove specialization for qmake based projects (no longer needed)
      
      Change-Id: I8569cc01acb46a540883c2da235d169bebf7db39
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      81eba6f9
  14. Jul 09, 2013
  15. Jun 11, 2013
  16. Jun 06, 2013
  17. May 27, 2013
  18. Apr 26, 2013
  19. Apr 10, 2013
  20. Mar 25, 2013
  21. Jan 24, 2013
  22. Jan 16, 2013
  23. Jan 07, 2013
  24. Nov 27, 2012
  25. Nov 22, 2012
  26. Oct 24, 2012
  27. Oct 05, 2012
  28. Oct 03, 2012
  29. Sep 13, 2012
  30. Jun 19, 2012
  31. Apr 10, 2012
  32. Mar 21, 2012
  33. Mar 15, 2012
  34. Feb 28, 2012
  35. Feb 23, 2012
  36. Feb 20, 2012
Loading