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

8984 commits

Author SHA1 Message Date
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
Markus Schorn
69b0273dcf Fix for 169860, port content assist to use index, by Bryan Wilkinson. 2007-01-29 10:27:48 +00:00
Markus Schorn
7506761fce Fix for 169860, port content assist to use index, by Bryan Wilkinson. 2007-01-29 10:18:56 +00:00
Andrew Ferguson
807f6f54de fix one more race condition in unit tests, and _testAlias in NamespaceTests 2007-01-29 10:17:20 +00:00
Doug Schaefer
63d86012bd Remove the redundant interface implements since the parent class already does. 2007-01-28 23:41:43 +00:00
Andrew Ferguson
181c58b290 171834: add simple test case (currently fails) 2007-01-26 18:19:21 +00:00
Andrew Ferguson
adbdf19470 158192: port patch for __declspec support to CDT 4.0 HEAD 2007-01-26 17:51:36 +00:00
Mikhail Khodjaiants
def35fab6f Bug 160359: Debug session is not to be created 2007-01-26 17:51:10 +00:00
Anton Leherbauer
b07a1851fa Fix for Bug 151207 - Content assist fails due to lack of completion node (patch by Bryan Wilkinson) 2007-01-26 15:46:53 +00:00
Markus Schorn
dedbb3093d Type Hierarchy: Prepares support for class templates. 2007-01-26 14:50:23 +00:00
Anton Leherbauer
f6d76dc15d Enable completion in preprocessor partitions 2007-01-26 14:48:19 +00:00
Anton Leherbauer
2e34f26a07 Fix assertion error in model builder 2007-01-26 09:41:19 +00:00
Anton Leherbauer
66d496359f Fix problems opening external files 2007-01-25 16:35:08 +00:00