Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Cosmetics.Sergey Prigogin4-790/+149
2012-04-18Fixed a compiler warning.Sergey Prigogin1-15/+13
2012-04-16bug 371797: Use workspace scheduling rule for serializing workspace providersAndrew Gvozdev1-0/+1
2012-04-16Ignore InterruptedException in unit testsAndrew Gvozdev1-18/+33
2012-04-16Workaround for Java problem on Windows with releasing buffers for memory-mapp...Andrew Gvozdev1-6/+51
2012-04-16bug 371797: Use workspace scheduling rule for serializing workspace providersAndrew Gvozdev1-3/+3
2012-04-16bug 371797: Do serialization in background to avoid delays in UIAndrew Gvozdev1-1/+13
2012-04-16bug 371797: Let all jobs finish before tearDown() in unit testsAndrew Gvozdev2-2/+13
2012-04-16Cosmetics.Sergey Prigogin2-12/+10
2012-04-15Method name adjustments.Sergey Prigogin2-50/+50
2012-04-15bug 371797: prevent possible deadlock for specs detectorsAndrew Gvozdev1-14/+15
2012-04-15Fix for java.util.ConcurrentModificationExceptionAndrew Gvozdev1-34/+36
2012-04-14Fixed a bug in formatting of declarations contained in macro expansion.Sergey Prigogin2-3/+17
2012-04-14Extracted couple commonly used methods.Sergey Prigogin1-75/+79
2012-04-14Treat __attribute__ ((__mode__ (__DI__))) as long instead of long longSergey Prigogin5-24/+43
2012-04-13Bug 376790 - Codan should not issue warnings for unused variables andSergey Prigogin7-43/+70
2012-04-13Bug 316076. Added IFunction.isNoReturn() method.Sergey Prigogin21-46/+160
2012-04-13Bug 316230 - Representation of gcc attributes in AST. AlsoSergey Prigogin91-590/+1601
2012-04-13Removed prematurely submitted classes.Sergey Prigogin2-102/+0
2012-04-13Cosmetics.Sergey Prigogin43-535/+573
2012-04-12Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose p...John Cortell1-28/+35
2012-04-12bug 371797: [sd90] Implement language settings providers in buildAndrew Gvozdev14-15/+313
2012-04-11Cosmetics.Sergey Prigogin2-12/+8
2012-04-10Cosmetics.Sergey Prigogin21-410/+359
2012-04-09Replaced StringBuffer with StringBuilder.Sergey Prigogin3-1162/+1159
2012-04-09Cosmetics.Sergey Prigogin12-86/+46
2012-04-09Cosmetics.Sergey Prigogin2-5/+5
2012-04-09Cosmetics.Sergey Prigogin3-33/+25
2012-04-06Minor code cleanup.Sergey Prigogin1-32/+31
2012-04-06Bug 375601: Remove workaround for bug 359485.Markus Schorn1-10/+3
2012-04-05Bug 255093 - In C++ refactoring, selection should be updated like JavaSergey Prigogin2-56/+385
2012-04-05Cosmetics.Sergey Prigogin4-7/+14
2012-04-05Cosmetics.Sergey Prigogin4-17/+9
2012-04-05Cosmetics.Sergey Prigogin10-93/+90
2012-04-05Code simplification.Sergey Prigogin1-7/+8
2012-04-04Bug 375601: Remove workaround for bug 359485.Markus Schorn1-10/+3
2012-04-04Bug 368989: Supress initial index rebuild when automatic updates are turned off.Markus Schorn1-13/+14
2012-04-04Bug 366570: Added tracing option.Markus Schorn2-0/+28
2012-04-04Bug 370637: Visiting while statements.Markus Schorn1-10/+9
2012-04-03Bug 375739: #ifdef nested in macro-expansion.Markus Schorn2-1/+17
2012-04-02Bug 375814 - Implement the Eclipse variables to obtain CDT configurationAnton Gorenkov6-2/+109
2012-04-01Cosmetics.Sergey Prigogin1-9/+9
2012-04-01Bug 373503 - Auto-completion for C/C++ editor templates that start withAlex Freidin1-17/+11
2012-03-30Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose p...John Cortell1-0/+73
2012-03-30Code simplification.Sergey Prigogin1-67/+49
2012-03-28Bug 375546 - Potential NullPointerException in CParameter.javasprigogin1-7/+5
2012-03-28Fixed initialization of the folder text box in the New Source Filesprigogin1-108/+101
2012-03-27bug 71511: Some house-cleaningAndrew Gvozdev3-36/+105
2012-03-27Eliminated unnecessary blank lines in refactored code.sprigogin3-49/+49
2012-03-26Proper handling of visibility for extracted inline functions.sprigogin4-98/+176

Back to the top