Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Bug 545192 - Convert directory path in docker for windowsCDT_9_7_0Hannes Vogt2-2/+2
Change-Id: I69c09d391e333495b57f09d7b7f5818a5428424f Signed-off-by: Hannes Vogt <hannes@havogt.de>
2019-03-09Revert "Bug 543913 - False negative in ctor with wrong arguments"Nathan Ridge3-31/+1
This reverts commit e5466b8204c8c903c36e43e0c9d5c4ea9d83a942. This is being reverted on the 9.7 branch due to causing bug 545021. Change-Id: I5e3d507fd1bad103ac12746e5f63146b7bda9259
2019-03-06Bug 543947: Fix exception while formatting macroMarco Stornelli2-1/+32
Change-Id: If3e1a4da919c4e7f78ca4506e97ea1f6f37f7c8c Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com> (cherry picked from commit 3113871624d733abf81b4efd24cce957f25ef6c3)
2019-03-04544535: Buttons in "Explore Macro Expansion" are not activeFelix Morgner1-0/+7
Refresh the toolbar buttons after registering the command handlers, to make sure that they are active. Change-Id: Ibee71a54fff7be0325257d25247e4e73f8b09b2e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=544535 Signed-off-by: Felix Morgner <fmorgner@hsr.ch>
2019-03-04Bug 540252: Fix formatting operator< with explicit instantiationMarco Stornelli2-2/+29
A space must be forced in this special case even if preferences say something different. Change-Id: Ie43b988139913f87590f4f1460d28e79f9bd7ef8 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-03-04Bug 544980: Added a checker for using directive in header fileMarco Stornelli6-2/+174
Change-Id: Ic77fd2f7504e7a6cc4e15a2fdeb507724db9e74f Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-03-04Bug 406231: Fix exceptions while formatting template id in macroMarco Stornelli2-9/+87
Fix a couple of exceptions in formatter flow during operations on template id in macro. Change-Id: I768c29e1bd24b1336423b298a22b4016eb96e9c3 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-03-03Bug 278903 - Do not format any code in inactive regionsMarco Stornelli4-41/+70
Not active regions of code may not be formatted. Change-Id: I3796bd84bf4101cec55ef9f35f9703e8bc46092e Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-03-01[releng] Update paths for branchJonah Graham1-2/+2
Change-Id: I61812fcfbe8f1f6b0089849312c2265c642afcd8
2019-03-01Bug 544944: Add a description for new Arduino ProjectJonah Graham3-2/+5
and fix wording of makefile project. These are to take advantage/improve based on new platform feature: https://www.eclipse.org/eclipse/news/4.11/platform.php#onboarding-text which was done in Bug 543746 Change-Id: I4b6c5812adbf0c94e7dd60c80b5150f524e065e5
2019-03-01Bug 544681 - Support for template<auto...>Hannes Vogt2-4/+35
Change-Id: I059d69ee86603c1aed95eeed1be61b915df6e3ed Signed-off-by: Hannes Vogt <hannes@havogt.de>
2019-03-01Bug 544509 - Evaluation of negative integer cast to unsignedNathan Ridge2-1/+24
Change-Id: I683045870eca5f1b013afddbc0938df2aef779c2
2019-02-26Bug 544721: Increment version following new standardJonah Graham1-1/+1
See https://wiki.eclipse.org/CDT/policy#Version_Numbering Change-Id: Icac4c041d2ea1178ab40bd97531d014c4be22675
2019-02-26Bug 543353: Increment version following new standardJonah Graham1-1/+1
See https://wiki.eclipse.org/CDT/policy#Version_Numbering Change-Id: I5632125e6b5709336c8f4b319ce244cc1535b67d
2019-02-25Bug 543038 - Addition to brace elision for aggregate initHannes Vogt4-21/+41
- getNestedType for typedefs - check aggregate initialization in EvalTypeID Change-Id: I04ab2088c85373007312f7a419eb508ab53f69c8 Signed-off-by: Hannes Vogt <hannes@havogt.de>
2019-02-24Bug 543958: CDT Standalone debugger crashes on startupMarc-Andre Laperle2-0/+2
org.apache.felix.scr now needs a start-level. See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=538729 Change-Id: Ia6f83a93449aeb32566be8893237e4bd2842b462 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2019-02-22Bug 544470. Fix code formatting of switch with controller declarationToni Suter2-5/+64
Change-Id: I0d18b5767503e6bb3d137c9950b023f5c5084bd8 Signed-off-by: Toni Suter <tsuter@hsr.ch>
2019-02-22Bug 544721 Retain rebuildState state when cloning build configsPhilip Langer4-10/+38
When cloning build config, all its childrens' rebuildState and dirty state are maintained except for the states of AdditionalInput and InputOrder. With this change, we also retain their rebuildState and dirty state, if it is a clone (that is, copyId is true in the InputType). Change-Id: I63b2d38d0065e50357887bfccb340d458d2f4441 Signed-off-by: Philip Langer <planger@eclipsesource.com>
2019-02-22Bug 520117: [C++14] Return type deduction deduces wrong type forFelix Morgner5-7/+27
parenthesized expressions in return This patchset fixes 520117 and adjusts the value category of expressions of kind E1.E2 to be standard (DR616) compliant. Change-Id: I9a5cde805f2d0b39a2d263dbc3dcbefd3ba21930 Signed-off-by: Felix Morgner <fmorgner@hsr.ch>
2019-02-19Bug 543038 - Implement brace elision for aggregate initializationHannes Vogt5-114/+347
Change-Id: I72e92c8c196bf201c8edfde64598a7318d2fdfeb Signed-off-by: Hannes Vogt <hannes@havogt.de>
2019-02-19Bug 509751 - Process function template with non-dependent return type in ↵Bassem Girgis3-13/+48
ReturnChecker Change-Id: I8274affff8152dba35233a06cd8cdaef39cf00bb Signed-off-by: Bassem Girgis <brgirgis@gmail.com>
2019-02-19Bug 496249: Tags for disabling/enabling CDT code formatterMarco Stornelli11-7/+484
Change-Id: I4389c61612da6a4ee0011a49d6aeed7b52152436 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-02-19Bug 544539: Codan requires universal resolution from pluginsFelix Morgner2-4/+4
Change-Id: Ia7da2450d90e644d270928dacb86a2c470982c10 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=544539 Signed-off-by: Felix Morgner <fmorgner@hsr.ch>
2019-02-17Bug 544516: Format edited lines as save actionMarco Stornelli1-1/+1
Change-Id: I988eb34c433aa121ce2afb1da51984ab4fb24b09 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-02-17[releng] Update baseline to CDT 9.6Jonah Graham1-2/+2
Change-Id: Ia4d74f82002dfd51d471799f2e9e4229d0201143
2019-02-14Bug 543129 - NPE in GdbFullCliConsolePage.dispose()Simeon Andreev2-2/+2
With the fix for bug 536677, disposing a org.eclipse.ui.part.Page will dispose also its site. org.eclipse.cdt.dsf.gdb.internal.ui.console.GdbFullCliConsolePage.dispose() calls super.dispose() and then accesses the page site, which results in a NPE. This change changes the order of disposal to the natural order, extending class first and then the super. Change-Id: I853c8c426b9ea4e1403cd9af34f9878f6379f72a Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2019-02-07Bug 509263 - Fix warnings for missing enablement expression on start-upSimeon Andreev6-3/+9
This change adds empty enablement expressions where they are missing, in order to prevent start-up warnings such as: Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType Change-Id: Id7f2b6149230ddde24764772c5b67ff5eef28b65 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2019-02-07Bug 544244: Stop using deprecate code from LSP4EJonah Graham1-4/+4
Change-Id: Ie82af8a2af56870cafcfd332166942d8080aab26
2019-02-04[releng] Update to newer launchbarWilliam Riley3-3/+3
Change-Id: If646733d1a0fa17f13bfa1cc951ff08cabe69190
2019-02-02Bug 543819 - NPE in EvalFunctionSet.isEquivalentTo()Nathan Ridge1-0/+3
Change-Id: I4f443f95c1a9bff7150abec323ab8afc576d5f00
2019-02-01Bug 543913 - False negative in ctor with wrong argumentsHannes Vogt4-1/+71
Change-Id: I3a9c692383c5c9d8c465d9ecbc66463b39d5199d Signed-off-by: Hannes Vogt <hannes@havogt.de>
2019-01-27[releng] Update to newest jacoco-maven-pluginJonah Graham1-1/+1
Change-Id: I536630ac5a465afe845f9fe5287c2c6f88a531b8
2019-01-18[releng] Bump version number of p2 repoJonah Graham1-2/+2
This should have been done at the same time as commit: 677cc2cf634fc56477a11dc114c2a1acfa501326 Change-Id: I1e811eba3882ea0ed08d16fdb828994e153c784a
2019-01-10Bug 543353 - CDT TestModelManager setTestingTime requires null checkJeff Johnston2-2/+4
- add check for null in TestModelManager.setTestingTime() Change-Id: Ideac81dcc4a1584f6be4088bbe410436f1c010db
2019-01-09Bug 543299 - Standalone debugger gives GTK+ 2 warning on startupMat Booth1-2/+0
Remove the GTK version parameter from the product definition. Change-Id: I923d757d94c791f4f0a5f40a1f16ef810896ac97 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-01-08Bug 542849: List serial devices starting with ttySWaqas Ilyas3-3/+3
Change-Id: I874bdebaec7a04257a81aea4c8419f3a783cdf12 Signed-off-by: Waqas Ilyas <waqas.ilyas@gmail.com>
2019-01-08[releng] Update target platform URLs from milestones to releases where possibleJonah Graham2-6/+6
Change-Id: Ia8815a861ab25ebce516dbe3d000388c66f7566c
2019-01-04Bug 540978: Rename identifiers and some other places to o.e.cdt.lspJonah Graham11-26/+26
Change-Id: I6edbbb2cf103010bbc67ea0140bfec694652a685
2019-01-04[releng] increment service segment by 100Jonah Graham1-1/+1
Following https://wiki.eclipse.org/Version_Numbering#When_to_change_the_service_segment Change-Id: I1d1a2ec8eccb1a00272c5e1db7b4bc4919cd9f0a
2019-01-03Bug 543149: Report download progress during launchJohn Dallaway3-4/+75
Change-Id: Icf3545f600b91bc80827cec920fc10a0668ca0f1 Signed-off-by: John Dallaway <john@dallaway.org.uk>
2018-12-22Fix startup warnings from launchbar descriptors.Alexander Kurtakov2-1/+7
ENTRY org.eclipse.launchbar.core 2 0 2018-12-21 21:41:37.864 !MESSAGE Enablement expression is missing for descriptor type org.eclipse.cdt.debug.core.coreBuildDescriptorType !ENTRY org.eclipse.launchbar.core 2 0 2018-12-21 21:41:37.866 !MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType !ENTRY org.eclipse.launchbar.core 2 0 2018-12-21 21:41:37.867 !MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType Change-Id: I2a739d8ad382a934e1a0e5b8f02f0e21cf1eeda0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-12-22[releng] increment service segment by 100Jonah Graham2-2/+2
Following https://wiki.eclipse.org/Version_Numbering#When_to_change_the_service_segment Change-Id: I57f2b230e2190fc81cbdff5284f7b5e07db865d9
2018-12-21Move helprun against 4.10.Alexander Kurtakov1-1/+1
Needed so help index is rebuilt against latest lucene so it can be usable. Change-Id: Ifc9c65d50e6c9ea0e2735ec7587c09e6f46699b0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-12-21Fix warnings about non-vararg override for vararg method.Alexander Kurtakov4-4/+4
Change-Id: I8b4aadf9e1357e1a0203c92bba9e4495f668e787 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-12-20[releng] Use release tycho 1.3.0William Riley1-5/+0
Change-Id: I6b9b343879b6787a1329d0fce25ab4223d52c30c
2018-12-20[releng] Try to fix signing with baseline replacementWilliam Riley1-13/+22
Change-Id: I1b1b63e095c9309836ec0850c7afe6adf09ebf51
2018-12-20[releng] Update comparator repoJonah Graham1-19/+19
Change-Id: Ib7628c0b68a2392c7975019f5dcb74fa4ade2274
2018-12-20[releng] Bump version numbers for plug-ins changed since branch pointJonah Graham7-7/+7
Following https://wiki.eclipse.org/Version_Numbering#When_to_change_the_service_segment Change-Id: I019f2f6bcf11e5e4fb17960dc28a1fb2fac6ace0
2018-12-15Bug 542448 - Return ProblemBindings in list initializationHannes Vogt3-5/+73
- Return ProblemBinding if conversion from init list failed - In conversion: don't allow implicit conversion with explicit ctor Change-Id: I3145b89df778a035ced9999aff4d8a4164eac17f Signed-off-by: Hannes Vogt <hannes@havogt.de>
2018-12-14Fix license comment block in download-build-gdb.shSimon Marchi1-2/+2
The automated license change didn't handle this case properly. Add the missing #s. Change-Id: I11ad2c22b3be7b4d3db66aa69386619007aa8b6e Signed-off-by: Simon Marchi <simon.marchi@ericsson.com>

Back to the top