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

16510 commits

Author SHA1 Message Date
Andrew Gvozdev
a60aa3940a bug 303410: [API] cdt.make.ui.NewMakeProjectPreferencePage and friends are obsolete
removed accidental commit
2010-03-09 14:36:05 +00:00
uid8941
d4367d5bba Add -m32 flag to make the tests programs build properly on 64-bit machines. 2010-03-09 14:35:32 +00:00
Markus Schorn
f116df561b Follow up 253690: Creating problem node. 2010-03-09 10:26:27 +00:00
Anton Leherbauer
3fa42529d9 Fix deprecation warnings 2010-03-09 10:21:09 +00:00
Markus Schorn
c1614cb877 Bug 302412: Use new API for creating function call expressions. 2010-03-09 09:55:30 +00:00
Ken Ryall
86224bcfa0 Have CAbstractMainTab share the common portions of CDI CMainTab and DSF CMainTab. 2010-03-09 05:26:19 +00:00
Ken Ryall
06c10e1f7e Use the super's verifyCProject. 2010-03-09 05:25:00 +00:00
Doug Schaefer
8314d32e9c Add in new EDC plug-in. 2010-03-08 21:22:05 +00:00
Doug Schaefer
59a440c74b Add Codan feature. 2010-03-08 21:06:35 +00:00
Alena Laskavaia
9c13ed2b01 - changed enablement, severity and message for naming convention checker 2010-03-08 21:06:18 +00:00
Alena Laskavaia
7aff38334e - fixed problem with default enablement and severity 2010-03-08 21:05:57 +00:00
Doug Schaefer
9181b1364c Add Codan feature. 2010-03-08 20:56:31 +00:00
Alena Laskavaia
89f91481e8 - fixed some NON-NLS problems 2010-03-08 19:53:14 +00:00
Alena Laskavaia
c8dd92b392 [279740] API scrub 2010-03-08 19:51:33 +00:00
Alena Laskavaia
b99ecd97c7 [279740] - renamed some packages to internal 2010-03-08 15:04:53 +00:00
Marc Khouzam
f9f808080d [304588] Pointers could point to a complex structure and therefore we cannot trust they're number children hint. 2010-03-08 13:52:41 +00:00
James Blackburn
98c77050c7 Headless import: when checking whether project is directly under workspace root, use URIUtil.append rather than URI.resolve (which strips the last segment if it doesn't end in '/')
Headless build: wait for outstanding jobs to finish *before* restoring auto-build preference during finally (otherwise we'll wait for a full build we didn't request to take place...)
2010-03-08 13:14:35 +00:00
Markus Schorn
492d8e61e0 Bug 296427: Api to distinguish explicit specializatio 2010-03-08 10:24:16 +00:00
Andrew Gvozdev
84a7310e5a bug 213920: cygwin path resolver does not work for "locked" registry in windows 2010-03-08 05:35:44 +00:00
Andrew Gvozdev
48a94a750c bug 213920: cygwin path resolver does not work for "locked" registry in windows
patch from Marc-Andre Laperle
2010-03-08 05:22:37 +00:00
Andrew Gvozdev
c7745df080 bug 195572: Environment PATH error under MINGW and CDT 4.0
Patch from Marc-Andre Laperle
2010-03-08 04:40:01 +00:00
John Cortell
0eb1964dd6 Don't wait forever 2010-03-05 23:24:17 +00:00
John Cortell
81a56f94b8 Fixed processes test. Shouldn't create a process context based on PID=UNIQUE_GROUP_ID. Also, relax the test for the process name. With 7.0 we get the path information in the name; in 6.8 we don't. Just check that the executable simple file name is in there. 2010-03-05 23:10:15 +00:00
Ken Ryall
ef706515a9 Revert last change. 2010-03-05 22:14:49 +00:00
Pawel Piech
ac2299bdb9 [303553] Added an assert. 2010-03-05 20:52:18 +00:00
John Cortell
0a695a3e81 Reworked awkward junit assertion flow (have seen this in various places) 2010-03-05 20:40:25 +00:00
Pawel Piech
9c26a6933c [303553] - Disabled handler for multi-selection. 2010-03-05 20:38:32 +00:00
Pawel Piech
f6ffe5ad0f [303 553] - Fixed a redundant import. 2010-03-05 19:05:30 +00:00
Pawel Piech
7bdb38f1b0 [228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service. 2010-03-05 19:03:48 +00:00
Andrew Gvozdev
e23f43553a cleanup: message wording 2010-03-05 19:01:11 +00:00
Andrew Gvozdev
cd7affd34b recording stack trace in the log 2010-03-05 18:51:28 +00:00
Pawel Piech
a4a4038b86 [303553]- [breakpoints] No property action in breakpoints view 2010-03-05 18:45:11 +00:00
John Cortell
428ad8d1f9 Additional cygwin-only check 2010-03-05 17:48:22 +00:00
Marc Khouzam
adbac60c10 [303968] RunToLine and ResumeAtLine were overridden in GDBRunControl and GDBRunControl_7_ but this was mistakenly remove. Minor cleanup as well. 2010-03-05 16:52:16 +00:00
Marc Khouzam
d2345dc960 [304146] Didn't update MacOSMIVarUpdate properly after recent changes to MIVarUpdate 2010-03-05 14:39:46 +00:00
Anton Leherbauer
40335a9f9f Bug 264140 - [templates] Add support for Templates view
Patch from Marc-Andre Laperle
2010-03-05 10:57:28 +00:00
John Cortell
4d3602121f Fix tests for cygwin 2010-03-04 22:57:04 +00:00
John Cortell
62117fa551 [304754] MIThreadCreatedEvent not being generated in a cygwin/mingw debug session 2010-03-04 22:41:07 +00:00
Ken Ryall
a8b9452abb More cleanup for bug 303968. 2010-03-04 22:16:13 +00:00
John Cortell
ebdc876c9b Fixed race condition test failure. The secondary thread, because it does nothing but a quick printf, was terminating before the test was able to check for its existence via IRunControl.getExecutionContexts(). Consequently, it would get one less thread than expected. 2010-03-04 22:14:37 +00:00
Marc Khouzam
e585f18abd [263689] Special handling of -environment-cd for MacOS 2010-03-04 19:34:09 +00:00
Ken Ryall
fdc4d93925 Make requiring a C project optional. 2010-03-04 19:20:27 +00:00
Marc Khouzam
15dbb8f8b5 [303968] Register with the new IRunControl2 name, to enable RunToLine, MoveToLine and ResumeAtLine 2010-03-04 18:42:15 +00:00
Marc Khouzam
6226996c98 [304146] Use the command factory in AbstractMIControl 2010-03-04 18:13:17 +00:00
Andrew Gvozdev
caa20b4d37 bug 303900: Cygwin 1.7 is Not detected on the CDT system.
Patch from Marc-Andre Laperle
2010-03-04 17:51:55 +00:00
John Cortell
d84ca549b2 Write L-value test works with gdb >= 6.8, so refactor to make it available for those classes. 2010-03-04 17:17:44 +00:00
John Cortell
e6794e5a2e fixed warnings 2010-03-04 16:48:01 +00:00
John Cortell
7eb06f6213 Fix runcontrol test on Windows. If the program is built with cygwin, there is an additional thread. 2010-03-04 16:43:00 +00:00
Marc Khouzam
21e26009ef [304384] Make DSF-GDB the default CDT debugger. 2010-03-04 16:40:48 +00:00
Marc Khouzam
20baa38a22 [304588] Return the problem number of children even if GDB counts private/public/protected as a level of children. 2010-03-04 15:48:37 +00:00