1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

59 commits

Author SHA1 Message Date
Markus Schorn
3e28b31ae1 Implementation to select resource for a location, bug 248419. 2008-10-02 11:36:51 +00:00
Markus Schorn
a359eb6090 Implementation of an heuristics to resolve include files, bug 213562 2008-10-01 09:59:44 +00:00
Alena Laskavaia
8e64dbaaa5 PR: 215492 - moved to external package 2008-08-18 14:13:35 +00:00
Markus Schorn
7b61bb10f2 Allows to visit array-modifiers, bug 237605. 2008-06-18 12:43:30 +00:00
Markus Schorn
0b1b9a6092 Fix warnings. 2008-04-25 14:24:53 +00:00
Chris Recoskie
5f76384955 exporting indexer package because otherwise it's impossible to build anything that uses the standalone indexers 2008-04-22 19:06:29 +00:00
John Cortell
7b3681fc19 Applied patch in 227869. Produce an error if user tries to create memory monitor using a literal address that exceeds the range of the address factory used by the debug session. Prior to this change, the monitor would be created based on the truncated value. 2008-04-22 15:25:36 +00:00
Markus Schorn
da70ef502f Support search for local variables and parameters, bug 151334. 2008-04-22 09:08:07 +00:00
Markus Schorn
ca61147d16 Extract Function (work in progress) by Emanuel Graf, bug 226484. 2008-04-16 10:19:55 +00:00
Markus Schorn
f0854abfb0 Mark package 'org.eclipse.cdt.internal.core.dom.parser.cpp.semantics' as internal. 2008-03-28 08:14:51 +00:00
Andrew Ferguson
8bc2a7437a 222748: refactor semantic routines to separate package 2008-03-27 18:31:16 +00:00
Ken Ryall
3071e4834e Bug 182388, Executables view and supporting classes. 2008-03-24 21:21:02 +00:00
Markus Schorn
73869d3e94 Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), applied patch for extract constant (bug 181493). 2008-03-12 09:56:10 +00:00
Markus Schorn
1f19d506f8 Source Change Generator for ASTTransformations by Emanuel Graf and others, bug 214605. 2008-03-07 12:13:38 +00:00
Andrew Ferguson
c113b00476 178386: check-in documentation tool framework plus doxygen implementation 2008-02-09 12:23:25 +00:00
Anton Leherbauer
f4bbc8aaa1 Undo temporary package export 2008-01-18 08:37:04 +00:00
Markus Schorn
88ac1b7a85 Proposal for AST-rewriter API, bug 214334. 2008-01-09 14:37:20 +00:00
Doug Schaefer
e8019df504 Flexible File System. Get project creation working by replacing the use of IPath for project location with URIs. Also move FFS to its own plugin to avoid early initialization of the CDT. 2007-12-31 20:31:08 +00:00
Doug Schaefer
0d50d5b222 Get more of the FFS working. Also turned on Java 5 for cdt.core. 2007-12-28 21:29:45 +00:00
Markus Schorn
1e43fc3186 Removes DOMScanner and related classes, cleans up interfaces IScanner and IIndexMacro, (bug 212864). 2007-12-21 09:35:52 +00:00
Anton Leherbauer
1d35805d67 23540: Macro-expansion hover 2007-12-20 15:23:00 +00:00
Markus Schorn
21b09a659c Headers included from c- and c++-files (bug 191989). 2007-12-07 10:33:34 +00:00
Markus Schorn
7788841cb3 Removal of old parser (bug 209772). 2007-11-20 10:57:40 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Markus Schorn
285d224021 For bug 205272, the lexer with JUnit tests. 2007-10-09 15:09:59 +00:00
Doug Schaefer
2afd57655c Update changed plugins to 4.0.1. 2007-07-24 21:23:31 +00:00
Markus Schorn
79710ce424 Fix for 195419, prevent recreation of pdoms during project delete. 2007-07-06 13:40:17 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Anton Leherbauer
6aa3d375f2 Fix for 179098: Make LanguageMappingConfiguration API 2007-03-26 14:25:14 +00:00
Andrew Ferguson
250d34926b 169668: add unit tests + fix bugs 2007-03-22 18:50:26 +00:00
Andrew Ferguson
6d88aaec37 167096: check in of new functionality 2007-03-19 16:28:18 +00:00
Anton Leherbauer
a924a2953c Fix for Bug 175493 - [Parser] Need API to reuse parser for custom C/C++ dialects 2007-03-02 13:22:21 +00:00
Andrew Ferguson
df5d491ef2 169668: provide an offline PDOM generation tool 2007-02-28 15:08:41 +00:00
Andrew Ferguson
a7e92473df 175151 (move OpenTypeDialog/Action, AllTypesCache to use the IIndex API): apply fix 2007-02-23 17:16:25 +00:00
Markus Schorn
5dfbff2013 Fix for 166991, indexer preferences and project specific settings. 2007-02-21 10:42:01 +00:00
Mikhail Sennikovsky
5fdd70a074 New Project Model initial check-in 2007-02-20 17:23:35 +00:00
Chris Recoskie
cc7e0a31f7 initial checkin as a part of work for 151850 (allow user to specify which parser/language to parse a given content type with) 2007-02-06 21:57:39 +00:00
Andrew Ferguson
d6d9ed6df0 apply patch for 162172: make PDOM relocatable 2006-12-05 18:29:04 +00:00
Andrew Ferguson
773b11c204 165213: undo misadventure with abstraction 2006-11-23 18:31:38 +00:00
Markus Schorn
dd464d51a3 CModel: Extension to represent names from the index 2006-11-22 12:44:33 +00:00
Anton Leherbauer
12f3dd59c5 Bug 95274 - Support code formatter
First stab at a built-in code formatter
2006-11-10 13:55:48 +00:00
Markus Schorn
b5ca493fa2 Exports additional internal packages for testing, bug 160692. 2006-10-12 16:00:46 +00:00
Markus Schorn
70e3e0942b Marks internal packages as such in the manifest 2006-10-12 15:01:47 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Markus Schorn
75cbff035e Separates PDOM from IASTName and IASTTranslationUnit, see bug 149565. 2006-09-29 07:19:51 +00:00
Doug Schaefer
cec3d1b1ef Propogate PDOM changes to support search down the PDOM hierarchy. 2006-08-25 01:46:32 +00:00
Doug Schaefer
3606664371 Added enums to PDOM (merged from 3.1 stream) 2006-07-14 19:46:26 +00:00
Markus Schorn
7aef1d752c Fix preferences to use -source 1.4 2006-07-03 17:52:34 +00:00
Markus Schorn
328e4c08f1 Add position trackers, includes test cases. 2006-07-03 13:01:05 +00:00
Doug Schaefer
b9ae5fbbe8 Put the Type Cache back and reactivate the code that uses it, i.e., Open Type and the New Class Wizard. The info still returns null but I'll you should be able to compile. 2006-04-19 19:20:05 +00:00