Markus Schorn
c753fd5b74
Bug 294730: Initialization of class objects.
2009-11-25 18:32:50 +00:00
Vivian Kong
22dda70010
Bug 296052 - Fix default compiler path for xlc compilers (patch from Tim Burrell)
2009-11-25 15:09:20 +00:00
Pawel Piech
b27b63cf81
Bug 296014 - 'Add new expression' can end up in the middle of Expression list
2009-11-24 19:48:24 +00:00
Markus Schorn
e33998eb20
Bug 295851: Evaluation of constant conditional expressions.
2009-11-24 18:32:52 +00:00
James Blackburn
3d3b6c4b4c
Bug 296006 nullify cached underlying Expression Variable if it's unable to provide value string
2009-11-24 15:12:35 +00:00
James Blackburn
ca19a9fd59
Bug 295988 Inability to create asynchronously created variable during update shouldn't break other variable updates
...
- Log CDIException during #processSuspendedEvent as this indicates something has broken.
2009-11-24 14:02:59 +00:00
James Blackburn
193a63fe4e
Bug 295899 CVariables aren't removed when the underlying cdiObject is destroyed.
2009-11-24 12:46:35 +00:00
Markus Schorn
99148105b3
RValue References: Implementation and testcases, bug 294730.
2009-11-24 10:53:12 +00:00
Emanuel Graf
042f47dbef
Merge Lists
2009-11-24 07:16:32 +00:00
Emanuel Graf
4876461e51
Fix for NPE
2009-11-24 07:16:01 +00:00
Emanuel Graf
252f33f0cd
Fix NPE with node copys.
2009-11-23 13:44:41 +00:00
Sergey Prigogin
2a234109d5
toString method.
2009-11-23 05:49:44 +00:00
James Blackburn
424ae7851d
Fix issues with running tests on Windows - specify the delimiter we're looking for explicitly.
2009-11-22 12:26:14 +00:00
Andrew Gvozdev
a64acbecde
cleanup: generics
2009-11-22 03:27:09 +00:00
Alena Laskavaia
54b1e3a49b
added test for paranthesis checker
2009-11-21 03:04:38 +00:00
Alena Laskavaia
95b1911c1d
- fixed checking line number for tests
2009-11-21 03:03:58 +00:00
Alena Laskavaia
da6cc58f76
- fixed error ast node
2009-11-21 03:03:08 +00:00
Alena Laskavaia
7a2a27726a
- fixed execution env to be 1.5
2009-11-21 02:40:02 +00:00
Alena Laskavaia
dcd879a08f
[171808] - Added "suggested parenthesis checker"
2009-11-21 02:26:10 +00:00
Alena Laskavaia
a2908eaedf
- adjusted ast node for error result
2009-11-21 02:25:12 +00:00
Alena Laskavaia
0e300b754c
- more precise positioning for ast nodes in editor
2009-11-21 02:23:25 +00:00
Andrew Gvozdev
e5c11f21e8
cleanup: unnecessary casts
2009-11-20 20:35:14 +00:00
Alena Laskavaia
f1483c3294
[281187] - added checker to find uses of reference in declarator of catch exception
2009-11-20 19:31:38 +00:00
Alena Laskavaia
0c6de59669
[287588] - do not run checker if all of its registered problems are disabled
2009-11-20 19:03:54 +00:00
James Blackburn
84e5c95821
Prevent potential ArrayIndexOutOfBounds if entry isn't resolved; handle multiple entries if CDataUtil resolves the setting entry multiple times
2009-11-20 17:28:48 +00:00
James Blackburn
8200badda8
Related to Bug 295571: don't ArrayIndexOutOfBounds if entry isn't resolved.
2009-11-20 17:15:39 +00:00
James Blackburn
36f8c60bec
Bug 295690 Other builders should get CDT arguments to build
2009-11-20 09:34:06 +00:00
Andrew Gvozdev
107aabe04c
bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
...
Benchmarks updated to 6.0.0 level
2009-11-20 04:46:14 +00:00
Andrew Gvozdev
2fee5bf8ab
bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
...
Extra check for deleted folder is not helpful
2009-11-20 04:43:44 +00:00
Andrew Gvozdev
e4c5888fca
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
...
updated outdated benchmark file
2009-11-20 03:41:24 +00:00
Andrew Gvozdev
7e2ae40497
bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
...
added join FAMILY_AUTO_REFRESH for another flavor of creating a project
2009-11-20 03:40:36 +00:00
James Blackburn
bc7549cb14
Fix warnings + JavaDoc
2009-11-19 17:09:55 +00:00
James Blackburn
7e403feb06
Bug 295620 External Settings providers need some way of knowing what settings they provided previously
2009-11-19 17:08:09 +00:00
James Blackburn
1a924925c5
Bug 295602 "Export Settings" tab restore defaults should add the default exported paths from the Configuration
2009-11-19 15:16:53 +00:00
James Blackburn
ef68953626
Bug 295588 Changing Artifact type should update export settings
2009-11-19 14:16:08 +00:00
Anton Leherbauer
b0aa50581c
Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files
2009-11-19 13:14:44 +00:00
Anton Leherbauer
44a799e535
Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files
2009-11-19 13:10:03 +00:00
Anton Leherbauer
1ba9b90d8f
Bug 275609 - Files hidden in project explorer after applying source filter
2009-11-19 12:05:32 +00:00
James Blackburn
443be30a13
Bug 295571 resolve entries before exporting them
2009-11-19 11:35:39 +00:00
James Blackburn
db66939f7f
Add @since 5.2 to IMAGE_FILE_MACHINE_AMD64
2009-11-19 09:21:36 +00:00
Anton Leherbauer
d7e60e1f59
Bug 295424 - Click ctrl+1, double-click on "No suggestions available" -> deletes part of the file
2009-11-19 09:10:23 +00:00
John Cortell
de6243d2de
[235019] MinGW x64 (applied patch)
2009-11-19 08:39:12 +00:00
Anton Leherbauer
95c5fce830
Bug 270916 - Automatically close of quotes in preprocessor directives does not work
2009-11-19 08:38:47 +00:00
Sergey Prigogin
2318b0ea37
Fixed resolution of macros defined in bits/signum.h. Bug 295518.
2009-11-18 22:10:03 +00:00
James Blackburn
2a859b384c
Bug 295436 changes to the environment in org.eclipse.cdt.core.prefs file on disk are not noticed by existing Project Descriptions.
2009-11-18 17:13:36 +00:00
Markus Schorn
6ce54bb401
Support for static assertions, bug 294730.
2009-11-18 17:02:01 +00:00
Markus Schorn
30fe21353c
Removal of test cases specific to full indexer, bug 294864.
2009-11-18 16:40:18 +00:00
Markus Schorn
6205516e38
Indexer optimization, bug 292908.
2009-11-18 15:16:14 +00:00
Anton Leherbauer
897e40ab49
Bug 290499 - Generating Getter, Setter and Implementing Methods should by available through the Outline context menus
...
Patch by Marc-Andre Laperle
2009-11-18 14:28:03 +00:00
James Blackburn
a50078bfdf
Bug 265282 - Further issues with persistence issues
...
- Return StorableEnvironment to its former self
- Add derived PrefsStorableEnviornment to persist and track environment changes in the eclipse preference store
- Add tests and JavaDoc for issues discovered
2009-11-18 11:36:35 +00:00