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

9646 commits

Author SHA1 Message Date
Markus Schorn
76703a1ba4 Compiler warnings. 2011-02-16 13:57:43 +00:00
Sergey Prigogin
003e75e1bb Cosmetics. 2011-02-16 02:06:59 +00:00
Sergey Prigogin
97e5359102 Bug 337254 - Binary not found - Universal ppc+i386 executables are not picked up on 64 bit machines. Patch by Johan van den Berg. 2011-02-16 01:30:34 +00:00
Patrick Chuong
480ee167c8 Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the debug view 2011-02-15 21:12:12 +00:00
Sergey Prigogin
6bf37615c2 Cosmetics. 2011-02-14 19:57:32 +00:00
Anton Leherbauer
60080b30c7 Fix deprecation warnings 2011-02-14 14:18:46 +00:00
James Blackburn
7cf13bb21c Bug 331882 - Unnecessary calls to getProjectDescription(IProject, true) are very expensive 2011-02-13 16:29:06 +00:00
James Blackburn
ec126ace3f Bug 323094 - javadoc: problem warning cleanup : ICSettingsStorage/ICConfigExtensionReference : deprecated reference in comments only 2011-02-13 15:49:21 +00:00
James Blackburn
a733900f52 Bug 335344 - [External Settings Provider] Settings lost after changing language IDs 2011-02-13 15:24:57 +00:00
Sergey Prigogin
f8e753bc5d Cosmetics. 2011-02-12 01:34:56 +00:00
Sergey Prigogin
50a328f123 Fixed compiler warnings. 2011-02-12 00:04:10 +00:00
Sergey Prigogin
07ba8ca44b Formatting of function-style macro expansions. 2011-02-11 23:03:26 +00:00
Sergey Prigogin
9959005ff7 Cosmetics. 2011-02-11 05:23:47 +00:00
Sergey Prigogin
58a312b4ed Cosmetics. 2011-02-10 23:00:05 +00:00
Sergey Prigogin
569c4f47ea Split string literals have to be indented using continuation line indent. 2011-02-09 22:13:21 +00:00
Markus Schorn
98d41710ac Bug 336426: Syntax failure in return type of function instance. 2011-02-09 16:24:23 +00:00
Sergey Prigogin
da432ec64b StringBuilder instead of StringBuffer. 2011-02-09 03:59:23 +00:00
Marc Khouzam
bf2278893d Bug 336513: Preference to limit build output should use the words "number of" instead of "#" 2011-02-07 16:07:37 +00:00
Andrew Gvozdev
615c1345eb bug 334118: missed typo 2011-02-06 19:40:14 +00:00
Sergey Prigogin
e3505af7c7 Cosmetics. 2011-02-06 01:29:09 +00:00
Sergey Prigogin
ff3ee6ba99 Comment adjustment. 2011-02-06 01:28:52 +00:00
Sergey Prigogin
7ce55b165b Corrected indentation of constructor initializer lists. 2011-02-05 20:33:05 +00:00
Sergey Prigogin
6addb930f2 Bug 336123 - Test case by Marc-Andre Laperle 2011-02-05 02:50:43 +00:00
Sergey Prigogin
1bd981230f Bug 336123 - DefinitionFinder2 doesn't find function definitions 2011-02-05 02:48:49 +00:00
Sergey Prigogin
a5c4ac9c10 Code streamlining. 2011-02-05 02:47:10 +00:00
Sergey Prigogin
97b21f3397 Cosmetics. 2011-02-05 02:45:35 +00:00
Sergey Prigogin
b500c6c1cd Configurable formatting of constructor initializer lists. 2011-02-03 23:12:11 +00:00
Markus Schorn
d8fe965861 Bug 335062: Corrected signature for function templates. 2011-02-03 17:42:18 +00:00
Sergey Prigogin
bc8b98729f Code streamlining. 2011-01-31 18:51:49 +00:00
Sergey Prigogin
253c5f1f03 Code streamlining. 2011-01-31 18:12:38 +00:00
Anton Leherbauer
270544ee2e Bug 335702 - [c++0x] Template brackets matching doesn't work with adjacent closing angle brackets 2011-01-31 10:53:49 +00:00
Sergey Prigogin
d4c8d89493 Bug 307503 - New Class wizard doesn't check for C++ keywords during validation 2011-01-31 00:16:01 +00:00
Sergey Prigogin
d387df2ecd Bug 280990 - Code formatter refuses to wrap member access expressions 2011-01-30 21:29:56 +00:00
Sergey Prigogin
9465ae8064 Cosmetics. 2011-01-30 20:46:12 +00:00
Sergey Prigogin
cd8e54c404 Cosmetics. 2011-01-30 03:17:14 +00:00
Sergey Prigogin
1b637c4f8a Consistent formatting of assignment expressions and equals initializers. 2011-01-28 22:56:17 +00:00
Sergey Prigogin
cd3776c4f6 Cosmetics. 2011-01-28 20:47:44 +00:00
Sergey Prigogin
7d649781ac Cosmetics. 2011-01-28 20:36:27 +00:00
Sergey Prigogin
bf32904276 More readable names for list alignments. 2011-01-28 18:56:49 +00:00
Vivian Kong
c62c6e671e Bug 335512 - Update XLC scanning discovery parser and marcos and include path import XML utility accessible scope (for John Liu) 2011-01-28 16:36:58 +00:00
Sergey Prigogin
514a13bad4 Bug 280989 - Code formatter refuses to break 'for' statement at semicolons 2011-01-28 00:07:38 +00:00
Sergey Prigogin
954f68068a Cosmetics. 2011-01-28 00:05:36 +00:00
Markus Schorn
f11d5a23d7 Bug 333941: Adjust testcase. 2011-01-27 09:25:19 +00:00
Vivian Kong
5ca9b3b6d1 Bug 326957 EFSExtensionProvider does not handle URI's correctly 2011-01-26 20:00:26 +00:00
Markus Schorn
c38a620170 Bug 333941: Squiqgly line for missing semicolons. 2011-01-26 16:57:58 +00:00
Markus Schorn
46a7cd35cd Bug 335387: Overload resolution and conversion on implied object. 2011-01-26 15:38:07 +00:00
Sergey Prigogin
855cfa3b48 Bug 335259 - Restored symmetry between PDOMNode.equals and CompositeIndexBinding.equals. 2011-01-25 20:32:06 +00:00
Andrew Gvozdev
64695227bf bug 330750: Include path defined as ${workspace_loc} incorrectly displayed in Project Explorer view
Patch from Alex Freidin
2011-01-25 15:43:38 +00:00
James Blackburn
d5b2a18e14 Bug 335298 - IncludePaths are canonicalised on creation
- Add #getCanonicalPathWindows which only canonicalizes the path on windows.
2011-01-25 15:42:11 +00:00
James Blackburn
d20b5fe5b2 Bug 335298 - IncludePaths are canonicalised on creation. Only need to do this on Windows. 2011-01-25 13:58:29 +00:00