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

20584 commits

Author SHA1 Message Date
Sergey Prigogin
325175292a Minor optimization. 2012-04-19 19:38:54 -07:00
Sergey Prigogin
c1066f1e4a Bug 377223 - Name resolution problem caused by a const qualifier in
template parameter
2012-04-19 19:01:13 -07:00
Sergey Prigogin
c4b91212b3 Cosmetics. 2012-04-19 18:59:43 -07:00
Sergey Prigogin
d193756141 Fixed broken error parser tests. 2012-04-19 18:56:27 -07:00
Sergey Prigogin
7bccb394be Bug 377223. Added a failing test case. 2012-04-19 15:47:48 -07:00
Sergey Prigogin
b3bc74fb45 Renamed IErrorParser3.endOfStream method to shutdown for consistency
with IConsoleParser.
2012-04-19 13:52:20 -07:00
Sergey Prigogin
a8bcd69646 Renamed IErrorParser3.streamFinished method to endOfStream and adjusted
Javadoc comments.
2012-04-19 13:44:58 -07:00
Sergey Prigogin
d557165f90 Fixed a potential file handle leak. 2012-04-19 12:16:21 -07:00
Sergey Prigogin
e58cbbc948 Cosmetics. 2012-04-19 11:06:27 -07:00
Marc Khouzam
2bd6fe0928 Bug 352748: [disassembly][non-stop] Cannot show disassembly when last thread is running
Change-Id: I50af41d2ea199f79d964451204e9016cbffc3e37
Reviewed-on: https://git.eclipse.org/r/5624
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-19 10:19:27 -04:00
Sergey Prigogin
2edf81c8a3 Bumped up PDOM version to trigger index rebuild. The rebuild is needed
to fix definition of int64_t and other types that depend on attributes.
2012-04-18 13:53:12 -07:00
Andrew Gvozdev
357057ba14 bug 371797: Fixed bug when in legacy mode scanner discovery doesn't run after creation of a project 2012-04-18 15:55:33 -04:00
Alex Ruiz
1f83e4aa21 Bug 372551. Codan support for writing checkers that invoke external
tools.

Change-Id: Ia5cfd24d54ec6e67e08f24a367a6bc689ae407d0
Reviewed-on: https://git.eclipse.org/r/5586
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-18 15:52:48 -04:00
Doug Schaefer
4a8860255e Hide the new new project wizard. Likely to be deferred to Kepler. 2012-04-18 11:56:43 -04:00
Anton Gorenkov
f16f0dbe48 Bug 210366 - CDT should have Unit Testing and Component Testing like JDT 2012-04-17 23:50:07 -04:00
Sergey Prigogin
83cf5dc830 Cosmetics. 2012-04-17 20:11:24 -07:00
Sergey Prigogin
e7ef578e94 Bug 377045 - Bogus transient errors in C/C++ editor soon after Eclipse
startup.
2012-04-17 19:56:31 -07:00
Sergey Prigogin
885f6f1b7e Cosmetics. 2012-04-17 19:56:18 -07:00
Sergey Prigogin
f3f2671d48 Fixed a typo. 2012-04-17 19:55:35 -07:00
Sergey Prigogin
9475940089 Fixed a compiler warning. 2012-04-17 19:55:24 -07:00
Marc Khouzam
0e6e83e1cb Bug 330974: Clean up non-stop runControl services.
Change-Id: I6e1eff14072080ba2689b1af12ec4a1f45877241
2012-04-17 15:48:54 -04:00
Mikhail Khodjaiants
74138d21f5 Bug 361934 - Provide timeout for gdb commands
Change-Id: Id51a138411e49f7157858379f8aa09a59a8e4f78
Reviewed-on: https://git.eclipse.org/r/5523
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-04-17 10:20:23 -04:00
Alena Laskavaia
77a06573a9 Bug 316076 - fixed f.p. when using gcc annotation about no return 2012-04-16 21:56:57 -04:00
Andrew Gvozdev
751d4a45f0 bug 371797: Use workspace scheduling rule for serializing workspace providers 2012-04-16 18:48:05 -04:00
Andrew Gvozdev
31331544b6 Ignore InterruptedException in unit tests 2012-04-16 17:40:30 -04:00
Andrew Gvozdev
955bd297b2 Workaround for Java problem on Windows with releasing buffers for memory-mapped files
java.io.FileNotFoundException: C:\workspace\junit-workspace\.metadata\.plugins\org.eclipse.cdt.core\language.settings.xml (The requested operation cannot be performed on a file with a user-mapped section open)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(Unknown Source)
	at java.io.FileOutputStream.<init>(Unknown Source)
	at org.eclipse.cdt.internal.core.XmlUtil.getFileOutputStreamWorkaround(XmlUtil.java:315)
	at org.eclipse.cdt.internal.core.XmlUtil.serializeXml(XmlUtil.java:290)
	at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer.serializeLanguageSettingsWorkspace(LanguageSettingsProvidersSerializer.java:539)
	at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer$1.runInWorkspace(LanguageSettingsProvidersSerializer.java:577)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
2012-04-16 16:58:14 -04:00
Andrew Gvozdev
2bd9d517fb bug 371797: Use workspace scheduling rule for serializing workspace providers 2012-04-16 16:57:55 -04:00
Andrew Gvozdev
f21f43f622 bug 371797: Do serialization in background to avoid delays in UI 2012-04-16 16:57:18 -04:00
Andrew Gvozdev
8aed5c8427 bug 371797: Let all jobs finish before tearDown() in unit tests 2012-04-16 16:55:44 -04:00
Sergey Prigogin
7366607b69 Cosmetics. 2012-04-15 19:32:26 -07:00
Sergey Prigogin
be137ca311 Method name adjustments. 2012-04-15 16:41:34 -07:00
Andrew Gvozdev
8fbf618249 bug 371797: prevent possible deadlock for specs detectors 2012-04-14 22:11:26 -04:00
Andrew Gvozdev
d474c67844 Fix for java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
	at java.util.AbstractList$Itr.next(Unknown Source)
	at org.eclipse.cdt.core.testplugin.util.BaseTestCase.runBare(BaseTestCase.java:166)
2012-04-14 22:10:55 -04:00
Sergey Prigogin
9d10668c5e Fixed a bug in formatting of declarations contained in macro expansion. 2012-04-14 16:57:35 -07:00
Sergey Prigogin
b6cf5bbc41 Extracted couple commonly used methods. 2012-04-14 16:51:01 -07:00
Sergey Prigogin
2b8e34b777 Treat __attribute__ ((__mode__ (__DI__))) as long instead of long long
in 64-bit mode.
2012-04-13 18:20:37 -07:00
Sergey Prigogin
89e9f5d607 Fixed EmptyStackException. 2012-04-13 16:43:02 -07:00
Sergey Prigogin
03021e3af2 Cosmetics. 2012-04-13 16:41:01 -07:00
Sergey Prigogin
ae7dc29df9 Bug 376790 - Codan should not issue warnings for unused variables and
functions that have attribute unused
2012-04-13 15:49:10 -07:00
Andrew Gvozdev
249589c28c bug 371797: mistyped message key 2012-04-13 17:42:47 -04:00
Sergey Prigogin
20ea7546f8 Bug 316076. Added IFunction.isNoReturn() method.
Change-Id: Idfa2aa067e9c956b9a990980797a41277a84cc58
Reviewed-on: https://git.eclipse.org/r/5584
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-13 14:49:12 -04:00
Sergey Prigogin
33374d0a51 Bug 316230 - Representation of gcc attributes in AST. Also
contains a fix for bug 330635.

Change-Id: I11d872bd68dc0819a95ad8bf83c6db20fbc81387
Reviewed-on: https://git.eclipse.org/r/5554
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-13 14:48:35 -04:00
Sergey Prigogin
b9097cd175 Removed prematurely submitted classes. 2012-04-12 17:27:29 -07:00
Sergey Prigogin
f02e178d52 Cosmetics. 2012-04-12 17:21:02 -07:00
Pawel Piech
df5940c5fa Bug 373468 - "Add new expression" node in Expressions view disappears when Expression column is deselected 2012-04-12 15:27:38 -07:00
John Cortell
b7c28d5878 Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose project context more intelligently 2012-04-12 11:25:07 -05:00
Andrew Gvozdev
b1b320f94e bug 371797: [sd90] Implement language settings providers in build
plugins
2012-04-12 01:01:23 -04:00
Pawel Piech
1a0bdf2d5d Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpoint modifiers in ruler popup menu
Switched accelerator mnemonic for Toggle Breakpoint action from
"Double Click" to "Shift+Ctrl+B".
2012-04-11 14:37:20 -07:00
Jeff Johnston
b4ca67ad3f Fix for Autotools bug #375007.
- allow configure command to be specified with absolute path
2012-04-11 15:29:12 -04:00
Sergey Prigogin
1e9ebf883d Cosmetics. 2012-04-10 18:29:35 -07:00