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

18574 commits

Author SHA1 Message Date
Sergey Prigogin
0c65369079 Cosmetics. 2010-12-09 02:51:22 +00:00
Sergey Prigogin
82e06db2d9 Generics. 2010-12-09 01:16:31 +00:00
Doug Schaefer
c42dcb755b Fixed up the command line pattern since someone changed the default for spaces between the output flag and the output. 2010-12-08 21:46:13 +00:00
Sergey Prigogin
4080c880f1 Cosmetics. 2010-12-08 01:56:45 +00:00
Sergey Prigogin
bcf7ea67a0 Loop enhancement. 2010-12-08 00:24:08 +00:00
Sergey Prigogin
e0da7a58dd Enhanced loops. 2010-12-07 20:39:19 +00:00
Emanuel Graf
11f33b6627 Bug 331985: Failing refactoring test
Fix and test case
2010-12-07 13:27:08 +00:00
Andrew Gvozdev
7047d32a98 bug 274684: Indicators of string list modes for multi-configuration edits look like debug texts
Added higher level getter and setter for dealing with the string list properties in consistent way
2010-12-06 21:01:03 +00:00
Sergey Prigogin
b9c7e81375 Fixed compiler warnings. 2010-12-06 20:31:37 +00:00
Sergey Prigogin
95ba23d13a Fixed compiler warnings. 2010-12-06 20:21:54 +00:00
Sergey Prigogin
14d28761a1 Avoid calling a deprecated method. 2010-12-06 20:16:51 +00:00
Emanuel Graf
501fad33d6 Bug: 331637 - ExpressionWriter & DeclaratorWriter do not support ICPPASTLambdaExpression patch by Pascal Kesseli 2010-12-06 09:02:48 +00:00
Sergey Prigogin
60281e5c58 Removed redundant checks. 2010-12-06 00:12:51 +00:00
Sergey Prigogin
a07af9a6d4 Enhanced loops. 2010-12-05 22:45:58 +00:00
Sergey Prigogin
3f93fe42c4 Generics. 2010-12-04 22:10:25 +00:00
Sergey Prigogin
f76e087cfa Cosmetics. 2010-12-04 22:07:53 +00:00
Sergey Prigogin
1d59eac559 Cosmetics. 2010-12-04 21:36:21 +00:00
Sergey Prigogin
ef023fca29 Cosmetics. 2010-12-04 02:21:54 +00:00
Sergey Prigogin
6b9291e199 Cosmetics. 2010-12-04 01:48:15 +00:00
Sergey Prigogin
0391ede740 Cosmetics. 2010-12-04 00:57:04 +00:00
Sergey Prigogin
793940eb5e Reverted an accidentally submitted file. 2010-12-03 19:21:31 +00:00
Vivian Kong
73eb376da6 update build page with Eclipse's find a mirror script 2010-12-03 18:49:34 +00:00
Vivian Kong
93c55fd9d5 update subversive version in build script 2010-12-03 18:40:56 +00:00
Sergey Prigogin
7791c5f8b3 NLS-style string resources. This change removes public visibility from SourceLookupMessages class that was given to it by mistake. 2010-12-03 00:55:58 +00:00
Sergey Prigogin
f257c2f55d NLS-style string resources. 2010-12-02 23:13:07 +00:00
Sergey Prigogin
bd51ec8825 NLS-style string resources. 2010-12-02 20:45:54 +00:00
Sergey Prigogin
f3b4634427 Generics. 2010-12-02 20:42:38 +00:00
Markus Schorn
9792e732c4 Bug 330838: Protect writable index against usage in multiple threads. 2010-12-02 13:37:01 +00:00
Markus Schorn
6cab1923dc Bug 330762: Content assist for deferred base classes. 2010-12-02 12:31:05 +00:00
Anton Leherbauer
40a4382b3e Bug 331552 - [disassembly] Need a way to insert more than one source line 2010-12-02 12:04:04 +00:00
Markus Schorn
f8f2a9c9a3 Bug 331056: Content assist for involving using declarations. 2010-12-02 10:23:06 +00:00
Sergey Prigogin
b30316c094 Cosmetics. 2010-12-02 04:06:24 +00:00
Sergey Prigogin
df47a5c6f6 Cosmetics. 2010-12-02 01:55:05 +00:00
Sergey Prigogin
caadfdc7d1 Generic parameters and exception logging. 2010-12-02 01:33:01 +00:00
Sergey Prigogin
e19da24804 Cosmetics. 2010-12-01 22:51:10 +00:00
Alena Laskavaia
49067335fd Bug 329497 - checker for no break at the end of case 2010-12-01 02:41:42 +00:00
Alena Laskavaia
83ea511e24 Bug 329497 - checker for no break at the end of case 2010-12-01 02:36:00 +00:00
Pawel Piech
acfb30df58 Bug 328883 - AbstractCachingVMProvider throws ClassCastException
Corrected Fix.
2010-11-30 22:47:18 +00:00
Marc Khouzam
3c0d068f99 Bug 331232: Missing some unregistering 2010-11-30 15:19:26 +00:00
Marc Khouzam
71ddec1100 Bug 329724: New method added to CommandFactory 2010-11-30 14:42:49 +00:00
Sergey Prigogin
598422cac4 Adjusted javadoc. 2010-11-30 01:10:06 +00:00
Sergey Prigogin
412b53da8a Bug 329724 - DSF-GDB launcher fails if there are newlines between command line arguments 2010-11-30 00:39:43 +00:00
Sergey Prigogin
1cccc8fbf7 Bug 328012. Fixed an issue with file counting. 2010-11-29 19:33:02 +00:00
Marc Khouzam
d71d341186 Bug 328012: Remote @noextend because it breaks the compilation of org.eclipse.cdt.debug.gdbjtag.ui.GDBJtagCDICMainTab 2010-11-29 16:05:16 +00:00
Sergey Prigogin
93025a22fb Bug 328012 - UI freezes when opening a launch configuration if the binary is on a slow file system 2010-11-28 21:17:37 +00:00
Sergey Prigogin
3e56b321b1 Bug 328012 - UI freezes when opening a launch configuration if the binary is on a slow file system 2010-11-28 20:47:34 +00:00
Sergey Prigogin
ef997227df NLS-style string resources. 2010-11-28 20:21:32 +00:00
Sergey Prigogin
09fa3a7581 NLS-style string resources. 2010-11-28 19:58:42 +00:00
Sergey Prigogin
2a8a5ec51a Bug 328522. Fixed NPE. 2010-11-27 02:38:27 +00:00
Sergey Prigogin
0bdbe7ce95 Bug 319330 - The indexing queue should give preference to the recently changed files 2010-11-27 02:08:28 +00:00