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

9608 commits

Author SHA1 Message Date
Chris Recoskie
2d42d08abc Bug 133881 - Make refreshing after building optional
Work in progress.
2011-02-24 02:46:01 +00:00
Sergey Prigogin
3f3df5b83a Fixed compiler warnings. 2011-02-23 20:47:31 +00:00
Sergey Prigogin
150d47cf92 Cosmetics. 2011-02-23 20:44:08 +00:00
Markus Schorn
df420139a3 Bug 173458: Camel case based content assist, by Jens Elmenthaler. 2011-02-23 16:08:53 +00:00
Emanuel Graf
496551af98 Bug 337714: Fixed streamline ChangeGenerator
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337714
2011-02-21 13:43:33 +00:00
Emanuel Graf
8d45a913ca Bug 337701: Fixed, FileContentHelper doesn't close streams
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337701
2011-02-21 12:11:07 +00:00
Sergey Prigogin
4cff141597 Formatting of line comments. 2011-02-21 08:02:03 +00:00
Sergey Prigogin
17366120ff Cosmetics. 2011-02-21 07:26:22 +00:00
Sergey Prigogin
3715cdbbe8 Bug 337040 - MethodDefinitionInsertLocationFinder2 does not find implementation file when no definition already present. Patch by Marc-Andre Laperle. 2011-02-19 21:38:56 +00:00
Sergey Prigogin
d62d436c14 Clarified index locking requirements. 2011-02-17 21:33:05 +00:00
James Blackburn
741eb6dd08 Bug 207851 - [Scanner Discovery] scannerConfigBuildInfo replicated in each Config 2011-02-16 16:57:33 +00:00
Markus Schorn
fe82449225 Remove obsolete API filter (API tooling has been fixed). 2011-02-16 13:59:08 +00:00
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