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

7902 commits

Author SHA1 Message Date
Doug Schaefer
4fd1cf2064 Made the PDOMUpdator show the whole path to the TU. 2006-01-24 17:57:34 +00:00
Doug Schaefer
6a0b94fd93 PDOM - Stoped the PDOMUpdator from running on projects that don't have it turned on. Speed up in adaptBinding. Started recording types for variables, starting with PDOMCPPVariables. 2006-01-24 17:29:52 +00:00
Mikhail Khodjaiants
910021b305 Make compatible with Java 1.4. 2006-01-23 21:37:52 +00:00
Mikhail Khodjaiants
143d697e5e Bug 119683: long messages during launch cause gdb to timeout, launch to fail. 2006-01-23 20:25:43 +00:00
Mikhail Khodjaiants
dd546cab07 Bug 119683: long messages during launch cause gdb to timeout, launch to fail. New "createSession" method accepts File instead of IBinaryObject. 2006-01-23 20:21:52 +00:00
Mikhail Khodjaiants
5e3cdd0b2e Bug 60682: No schema for CDebuggerPage extension point. 2006-01-23 02:29:29 +00:00
Leo Treggiari
09fc3cd62d Fix bug 123461 - Deriving from the same tool twice within the same configuration does not work 2006-01-21 02:10:08 +00:00
Leo Treggiari
ee778cd7ee Add Test for bug 123461 2006-01-21 02:08:53 +00:00
Leo Treggiari
60194c446d Fix bug 123461 - Deriving from the same tool twice within the same configuration does 2006-01-21 02:08:20 +00:00
Doug Schaefer
72552ca1bc PDOM - Fix NPE. 2006-01-20 19:57:51 +00:00
Doug Schaefer
f5223537de PDOM - Fixed some NPE's and PDOMNotImplemented errors to plow through Mozilla (Firefox). 2006-01-20 19:28:56 +00:00
Doug Schaefer
f61c63ba58 PDOM - Some minor fixes to get by PDOMNotImplemented errors while indexing real projects. 2006-01-19 21:03:11 +00:00
Doug Schaefer
0017da7863 Fixed up handling of header files to check the nature of the project. 2006-01-18 18:56:25 +00:00
Doug Schaefer
e39bead08b PDOM - Extended resolveBinding and openDeclaration to C. 2006-01-18 18:35:23 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Doug Schaefer
314113adb0 PDOM - Hooked up resolveBinding and OpenDeclarations. 2006-01-18 17:59:29 +00:00
Doug Schaefer
1849e12a38 Bug 104792 - Content proposal filtering feature. 2006-01-18 15:44:24 +00:00
Doug Schaefer
e0a9f12895 Bug 104792 - Content proposal filtering feature. 2006-01-18 15:34:05 +00:00
Leo Treggiari
c1c8415408 Fix bugzilla 83583 - Add Solaris project-types with a space after the Output-Flag 2006-01-17 00:47:53 +00:00
Leo Treggiari
8508ef12ac Set enablement project-type to isTest="true" 2006-01-17 00:44:54 +00:00
Leo Treggiari
1ebfda405f Add 'Expert settings' with Command line pattern to tool options page
Apply patch for Bugzilla 121994 - "Show All Project Types" checkbox resets "Project Type" dropdown
2006-01-17 00:43:33 +00:00
Leo Treggiari
636fd2d51a Apply patch for Bugzilla 123302 - NPE in ErrorParserManager during build
Apply patch for Bugzilla 123497 - Project with multiple dependencies fails to build: "no rule for target"
Fix problem with tool 'copy' constructor not copying commandLinePattern
Fix bugzilla 117311 - QT / MOC compiler and CDT
2006-01-17 00:42:42 +00:00
Mikhail Khodjaiants
e600743f89 Bug 123702: Prevent Signals view from being automatically added to debugger perspective. 2006-01-16 21:10:23 +00:00
Bogdan Gheorghe
6a6d5cd2c7 Patch for Bug 117847: CTags indexer cannot process linked source folders 2006-01-16 04:39:15 +00:00
Doug Schaefer
e0cf766030 Fixed errors that come from the preprocessor that have file:line:column format. 2006-01-16 04:01:02 +00:00
Mikhail Khodjaiants
ecb9f13ea8 Bug 123745: Disassembly view can get into endless loop. 2006-01-15 19:38:42 +00:00
Doug Schaefer
e4b95eaf7d Skip out of updator earlier when there is nothing to do. 2006-01-13 20:36:31 +00:00
Doug Schaefer
f98b82e760 Skip out of updator earlier when there is nothing to do. 2006-01-13 20:34:10 +00:00
Doug Schaefer
276c7dbb16 Turn off use of the PDOM for open declarations, for now... 2006-01-13 20:20:49 +00:00
Doug Schaefer
c5adedd369 Removed the PWD and CWD env vars from build. They were screwing up libtool under msys (pwd returned the env vars which had Windows \'ed paths). These shouldn't be needed. 2006-01-13 01:07:05 +00:00
Mikhail Sennikovsky
1198b54575 Two new build macros: OsType and ArchType added 2006-01-12 13:03:34 +00:00
Doug Schaefer
3494f6ae34 Fixed NPE. 2006-01-11 20:50:12 +00:00
Doug Schaefer
ae61676266 Better messages for PDOMUpdator progress. 2006-01-11 20:48:12 +00:00
Doug Schaefer
8c0214ebfd Added C++ Methods to PDOM. 2006-01-11 19:18:55 +00:00
Doug Schaefer
6535d63ad3 Fixed an NPE in the IndexingJob. Fixed support for multiple languages in a project. Changed the index view to not use virtual trees (way to slow). We'll keep an eye on memory consumption before deciding which way to go. 2006-01-11 18:35:38 +00:00
Doug Schaefer
720cdaacbb Fix NPE found in the tests. 2006-01-10 18:58:38 +00:00
Doug Schaefer
5caada25a2 Eliminating use of the adapter in IBinding. I'm not sure that was the right choice since you need context information since a binding can exist in more than one project. 2006-01-09 20:23:03 +00:00
Doug Schaefer
0623b903f8 PDOM - Started adding elements for C. Fixed index view so that it updates, despite a current bug in the JFace Virtual Trees that prohibits nice updating. 2006-01-09 18:31:36 +00:00
Doug Schaefer
d440fd11f0 Fix compile error. Looks like Java 1.5 auto converts between Integer and int. Unfortunately 1.4 doesn't. 2006-01-08 01:59:56 +00:00
Mikhail Khodjaiants
3646c58a41 Bug 120509: CDebuggerTab invokes wong initialization code (in addition to right code). 2006-01-06 20:38:51 +00:00
Mikhail Khodjaiants
d87a35dc00 Cleanup. 2006-01-06 20:33:35 +00:00
Doug Schaefer
3843730ec0 Bug 32025 (the second oldest CDT bug :) - the gcc error parser now skips over note: errors, such as candidates for overloaded methods. 2006-01-06 18:59:29 +00:00
Doug Schaefer
08b561e41d Fixes a number of Error Parser bugs where false build errors were being reported. The make, gcc, and gnu ld error parsers are now written using regex. 2006-01-06 18:25:22 +00:00
Doug Schaefer
0c006716b3 Fixed NPEs that occured because CShiftData didn't capture the element. It now passes on the WorkingCopy from the CReconcilingStrategy. 2006-01-06 18:12:26 +00:00
Doug Schaefer
3f96a4af6c Bug 118887 - New Class wizard was allowing the project as a source folder, even if it wasn't. This causes a number of NPE reports and weird behavior. 2006-01-04 21:36:52 +00:00
Doug Schaefer
4e01b3df9a Bug 122472 - Turned off the problem annotation by default. There have been too many false error reports from this. 2006-01-04 20:51:11 +00:00
Mikhail Khodjaiants
ee78872cb9 Bug 118900: Display libraries loaded in post-mortem debug. Applied with modifications the patch from Joanne Woo (jwoo.mvista.com). 2006-01-04 20:14:19 +00:00
Doug Schaefer
28af61ba10 Bug 113518 - Patch to improve performance of CModel at reconcile time. 2006-01-04 20:09:35 +00:00
Mikhail Khodjaiants
fc68c36469 Bug 118900: Display libraries loaded in post-mortem debug. Applied with modifications the patch from Joanne Woo (jwoo.mvista.com). 2006-01-04 19:14:33 +00:00
Doug Schaefer
a1728d6226 Set up nightly builds on the cdt machine. 2006-01-03 21:27:12 +00:00