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

10102 commits

Author SHA1 Message Date
Anton Leherbauer
ca51eb5e48 ProjectExplorer: Disable drop of projects 2007-05-04 09:56:21 +00:00
Oleg Krasilnikov
120967eec2 Bug #184457: tool chains filtering for templates. 2007-05-04 08:37:08 +00:00
Markus Schorn
c7548e8313 Follow up for 184500, fixes a ClassCastException. 2007-05-04 08:01:48 +00:00
Markus Schorn
39e4ee536e Fix for 185221 by Ed Swartz, show errors when open call|type hierarchy fails. 2007-05-04 06:08:11 +00:00
Oleg Krasilnikov
60ba6f2213 Bug #185425 : PreferredToolchainsTab refers to wrong properties file 2007-05-04 05:32:19 +00:00
Ken Ryall
3292a86f0c Bug 173555. 2007-05-03 20:37:00 +00:00
Ken Ryall
e451a6c00a Bug 179202. Make showing the list of source files when you expand a binary optional. This setting will go away once we do 182388. 2007-05-03 20:26:46 +00:00
Doug Schaefer
716c2e20a6 Bug 184500 - Fixed up CCE by adding ICPPInternalFunction to PDOMCPPFunction. 2007-05-03 20:05:51 +00:00
Mikhail Sennikovsky
e090629a8b Externalization fixes 2007-05-03 17:23:20 +00:00
Chris Recoskie
408a2358b9 fix for 184804 - incorrect source offsets for incomplete macro definition
patch from Mike Kucera
2007-05-03 17:20:00 +00:00
Mikhail Sennikovsky
6a2f91110e Fix for [Bug 185091] Include paths are not quoted when adding from "Paths and symbols" tab 2007-05-03 16:24:54 +00:00
Mikhail Sennikovsky
7d445dd496 Fix for [Bug 185104] parallel build option - problem with build command 2007-05-03 15:31:11 +00:00
Doug Schaefer
570ffcfacb Bug 184500 - Patch for Bryan cleaning up uses of IScope. 2007-05-03 14:45:00 +00:00
Doug Schaefer
74c2859cc3 Bug 184892 - Change chunk size back to 4K. 2007-05-03 14:06:28 +00:00
Mikhail Sennikovsky
3127a209e4 Follow-up for the fix for [Bug 162143] [MBS] Internal builder forgets about deltas when failures occur 2007-05-03 14:00:27 +00:00
Oleg Krasilnikov
c5f3842ca8 Bug #185048: Copyright modified. 2007-05-03 13:44:12 +00:00
Markus Schorn
c44c95ce01 Fix for 185221 by Ed Swartz, show errors when navigation fails. 2007-05-03 13:33:21 +00:00
Oleg Krasilnikov
b98e65a84c Sort project types in New Project Wizard 2007-05-03 13:29:35 +00:00
Mikhail Sennikovsky
40e01a45ce Fix for [Bug 162143] [MBS] Internal builder forgets about deltas when failures occur 2007-05-03 13:21:12 +00:00
Andrew Ferguson
2fac395f97 pdom templates: add unit tests and make two small fixes 2007-05-03 13:04:25 +00:00
Oleg Krasilnikov
1feefea543 Bug #185048 : Doc update 2007-05-03 12:53:12 +00:00
Markus Schorn
ed435952e9 Fix for 185324, #elif without condition. 2007-05-03 12:40:31 +00:00
Anton Leherbauer
2bf760ddef Fix for 183443: Incorrect syntax highlighting of preprocessor # operator
and 184545: [Editor] Highlight only valid preprocessor directives
2007-05-03 12:03:26 +00:00
Andrew Ferguson
eb628d737d add composite for (ITypedef & ICPPSpecialization) binding 2007-05-03 09:10:48 +00:00
Anton Leherbauer
f2655d2516 Fix for 185095: NullPointerException while editing C/C++ source 2007-05-03 07:52:19 +00:00
Ken Ryall
0bec8cba77 Bug 177262, add help context IDs. 2007-05-03 05:13:33 +00:00
Doug Schaefer
ac3133bfd7 Fix up the build settings for gdb hardware debugging. 2007-05-02 17:45:44 +00:00
Chris Recoskie
f4a5c73226 RESOLVED - bug 185175: UPC Feature Feature
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185175
2007-05-02 17:34:47 +00:00
Oleg Krasilnikov
1f79e4583a Bug #185044: remove spaces in the build artifact name 2007-05-02 15:29:10 +00:00
Chris Recoskie
a0142f9148 adding LPG to UPC zip 2007-05-02 15:26:25 +00:00
Doug Schaefer
13d1f4b61d Try again and fix the post assemble for c99. 2007-05-02 14:54:29 +00:00
Doug Schaefer
94c1e9b271 Try again and fix the post assemble for c99. 2007-05-02 14:36:45 +00:00
Doug Schaefer
2963eea39a Try and fix the post assemble for c99. 2007-05-02 14:08:20 +00:00
Markus Schorn
7dc3b05c8f Fix for 180168, use ASTCache for navigation features. 2007-05-02 13:42:48 +00:00
Anton Leherbauer
ac998c44d7 Add test case for 183814 2007-05-02 13:32:07 +00:00
Anton Leherbauer
51f0803459 Fix for 184748: Binaries container not updated in Project Explorer 2007-05-02 13:31:33 +00:00
Chris Recoskie
4443451c11 fixing build of C99 to bundle LPG - bug 184848 2007-05-02 13:10:21 +00:00
Oleg Krasilnikov
289cec73be Bug #184509: fix related problems 2007-05-02 12:45:32 +00:00
Oleg Krasilnikov
cdffa7b8c0 Bug #184509: fix for <resourceFilter="file"> 2007-05-02 12:39:47 +00:00
Markus Schorn
904a9560e3 Fix for 183930, by Emanuel Graf, comments from inactive code. 2007-05-02 12:37:08 +00:00
Oleg Krasilnikov
0a81ce7c3d Bug #184671 2007-05-02 11:38:16 +00:00
Mikhail Sennikovsky
513a224530 Fix for [Bug 183404] [Project Model] .cproject is growing blank lines 2007-05-02 11:35:46 +00:00
Oleg Krasilnikov
2b2e606049 Bug #184671: avoid old files deletion while creating project. 2007-05-02 11:23:19 +00:00
Oleg Krasilnikov
bdf0836e41 Add "setEnabled()" 2007-05-02 10:50:08 +00:00
Markus Schorn
c9559f3327 Minor improvement for call hierarchy tests. 2007-05-02 10:43:00 +00:00
Mikhail Sennikovsky
7794e2fbba Patch from Jason Montojo to remove the "experimantal" header notice for Internal Builder invocation 2007-05-02 10:09:01 +00:00
Anton Leherbauer
eedf0b1e7a Fix semantic highlighting for included namespace definitions 2007-05-02 09:25:40 +00:00
Oleg Krasilnikov
999ef614bf Bug 184745 : disable CDT project 2007-05-02 07:16:12 +00:00
Chris Recoskie
3e941ef3a1 Removing unnecessary inclusion of LPG plugin from UPC feature. Since this feature requires the C99 feature the LPG prerequisite should already be taken care of. 2007-05-01 12:58:40 +00:00
Doug Schaefer
babbd94dc7 Bug 184708 - fix NPE when the project had the default project location. 2007-04-30 20:27:01 +00:00