1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
Find a file
Marc-Andre Laperle 0c577f6e7e Bug 548730 - Compilation database (CDB) language settings provider
This language settings provider lets you specify the path to the
compile_commands.json and reuses existing build output parsers to figure out all
the language entries for each file to be used while indexing. With this, there
is no need to do a full build and in fact no need to have a working build
configured in CDT for indexing to work and be fully configured. This is
especially useful for non-CMake build systems that have no existing integration
in CDT but indexing would still works with little effort.  The build output
parser (GCC, MSVC, etc) is selectable as part of the configuration of the CDB
provider. There is also an option to exclude any file that is not present in
the CDB. This option is useful for large projects in order to speed up indexing
but also to increase index accuracy (conflicting symbol names, etc).

Change-Id: If21455ec529f9e162cdf3e5aff7a1bca83e362f6
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2019-10-23 21:47:54 -04:00
.mvn Build with Tycho 1.4.0. 2019-04-11 02:43:05 -04:00
build Bug 548730 - Compilation database (CDB) language settings provider 2019-10-23 21:47:54 -04:00
codan Bug 552076 - Fix false positive virtual method with qualified name 2019-10-17 17:54:34 +02:00
core [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
cross Bug 551817 - Add about.html to src.includes for plugins 2019-10-17 10:07:18 -04:00
debug [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
doc [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
dsf [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
dsf-gdb [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
jtag Bug 552158 - Filter out commented lines in init and run comamnds 2019-10-18 19:12:57 +02:00
launch [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
llvm [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
lrparser [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
lsp [releng] Bump to CDT version 9.10.0 2019-10-16 10:55:28 -04:00
memory [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
native [releng] Bump to CDT version 9.10.0 2019-10-16 10:55:28 -04:00
qt Bug 551817 - Add about.html to src.includes for plugins 2019-10-17 10:07:18 -04:00
releng Bug 548730 - Compilation database (CDB) language settings provider 2019-10-23 21:47:54 -04:00
remote Bug 551817 - Add about.html to src.includes for plugins 2019-10-17 10:07:18 -04:00
testsrunner [releng] Bump to CDT version 9.10.0 2019-10-16 10:55:28 -04:00
toolchains/arduino [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
upc [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
util [releng] Bump to CDT version 9.10.0 2019-10-16 10:55:28 -04:00
visualizer Bug 551817 - Add about.html to src.includes for plugins 2019-10-17 10:07:18 -04:00
windows [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00
xlc Bug 551817 - Add about.html to src.includes for plugins 2019-10-17 10:07:18 -04:00
.gitattributes Bug 540373: Instructions on how to rebase an old commit onto master 2018-11-24 17:50:05 +00:00
.gitignore Bug 540373: Add a code cleanliness check script 2018-11-23 14:59:29 +00:00
pom.xml [releng] Update comparator repo to last release 2019-10-17 10:07:44 -04:00