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

1697 commits

Author SHA1 Message Date
David Inglis
709d5dd050 added CoreModelUtil class 2004-03-26 02:42:50 +00:00
Andrew Niefer
2153d2d6ec ITokenDuple support for seperating fully qualified names that use template-ids,
also modify IASTFactory.createField & createVariable to take ITokenDuple for name
Better treatement for definitions of static members of template classes.
2004-03-25 22:10:50 +00:00
David Inglis
7d0581e51c small change to error string 2004-03-25 21:14:08 +00:00
David Inglis
d6bc6aa1f3 fixed string in error 2004-03-25 21:10:42 +00:00
David Inglis
1c0c1dbe99 update to allow non-owned project 2004-03-25 20:00:40 +00:00
David Inglis
ca24825bd8 clean up getProcessList and schemas for CProject & CBuildConsole 2004-03-25 19:53:34 +00:00
David Inglis
7f918c42c3 added CBuildConsole schema 2004-03-25 19:43:27 +00:00
David Inglis
5dbac920c0 added natureID to Cproject schema to help recover missing .cdtproject files 2004-03-25 19:43:00 +00:00
David Inglis
fd4c0586df update processList schema to require a platform 2004-03-25 19:42:29 +00:00
David Inglis
df02f5f81a added platform to extension 2004-03-25 19:41:11 +00:00
David Inglis
b173623edb lets throw the exception so that we can get full back trace instead of asserting 2004-03-25 19:39:19 +00:00
Hoda Amer
f2dba87e93 Joined effort with Bogdan, Added parser timeout capability that is used by Content Assist 2004-03-25 18:48:27 +00:00
Bogdan Gheorghe
5ab48f40ff External markers patch: allows searches on external included files 2004-03-24 15:29:07 +00:00
Alain Magloire
d46e5977ea Implementation of IScannerInof on top of IPathEntry. 2004-03-24 05:37:10 +00:00
Alain Magloire
775e82edd0 Check for Reorder IPathEntry and do a refresh 2004-03-24 01:15:13 +00:00
Alain Magloire
1c2ff9f1d9 Save the binary Object on the BinaryContainer. 2004-03-24 01:13:28 +00:00
Andrew Niefer
68273269dc externalize strings from Tanya Wolff 2004-03-23 20:46:26 +00:00
Hoda Amer
d6eba35511 Fix for bug#52858 2004-03-23 20:20:34 +00:00
Hoda Amer
297edc9e7b Fix for bug#51303 & bug#53066 2004-03-23 17:06:58 +00:00
Andrew Niefer
d15c793d77 - fix bug 55673 2004-03-23 16:46:12 +00:00
Andrew Niefer
3b02aaec46 externalize strings from Tanya Wolff 2004-03-22 22:16:55 +00:00
Hoda Amer
e5e65d527a Patch for Sean 2004-03-22 21:49:36 +00:00
Alain Magloire
05195a0a7d Boost the warning of the compiler and fix the unnecessary
casting
2004-03-22 21:32:51 +00:00
Alain Magloire
3d544739e7 Fix to match the CDescriptor new features. 2004-03-22 21:23:55 +00:00
John Camelon
2332b3b0f3 Added CompleteParseASTTest::testBug54531() 2004-03-22 19:42:28 +00:00
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