1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 10:55:33 +02:00
Commit graph

15991 commits

Author SHA1 Message Date
Anton Leherbauer
d239639cce Add check for null 2007-04-27 06:51:23 +00:00
Chris Recoskie
bd759a1e82 initial xlc integration 2007-04-27 02:19:35 +00:00
Chris Recoskie
1c2f4ad61d RESOLVED - bug 183848: add parser for Unified Parallel C
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183848
2007-04-27 02:04:49 +00:00
Chris Recoskie
53b7411eeb RESOLVED - bug 183848: add parser for Unified Parallel C
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183848

Patch from Mike Kucera
2007-04-27 02:03:40 +00:00
Mikhail Sennikovsky
5a24d7c682 final fix for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 22:01:54 +00:00
Mikhail Sennikovsky
5961aaeb02 additional fix for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 21:50:47 +00:00
Mikhail Sennikovsky
e3448230ed 3d step for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 21:41:44 +00:00
Mikhail Sennikovsky
b9e741c953 2nd step for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 21:28:40 +00:00
Mikhail Sennikovsky
c58b1c80fb First step for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 21:24:04 +00:00
Mikhail Sennikovsky
279868fade Fix from Andrew Ferguson to the project creation with small updates 2007-04-26 20:15:44 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Andrew Ferguson
6741a8d019 183986: extract a Comparator from PDOMBinding 2007-04-26 16:41:39 +00:00
Markus Schorn
417e9c0d70 Fix for 184042, updating index considers changes in configuration. 2007-04-26 14:03:25 +00:00
Oleg Krasilnikov
946248481d Eliminate warning: !MESSAGE Unable to find Action Set:
org.eclipse.cdt.managedbuilder.ui.buildSelectedFilesActionSet
In fact, this action set was removed some times ago.
2007-04-26 13:09:08 +00:00
Oleg Krasilnikov
4eb74954dd 1. for Bug #182450 : tri-state button experimental implementation.
2. Preference page minor change (items order)
2007-04-26 12:49:03 +00:00
Oleg Krasilnikov
1f69bd652c Bug #182820: support for "canExclude()" 2007-04-26 10:23:34 +00:00
Oleg Krasilnikov
1aa3d8f62f Bug #182820: fix for "canExclude()" 2007-04-26 10:22:21 +00:00
Anton Leherbauer
1214623cf9 Fix CCE 2007-04-26 10:11:53 +00:00
Anton Leherbauer
987b06a53e Fix for 183396: Open up breakpoint ruler actions for other debug models 2007-04-26 09:06:33 +00:00
Doug Schaefer
6342a2854c Bug 184083 - Patch for Bryan - Add base classes to for class instances and specialization in the PDOM. 2007-04-26 01:34:34 +00:00
Doug Schaefer
b1cf95a962 I'm tired of this test failing on Windows. 2007-04-26 01:26:35 +00:00
Doug Schaefer
5cffc8915f Bug 179991 - Added feature for the GDB hardware debugging feature. And set up the releng scripts to build it. 2007-04-26 01:14:21 +00:00
Doug Schaefer
ca9dd7313d Bug 182101 - Fixed infinite loop when the operator keyword was selected. Actually, there are a huge number of problems with operator handling in the selection parse. I've removed the whole thing. We need to handle this differently. 2007-04-25 21:02:41 +00:00
Mikhail Sennikovsky
1c180b9fac Fix for [Bug 183825] [Binary Parser] does not parse 2007-04-25 20:53:05 +00:00
Doug Schaefer
4be0fe893c Bug 183382 - Added JNICALL to the winreg native code to fix a crash that was happening on Vista with IBM's VM. Also moved this build to use MinGW instead of MSVC. 2007-04-25 19:20:08 +00:00
Chris Recoskie
dd55dc2b58 RESOLVED - bug 170615: Need access to ProgressMonitor in MBS Custom Pages
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170615
2007-04-25 18:40:57 +00:00
Doug Schaefer
1d7403d060 Fix up the ASCII property for these files. 2007-04-25 18:29:42 +00:00
Randy Rohrbach
c7ea21be28 IFormattedValues.java
1.) Changed the names somewhat to be a little more distinctive when used in other code.
   2.) Created FormattedValueDMContext class instead of requiring addition interfaces to be done by the users.

IRegisters.java
   1.) Changed to support IFormattedValues
   2.) Removed INumericalValue interface

RegisterLayoutNode.java
   1.) Changed to use IFormattedValues data style.
   2.) Added additional overriden method updateLabelInSessionThread to deal with the additional level of abstraction to get the data.
   3.) Completed the event handling.

MIRegisters.java

   1.) Changed to use the new IRegisters.java formatted data interfaces.
   2.) Add getModelData routines for IRegisterDMContext - this is untested at this point. I will test it shortly.
2007-04-25 16:20:15 +00:00
Anton Leherbauer
d37ff65df9 Simplify external SDK highlighting 2007-04-25 15:47:58 +00:00
Ken Ryall
07564ddb49 Bug 183291. ToggleBreakpointRulerAction should use the IToggleBreakpointTarget adapter based on editor file. 2007-04-25 15:21:36 +00:00
Chris Recoskie
6405b3a368 RESOLVED - bug 170615: Need access to ProgressMonitor in MBS Custom Pages
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170615
2007-04-25 14:00:22 +00:00
Oleg Krasilnikov
1346d01ba1 performOkForced() method added 2007-04-25 13:56:44 +00:00
Oleg Krasilnikov
6be903f7bc Adjusted call to CDTPropertyManager 2007-04-25 13:51:07 +00:00
Mikhail Sennikovsky
48e6862bed follow-up for the [Bug 182821] ManagedBuildInfo.getIncludePaths() no longer returns default compiler path 2007-04-25 13:41:07 +00:00
Mikhail Sennikovsky
315771b3bf Better backward compatibility support needed for [Bug 182821] ManagedBuildInfo.getIncludePaths() no longer returns default compiler path 2007-04-25 13:31:09 +00:00
Markus Schorn
4fc2c97265 Fix for 183966, performance improvement for PDOMNode.hashCode(). 2007-04-25 12:59:19 +00:00
Anton Leherbauer
73fd7f02ab Add support for dynamic help context provider (follow-up) 2007-04-25 12:36:29 +00:00
Oleg Krasilnikov
a232fa8d00 Bug #183908: Page missing at the new C/C++ project wizards 2007-04-25 12:22:10 +00:00
Anton Leherbauer
6f2a059c1a Add support for dynamic help context provider 2007-04-25 12:01:47 +00:00
Anton Leherbauer
dcc302a00d Fix for 183482: C Editor always re-opens file which was alreay open 2007-04-25 11:58:21 +00:00
Anton Leherbauer
b48dbe507a Fix for 183482: C Editor always re-opens file which was alreay open 2007-04-25 11:33:40 +00:00
Anton Leherbauer
f8a2192e8b Fix for 150404: [CommonNavigator] CDT Projects appear twice (in cooperation with Michael D. Elder) 2007-04-25 09:49:23 +00:00
Oleg Krasilnikov
75844814e9 Bug: NPE in preferences page 2007-04-25 08:55:11 +00:00
Oleg Krasilnikov
e9196ff2bb Bug #183940: cancelling project creation leaves files on disk 2007-04-25 08:38:53 +00:00
Mikhail Sennikovsky
3e71672938 Fix for [Bug 183863] Makefile generation is switched on for the target build in case of the managed build capable builder is being used for the configuration 2007-04-25 08:33:32 +00:00
Anton Leherbauer
8fde3d9842 Fix for 183653: While in CDT perspective CTRL^X of 1000 lines out of a 1500 line source file causes error 2007-04-25 08:27:30 +00:00
Oleg Krasilnikov
b913e933a9 Bug #183908: avoid NPE in case when Config Page is not created. 2007-04-25 07:54:51 +00:00
Markus Schorn
1d07593fd1 Fix for 183843 by Bryan Wilkinson, qualified base classes in index. 2007-04-25 07:36:17 +00:00
Markus Schorn
8fb26410f5 Testcase for bug 183930, comments in inactive code. 2007-04-25 07:22:02 +00:00
Doug Schaefer
0ead6fa666 Bug 182173 - My final fix to make sure the build environment settings get passed down to the external commands to properly find the compiler. 2007-04-24 23:59:47 +00:00