Andrew Gvozdev
3d74145eee
bug 406911: GNU Makefile editor does not highlight built-in functions correctly, first take.
2013-04-30 11:12:13 -04:00
Jeff Johnston
c1b5c51ea9
Bug 406711: Converting a Makefile project over to an Autotools Project
...
results in an Exception
- Remove use of IndexerBlock which isn't needed for conversion.
Change-Id: I6858dac687a157aaade83c246860cd0358757fca
Reviewed-on: https://git.eclipse.org/r/12261
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-29 18:27:08 -04:00
Andrew Gvozdev
36f8e63fcf
Reverted accidentally committed changes from last commit
2013-04-29 16:42:53 -04:00
Andrew Gvozdev
f2bd5750b5
bug 403405: Change default of isLanguageSettingsProvidersFunctionalityEnabled() to be true if the preference is not defined
2013-04-29 16:19:46 -04:00
Marc Dumais
cadc92f7b6
Bug 405735 - [visualizer] Using context menu prevents next selection
...
Change-Id: Iedf7ddedcd5a714bbd7a81650adacb4a301225b8
Reviewed-on: https://git.eclipse.org/r/12237
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2013-04-26 11:27:11 -04:00
Marc Dumais
12b229dec0
Bug 404894 - [visualizer] Make CPUs and cores selectable in multicore
...
visualizer
Change-Id: I842df73a2718ac82bb392e7e82652b4b056c254b
Reviewed-on: https://git.eclipse.org/r/11824
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2013-04-26 10:46:38 -04:00
Andrew Gvozdev
08a62c3e85
bug 406596: Makefile editor won't highlight conditional variable assignment
2013-04-25 14:12:43 -04:00
Sergey Prigogin
495b294449
Cosmetics.
2013-04-24 16:38:46 -07:00
Sergey Prigogin
2afbff2520
Cosmetics.
2013-04-24 16:04:05 -07:00
Sergey Prigogin
d7e43b1a2c
Cosmetics.
2013-04-24 16:03:40 -07:00
Sergey Prigogin
c53ce7042b
Removed default ctor.
2013-04-24 16:03:26 -07:00
Jeff Johnston
c9e8e1e90c
Fix Autotools for options with round brackets.
...
- Extending fix for Bug 403946 to include options as well
Change-Id: I5260f2b10ef38ea0f52b976c20cd8c8f92f1a5d1
Reviewed-on: https://git.eclipse.org/r/12171
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-24 17:54:03 -04:00
Jesse Weinstein
356f66ed01
Bug 403263 - Add link on Concepts/Templates page
...
Change-Id: Ibab1ef72640a2f9a7d737c6ca76cac52577e3745
Reviewed-on: https://git.eclipse.org/r/12104
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-24 16:34:49 -04:00
Chris Recoskie
389e03ce9f
Bug 406456 -
...
LanguageSettingsScannerInfoProvider.getBuildCWD(ICConfigurationDescription)
should use EFSExtensionManager
2013-04-24 11:36:22 -04:00
Eugene Ostroukhov
1f6a9956f2
Bug 360030 - Support refactroing on files with custom content types
...
Change-Id: I7cb50d90c9e49a48a833c52dd9f09b54de0dfac4
Reviewed-on: https://git.eclipse.org/r/12112
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-23 19:11:33 -04:00
Jeff Johnston
890eea5813
Bug 403946: Autotools configure does not handle round brackets in
...
workspace name
- Add backslashes to special characters such as round brackets
when computing the command path.
Change-Id: I3bf0d78fc8e0a94c6287a7fae00a469ecdad6dc1
Reviewed-on: https://git.eclipse.org/r/11921
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-23 18:51:33 -04:00
Andrew Gvozdev
29c5392bee
bug 395545: Import of predefined configuration misses language settings providers
2013-04-23 18:08:02 -04:00
Andrew Gvozdev
9002a13eb1
bug 401961: Use more general CConfigurationDataProvider facilities to initialize language settings providers rather than do it in each New Project Wizard
2013-04-23 18:07:54 -04:00
Andrew Gvozdev
4a20097fd3
bug 401961: Regression: pathEntryContainers entries are no longer honored when importing a project into cdt-8.1.2, due to LSP's being enabled
2013-04-23 18:07:45 -04:00
Andrew Gvozdev
f123a05068
Tidy up a bit.
2013-04-23 18:07:37 -04:00
Andrew Gvozdev
a6f057199a
Cosmetics/JavaDoc.
2013-04-23 18:07:28 -04:00
Jeff Johnston
53f251ec84
Bug 405904 - Gprof linker options not activated until 2nd build
...
- Add a check after calling applicability calculator to see if the
option passed in isElementExtension() in which case look for it's
id as if it is a superclass id.
Change-Id: Id9fb007a138dfc4fc056c465bbb1842bba4fe4ba
Reviewed-on: https://git.eclipse.org/r/11991
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-23 17:11:19 -04:00
Chris Recoskie
90b38099d4
Bug 228434 - Concurrent Modification Exception soon after loading
...
Eclipse in PerFileSICollector
Change-Id: Ibcf6ae16cba60352dd5402915aee2624206a11c4
Reviewed-on: https://git.eclipse.org/r/11995
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-04-17 17:34:42 -04:00
Mikhail Khodjaiants
6e5f32684a
Bug 405899 - Allow to customize the interrupt timeout
...
Change-Id: I4cc34d8404285ea468fff0aff8240e327b8bdb4f
Reviewed-on: https://git.eclipse.org/r/11987
Reviewed-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>
2013-04-17 13:16:53 -04:00
Marc Dumais
76b5dde840
Bug 399419 - [visualizer] Minimize visualizer model (re-)creation
...
Change-Id: I74bddda8a2eb814c04b93089d10bbb0683e747f5
Reviewed-on: https://git.eclipse.org/r/11601
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: William Swanson <traveler@tilera.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-04-15 21:39:35 -04:00
Thomas Corbat
482e736a08
Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"
...
This reverts commit 53561a6686
.
2013-04-15 14:59:55 +02:00
Thomas Corbat
53561a6686
Bug 402878 - Implementation of Member Accessibility on Type Level
...
Change-Id: Ifd134d9cb573aecd4714c296f38eda6b13a80f06
2013-04-15 11:31:11 +02:00
Doug Schaefer
f94d9f8c3d
Fix up qt version id in repo category.xml file.
2013-04-13 17:12:43 -04:00
Doug Schaefer
3795dbf60e
Add pom files for the Qt plug-ins and feature.
2013-04-13 17:01:14 -04:00
Doug Schaefer
84c1736b18
Add qt feature to cdt repo.
2013-04-13 16:46:10 -04:00
Marc Khouzam
4d656b2273
Bug 324101 - [launch] Have the JTag launch extend FinalLaunchSequence
...
instead of copying it
Change-Id: Ia65064a38cff1aa1a0ccff3dbb33c4baa92bccac
Reviewed-on: https://git.eclipse.org/r/10202
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-04-11 21:35:26 -04:00
Marc Khouzam
1cf6ff2974
Bug 405123 - Have GDBRunControl_7_0 inherit from GDBRunControl
...
Change-Id: Ic1c056f2f8960be2fbc14c428083176844cf61b0
Reviewed-on: https://git.eclipse.org/r/11710
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-04-11 13:11:44 -04:00
Anton Leherbauer
79a8df6f4b
Fix broken NLS key warnings when opening disassembly preference page
2013-04-10 15:44:23 +02:00
Mikhail Khodjaiants
68dae1a7ec
Bug 309576 - Memory view doesn't work with 64 bit executables
...
Change-Id: Ie23f1c28b312a8a1b5705dddf0a20664d48b1a2f
Reviewed-on: https://git.eclipse.org/r/11529
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>
2013-04-09 15:51:38 -04:00
Andrew Gvozdev
54990da8f6
bug 405279: Even simplest bracket matching would be extremely useful in Makefile editor
2013-04-09 10:37:24 -04:00
Marc Khouzam
ea9ca832e0
Bug 405120 - Reverse run-control operation still enabled during trace
...
visualization
Change-Id: I28a127b7ba2ce94eec30025a4bee925c99b494a5
Reviewed-on: https://git.eclipse.org/r/11709
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-04-08 12:41:41 -04:00
Andrew Gvozdev
ea2bbceb0e
bug 405102: JUnit: Intermittent failure managedbuilder.core.tests.BuildSystem40Tests.test40_pathconverter()
2013-04-07 06:38:40 -04:00
Andrew Gvozdev
32fc5f5d3f
Cleanup, avoid creating unnecessary copies of strings
2013-04-07 06:35:27 -04:00
Jesse Weinstein
1f8ea23acb
Bug 295674 - Friend functions are *not* methods.
...
Change-Id: Iad77cedd5c28044d68c66348526ac3213c24f52a
Reviewed-on: https://git.eclipse.org/r/11662
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-04 18:16:25 -04:00
Sergey Prigogin
28ae178c70
Fixed ambiguity of atomic built-ins.
2013-04-03 18:24:30 -07:00
Sergey Prigogin
fa881229a6
Don't report unknown built-in functions as problems.
2013-04-03 17:36:17 -07:00
Sergey Prigogin
3f6d140713
Built-ins for GCC 4.8.
2013-04-03 16:12:31 -07:00
Sergey Prigogin
09fc06cbbc
Cosmetics.
2013-04-03 15:51:32 -07:00
Jesse Weinstein
2a9b8c4bbb
Bug 404695: Removing screenshots from menu docs
...
Also makes a tiny change to the CSS applied to
the menu items, setting vertical-align:top.
Change-Id: If54e5a15d96654a0697d4f3f56f32745d9bae031
Reviewed-on: https://git.eclipse.org/r/11595
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-03 13:05:02 -04:00
Marc Khouzam
ae9dddcd75
Updated pom.xml for o.e.cdt.debug.mi.core to match plugin version.
...
Change-Id: I5c735a632029555facb5e309dbb3cb0992a18690
2013-04-03 11:50:49 -04:00
Marc Khouzam
69697204ac
Update to version of o.e.cdt.debug.mi.core and added missing @since tag.
...
Change-Id: I973f4a611dd0fc465fd3e17d8730f59b88ac2ecd
2013-04-03 11:36:00 -04:00
Sergey Prigogin
cc82847af6
Bug 404774 - Invalid implicit ctor call is not marked as error
2013-04-02 23:48:43 -07:00
Sergey Prigogin
f987bfe27c
Create implicit name wrapping a problem binding for an invalid
...
constructor call.
2013-04-02 21:04:50 -07:00
Sergey Prigogin
30081f07d5
Cosmetics.
2013-04-02 20:15:24 -07:00
Sergey Prigogin
a5188f1c75
Bug 402602 - Template superclass ctor is not resolved
2013-04-02 18:45:48 -07:00