Skip to content
Snippets Groups Projects
  1. Dec 04, 2013
  2. Dec 03, 2013
  3. Dec 02, 2013
  4. Nov 29, 2013
  5. Nov 25, 2013
  6. Nov 22, 2013
  7. Nov 20, 2013
  8. Nov 19, 2013
  9. Nov 18, 2013
  10. Nov 14, 2013
  11. Nov 13, 2013
  12. Nov 12, 2013
  13. Oct 29, 2013
  14. Oct 24, 2013
  15. Oct 23, 2013
  16. Oct 22, 2013
  17. Oct 18, 2013
  18. Oct 17, 2013
    • Przemyslaw Gorszkowski's avatar
      C++: fix endless loop during template instantiation · 5be56c07
      Przemyslaw Gorszkowski authored
      
      This is the first phase of fixing bug QTCREATORBUG-10320.
      This change resolves typedefs of template parameters(and resolves
      problem with endless loop).
      
      The next step will be matching appropriate template specialization
      (this is needed to solve problem with missing code completion).
      
      Missing matching: template specialization with the same parameters,
      e.g.:
      template <class T1, class T2, class T3>
      class T
      {
      };
      
      template <class T1, class T2>
      class T<T1, T2, T2>
      {
      };
      
      Task-number: QTCREATORBUG-10320
      Change-Id: Icb6b539c021b2a67a66db9011a2e627f7d96526b
      Reviewed-by: default avatarPrzemyslaw Gorszkowski <pgorszkowski@gmail.com>
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      5be56c07
  19. Oct 15, 2013
  20. Oct 14, 2013
  21. Oct 10, 2013
  22. Oct 09, 2013
  23. Oct 08, 2013
  24. Oct 07, 2013
    • Nikolai Kosjar's avatar
      CppTools: Adapt C++ locator names to reality · 872bfb70
      Nikolai Kosjar authored
      
      The new names are:
      
      * C++ Methods in Current Document -> C++ Symbols in Current Document
      * C++ Classes and Methods -> C++ Classes, Enums and Functions
      * C++ Methods and Functions -> C++ Functions
      
      Further notes:
      
      * "C++ Classes" stays the same.
      * The term "Methods" was removed since "Functions" says it all (member
        functions, non-member functions). Because of this, the "m" shortcut
        for this filter does not fit so well to the name anymore.
      * "C++ Symbols in..." - "Symbols" means the same as in the C++ Search
        dialog: classes, enums, functions and declarations
      
      Change-Id: I8e5f410f2dcb1fafe83d0a1c8607f4c17eabbb8c
      Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
      872bfb70
  25. Oct 06, 2013
  26. Oct 02, 2013
Loading