| Commit message (Expand) | Author | Age | Files | Lines |
| * | C++: Fix completion for doxygen tags II | Nikolai Kosjar | 2016-03-31 | 1 | -0/+7 |
| * | C++: Fix completion for doxygen tags I | Nikolai Kosjar | 2016-03-31 | 1 | -0/+35 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | CppTools: Move ProjectPart in its own header file | Marco Bubke | 2016-01-13 | 1 | -1/+1 |
| * | C++: Revert lookup to 3.4.2 | Nikolai Kosjar | 2015-11-19 | 1 | -503/+17 |
| * | CppTools: Minor cleanup in completion tests | Orgad Shaneh | 2015-10-20 | 1 | -3/+3 |
| * | C++: Comment out a flaky test | Nikolai Kosjar | 2015-09-28 | 1 | -16/+15 |
| * | CppTools: Add a test for ObjC not replacing dot with arrow | Orgad Shaneh | 2015-09-23 | 1 | -0/+10 |
| * | CppTools: Support ObjC in member access operator tests | Orgad Shaneh | 2015-09-23 | 1 | -3/+18 |
| * | C++: Revert problematic template specialization changes | Nikolai Kosjar | 2015-09-10 | 1 | -0/+5 |
| * | C++: Add tests | Nikolai Kosjar | 2015-08-31 | 1 | -0/+96 |
| * | C++: Fix expensive lookup for boost | Nikolai Kosjar | 2015-08-21 | 1 | -0/+18 |
| * | C++: Cleanup LookupContext | Orgad Shaneh | 2015-07-01 | 1 | -0/+23 |
| * | C++: Ignore explicit template instantiations | Orgad Shaneh | 2015-06-29 | 1 | -0/+15 |
| * | C++: Resolve function-scope typedef inside lambda | Orgad Shaneh | 2015-06-29 | 1 | -0/+15 |
| * | C++: Fix resolving of using in enclosing scope | Orgad Shaneh | 2015-06-29 | 1 | -0/+23 |
| * | C++: Support default template argument lookup for specialization | Orgad Shaneh | 2015-06-09 | 1 | -0/+13 |
| * | C++: Improve accuracy in findSpecialization | Orgad Shaneh | 2015-06-09 | 1 | -12/+49 |
| * | C++: Fix resolving of templated partial specialization | Orgad Shaneh | 2015-06-04 | 1 | -0/+15 |
| * | C++: Fix resolving of partial specialization | Orgad Shaneh | 2015-06-04 | 1 | -0/+14 |
| * | C++: Fix lookup for instantiation of using | Orgad Shaneh | 2015-06-02 | 1 | -0/+81 |
| * | C++: Fix decltype resolving for template function | Orgad Shaneh | 2015-06-01 | 1 | -0/+15 |
| * | C++: Fix decltype resolving for nested instantiated class | Orgad Shaneh | 2015-05-22 | 1 | -0/+22 |
| * | C++: Fix resolving of recursive typedef | Orgad Shaneh | 2015-05-20 | 1 | -1/+0 |
| * | C++: fix code completion for decltyped type | Orgad Shaneh | 2015-05-20 | 1 | -0/+23 |
| * | C++: Fix explicit typedef from base type in templated class | Orgad Shaneh | 2015-05-15 | 1 | -2/+2 |
| * | C++: Fix lookup for instantiation by class object | Orgad Shaneh | 2015-05-15 | 1 | -1/+22 |
| * | Merge remote-tracking branch 'origin/3.4' | Eike Ziller | 2015-05-07 | 1 | -3/+28 |
| |\ |
|
| | * | CppTools: Offer "override" and "final" as completion items | Nikolai Kosjar | 2015-04-24 | 1 | -0/+2 |
| | * | CppTools: Fix global completion after "/// text." | Nikolai Kosjar | 2015-04-24 | 1 | -3/+26 |
| * | | C++: Fix specialization resolution for nested types | Orgad Shaneh | 2015-04-28 | 1 | -3/+0 |
| * | | C++: Improve template argument detection for nested types | Orgad Shaneh | 2015-04-23 | 1 | -0/+23 |
| * | | Merge remote-tracking branch 'origin/3.4' | Eike Ziller | 2015-04-15 | 1 | -8/+35 |
| |\| |
|
| | * | CppTools: Fix global completion after '&' | Nikolai Kosjar | 2015-04-13 | 1 | -8/+35 |
| * | | CppTools: Add failing tests for recursive instantiation | Orgad Shaneh | 2015-04-11 | 1 | -0/+32 |
| |/ |
|
| * | CppTools: Add a failing test for explicit template base typedef | Orgad Shaneh | 2015-04-01 | 1 | -0/+29 |
| * | CppTools: Add 2 failing tests for double pointer indirection | Orgad Shaneh | 2015-04-01 | 1 | -0/+72 |
| * | CppTools: Add another failing test for indirect pointer specialization | Orgad Shaneh | 2015-03-25 | 1 | -2/+32 |
| * | CppTools: Fix bug reference for failing test | Orgad Shaneh | 2015-03-24 | 1 | -1/+1 |
| * | CppTools: Add a failing test for partial template specialization | Orgad Shaneh | 2015-03-13 | 1 | -0/+30 |
| * | C++: Fix nested type resolving in member functions | Orgad Shaneh | 2015-03-05 | 1 | -1/+34 |
| * | CppTools: Move languageFeatures around in CompletionAssist... | Orgad Shaneh | 2015-02-27 | 1 | -1/+4 |
| * | Clean exported headers of the TextEditor plugin. | Friedemann Kleint | 2015-02-26 | 1 | -0/+2 |
| * | C++: Fix crash on static template instantiation | Orgad Shaneh | 2015-02-26 | 1 | -0/+21 |
| * | C++: fix dereferencing of nested type and 'auto' | Przemyslaw Gorszkowski | 2015-02-26 | 1 | -0/+42 |
| * | C++: fix dereferencing of nested type and operator '->' | Przemyslaw Gorszkowski | 2015-02-25 | 1 | -0/+20 |
| * | C++: fix dereferencing of nested type and operator '*' | Przemyslaw Gorszkowski | 2015-02-25 | 1 | -0/+20 |
| * | CppTools: Fix completing qt5 style signals/slots in connect() | Nikolai Kosjar | 2015-02-20 | 1 | -24/+55 |
| * | CppTools: Tests: time out in waitForFileInGlobalSnapshot() | Nikolai Kosjar | 2015-02-18 | 1 | -2/+1 |
| * | CppTools: Add basic completion support for qt5 style signals/slots | Nikolai Kosjar | 2015-02-17 | 1 | -0/+88 |