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

1872 commits

Author SHA1 Message Date
Andrew Niefer
5fdc4f5c05 Better handling of typedefs & fix various problems encountered while parsing templates 2004-03-22 18:23:22 +00:00
Alain Magloire
f7039b36d4 dead locks revisit code. 2004-03-22 06:01:44 +00:00
Alain Magloire
194aea5c58 bug fix the name was truncated. 2004-03-22 06:01:21 +00:00
Alain Magloire
f19ce7f75a Show the Binary in the cview even if not an ICElement 2004-03-22 03:21:59 +00:00
Alain Magloire
b8a6e4e9f5 Implementation of the IOutputEntry 2004-03-22 03:20:50 +00:00
Alain Magloire
90ef8946ae Fix the CView sorting. 2004-03-21 07:04:01 +00:00
Alain Magloire
7de97b8a11 ICModel and ICProject no longer extends ICContainer 2004-03-21 06:58:33 +00:00
David Inglis
a85f27eed2 use new cdescriptor operation for changes 2004-03-19 20:31:33 +00:00
David Inglis
0114d4cd78 update cdescriptor (see changelog) 2004-03-19 20:30:16 +00:00
Hoda Amer
cb1e01065f Fix for bug#54325 Refactor: Check for name collision 2004-03-19 17:02:18 +00:00
Hoda Amer
5608bc4601 Patch for Sean 2004-03-19 16:59:11 +00:00
David Inglis
c989de7fd3 added logging of failures 2004-03-19 13:10:07 +00:00
David Inglis
739eb331f3 fixed ID 2004-03-19 13:07:51 +00:00
Alain Magloire
df2d472f94 Corret typos. 2004-03-19 03:11:03 +00:00
Andrew Niefer
f8d8ad6843 externalizing strings from Tanya Wolff 2004-03-18 23:34:30 +00:00
Andrew Niefer
e267a0e584 patch for Sean Evoy 2004-03-18 23:34:10 +00:00
Andrew Niefer
51131345db parsing template-ids, enabling template instantiations & class template partial specializations & indirectly fixes bug 54778 2004-03-18 23:20:16 +00:00
Alain Magloire
1aeedbdee2 Check for Reorder changes in the IPathEntry settings,. 2004-03-18 22:53:11 +00:00
Alain Magloire
1df94abba2 New icons 2004-03-18 22:51:00 +00:00
David Inglis
bea720fa70 fixed NPE on init 2004-03-18 15:10:24 +00:00
Alain Magloire
24b55c3712 Change in the hierarchy of the core Model:
ICModel
	   ICProject
	      ISourceRoot
	         IBinary
	         IArchive
	         ITranslatioUnit
	         ICContainer
	The ISourceRoot been added to better separate
	the files.  By default the entire project is the
	SourceRoot.
2004-03-18 05:42:51 +00:00
Andrew Niefer
e6f4fa5890 bug 55163 - Parser spins on for-init-statement 2004-03-17 21:33:49 +00:00
Alain Magloire
7c03999239 Work to take advantage of the ICDescriptor manager
the Core Model is now a listener to this manager.
2004-03-17 21:12:43 +00:00
Hoda Amer
0daa1a8b68 Patch for Tanya: Externalizing ui strings 2004-03-17 16:32:42 +00:00
Hoda Amer
a1952b6c09 Patch for Tanya: Externalizing ui strings 2004-03-17 15:42:41 +00:00
Andrew Niefer
a7c0f2524f externalize strings from Tanya Wolff 2004-03-17 15:26:34 +00:00
David Inglis
51bb196aa0 tests for ICDescriptor 2004-03-17 13:48:54 +00:00
David Inglis
5a42d3fd7c new ICDescriptorManager (see Changelog for more details) 2004-03-17 13:48:00 +00:00
Andrew Niefer
8f0618aeb2 class browser and type hierarchy property files from Chris Wiebe 2004-03-16 22:42:44 +00:00
Andrew Niefer
49e276d0ac managed build tests from Sean Evoy 2004-03-16 22:29:55 +00:00
Andrew Niefer
4b5850c062 scanner performance improvements from Dave Daoust 2004-03-16 22:23:36 +00:00
Alain Magloire
4fdafaa433 New Tests from Thomas for the error parser 2004-03-16 21:23:45 +00:00
Hoda Amer
60e93cc60b Fix for bug#54324 Refactor: Invoke rename refactoring from editor 2004-03-16 21:22:47 +00:00
Alain Magloire
0f9ea21c67 Thomas fixes for PR 45320 2004-03-16 21:12:57 +00:00
Hoda Amer
e74475bdbe Fix for [Bug 54323] Refactor: Menu item from outline view 2004-03-15 21:17:47 +00:00
Alain Magloire
a5f8faffc5 The build actions were always disable. 2004-03-15 17:09:59 +00:00
Alain Magloire
5178ef3ea9 The build actions were always disable. 2004-03-15 17:00:40 +00:00
Andrew Niefer
5a0369683c This patch is the start of parsing templates. Template uses that don't require a template-id should work. 2004-03-15 16:17:42 +00:00
Hoda Amer
0fe0020d9f Patch for Sean 2004-03-15 16:01:12 +00:00
Andrew Niefer
3846748090 There was a NPE in CompleteParseASTFactory.createElaboratedTypeSpecifier in the case
where it was not a forward declaration and the symbol was not found during lookup.

report a IProblem.SEMANTIC_NAME_NOT_FOUND instead of NPE
2004-03-12 16:30:45 +00:00
David Inglis
7b78e2923e new C-Build console supporting mutiple streams. 2004-03-12 16:24:08 +00:00
David Inglis
b03b5aa0c6 new C-Build console supporting mutiple streams. 2004-03-12 16:07:50 +00:00
David Inglis
2469b15201 new console api 2004-03-12 16:06:02 +00:00
Andrew Niefer
c8ecd11deb bug 54639 Typedef of enumeration fails complete parse 2004-03-12 15:49:12 +00:00
Andrew Niefer
2d45963863 bug 54639 Typedef of enumeration fails complete parse 2004-03-12 15:44:06 +00:00
John Camelon
2a28b0cfa7 Refactoring of Scanner to allow reuse in GCCScannerExtension for #include_next 2004-03-11 20:47:34 +00:00
Hoda Amer
da87b50b7f Adding the undo manager for the Rename Refactor 2004-03-11 20:15:28 +00:00
John Camelon
a556bad46a Updated content assist to not clear() the Scanner's definition map. 2004-03-11 18:04:42 +00:00
John Camelon
9b0029a7dd Further performance improvements in Scanner. 2004-03-10 16:53:54 +00:00
David Inglis
3c7584ad4c fixed standard build test to create cprojects 2004-03-09 23:46:12 +00:00