Skip to content

Changes

#42 (Sep 25, 2023, 9:27:45 AM)

  1. Synchronize cdt.setup's API baseline with cdt-baseline.target — Jonah Graham / githubweb

#41 (Sep 20, 2023, 6:38:37 AM)

  1. Add CDT LSP information to CDT's READMEs and N&N (#566) — noreply / githubweb

#40 (Sep 19, 2023, 2:03:18 PM)

  1. Replace org.freemarker with org.freemarker.freemarker (#547) — noreply / githubweb

#39 (Sep 18, 2023, 6:13:22 PM)

  1. CDT LSP 1.0.0 download files — Jonah Graham / githubweb

#38 (Sep 15, 2023, 5:30:42 PM)

  1. Mark unused API for deletion (#559) — noreply / githubweb
  2. Swapped arguments (#552) — noreply / githubweb

#37 (Sep 15, 2023, 5:26:32 PM)

  1. Fix NPE if Launch Dialog not open yet (#561) — noreply / githubweb

#36 (Sep 15, 2023, 1:59:25 PM)

  1. Add AbstractGnuToolPrefixMacro copyright notice — John Dallaway / githubweb

#35 (Sep 15, 2023, 10:39:38 AM)

  1. Make note in download.eclipse.org why CDT 11.3.1 isn't in composites — Jonah Graham / githubweb

#34 (Sep 15, 2023, 10:17:38 AM)

  1. Prepare repo for CDT 11.4.0 development — Jonah Graham / githubweb
  2. Restore BREE headers to all MANIFEST.MF — Jonah Graham / githubweb
  3. Bump all bundles that are missing BREE in 11.3.0 — Jonah Graham / githubweb
  4. Use temporary baseline of unreleased CDT 11.3.1 — Jonah Graham / githubweb
  5. Fix multiple repositories in API baseline — Jonah Graham / githubweb

#32 (Sep 14, 2023, 4:46:38 PM)

  1. Add CDT 11.1.1 to p2 composite — Jonah Graham / githubweb
  2. Update promoted files for now archived releases — Jonah Graham / githubweb
  3. Update JRE in oomph to require >= 17 — Jonah Graham / githubweb
  4. Remove reference to Navigator view that has been removed — Jonah Graham / githubweb
  5. Do not error out failing to resolve function in dependend context — Jonah Graham / githubweb
  6. Allow binary operator templates — Jonah Graham / githubweb
  7. Add __builtin_is_constant_evaluated — Jonah Graham / githubweb
  8. Allow disambiguating class constructor definition followed by semicolon — Jonah Graham / githubweb
  9. Support IEditorAssociationOverride (#341) — Jonah Graham / githubweb
  10. Simplify API document — Jonah Graham / githubweb
  11. Bug 528145 - Breakpoints are not working with remote attach launch (#336) — noreply / githubweb
  12. Add c++20 character types — Jonah Graham / githubweb
  13. Allow symmetrical patterns for replace keys — Jonah Graham / githubweb
  14. [releng] 2023-06 M1 dependencies — Jonah Graham / githubweb
  15. Employ dependabot for CDT repository #363 — Alexander Fedorov / githubweb
  16. Add GNU PE64 binary parser for MinGW GCC toolchain — John Dallaway / githubweb
  17. Dispose image — Jonah Graham / githubweb
  18. Set environment for spawning GNU tool processes — John Dallaway / githubweb
  19. Set tool prefix for spawning GNU tool processes — John Dallaway / githubweb
  20. Add GNU_PE64 parser and AbstractGnuToolPrefixMacro to N&N — John Dallaway / githubweb
  21. Improve encapsulation within AbstractGnuToolPrefixMacro — John Dallaway / githubweb
  22. Improved GCCToolChain.stripCommand() — Jonah Graham / githubweb
  23. Correct since tags on new API for c++20 character types — Jonah Graham / githubweb
  24. Add Cross GCC toolchain uses GNU Elf Parser to N&N — John Dallaway / githubweb
  25. Recognize C++17 deduction guides feature test macro and pass it via TU — Jonah Graham / githubweb
  26. Add basic support for c++17 deduction guides — Jonah Graham / githubweb
  27. Add tests for c++17 deduction guides — Jonah Graham / githubweb
  28. Make c++17 deduction guides unconditionally enabled — Jonah Graham / githubweb
  29. Amend class template instantiation test for bug 207840 — Jonah Graham / githubweb
  30. Don't use tabs when indenting in yaml file — Jonah Graham / githubweb
  31. Enable toggling breakpoints in LSP CEditor — Jonah Graham / githubweb
  32. Wrong active build configuration for Core Build projects. (#380) — noreply / githubweb
  33. [#385] Employ Eclipse Dash license check (#386) — noreply / githubweb
  34. Headless importAll fails with error — Jonah Graham / githubweb
  35. [#390] Fix API errors for Deduction Guides #390 (#391) — noreply / githubweb
  36. Guard if no editor is associated with the hover. This happens when the — Gesa Hentschke / githubweb
  37. Update to latest dependencies — Jonah Graham / githubweb
  38. Update to latest dependencies — Jonah Graham / githubweb
  39. Cleanup GCCToolChain — Jonah Graham / githubweb
  40. Use ${ProjName} for workspace includes when possible — noreply / githubweb
  41. Process ELF files without file suffix as binary content — John Dallaway / githubweb
  42. Use PE64 class for machine type validation — John Dallaway / githubweb
  43. Accommodate archive files in Default Binary File Editor — John Dallaway / githubweb
  44. Provide hex dump of binary files in Default Binary File Editor — John Dallaway / githubweb
  45. CDT 11.2 p2 composites on download.eclipse.org — Jonah Graham / githubweb
  46. CDT 11.3 N&N starting point — Jonah Graham / githubweb
  47. Use stable URL for Platform 4.28 dependency — Jonah Graham / githubweb
  48. recognize source file extensions ".ccm", ".cxxm", and ".c++m" (#422) — noreply / githubweb
  49. Eliminate memory leak in Default Binary File Editor — John Dallaway / githubweb
  50. Lock snakeyaml to expected 1.x version — Jonah Graham / githubweb
  51. Propagate exceptions in default binary file viewer — John Dallaway / githubweb
  52. Postpone build container creation to build start. Fixes possible Eclipse freeze. (#433) — noreply / githubweb
  53. Support DWARF attribute form DW_FORM_implicit_const — John Dallaway / githubweb
  54. Support DWARF v5 content form data — John Dallaway / githubweb
  55. [#449] Import memory window is not working as expected — Alexander Fedorov / githubweb
  56. [#449] Import memory window is not working as expected — Alexander Fedorov / githubweb
  57. Format target file — Jonah Graham / githubweb
  58. Move all dependencies to maven direct where possible — Jonah Graham / githubweb
  59. Prepare repo for CDT 11.3.0 development — Jonah Graham / githubweb
  60. Update to latest version of deps — Jonah Graham / githubweb
  61. Fix Variables button for Working Directory in launch config — Jonah Graham / githubweb
  62. Use last released LinuxTools docker — Jonah Graham / githubweb
  63. Update target platform to latest Eclipse Platform milestone — Jonah Graham / githubweb
  64. Explicitly include ASM in our target platform — Jonah Graham / githubweb
  65. Move back to Linux Tools Docker nightly — Jonah Graham / githubweb
  66. Make GitHub issue template more relevant (#468) — noreply / githubweb
  67. Eliminate GC resource leak — John Dallaway / githubweb
  68. Move entirely from the old Orbit repos to the new aggregated ones (#486) — noreply / githubweb
  69. [#484] Add extension point for custom icons of C/C++ source files (#485) — noreply / githubweb
  70. Fix version dependency on o.e.c.managedbuilder.core — John Dallaway / githubweb
  71. Resolve cast exception - fixup for inferring generic types (#490) — noreply / githubweb
  72. Add NXP LinkServer definitions — John Dallaway / githubweb
  73. Add unique display name for some test plug-ins — Jonah Graham / githubweb
  74. Clean up target platform — Jonah Graham / githubweb
  75. Fix test cases that recently regressed — Jonah Graham / githubweb
  76. Remove and ignore object references from Yaml files — Jonah Graham / githubweb
  77. Explicitly activate shell for launchbar selector — Jonah Graham / githubweb
  78. Fix meson build under Docker Tooling (#491) — noreply / githubweb
  79. Fix NPE when language entry is incomplete (as it is for LLVM) — Jonah Graham / githubweb
  80. Fixup some API version errors — Jonah Graham / githubweb
  81. Update target platform for 2023-09 M3 Orbit updates — Jonah Graham / githubweb
  82. Refactor XML file handling — Jonah Graham / githubweb
  83. Split check code cleanliness into two build steps — Jonah Graham / githubweb
  84. Update to Tycho 4.0.1 — Jonah Graham / githubweb
  85. Add API Baseline checking to the build — Jonah Graham / githubweb
  86. Stop checking baseline-compare-and-replace in build and test workflow — Jonah Graham / githubweb
  87. Fix the check bundle versions check — Jonah Graham / githubweb
  88. Use latest build of CDT, rather than latest release in target platform — Jonah Graham / githubweb
  89. Update to platform 2023-09 M3 contribution — Jonah Graham / githubweb
  90. Remove assumption that strings are always intern — Jonah Graham / githubweb
  91. Trim excess whitespace in Boost test output — Jonah Graham / githubweb
  92. Support Context tags in Boost test runs — Jonah Graham / githubweb
  93. allow github to index the build directory — Jonah Graham / githubweb
  94. Improve memory search results page — Jonah Graham / githubweb
  95. Code cleanup on Memory Search Result Page — Jonah Graham / githubweb
  96. Add ability to prevent terminal title updates from ANSI Escape sequence — noreply / githubweb
  97. Disable running tests on Jenkins — Jonah Graham / githubweb
  98. Run only the code cleanliness on Jenkins CI — Jonah Graham / githubweb
  99. Print the memory allocated to maven on Jenkins and increase the memory available. — Jonah Graham / githubweb
  100. Use new simrel-orbit p2 repo in Oomph setup — Jonah Graham / githubweb
  101. Add support for ESC[#X to VT100 — Jonah Graham / githubweb
  102. Allocate much more ram to the Pod on Jenkins — Jonah Graham / githubweb
  103. Revert "Disable running tests on Jenkins" — Jonah Graham / githubweb
  104. Ignore lines with "in function" and "In function" (#534) — noreply / githubweb
  105. Remove old Orbit in Oomph p2 repo from setup (#524) — noreply / githubweb
  106. Add commons-io (#537) — noreply / githubweb
  107. Updated dependencies in preparation for 11.3.0 RC2 (#538) — noreply / githubweb
  108. CMake: Fixed the correct path for starting 'cmake-gui' — Jonah Graham / githubweb
  109. Remove standalone publishing from promote-a-build — Jonah Graham / githubweb
  110. Add cdt-lsp support to the promote-a-build scripts — Jonah Graham / githubweb
  111. Include latest CDT milestone in cdt.target (#541) — noreply / githubweb
  112. Use final URLs for 2023-09 dependencies — Jonah Graham / githubweb
  113. Composites for CDT 11.3 release — Jonah Graham / githubweb

#31 (Mar 20, 2023, 9:50:19 AM)

  1. Run Workflows on all branches and PRs — Jonah Graham / githubweb

#30 (Mar 20, 2023, 9:28:27 AM)

  1. CDT 11.1.1 Release Notes updates — Jonah Graham / githubweb

#29 (Mar 20, 2023, 9:22:21 AM)

  1. Handle null "DisplayName" in registry — Jonah Graham / githubweb

#28 (Mar 19, 2023, 3:19:09 PM)

  1. Binary not found in Core Build Makefile project — Jonah Graham / githubweb

#27 (Mar 17, 2023, 11:11:40 AM)

  1. Issue #167 - Core Build Makefile project build output folder. — Jonah Graham / githubweb

#26 (Mar 17, 2023, 10:53:45 AM)

  1. Correct year of 11.2 expected release — noreply / githubweb

#25 (Mar 16, 2023, 11:51:01 AM)

  1. Changed the template application to Hello World. — Jonah Graham / githubweb

#24 (Mar 16, 2023, 11:44:44 AM)

  1. Return IntegralValue.UNKNOWN if recursed creating CompositeValue — Jonah Graham / githubweb

#23 (Mar 16, 2023, 11:19:34 AM)

  1. Handle invalid empty c++17 fold expression early — Jonah Graham / githubweb
  2. Restore counting iterations in computeContainsDeclaration cycle detector — Jonah Graham / githubweb

#22 (Mar 16, 2023, 11:13:31 AM)

  1. Allow const-qualified arg for __atomic builtins which accept that — Jonah Graham / githubweb

#21 (Mar 16, 2023, 11:07:46 AM)

  1. Defer resolving function set if target is deferred class or constructor — Jonah Graham / githubweb
  2. Fix assertion evaluating binary shifts of comparison op results — Jonah Graham / githubweb
  3. Resolve typedef before checking if type is unsigned — Jonah Graham / githubweb

#20 (Mar 16, 2023, 11:01:43 AM)

  1. Improved getting resources from the gcc commandline. — Jonah Graham / githubweb

#19 (Mar 16, 2023, 10:55:39 AM)

  1. Consider variable templates while determining size of parameter pack — Jonah Graham / githubweb
  2. Fix type of value-dependent fold expression evaluation — Jonah Graham / githubweb
  3. Allow expansion with typeids in fold expression — Jonah Graham / githubweb

#18 (Mar 15, 2023, 10:42:09 AM)

  1. Updates to N&N for CDT 11.1 release — Jonah Graham / githubweb

#17 (Mar 15, 2023, 10:16:59 AM)

  1. CDT 11.1 p2 composites on download.eclipse.org — Jonah Graham / githubweb

#16 (Mar 14, 2023, 8:31:39 PM)

  1. Bump bundle versions changed due to new Tycho — Jonah Graham / githubweb
  2. Upgrade to Tycho 3.0.3 (latest) — Jonah Graham / githubweb

#15 (Mar 14, 2023, 12:32:02 PM)

  1. [releng] Prepare repo for CDT 11.2 development — Jonah Graham / githubweb
  2. Update versions of maven plugins — Jonah Graham / githubweb
  3. Update copyright year on all features — Jonah Graham / githubweb

#13 (Mar 13, 2023, 1:53:25 PM)

  1. Add lack Dwarf5 support to release notes — noreply / githubweb
  2. Use Ubuntu that contains GDB 10 — Jonah Graham / githubweb
  3. Empty N&N for CDT 11.1.0 — Jonah Graham / githubweb
  4. [releng] Bump versions of bundles modified since 11.0 release — Jonah Graham / githubweb
  5. [releng] Prepare repo for CDT 11.1.0 development — Jonah Graham / githubweb
  6. [releng] Update to latest jacoco maven plugin version — Jonah Graham / githubweb
  7. [releng] Update to latest maven-compiler-plugin version — Jonah Graham / githubweb
  8. [releng] Update to latest maven-enforcer-plugin version — Jonah Graham / githubweb
  9. [releng] Update to latest maven-pmd-plugin version — Jonah Graham / githubweb
  10. [releng] Update to latest maven-resources-plugin version — Jonah Graham / githubweb
  11. [releng] Update to latest cbi-plugins version — Jonah Graham / githubweb
  12. Run all workflows on CDT 11 branch too — Jonah Graham / githubweb
  13. Bump version of cdt.core in preparation for 11.1.0 dev — Jonah Graham / githubweb
  14. Update comment because #warning is no longer an extension in C23 — Jonah Graham / githubweb
  15. Support multiple MSYS2 64-bit registry names (#243) — noreply / githubweb
  16. Fix broken composites on archive.eclipse.org — Jonah Graham / githubweb
  17. Account for new header layout in DWARF v5 — John Dallaway / githubweb
  18. Add support for DW_FORM_line_strp — John Dallaway / githubweb
  19. Fix broken composites on archive.eclipse.org — Jonah Graham / githubweb
  20. Make Select Configurations Dialog resizable — Jonah Graham / githubweb
  21. Bug 552070 - Build not configured correctly error while building a project — Jonah Graham / githubweb
  22. Fix pack expansion for array elements — Jonah Graham / githubweb
  23. Fix copyright header typo — Jonah Graham / githubweb
  24. Add basic support for c++20 three-way comparison operator — Jonah Graham / githubweb
  25. Replace useGNUExtensions flag in test code with scanner configuration id — Jonah Graham / githubweb
  26. Add test for c++20 three-way comparison expression — Jonah Graham / githubweb
  27. Add rewriter test for c++20 three-way comparison expression — Jonah Graham / githubweb
  28. Add variable read/write flag test for c++20 three-way comparison — Jonah Graham / githubweb
  29. Add operator name test for c++20 three-way comparison — Jonah Graham / githubweb
  30. Fix precedence for c++20 three-way comparison operator — Jonah Graham / githubweb
  31. Add and correct since tags for new API in 8.1.0 — Jonah Graham / githubweb
  32. Add simple evaluation for c++20 three-way comparison — Jonah Graham / githubweb
  33. Drop three-way comparison from C parser, this is C++ only. — Jonah Graham / githubweb
  34. Do not allow structured binding initializer referencing introduced name (#241) — noreply / githubweb
  35. Re-read the makefile targets when a project becomes eligible — Jonah Graham / githubweb
  36. Issue #254: Constructors of inner classes not resolved properly — Jonah Graham / githubweb
  37. Remove unneeded escapes in markdown — noreply / githubweb
  38. Handle case where AST name has no location — Jonah Graham / githubweb
  39. Document an internal method to make it easier for the next editor — Jonah Graham / githubweb
  40. Prepare o.e.cdt.debug.ui for CDT 11.1.0 development — Jonah Graham / githubweb
  41. Extract macro argument location — Jonah Graham / githubweb
  42. Update to 2023-03 M2 requirements — Jonah Graham / githubweb
  43. Remove field in test — Jonah Graham / githubweb
  44. Provide a base UI test case for JUnit5 — Jonah Graham / githubweb
  45. Convert test to JUnit5 — Jonah Graham / githubweb
  46. Mark DocCommentHighlightingTest as flaky — Jonah Graham / githubweb
  47. Add definitions for integer overflow builtins from GCC — Jonah Graham / githubweb
  48. Fix arithmetic conversion from larger unsigned operand type — Jonah Graham / githubweb
  49. Test arithmetic conversion from larger unsigned operand type — Jonah Graham / githubweb
  50. Make sure AST is available to C getExpressionType too — Jonah Graham / githubweb
  51. Prevent CME in LaunchBarManager — Jonah Graham / githubweb
  52. Clean up for synchronization of LaunchBarManager.descriptors — Jonah Graham / githubweb
  53. Add c++17 fold expression — Jonah Graham / githubweb
  54. Fix rebase error for pr #234 - C++ Fold Expressions — Jonah Graham / githubweb
  55. Fix missing plugin.properties — Jonah Graham / githubweb
  56. Fix incorrect since tags — Jonah Graham / githubweb
  57. Apply truncation and sign-extension to result of initializer evaluation — Jonah Graham / githubweb
  58. Actually apply type conversion in CPPEvaluation maybeApplyConversion() — Jonah Graham / githubweb
  59. Fix type conversion in unary and binary expression evaluations. — Jonah Graham / githubweb
  60. Add another integer conversion test for issue 265 — Jonah Graham / githubweb
  61. More tests for c++17 fold expression — Jonah Graham / githubweb
  62. c++17 simplify fold expression parser and fix cast-expression on sides — Jonah Graham / githubweb
  63. Fix codan return value check with typedef return and template function — Jonah Graham / githubweb
  64. New API to custom parse #define lines from GCC during scanning — Jonah Graham / githubweb
  65. [releng] Update to snapshots of LSP4E and TM4E — Jonah Graham / githubweb
  66. [releng] Make it easier to run cleanup scripts out of tree — Jonah Graham / githubweb
  67. Add .clangd file to simplify project sharing with non-CDT — Jonah Graham / githubweb
  68. [releng] 2023-03 M3 dependencies — Jonah Graham / githubweb
  69. Add more C++ builtins — Jonah Graham / githubweb
  70. Fix typo in testTemplateIDAmbiguity_341747a testing 3rd expression — Jonah Graham / githubweb
  71. Add null check for Disassembly view source — Jonah Graham / githubweb
  72. Test for binary expression with variable template args, bug 497931 — Jonah Graham / githubweb
  73. Recognize more unary expression operators that may end template-id — Jonah Graham / githubweb
  74. Scan for more template-id alternatives in expression, bug 497931 — Jonah Graham / githubweb
  75. [releng] 2023-03 RC1 dependencies — Jonah Graham / githubweb
  76. Run workflows on CDT 11.1 branch — Jonah Graham / githubweb
  77. Fix maven at 3.8.7 — Jonah Graham / githubweb

#12 (Dec 7, 2022, 3:55:43 PM)

  1. [releng] Use final locations for Platform build — Jonah Graham / githubweb

#11 (Dec 7, 2022, 2:59:43 PM)

  1. Fixup "CDT 11.0 p2 composites on download.eclipse.org" — Jonah Graham / githubweb

#10 (Dec 7, 2022, 2:34:40 PM)

  1. CDT 11.0 p2 composites on download.eclipse.org — Jonah Graham / githubweb

#9 (Dec 6, 2022, 4:05:46 PM)

  1. ProcessFactory.java : envpToEnvMap() consider null envp (#195) — noreply / githubweb

#8 (Dec 6, 2022, 1:20:55 PM)

  1. refactor ProcessFactory to help debugging (#191) — noreply / githubweb

#7 (Dec 3, 2022, 12:06:42 PM)

  1. refactor ProcessFactory.java to put all process creations in one function. (#188) — noreply / githubweb

#6 (Dec 3, 2022, 11:14:47 AM)

  1. ignore top directory editor temp files — Jonah Graham / githubweb

#5 (Dec 1, 2022, 11:49:14 AM)

  1. Update information on development builds downloads — noreply / githubweb

#4 (Dec 1, 2022, 11:44:34 AM)

  1. Use releases page for current download links — noreply / githubweb

#3 (Dec 1, 2022, 11:30:34 AM)

  1. Add a link to Noteworthy issues/PRs to N&N doc — noreply / githubweb

#2 (Nov 29, 2022, 4:20:44 PM)

  1. [releng] Require target platform bundles as minimum version — Jonah Graham / githubweb