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

17258 commits

Author SHA1 Message Date
Alena Laskavaia
a88cb349f8 Simplified code by using different API and get rid of warnings 2010-05-12 22:29:24 +00:00
Alena Laskavaia
eff03629d6 Interface class should have been in public package 2010-05-12 22:20:25 +00:00
L. Frank Turovich
7c0b1af077 Bug 309605 - Revised Create Make Target, Debug Breadcrumb, and GDB pref panel pages 2010-05-12 20:44:44 +00:00
Alena Laskavaia
2af46568e4 Plugin name was misspeled in test.xml 2010-05-12 20:36:02 +00:00
Andrew Gvozdev
e4895ce3c0 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
More detailed message in case of interruption
2010-05-12 20:30:56 +00:00
Marc Khouzam
25085b92c5 Bug 312706: Update the enablement of the buttons after they are created. 2010-05-12 20:21:40 +00:00
Doug Schaefer
3eced97e4d Fix order of features in master. 2010-05-12 19:32:56 +00:00
Alena Laskavaia
cd12539638 Added special folder in releng for codan 2010-05-12 18:39:58 +00:00
Alena Laskavaia
8a77a22979 Added Codan to list of features 2010-05-12 18:38:43 +00:00
Alena Laskavaia
dfaedc702b Tagging for codan.test plugin 2010-05-12 18:19:57 +00:00
Vivian Kong
1b93077911 Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-catch and do-while(head stream) - fix by John Liu 2010-05-12 17:19:17 +00:00
Alena Laskavaia
7411fe3fea I don't think we need 3.8.2 junits 2010-05-12 16:50:41 +00:00
Alena Laskavaia
b523cda50a Still trying to fix tests failure by fixing dependencies 2010-05-12 16:46:09 +00:00
Marc Khouzam
02f73b5ead Bug 312342: Make sure the dialog window size is big enough to show all its content. 2010-05-12 15:24:54 +00:00
Vivian Kong
c08f530592 update dependencies 2010-05-12 15:09:20 +00:00
Vivian Kong
b632016ae0 fix spelling 2010-05-12 14:22:25 +00:00
Marc Khouzam
30849ec0ce Better use of container context 2010-05-12 13:23:44 +00:00
Marc Khouzam
0e4cf54f86 Added EXPERIMENTAL keyworkd, which I just found out about. 2010-05-12 12:56:03 +00:00
John Cortell
fec049734c Bug 312481: Use defaults less likely to cause an unintended connection to another board. 2010-05-12 12:18:59 +00:00
James Blackburn
1347433fa7 Bug 311189 Settings changed / lost after project set re-import. IResource#getModificationStamp doesn't honour the API contract. It may return an identical stamp even if the underlying resource has been removed and re-added. 2010-05-12 10:12:55 +00:00
James Blackburn
7b265afa4e Bug 312552 Use ILock rather than scheduling rule for mutual exclusion. Scheduling rules require knowing in advance all scheduling rules clients require. 2010-05-12 09:28:03 +00:00
Markus Schorn
18f0684dd3 Undo part of the merge from 5.0. 2010-05-12 09:13:35 +00:00
Markus Schorn
9bf851d6c9 Undo part of the merge from 5.0. 2010-05-12 09:03:17 +00:00
Sergey Prigogin
405b096fc0 Cosmetics. 2010-05-12 06:29:42 +00:00
Sergey Prigogin
65d630c31c Cosmetics. 2010-05-12 06:26:04 +00:00
Andrew Gvozdev
207ec8f911 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink
More investigative asserts added
2010-05-12 02:03:55 +00:00
Marc Khouzam
25fb53e9dc Bug 312467: Improperly externalized string 2010-05-12 01:38:55 +00:00
Sergey Prigogin
a16a16e0b4 Persistence of visibility setting for Enclosing Definition column. 2010-05-12 01:34:16 +00:00
Sergey Prigogin
f8ea863db6 Fix for bug 312198. Submitted on behalf of Markus, 2010-05-12 01:31:23 +00:00
Alena Laskavaia
9d1ca32d39 Fixed ant target for codan test 2010-05-12 00:38:45 +00:00
Alena Laskavaia
e0cd13ae73 Added codan in testing feature 2010-05-12 00:35:23 +00:00
Chris Recoskie
947eedd5bc - Merged changes from cdt_5_0 to HEAD. Too many to mention individually.
- Reworked IFileSystem utility so that now it is noimplement/noextend.  Clients should now extend from concrete class FileSystemUtility instead to better insulate them from future API changes.
- Reworked the resulting concurrency fixes - indexing and scanner discovery now synchronize on the project root as a scheduling rule.  Original HEAD behaviour was to synch on the project's .settings folder for indexing, but that deadlocked with scanner discovery.
- Fixed remote indexing.  Changes on HEAD that deprecated CodeReader broke the ability for remote translation units to provide the path to load the file content from.  Added API to ITranslationUnit for this purpose.
2010-05-11 22:50:20 +00:00
Marc Khouzam
a9b247a3f2 Bug 306555: Need extra parens for Cast To Type 2010-05-11 20:21:36 +00:00
Marc Khouzam
8a3597ae0a Bug 306555: Some cleanup for Cast To Type and Display As Array 2010-05-11 20:08:34 +00:00
Marc Khouzam
61d7272149 Bug 306555: Support for Cast To Type and Display As Array for DSF-GDB 2010-05-11 19:55:35 +00:00
L. Frank Turovich
709e637157 spellchecking and minor edits in reference folder 2010-05-11 18:53:12 +00:00
Marc Khouzam
62f7695977 Bug 306555: It is valid for the platform to request more children that what we have 2010-05-11 17:54:50 +00:00
Alena Laskavaia
efccb72208 Added codan to test framework 2010-05-11 16:21:34 +00:00
Alena Laskavaia
204093e764 Bug 312427 Launch groups should have better validation/filtering of referenced launch configuration (patch from Teodor Madan) 2010-05-11 16:12:26 +00:00
Vivian Kong
c57fd263bd turn LR and UPC parser tests off for now 2010-05-11 15:46:15 +00:00
Andrew Gvozdev
89863c1400 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
more troubleshooting added
2010-05-11 14:43:32 +00:00
Andrew Gvozdev
23734c5141 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
added troubleshooting assert
2010-05-11 14:37:48 +00:00
Vivian Kong
e06bd24516 remove extra parenthesis 2010-05-11 13:58:12 +00:00
Markus Schorn
2cdd5df347 Bug 312399: NPE using F3 on undef. 2010-05-11 13:28:47 +00:00
James Blackburn
bc7368e9cf Bug 311189 sometimes we don't notice external .cproject changes after team remove and replace. Fix + test 2010-05-11 11:22:52 +00:00
James Blackburn
91561be4ae Bug 297557 getProjectDescription returns null for non-CDT projects; use the shared description for the decorator. 2010-05-11 11:10:01 +00:00
Alena Laskavaia
fe3d182f42 Fixed f.p. for c++ lazy evaluation hacks 2010-05-11 03:01:00 +00:00
Alena Laskavaia
6d88bba776 Added tests for statement has not effect checker 2010-05-11 02:37:29 +00:00
Alena Laskavaia
823deee35f Added data parameter to statement has no effect checker 2010-05-11 02:37:10 +00:00
Alena Laskavaia
6882aa6e56 Fixed f.p. for gnu compound statement expression extension 2010-05-11 02:17:20 +00:00