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

9146 commits

Author SHA1 Message Date
Anton Leherbauer
1f365b4237 Fix for Bug 172312 - No difference between SKIP_ALL and SKIP_INDEXED mode (follow up) 2007-02-05 16:01:51 +00:00
Anton Leherbauer
d686621b48 Fix for Bug 172312 - No difference between SKIP_ALL and SKIP_INDEXED mode 2007-02-05 15:44:28 +00:00
Andrew Ferguson
7829540568 fix misunderstanding about junit 2007-02-05 13:18:31 +00:00
Markus Schorn
0c0eefcf2b Fixes two testcases (testCPPSpecDeclsDefs) 2007-02-05 11:46:23 +00:00
Markus Schorn
f33e52a606 Additional type hierarchy tests pass. (Because 172454 was fixed) 2007-02-05 10:22:03 +00:00
Markus Schorn
7ed3390565 Adds some of the missing locks when using the index. 2007-02-05 10:06:32 +00:00
Doug Schaefer
6279316f60 Added libraries as input resources for the commands used by the internal builder. Without this, the libraries were being missed. 2007-02-05 04:24:54 +00:00
Andrew Ferguson
55dcea05dd 172454: additionally distinguish bindings by type constant in btree indices 2007-02-02 20:49:17 +00:00
John Cortell
254fd3131e Resolution for 172508. Update all variables and registers on the receipt of a memory changed event (if the backend wishes so). 2007-02-02 17:00:57 +00:00
Chris Recoskie
705e64de6c RESOLVED - bug 171001: Request to make CDT function CConventions.isLegalIdentifier(String) public
https://bugs.eclipse.org/bugs/show_bug.cgi?id=171001
2007-02-02 15:57:30 +00:00
Andrew Ferguson
b030a24add disable __declspec tests on non-windows platforms until we have a solution 2007-02-02 14:54:23 +00:00
Anton Leherbauer
c2146c6d14 Fix for Bug 128361 - templates depending on line or word selection don't work 2007-02-02 14:38:30 +00:00
Mikhail Khodjaiants
6a3d9e2e9e Bug 155464: Thread mix-up when debugging multi-threaded programs. 2007-02-02 12:51:19 +00:00
Ken Ryall
8352714872 Fix problems importing an executable into an existing project and having it recognized as a binary. 2007-02-02 10:23:52 +00:00
Doug Schaefer
e4e2222d0f Bug 101961 - Changed the names of the project types so that we are exlipcitly cygwin with the Gnu on Windows types. Also simplified the project type names on the others to match. 2007-02-02 02:19:51 +00:00
Doug Schaefer
32981cd323 Bug 107952 - Added an environment parameter to the invokeProvider method of the external scanner discovery provider. The Managed Build container now fetches the env from the build settings and passes it down. 2007-02-02 02:16:06 +00:00
Markus Schorn
c22550e30e Fix for 172144, defines context for CDT-Views to enable kbd-shortcuts. 2007-02-01 16:50:45 +00:00
Markus Schorn
50c791143e Fix for 172453, inconsistencies in index API + testcases. 2007-02-01 14:20:43 +00:00
Anton Leherbauer
97429d512d Fix for Bug 172317 - [Content Assist] Class scoped reference: missing proposals (patch by Bryan Wilkinson) 2007-02-01 12:43:50 +00:00
Andrew Ferguson
7389698aa4 add locking, checks on immediately reachable bindings 2007-02-01 11:54:41 +00:00
Markus Schorn
4df2b25a8b Mark testcases for bug 172454 as failing. 2007-02-01 10:52:24 +00:00
Markus Schorn
b782b390c5 Testcases for bug 172454, indexing typedef struct X {...} X; 2007-02-01 10:50:43 +00:00
Anton Leherbauer
a2f3ea6701 Add content assist tests for templates (failing) 2007-02-01 08:59:01 +00:00
Ken Ryall
5128fa2cb3 Forgot to externalize strings. 2007-01-31 20:38:04 +00:00
Ken Ryall
f3e2d73cd2 Added support for breakpoint problem markers, bug 170027. 2007-01-31 20:16:00 +00:00
Andrew Ferguson
fe6d691b73 add test for index API over projects 2007-01-31 15:14:22 +00:00
Markus Schorn
a62ecb4429 Testcases for the quick type hierarchy and the type hierarchy opened via members 2007-01-31 14:50:11 +00:00
Markus Schorn
6d8bdf8d18 TypeHierarchy: allow to open from c-fields. 2007-01-31 13:26:19 +00:00
Anton Leherbauer
6335d2b66f Fix for Bug 141970 - Completion of preprocessor directives 2007-01-31 13:09:21 +00:00
Anton Leherbauer
058ee238ee Fix for Bug 172158 - [Content Assist] Macro proposals missing in preprocessor directives 2007-01-31 11:06:44 +00:00
Anton Leherbauer
3ae81bb32f Add a test for secondary build console 2007-01-31 10:21:27 +00:00
Anton Leherbauer
43d2e77123 Fix for Bug 153816 - Support for multiple build consoles (Patch by Jeff Johnston) 2007-01-31 10:07:58 +00:00
Markus Schorn
fb9b38386a Fix for 172221, by Ed Swartz, better support for external files in include browser. 2007-01-31 08:59:22 +00:00
Anton Leherbauer
fd426ee735 Fix for Bug 172204 - Extra/missing parameter hint proposals (patch by Bryan Wilkinson) 2007-01-31 08:51:55 +00:00
Markus Schorn
062bd88019 Fix for 172227, by Ed Swartz, NPE when opening type hierarchy from external file 2007-01-31 08:41:06 +00:00
Anton Leherbauer
8d30f9ff11 Fix for Bug 172200 - Parameter hint proposals formatted incorrectly (patch by Bryan Wilkinson) 2007-01-31 08:35:23 +00:00
Markus Schorn
6c281424a0 Fix for 172209, by Ed Swartz open external files form index view. 2007-01-31 08:31:39 +00:00
John Cortell
e3d74cc314 Remove extraneous, but harmless String assignment 2007-01-31 01:47:21 +00:00
Markus Schorn
dcf30a830b Updates copyright notices to 2007 2007-01-30 15:53:33 +00:00
Markus Schorn
b1f86f0374 Implements 48213, Quick Type Hierarchy. 2007-01-30 15:00:23 +00:00
Anton Leherbauer
2ebf9e97c2 Update completion tests 2007-01-30 13:38:45 +00:00
Markus Schorn
85b13d4c52 Fix for 171708, obtaining macros from index via AST. 2007-01-30 10:37:42 +00:00
Markus Schorn
9ffa39148a TypeHierarchy: fixes a bug using working set filter. 2007-01-30 09:07:29 +00:00
Doug Schaefer
246e84345a Patch for 72695 - Enable proper handling of template arguments during content assist. 2007-01-29 19:59:28 +00:00
John Cortell
93b18262ed This completes the contribution of the memory space support for the memory view. 2007-01-29 17:47:19 +00:00
Markus Schorn
7bbaad75fa Type Hierarchy: support for working-sets 2007-01-29 16:19:31 +00:00
Anton Leherbauer
b2b9d11098 Fix for Bug 171796 - Make external translation units editable 2007-01-29 15:19:17 +00:00
Markus Schorn
f405ef7559 Follow-up for 169860, fix regression in type hierarchy, inheritance via typedefs 2007-01-29 11:51:44 +00:00
Anton Leherbauer
5af2db4d4c Mark test as failing until 171708 is fixed 2007-01-29 11:26:41 +00:00
Markus Schorn
22d4aeede2 Follow up for 169860, consolidating visitors for the BTree 2007-01-29 10:52:13 +00:00