Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-05-24[releng] Update to 2022-06 M3 dependenciesJonah Graham1-0/+1
Change-Id: I138dccb36f84975f38b2f8123e24d5ad1714e9f1
2022-05-04[releng] CDT 10.7.0 M2 dependenciesJonah Graham1-0/+5
Note: Due to Bug 579817 we need to consume an I-build to get a working java.xml bundle. Change-Id: I60ff7a025855367f7c2dbc7387122d3e379c8677
2022-04-13[releng] Update all legal files with update_legal_files.shJonah Graham1-6/+8
The about.html was changed as per https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues/90 Change-Id: Ied879279460a8fc610630fc26794ab3df9eae39f
2022-04-11[releng] Bump versions for 10.7.0Jonah Graham2-2/+2
Change-Id: Ibada1ef26f47f4238ae64f53fb67a73125534347
2022-04-11[releng] Prepare for CDT 10.7.0 M1 / 2022-06 M1 (target platform)Jonah Graham1-1/+3
Change-Id: I56f50431268a64d63fd6e6dfdb64c0e27c064f8e
2022-03-08[releng] Update to 2022-03 RC2 dependenciesJonah Graham1-0/+4
Change-Id: I4bd79f799a91a9817f4606a740b727c556b9699c
2022-01-12[releng] Bump end year on copyright on all modified featuresJonah Graham1-2/+5
Change-Id: I0d35eb6514d87fb6dcba0a284f58963b80861d51
2022-01-12[releng] Update Standalone debugger to new bundles for Platform 4.23Jonah Graham1-5/+4
Change-Id: Idae45660d2c3822394199cd9a8ad6b964a7e3402
2022-01-12[releng] Bump to CDT version 10.6.0Jonah Graham2-2/+2
Change-Id: I28629cdfb0906ce7f1b33a88cbbd55521afc8f6b
2021-10-25[releng] Update to latest dependencies (2021-12 M2)Jonah Graham1-4/+15
This includes requiring older version Hamcrest as the org.hamcrest bundle was recently update in Orbit to a new major version that isn't compatible. Change-Id: I7cb23f0be058d1404b93b1a76cbfe8182a3ded14
2021-09-27[releng] Prepare for CDT 10.5.0Jonah Graham2-2/+2
Change-Id: I9b72edf4a0ff0771a147934dd7f1c92ba1ee799a
2021-06-13[releng] Bump to CDT version 10.4.0Jonah Graham2-2/+2
Change-Id: I0807f46d9ebb8bb579b687366cdb19e40935a9ec
2021-04-04Bug 572552 - CDT releng: update versions to 10.3.0Alexander Fedorov2-2/+20
Added missed license headers Updated baseline for the parent pom to CDT 10.2 Updated version for pom.xml to 10.3 Updated version for features and bundles to CDT 10.3 Updated copyright for about.properties to be 2021 Incremented version + 100 where needed Change-Id: I79666fcc0402fee6607499d7dce1eaf87a5f446d Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
2020-12-19[releng] Increment feature and related versions to 10.2.0Jonah Graham2-2/+2
Change-Id: Icd135a588920fa25fd846dc285db5f83e5ac7037
2020-12-19[releng] Updates of deps and repos for beginning of CDT 10.2 cycleJonah Graham1-0/+1
Change-Id: I65dd3c31e598b013935cf6b221eb098f77ce75f9
2020-11-19Bug 568375: Consistent versions for use of JAXB librariesJonah Graham1-1/+1
Change-Id: I86a6def37aed6c30a7591fd8dde4c174f6af98bb
2020-10-06[releng] Bump version to 10.1.0Jonah Graham2-2/+2
Change-Id: I39f7c379c0b43c086a25b047b3af564f6f24d670
2020-09-04Bug 565836: Add aarch64 for standalone debuggerJonah Graham3-2/+12
Change-Id: I3cbbbf98778870ad2be30318a44575adf0308f2e
2020-08-31Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projectsJonah Graham1-0/+2
Includes updates to code cleanliness script Change-Id: Ic495124285e3e002993f34dc12be5ad7337fe13b
2020-08-24Bug 562494: Update BREE to Java 11Jonah Graham1-7/+7
Change-Id: I0c91aafc0cb1b179936acbd4c9df2d961899e3fa
2020-07-11Bug 565144 - CDT.setup and .target should be configured for 2020-09Alexander Fedorov1-2/+3
Changes for .setup and .target * add "com.sun.jna" bundle from Orbit * add "com.sun.jna.platform" bundle from Orbit Changes for "org.eclipse.cdt.debug.application.product": * remove "org.eclipse.update.configurator" bundle * add "org.eclipse.jface.notifications" bundle * add "com.sun.jna" bundle * add "com.sun.jna.platform" bundle Change-Id: Ic1a0b2d6d5189c9f3652def987d3c6a0daa4c7ee Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
2020-05-07Bug 562790 - Switch CDT 10.0 stream to Eclipse Platform 4.16 M2Alexander Fedorov1-0/+1
Updated Eclipse Platform according to https://www.eclipse.org/lists/eclipse-dev/msg11376.html using https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200501-0520/ Added "org.eclipse.urischeme" bundle to debug.product definition as it now required for E4 SWT Workbench Change-Id: I1d2f634db29271590d93abccde6282c05423ff4f Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
2020-04-26[releng] Remove and add .prefs files according to improved cleanliness scriptJonah Graham5-819/+0
Change-Id: I9bc8364cda1a1154750127f5db5549073323e84c
2020-04-22Bug 562164 - Add JUnit tests for IMemoryImporter implementationsAlexander Fedorov1-0/+1
The following changes are done to make the implementation headless and testable: * Reworked FileImport to implement base flow * Added ImportRequest to aggregate operation configuration * Extracted PlainTextImport extends FileImport * Extracted RawBinaryImport extends FileImport * Extracted SRecordImport extends FileImport * Extracted FileImportJob * Added ScrollMemory to interact with UI * Added WriteMemoryBlock to isolate from UI class BufferedMemoryWriter * Reworked related i18n Change-Id: Ibd68c0e345e9455f5f8a2e1be673ddac5eb9a9b1 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
2020-04-11[releng] Bump version to 10.0.0Jonah Graham2-2/+2
Change-Id: I32f6f61835bdbad3cffd713965045c5097c8619f
2020-03-22[releng] Bump CDT version to 9.12.0Marco Stornelli2-2/+2
org.eclipse.cdt.debug.gdbjtag is bumped because of Bug 561343 Change-Id: I6dac283b7e9093662f57ac5c804021c4201ad6f1
2020-01-21Bug 559382: [releng] Update target platform to 4.15Jonah Graham1-0/+1
The 4.15 platform has a new bundle needed for the standalone debugger. Change-Id: I070e282c60118ecdfbfa9892e5040d478a7e2a64
2019-12-19[releng] Update debug.product for building against 2019-12Jonah Graham1-1/+0
Change-Id: I7bb80b819cdd460cce1c53a9f85197ba3f488d92
2019-12-07[releng] Bump to CDT version 9.11.0Jonah Graham2-2/+2
Change-Id: If729509efbddc71adb565e224437b76089d6e099
2019-10-16[releng] Bump to CDT version 9.10.0Jonah Graham2-2/+2
Change-Id: I027e7e5542fda3e599ee476814593fc4b464adca
2019-07-08[releng] Update to latest stable I-build of PlatformJonah Graham1-0/+1
Change-Id: Ia7320c24eb02b57c5fc7059e5a4cf1055527c84a
2019-06-11[releng] Bump version to 9.9.0Jonah Graham2-2/+2
Change-Id: I6641e51a8bfdb44fa5c646d97debf2bf814c107a
2019-06-03Bug 547831 Add ILaunchTargets for GDB RemoteDoug Schaefer1-0/+1
Adds ILaunchTargets for GDB Remote for TCP and Serial Port. Adds a launch config provider that maps default launch configurations for the gdb remote launch config types. Alters the launch attributes by merging in the target attributes over the launch configuration attributes. This is a no-op of the target is the Null Target (which has no attributes). Some string externalization that was missed from previous commits. Carrying on tradition of ramdonly using Gdb or GDB in our class names :) Change-Id: Ie8483110f594db593e704adda420ce6b14812dea
2019-05-31[releng] adapt to changes in platform for what is published for ecfJonah Graham1-2/+1
See https://www.eclipse.org/lists/cdt-dev/msg33571.html Change-Id: Ib6bb075dfe41da6bb3221e0f73f24e7ce9869b0c
2019-03-21Bug 545624 - Disable Debug RCP deploymentWilliam Riley1-44/+1
Change-Id: I7ab18048e0a2d5282f8c063a4bb0524aa6f1f3bc
2019-03-19Build with Eclipse 2019-03 dependenciesMarc-Andre Laperle1-2/+0
CDT nows defaults to targetting Eclipse 4.11 along with dependencies in the Eclipse 2019-03 simultaenous release. Once consequence is that 32-bit and ppc64 fragments are removed. Change-Id: I032fedb27a4e5086f10051b3b2ca9c9c59c3b965 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2019-03-01[releng] Bump version to 9.8.0Jonah Graham2-2/+2
Change-Id: I3861d4c5d0eecaf9dd370f269a655e666b60561a
2019-02-24Bug 543958: CDT Standalone debugger crashes on startupMarc-Andre Laperle1-0/+1
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-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>
2018-12-10[releng] Bump version to 9.7.0Jonah Graham2-2/+2
Change-Id: Icaa0b6acf73e3a19e0d102fa8ae784e631d8743a
2018-11-30Remove JVM MaxPermSize arguments (unused since Java 8)Marc-Andre Laperle1-1/+1
Change-Id: Ie33b44064429f409fa721141f14f4e519014f6aa Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham1-1/+1
The previous alignment of all the warnings/ignores led to too many warnings that weren't there before. This commit relaxes them a bit. The core/org.eclipse.cdt.core/.settings/org.eclipse.jdt.core.prefs is still the "master" copy, with releng/scripts/check_code_cleanliness.sh containing the exceptions that apply to test plug-ins. Change-Id: Ibd4e31ade0b42b31e7cbe5a94f06c6fc15183a56
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-0/+819
The releng/scripts/apply_jdt_prefs_to_all_projects.sh was run to copy standard settings to all other projects. Change-Id: I4436c947d7f0142f56b709e661379c3eb54f666b
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham6-435/+404
Change-Id: Ifbb1d5af2a00bd5634dea200320e8c4303ffca6c
2018-11-14[releng] Fix missing dependency in stand-alone debuggerMarc-Andre Laperle1-0/+1
Change-Id: I347d47ea4689aa154ddb090b9cc05e7dc132959e Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-10-09releng: Stop building 32-bit stand-alone debugger productsMarc-Andre Laperle2-20/+0
Since the Eclipse Platform 4.10 is dropping support for 32-bit, it doesn't make sense to still build these and it will ultimately fail once we start building against 4.10. Change-Id: Ia83a93b99092b7a3378ed95607411da5835118a6 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-06-26Bug 536023: NoClassDefFoundError for javax/xml/bind/DatatypeConverterMarc-Andre Laperle1-0/+3
This package is marked for removal in Java 10 and in fact, is not found at run time. Instead, use the javax.xml.bind plugin from Orbit. javax.xml.stream is also needed by javax.xml.bind. Change-Id: Ida10746267c814a8a11f2db7181dcb9e8ceaad44 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2018-06-05[releng] Bump version to 9.6.0Jonah Graham2-2/+2
Change-Id: I1618eaeab14b421155af733a73e36f6e37ea0b85
2018-05-20Bug 534839: Add missing dependencies to standalone productJonah Graham1-0/+1
In particular, new version of ECF requires org.eclipse.equinox.concurrent Change-Id: I909565b868fce44dea54ac3df985708d523304b0
2018-05-17Bug 534839: Add missing dependencies to standalone productJonah Graham1-0/+3
In particular, new version of batik requires o.a.batik.constants, so we need to add that in. Change-Id: Ie221c0e48fd8e2c4692d2447bf142284e50931fb

Back to the top