1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Find a file
Alain Magloire a443caeb08 2004-06-18 Alain Magloire
This was heavy and lots of files were change.  The problem: to create the CElementInfo we use
	to synchronize of the CModelManager singleton instance, this was handy and allowed us to serialize
	the creation of the proxy info and save in the LRU cache.  Then came Eclipse-3.0 with job spawning
	everywhere, lots of deadlock since the CModelManager was lock and the singleton is the center
	to get all the info.  We use the same scheme as the JDT by using a ThreadLocal class cache
	to collect the information.  We fixed a couple of bug allong the way and probably introduce some.

	The tests were doing something stupid, by creating directly the TranslationUnit:
		new TranslationUnit(project, file);
	This does not work since only the sourceRoot can be the parent
	of a TranslationUnit, the tests are now fix bug we should restrict access of the class in the core model
	after 2.0.
2004-06-19 02:43:04 +00:00
build NPE due to an unitilitalized error parser tab in new project wizard. 2004-06-18 19:49:14 +00:00
core 2004-06-18 Alain Magloire 2004-06-19 02:43:04 +00:00
debug Externalizing strings. 2004-06-18 22:17:10 +00:00
doc From Andrew Niefer: Update the contexts for F1 help. (This is part of the effort to add the F1 help to the actual code) 2004-06-17 20:47:44 +00:00
launch/org.eclipse.cdt.launch added missing copyright 2004-06-10 15:15:51 +00:00
releng Patch for Tom Tromey to make the unzip of the eclipse install optional. 2004-06-18 19:24:06 +00:00