index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
18.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/4.8.0
qds/4.8.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
3rdparty
/
cplusplus
/
Bind.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CppEditor: Allow to generate function definition from friend decl
Christian Kandeler
2025-10-07
1
-0
/
+12
*
CppEditor: Support parameter packs in refactoring operations
Christian Kandeler
2025-09-18
1
-2
/
+6
*
CPlusPlus: Fix "dot to arrow" completion
Christian Kandeler
2025-09-03
1
-1
/
+1
*
CPlusPlus: Fix pretty-printing of constrained function parameters
Christian Kandeler
2025-09-01
1
-2
/
+52
*
CppEditor: Consider trailing return types also in "insert definition"
Christian Kandeler
2025-09-01
1
-1
/
+1
*
CppEditor: Fix pretty-printing of type constraint template parameters
Christian Kandeler
2025-08-29
1
-28
/
+48
*
CPlusPlus: Create declarations for concepts
Christian Kandeler
2025-08-20
1
-0
/
+12
*
CPlusPlus: Support specifying base classes via decltype()
Christian Kandeler
2025-08-13
1
-1
/
+11
*
CppEditor: Add proper support for template template parameters
Christian Kandeler
2025-08-12
1
-7
/
+8
*
CPlusPlus: Fix warnings about unused variables
Christian Kandeler
2025-04-17
1
-48
/
+44
*
CppEditor: Add support for refactoring classes with concepts
Masoud Jami
2024-11-12
1
-2
/
+3
*
CPlusPlus: Add support for init statements in range-based for loops
Christian Kandeler
2024-11-06
1
-0
/
+5
*
CppEditor: Revert changes to parseExpressionStatement()
Christian Kandeler
2023-05-26
1
-3
/
+1
*
CppEditor: Add support for init statements in if conditions
Christian Kandeler
2023-05-25
1
-0
/
+4
*
CPlusPlus: Add support for coroutines
Christian Kandeler
2023-03-06
1
-0
/
+5
*
CPlusPlus: Handle C++20 concepts in parser
Christian Kandeler
2023-02-28
1
-0
/
+5
*
Cpp: support space ship operator in lexer
David Schulz
2023-01-30
1
-0
/
+4
*
QuickFix: Fix generate function definition with unsigned type
Artem Sokolovskii
2022-11-10
1
-2
/
+23
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
CppEditor: Remove extra CPlusPlus::Class member
Christian Kandeler
2022-09-16
1
-1
/
+1
*
CppEditor: Store typedefed name for anonymous structs
Christian Kandeler
2022-09-15
1
-0
/
+4
*
CPlusPlus: Fix mis-parsing array-related constructs
Christian Kandeler
2022-08-25
1
-1
/
+2
*
CPlusPlus: Support structured bindings
Christian Kandeler
2022-08-23
1
-36
/
+64
*
CPlusPlus: Inline more simple Type related functions
hjk
2022-06-28
1
-3
/
+3
*
CPlusPlus: Inline some simple central functions
hjk
2022-06-24
1
-7
/
+7
*
CPlusPlus: Add missing line and column info for lambda functions
hjk
2021-02-05
1
-0
/
+1
*
CppEditor: Add Base Class Support for Generate Constructor QuickFix
Leander Schulten
2021-02-04
1
-0
/
+27
*
CPlusPlus: Expose "static" specifier also for function declarations
Christian Kandeler
2020-11-11
1
-0
/
+10
*
CPlusPlus: Provide information about the "static" specifier
Christian Kandeler
2020-11-09
1
-0
/
+2
*
C++: Fix find usage to see Catch test functions bodies
Volodymyr Zibarov
2020-06-15
1
-0
/
+13
*
CplusPlus: Fix type information for anonymous enums
Christian Kandeler
2020-06-04
1
-1
/
+4
*
CPlusPlus: Add missing type information for enum variables
Christian Kandeler
2020-06-04
1
-0
/
+1
*
C++: fix built-in code model to work with shared_ptr on MSVC 2017
Volodymyr Zibarov
2020-05-29
1
-2
/
+48
*
C++: Transfer noexcept specifier for refactoring actions
Nikolai Kosjar
2019-10-08
1
-1
/
+5
*
Some clang-tidy -use-modernize-nullptr
hjk
2019-08-01
1
-45
/
+45
*
Standardize on int for line and column values
hjk
2019-07-26
1
-239
/
+239
*
C++: Store template typename argument declarator type
Orgad Shaneh
2016-08-19
1
-0
/
+2
*
C++: Add support of ref-qualifier for functions.
Dmitry Ashkadov
2016-06-22
1
-0
/
+8
*
C++: Support negative enum values
Orgad Shaneh
2015-12-15
1
-1
/
+4
*
C++: Add missing includes
Nikolai Kosjar
2015-11-26
1
-0
/
+1
*
C++: Revert lookup to 3.4.2
Nikolai Kosjar
2015-11-19
1
-31
/
+9
*
C++: Ignore explicit template instantiations
Orgad Shaneh
2015-06-29
1
-9
/
+18
*
C++: Simplify Bind::asStringLiteral
Orgad Shaneh
2015-06-11
1
-33
/
+17
*
C++: Support ellipsis on variadic inheritance parsing
Johannes Lorenz
2015-06-02
1
-0
/
+2
*
C++: fix code completion for decltyped type
Orgad Shaneh
2015-05-20
1
-0
/
+17
*
C++: resolved self-value reference for enum
Przemyslaw Gorszkowski
2015-02-25
1
-4
/
+31
*
C++: fix auto declaration in if condition
Przemyslaw Gorszkowski
2015-02-04
1
-0
/
+9
*
C++: Do not compare flags when matching types
Orgad Shaneh
2015-01-21
1
-1
/
+1
*
C++: Fix compile for MSVC2010
Christian Stenger
2015-01-14
1
-1
/
+2
*
C++: Better names for Scope's iterators
Nikolai Kosjar
2015-01-14
1
-1
/
+1
[next]