This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
cdt
Watch
1
Star
0
Fork
You've already forked cdt
0
mirror of
https://github.com/eclipse-cdt/cdt
synced
2025-07-10 10:35:23 +02:00
Code
Issues
Wiki
Activity
fcc251f0b5
cdt
/
qt
/
org.eclipse.cdt.qt.tests
/
build.properties
6 lines
123 B
Properties
Raw
Normal View
History
Unescape
Escape
Bug 422841: Initial implementation of QtIndex This uses the new PDOMASTProcessor extension point to create a Qt-specifc PDOMLinkage. This initial version of the linkage only stores QObjects and their base classes. Later commits will fill out other details and introduce classes that use this data for things like Content Assistance and Codan checking. This patch introduces the following: 1) QtIndex: This is an index that provides access to Qt-specific data. The index is mostly a wrapper on the CDT's existing IIndex, but it provides very specific information about the Qt elements. The only data that can be accessed from the QtIndex (in this patch) is a QObject and the QObject's that appear in its base class specifier list. 2) QtPDOMLinkage: This linkage is implemenated as an extension of the PDOMCPPLinkage. In some cases it adds references to Qt names from the C++ bindings. 3) Test suite: The test suite has some base classes for parsing the Qt source code. The only test case is for the simple functionality that is being added in this patch -- examining the base class specifier list of QObjects. These areas will be extended in later patches. Change-Id: I13fb83beb7f50cd2efb1de97b562245dc642468d Signed-off-by: Andrew Eidsness <eclipse@jfront.com> Reviewed-on: https://git.eclipse.org/r/19113 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com> IP-Clean: Doug Schaefer <dschaefer@qnx.com>
2013-11-29 08:28:51 -05:00
source..
=
src/
output..
=
bin/
bin.includes
=
META-INF/,\
Fix some missing test resources in qt and core tests. Change-Id: I1a7a5749d668065e10935ad428259e5f5d476951
2015-07-02 18:25:09 -04:00
s
r
c
/
o
r
g
/
e
c
l
i
p
s
e
/
c
d
t
/
q
t
/
t
e
s
t
s
/
,
\
Bug 422841: Initial implementation of QtIndex This uses the new PDOMASTProcessor extension point to create a Qt-specifc PDOMLinkage. This initial version of the linkage only stores QObjects and their base classes. Later commits will fill out other details and introduce classes that use this data for things like Content Assistance and Codan checking. This patch introduces the following: 1) QtIndex: This is an index that provides access to Qt-specific data. The index is mostly a wrapper on the CDT's existing IIndex, but it provides very specific information about the Qt elements. The only data that can be accessed from the QtIndex (in this patch) is a QObject and the QObject's that appear in its base class specifier list. 2) QtPDOMLinkage: This linkage is implemenated as an extension of the PDOMCPPLinkage. In some cases it adds references to Qt names from the C++ bindings. 3) Test suite: The test suite has some base classes for parsing the Qt source code. The only test case is for the simple functionality that is being added in this patch -- examining the base class specifier list of QObjects. These areas will be extended in later patches. Change-Id: I13fb83beb7f50cd2efb1de97b562245dc642468d Signed-off-by: Andrew Eidsness <eclipse@jfront.com> Reviewed-on: https://git.eclipse.org/r/19113 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com> IP-Clean: Doug Schaefer <dschaefer@qnx.com>
2013-11-29 08:28:51 -05:00
.
Reference in a new issue
Copy permalink