Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-24Bug 574448: Fix spelling of GCC -fsanitize command line optionsJonah Graham2-3/+3
2021-06-20Bug 574333 - Per-project Doxygen options are not flushed until saved a second...Marc-Andre Laperle1-0/+2
2021-06-19Bug 574331: Set default query results for testsJonah Graham1-0/+13
2021-06-19Bug 574271: Draw characters in the correct color on macosJonah Graham1-1/+1
2021-06-17Bug 573797: Use the user selected encoding when intercepting byte streamJonah Graham2-8/+4
2021-06-17Bug 573797: Refactor code to use Charset instead of passing around StringsJonah Graham9-48/+142
2021-06-17Bug 573797: Always use sendString, regardless of encodingJonah Graham2-9/+2
2021-06-17Bug 573796: Warn user if not using UTF-8 on WindowsJonah Graham6-2/+74
2021-06-16Bug 574239 - Adding path mapping through CSourceNotFoundEditor makesAbdullah Khalid3-2/+11
2021-06-16[releng] Add missing sequence number bump to API baselineJonah Graham1-1/+1
2021-06-15Cosmetics.Jonah Graham1-108/+108
2021-06-15Fix NPE on projects which aren't full CDT projectsJonah Graham2-1/+4
2021-06-15Bug 573677: Use array based exec commands to avoid problems with spacesJonah Graham7-19/+21
2021-06-15Bug 573677: Mark methods that don't handle commands well as deprecatedJonah Graham3-2/+14
2021-06-14Bug 526421: Search the icon path from provided contributionJulien Dehaudt2-32/+15
2021-06-13[releng] Update jacoco-maven-plugin to latestJonah Graham1-1/+1
2021-06-13[releng] Bump to CDT version 10.4.0Jonah Graham144-157/+157
2021-06-13Bug 561343: org.eclipse.cdt.debug.gdbjtag has no source, so don't attach itJonah Graham1-0/+47
2021-06-13[releng] Update to newer help-docs-eclipserun-repoJonah Graham11-11/+11
2021-06-12[releng] Update CDT baseline to 10.3.0Jonah Graham2-2/+2
2021-06-12[releng] Update cdt.target to point to new dependency versionsJonah Graham2-3/+3
2021-06-10Bug 574136: support hardware breakpoints in SyncUtilAbdullah Khalid1-9/+56
2021-06-07eliminate class StringUtilCDT_10_3_0Martin Weber4-48/+3
2021-06-07Add missing copyright header.Jonah Graham1-0/+10
2021-06-07Bug 574057: Prevent null set of selected data volumesJonah Graham2-1/+7
2021-06-05Typo. s/Java Element/C Element/Jonah Graham1-6/+6
2021-06-04Bug 573996: dispose of fonts created in the new project wizardJonah Graham3-3/+23
2021-05-31Bug 573688: Compare flags for the same addressTorbjörn Svensson1-2/+6
2021-05-28Use the launch name in the help textTorbjörn Svensson1-1/+1
2021-05-26Bug 573786: Handle UnsatisfiedLinkError turn off ConPTYJonah Graham1-3/+3
2021-05-25Bug 573696: add dummy listener to DebugPluginAnton Backstrom1-0/+23
2021-05-25Bug 562776: Fix enablement variable for ConPTYJonah Graham1-1/+1
2021-05-24Bug 573722: Allow sub-class to output custom lines in headerTorbjörn SVENSSON3-5/+73
2021-05-24Bug 573688: Do no inherit flags from cached blocksTorbjörn Svensson1-6/+6
2021-05-24Fixed typo in documentation linksTorbjörn Svensson1-2/+2
2021-05-24Bug 573719: Display error on shell open failedJonah Graham1-1/+4
2021-05-24Bug 573646: Open primary terminal view when there is no last availableJonah Graham1-4/+23
2021-05-24Bug 573712: Populate WSL entries in terminal list like git bash isJonah Graham2-1/+113
2021-05-24Bug 573677: Mark methods that don't handle commands well as deprecatedJonah Graham1-3/+13
2021-05-24Bug 573712: Reduce work done at Eclipse startup time on main threadJonah Graham4-29/+83
2021-05-24Bug 573712: Reorganize external tools detection codeJonah Graham7-155/+256
2021-05-24Bug 573713: Support alternate way of bright escape codesJonah Graham1-0/+48
2021-05-24Bug 562776: Use Windows ConPTY API instead of WinPTYJonah Graham13-19/+752
2021-05-23Bug 572880: Display an ellipsis if opcode is wider than columnJonah Graham1-1/+5
2021-05-20Add missing imports for JavadocsJonah Graham1-0/+3
2021-05-20Bug 573646: Restore to correct secondary tabJonah Graham5-35/+57
2021-05-19Bug 460495: Save/restore terminal process/args and other settingsJonah Graham1-0/+28
2021-05-19Bug 453696: Save CWD in terminal to restore itJonah Graham2-41/+62
2021-05-19Bug 573619: Preserve UI settings in Build Targets (Make) viewJonah Graham1-0/+192
2021-05-19Bug 338776: Add working set support to Build Targets (Make) viewJonah Graham2-2/+146

Back to the top