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

21214 commits

Author SHA1 Message Date
Sergey Prigogin
17161ee9b0 Eliminated use of exceptions for dealing with values that cannot be
computed.
2012-11-30 15:08:07 -08:00
Sergey Prigogin
d59d7fc6eb Added missing cases. 2012-11-30 14:31:51 -08:00
Mikhail Khodjaiants
12de79d9b0 Bug 392512 - Support GDB breakpoint notifications
Change-Id: I244ba995392806a56a52852e0d0d9ea72f87edfa
Reviewed-on: https://git.eclipse.org/r/8327
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-11-29 16:04:00 -05:00
Sergey Prigogin
db3fa6a01f Code streamlining. 2012-11-27 19:04:17 -08:00
Sergey Prigogin
cfe498ae3b Cosmetics. 2012-11-27 18:53:32 -08:00
Sergey Prigogin
234f14db57 Bug 395026 - Fixed the second use case. 2012-11-27 18:53:24 -08:00
Marc Khouzam
01060d852e Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after a
restart, added guards to avoid NPEs.
2012-11-27 06:39:49 -05:00
Marc Khouzam
e1eee7dfe3 Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after a
restart

Change-Id: I882bb800e7df409177a038a5ed5f56a15e887a50
Reviewed-on: https://git.eclipse.org/r/8788
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-11-27 06:33:20 -05:00
Andrew Gvozdev
50cf74d461 bug 357442: Cosmetics changes mostly 2012-11-26 11:37:02 -05:00
Sergey Prigogin
0cb4542e0b Comment adjustments. 2012-11-25 16:40:05 -08:00
Sergey Prigogin
e7d1dad828 Bug 374694. CompositeCPPAliasTemplate class and a test that fails
without it.
2012-11-25 16:25:46 -08:00
Sergey Prigogin
780ff91284 Cosmetics. 2012-11-25 16:23:45 -08:00
Sergey Prigogin
39acee2d98 Cosmetics. 2012-11-25 14:55:39 -08:00
Sergey Prigogin
e9ae9bf1cf Bug 395026 - Name resolution problem with an alias template. 2012-11-25 13:46:13 -08:00
Sergey Prigogin
f7a0fb2c7f Cosmetics. 2012-11-25 13:32:08 -08:00
Sergey Prigogin
eff4487436 Code streamlining. 2012-11-25 11:28:00 -08:00
Sergey Prigogin
e2b5f723a6 Cosmetics. 2012-11-25 11:20:39 -08:00
Sergey Prigogin
7336550d10 Add missing switch cases. 2012-11-25 11:13:53 -08:00
Thomas Corbat
4e409e9e2f Bug 374694. Implementation of alias templates. 2012-11-25 09:13:04 -08:00
Sergey Prigogin
45206789d6 Fixed NPE. 2012-11-25 08:45:33 -08:00
Sergey Prigogin
a00758b82c Support for __float128 type introduced in GCC 4.7. 2012-11-25 08:44:30 -08:00
Andrew Gvozdev
d61fcc17ce Corrected some ill-encoded characters in comments 2012-11-23 10:32:56 -05:00
Andrew Gvozdev
85a785117c Bug 394735: NPE when parallelizationNumber is missing, modified patch from Mohamed Hussein <mohamed_hussein@mentor.com> 2012-11-21 12:39:23 -05:00
Marc Khouzam
17f5758af3 Bug 394797 - LargePipedInputStream can use java 6's new constructor for
PipedInputStream

Change-Id: I416c3c877fcae238b8faaff16937ef7dac378f35
Reviewed-on: https://git.eclipse.org/r/8787
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-11-21 10:24:57 -05:00
Andrew Gvozdev
cd482994b5 Bug 393641: When importing an existing CDT project, language settings providers are disabled 2012-11-21 09:51:48 -05:00
Anton Leherbauer
461a07cf73 Bug 394756 - Reduce number of ScopedPreferenceStore instances 2012-11-21 11:17:12 +01:00
sprigogin
8450d8e366 Fixed an accidental PDOM incompatibility. 2012-11-20 22:16:18 -08:00
Sergey Prigogin
25c47d3cbb Support for __int128 type introduced in GCC 4.7. 2012-11-20 16:57:23 -08:00
Sergey Prigogin
da5b169b44 Cosmetics. 2012-11-20 15:48:29 -08:00
Marc-Andre Laperle
07209b6c8b Tycho: Use original (pre 0.15.0) packaging name for repository 2012-11-20 02:13:02 -05:00
Marc-Andre Laperle
acc53f158b Upgrade to Tycho 0.16.0 2012-11-20 00:39:42 -05:00
Marc-Andre Laperle
1b2b5e5cd4 Bug 383773 - __int64 is not detected as valid type with MSVC toolchain 2012-11-17 14:45:49 -05:00
Marc-Andre Laperle
0630a81374 Fix build.properties for memory.floatingpoint 2012-11-17 13:43:05 -05:00
Marc-Andre Laperle
290ba4330d Fix build for memory.floatingpoint 2012-11-17 12:41:55 -05:00
Tomasz Wesolowski
660a75531a Bug 348387 - fp in ReturnChecker using try/catch 2012-11-17 01:38:45 -05:00
Randy Rohrbach
2dbe81588e BUG 394509 : Adding floating point renderer to the memory Browser
This is  Wind Rivers floating point renderer we are moving in to Open
SOurce.
2012-11-16 18:55:17 -05:00
Vladimir Prus
9194376ff4 Bug 360314: Improve diagnostics of invalid selections in OS Resources view.
Change-Id: I1a43dbf5bd58cbaaf05a21f9b3936fa7303faa37
Reviewed-on: https://git.eclipse.org/r/8685
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-11-15 06:26:02 -05:00
Sergey Prigogin
5c57467a36 Bug 394024. Fixed a use case with typedef. 2012-11-13 12:40:29 -08:00
Sergey Prigogin
4462ca0b8a Improved indexing progress indicator. 2012-11-13 11:41:48 -08:00
Markus Schorn
64e6fb0537 Bug 390759: Wrong order in ambiguity resolution. 2012-11-13 06:46:51 +01:00
Sergey Prigogin
7d752c9288 Improved linearity of the indexing progress indicator. 2012-11-12 15:21:32 -08:00
Sergey Prigogin
cd7276ab72 Cosmetics. 2012-11-12 11:59:16 -08:00
Sergey Prigogin
1974b13a88 Bug 394024 - Template resolution problem with unsigned int non type
parameter. A better fix.
2012-11-12 11:21:32 -08:00
Sergey Prigogin
9f8f8035d2 Code streamlining. 2012-11-11 11:39:53 -08:00
Sergey Prigogin
46b585e9f4 Bug 394024 - Template resolution problem with unsigned int non type
parameter.
2012-11-11 11:24:12 -08:00
Sergey Prigogin
698339eab3 Cosmetics. 2012-11-11 11:00:36 -08:00
David Salinas
26be095c4a Bug 379474 - remote C/C++ project with XL toolchain generates a parse
error in stdio.h, preventing proper AST gen and Indexing
2012-11-09 11:00:28 -05:00
Markus Schorn
73968cb5f2 Bug 393959: Unhandled template id ambiguity. 2012-11-09 12:10:17 +01:00
Marc-Andre Laperle
352eae2865 Bug 368222 - Preferences page uses wrong icons 2012-11-08 23:43:21 -05:00
Pawel Piech
521f90af28 Bug 390245 - [hover] Wrong text color for expression hover 2012-11-08 20:29:16 -08:00