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

20779 commits

Author SHA1 Message Date
Sergey Prigogin
1c96bfa1b2 Cosmetics. 2012-07-10 12:25:35 -07:00
Mikhail Khodjaiants
5e5d6a0505 Bug 384756 - Projectless debugging: no error is reported if a directory
is specified as the program path

Change-Id: I4800d6851d3d086cc59963bd2bd44e4584a78d0b
Reviewed-on: https://git.eclipse.org/r/6691
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-07-10 14:50:37 -04:00
Andrew Gvozdev
040b82128a bug 380598: MinGW 64bit toolchain not detected. 2012-07-09 23:36:43 -04:00
Sergey Prigogin
ee27356ecf Cosmetics. 2012-07-09 20:12:31 -07:00
Sergey Prigogin
8d580f3b98 Added a missing copyright header. 2012-07-09 20:11:23 -07:00
Sergey Prigogin
9ab42da077 Bug 299911. Signatures for evaluations. 2012-07-09 20:10:16 -07:00
Sergey Prigogin
77e792334f Cosmetics. 2012-07-09 20:09:11 -07:00
Sergey Prigogin
8fac40ce1b Cosmetics. 2012-07-09 20:07:54 -07:00
Andrew Gvozdev
80f343c8b1 bug 384520: New Project Wizard ignores $PATH from preferences, won't
show toolchain (issues with too aggressive caching)
2012-07-09 17:17:18 -04:00
mahmed
b6556bab86 Bug 382119
Create the Find/Replace dialog with the new memory block reference to
fix RejectedExecutionException problem when find after re-launching
project

Change-Id: I1d9b2ec5ace5bbc4d82adb14075f613dbe7c5d57
Reviewed-on: https://git.eclipse.org/r/6323
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-09 16:12:45 -04:00
mhussein
8f50caf134 Bug 383988
Minor Refactoring to add a method to create external server debug
configuration widgets that can be overriden.
Add missing dispose method.

Update1: add super.dispose

Change-Id: I2691d6f64dcd234e966779d30e276ff3f4752fe5
Reviewed-on: https://git.eclipse.org/r/6570
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-09 12:33:47 -04:00
Andrew Gvozdev
6c9fc29303 bug 384520: New Project Wizard ignores $PATH from preferences, won't show toolchain 2012-07-08 23:22:36 -04:00
Andrew Gvozdev
058f96dd9e Cosmetics - JavaDoc and code formatting 2012-07-08 16:06:19 -04:00
Andrew Gvozdev
1b620f2fec bug 383032: C Project dialog project type tree is missing arrows to collapse expand 2012-07-07 07:54:08 -04:00
Andrew Gvozdev
32cfd676b5 bug 384066: Error message when clicking on "What's new in CDT" in help
menu
2012-07-03 11:47:52 -04:00
Mikhail Khodjaiants
e2b30d869c Bug 383344 - Stored memory monitors don't show data in subsequent
sessions

Change-Id: I2621c97c57d2f2e1393144e8bcc551adbdad031e
Reviewed-on: https://git.eclipse.org/r/6551
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-03 11:19:09 -04:00
Lukas Felber
d9b954e28a Bug 380615 - Assign comments belonging to preprocessor directives to them in NodeCommentMap instead of ignoring them.
minor renames and reformatting.

added additional comment to "CommentRecognition preprocessor directives comment recognition".

Change-Id: Idabbe95ff7dd4e11b173474b708e622252264adb
Reviewed-on: https://git.eclipse.org/r/6119
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-07-02 14:11:50 -04:00
Marc Khouzam
dab97f1d3f Missing @since tags
Change-Id: I4b834fee87ae004164334c9bc0755619f4de532b
2012-06-29 09:36:32 -04:00
Sergey Prigogin
569d7bab40 testFunctionInstanceAsTemplateArg_Bug334472 is no longer failing due to
Markus' changes.
2012-06-28 17:37:35 -07:00
Sergey Prigogin
150fe857a0 Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 16:10:29 -07:00
Sergey Prigogin
78713515da Fixed a mismatch between feature.xml and pom.xml. 2012-06-28 16:06:11 -07:00
Sergey Prigogin
bce24407d7 Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 15:52:18 -07:00
Sergey Prigogin
d2c4ed1a3d Fixed a mismatch between MANIFEST.MF and pom.xml. 2012-06-28 15:17:04 -07:00
Sergey Prigogin
6facd9ec4f Fixed a mismatch between feature.xml and pom.xml. 2012-06-28 14:09:11 -07:00
Marc Khouzam
1e6319db0c Up cdt.dsf.gdb version to 4.2 and add missing @since tags.
Change-Id: I0dfe34ca6ca828618b00eed663d525f8f945d01b
2012-06-28 16:21:46 -04:00
Sergey Prigogin
cda8795284 Fixed yet another version mismatch between MANIFEST.MF and pom.xml 2012-06-28 13:07:41 -07:00
Sergey Prigogin
d0bc09b24b Fixed yet another version mismatch between MANIFEST.MF and pom.xml 2012-06-28 12:32:30 -07:00
Sergey Prigogin
8e5df7f423 Fixed yet another version mismatch between MANIFEST.MF and pom.xml 2012-06-28 12:14:02 -07:00
Sergey Prigogin
96ae707b3b Fixed few version mismatches between MANIFEST.MF and pom.xml files 2012-06-28 11:56:27 -07:00
Sergey Prigogin
de74af3fd9 Bumped up feature versions for Kepler. 2012-06-28 11:39:17 -07:00
Sergey Prigogin
d199da7a25 Bumped up feature versions for Kepler. 2012-06-28 11:25:49 -07:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Sergey Prigogin
962736a429 Bug 383706. Restored accidentally commented out code. 2012-06-27 21:07:15 -07:00
Sergey Prigogin
4e99b5aea4 Bug 383706 - Class member initialization checker produces false
positives on deleted constructors
2012-06-27 18:03:44 -07:00
Sergey Prigogin
f0d78b9761 Cosmetics. 2012-06-27 15:48:41 -07:00
Thomas Corbat
6f95407bd5 Bug 381032 - NameWriter extended for fully qualified names.
Extended the NameWriter for allowing ASTWriter to write fully qualified
names correctly with a leading scope (::).
Added one simple test to verify this functionality.

Cosmetic fix: Formatting adapted to environment and removed superfluous
trailing tabs.

Change-Id: I7eec92666d49a93b47a1906a75169dd42ba41eb1
Reviewed-on: https://git.eclipse.org/r/6170
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-06-26 23:00:09 -04:00
Andrew Gvozdev
c7438e0708 bug 348884: Fixed unit test 2012-06-26 11:50:54 -04:00
Markus Schorn
7ec08c36da Bug 299911: Preserving typedefs in the evaluation. 2012-06-26 09:41:29 +02:00
Markus Schorn
cf08c60eda Bug 299911: Increment plugin and pdom version. 2012-06-26 07:44:40 +02:00
Markus Schorn
ea53c271c9 Bug 299911: Introduce ICPPEvaluation 2012-06-26 07:04:50 +02:00
Markus Schorn
62f0cb04b8 Bug 299911: Introduce ICPPASTInitializerList 2012-06-26 07:04:30 +02:00
Markus Schorn
cec2ec3b6c Bug 299911: Introduce ICPPASTExpression 2012-06-26 07:03:42 +02:00
Doug Schaefer
95601e7475 Updating to Kepler. 2012-06-25 16:50:21 -04:00
Andrew Gvozdev
9de02335d9 bug 382422: [sd90] Add MinGW specs detector 2012-06-24 06:47:46 -04:00
Sergey Prigogin
bac3846b32 Bug 383277 - Invalid auto indentation before and after colon in class
declaration with inheritance
2012-06-22 15:11:35 -07:00
Sergey Prigogin
5eb8410fbd More informative exception. 2012-06-20 15:29:33 -07:00
Marc Khouzam
13ae05e783 Bug 382692: [expressions] "Display as array" index is not displayed
properly with partitions

Change-Id: I335f2e1ce3c517ac3e736f5c7f500750ffb3a9be
Reviewed-on: https://git.eclipse.org/r/6449
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-06-20 14:00:13 -04:00
Andrew Gvozdev
aa4abe428d bug 348884: ConcurrentModificationException in StorableCdtVariables 2012-06-19 17:01:22 -04:00
Veaceslav Bacu
582b358f0f bug 348884: ConcurrentModificationException in StorableCdtVariables 2012-06-19 15:44:23 -04:00
mhussein
5a964614c4 Bug 380132: BuildOptionSettingsUI need to correctly load custom field
editors

Update: removed unused import.

Change-Id: I4e665eda7921f573f340a57807d7a23c110daf88
Reviewed-on: https://git.eclipse.org/r/6047
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2012-06-19 13:01:44 -04:00