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
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
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
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
Sergey Prigogin
1e9ebf883d
Cosmetics.
2012-04-10 18:29:35 -07:00
Sergey Prigogin
e726c3d217
Cosmetics.
2012-04-10 15:25:47 -07:00
Sergey Prigogin
64f529b3ec
Replaced StringBuffer with StringBuilder.
2012-04-08 22:33:39 -07:00
Sergey Prigogin
36442384d4
Cosmetics.
2012-04-08 22:33:21 -07:00
Sergey Prigogin
1d9c709b88
Cosmetics.
2012-04-08 22:33:05 -07:00
Sergey Prigogin
07561ca883
Cosmetics.
2012-04-08 22:25:36 -07:00
Sergey Prigogin
2ab852ece0
Minor code cleanup.
2012-04-06 11:01:32 -07:00
Markus Schorn
9c2b66cf03
Bug 375601: Remove workaround for bug 359485.
2012-04-06 10:42:40 -07:00
Sergey Prigogin
1d231890fb
Bug 255093 - In C++ refactoring, selection should be updated like Java
...
refactorings do
2012-04-04 17:27:13 -07:00
Sergey Prigogin
b424f35ce4
Cosmetics.
2012-04-04 17:26:10 -07:00
Sergey Prigogin
ef82e2a7b2
Cosmetics.
2012-04-04 17:25:44 -07:00
Sergey Prigogin
710e358931
Cosmetics.
2012-04-04 17:25:07 -07:00
Sergey Prigogin
ffc583c84d
Code simplification.
2012-04-04 17:24:41 -07:00
Markus Schorn
61f66fecce
Bug 375601: Remove workaround for bug 359485.
2012-04-04 17:29:21 +02:00
Markus Schorn
ee20d322de
Bug 368989: Supress initial index rebuild when automatic updates are turned off.
2012-04-04 15:39:44 +02:00
Markus Schorn
e85390856a
Bug 366570: Added tracing option.
2012-04-04 14:45:52 +02:00
Markus Schorn
105de6f15d
Bug 370637: Visiting while statements.
2012-04-04 08:24:41 +02:00
Markus Schorn
b82f3de2e3
Bug 375739: #ifdef nested in macro-expansion.
2012-04-03 15:56:25 +02:00
Anton Gorenkov
f1a62f0fe3
Bug 375814 - Implement the Eclipse variables to obtain CDT configuration
...
name and description for the specified project
2012-04-02 10:23:31 -07:00
Sergey Prigogin
b2a7ca7238
Cosmetics.
2012-04-01 15:34:24 -07:00
Alex Freidin
15c366a882
Bug 373503 - Auto-completion for C/C++ editor templates that start with
...
# sign doesn't work. Patch by Alex Freidin
2012-04-01 15:31:40 -07:00
John Cortell
217a28a706
Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose project context more intelligently
2012-03-30 17:07:45 -05:00
Sergey Prigogin
82080e8056
Code simplification.
2012-03-30 12:43:52 -07:00
sprigogin
3606e0c512
Bug 375546 - Potential NullPointerException in CParameter.java
2012-03-28 11:29:20 -04:00
sprigogin
e6f0a47c44
Fixed initialization of the folder text box in the New Source File
...
dialog.
2012-03-27 23:24:57 -04:00
Andrew Gvozdev
faf497d361
bug 71511: Some house-cleaning
2012-03-27 18:32:54 -04:00
sprigogin
5326d2930a
Eliminated unnecessary blank lines in refactored code.
2012-03-26 23:32:20 -04:00
sprigogin
73337a5882
Proper handling of visibility for extracted inline functions.
2012-03-26 19:44:13 -04:00
sprigogin
c73b8c8a4a
Fixed a bug in Extract Function refactoring.
2012-03-25 21:31:00 -07:00
Sergey Prigogin
839a50b9b8
Adjusted menu ordering.
2012-03-23 18:48:59 -07:00
Sergey Prigogin
12f003ec60
Fixed interaction between refactoring and a team provider.
2012-03-23 18:46:12 -07:00
Sergey Prigogin
018eb7334b
Few bug fixes for Extract Function refactoring.
2012-03-23 15:06:38 -07:00
Sergey Prigogin
dcc522e86e
Cosmetics.
2012-03-23 15:06:24 -07:00
Sergey Prigogin
08c8ef800e
Fixed a bug in Extract Function refactoring.
2012-03-22 19:51:08 -07:00