Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-31Binaries v20170531-0733Y20170622-1000Y20170620-0625Y20170619-2325Y20170618-0415Y20170615-1000Y20170608-1000Y20170601-1000S4_7_0_RC4aS4_7_0_RC4S4_7_0_RC3R4_7I20170616-0530I20170615-2000I20170614-2000I20170613-2000I20170612-0950I20170610-0940I20170608-0530I20170607-2000I20170607-1100I20170607-0800I20170607-0215I20170606-2000I20170606-0800I20170605-2000I20170605-0800I20170604-2000I20170604-0800I20170603-1500I20170603-0800I20170603-0100I20170602-2000I20170531-2000I20170531-0800Arun Thondapu1-1/+1
2017-05-31Bug 517507: Remove Java 9 hacks that were added to the launcher inArun Thondapu5-74/+81
Oxygen M7 Revert "Bug 493761: Platform won't launch on Java 9-ea builds (InjectionException: NoClassDefFoundError: javax/annotation/PostConstruct)" This reverts commit 4295e27d8e41283eadba7aa2e098126b22c5a7a9. This reverts commit 28ff351cfc1b33eb84c70b295e8a86bf8b70d21f. This reverts commit 2e0869c0e8cf5f4125a3237f22ed6f166a065fbb.
2017-05-29Bug 517013 - Avoid memcpy@GLIBC_2.14 dependency on Linux x86_64Martin Oberhuber7-1/+39
On newer Linux x86_64 hosts like REL7, an optimized version of memcpy() is available in glibc and linked in by default. The drawback of linking that optimized version is, that the resulting binaries don't run any more on older Linux distributions like REL6 (where that optimized memcpy@GLIBC_2.14 is not available). This fix avoids the problem by replacing memcpy() with memmove() on Linux x86_64 hosts only. To be safe, it also compiles with -fno-builtin-memcpy -fno-builtin-memmove on Linux x86_64. See also bug 515155 for a very similar fix in SWT to support REL6. Change-Id: I39bc8d4975015eb52f35d3d02eae921bf6d66478 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com> Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2017-05-11Revert "Bug 516349 - [Mac] Cannot Restart on Java 9-ea builds ↵Arun Thondapu1-11/+2
(NoClassDefFoundError: javax/annotation/PostConstruct)" This reverts commit ad13b29e1e8388dda5021e3c10824aa5c44d2e2a. Change-Id: I88de81b238b000bf4b6db7dfe12e67693fb53f4b
2017-05-11Binaries v20170511-0914Y20170511-1000Arun Thondapu1-1/+1
2017-05-11Bug 516349 - [Mac] Cannot Restart on Java 9-ea buildsTill Brychcy1-2/+11
(NoClassDefFoundError: javax/annotation/PostConstruct) Change-Id: I3eba0c07f9a53aaf212050d6594ceacea91855e2 Signed-off-by: Till Brychcy <register.eclipse@brychcy.de>
2017-05-03Binaries v20170503-1700Y20170504-1000I20170510-0800I20170509-2000I20170509-1300I20170509-1100I20170509-0945I20170509-0800I20170508-2000I20170508-0800I20170507-2000I20170506-2000I20170505-2000I20170504-2000I20170503-2000Arun Thondapu1-1/+1
2017-05-03Bug 493761: Platform won't launch on Java 9-ea buildsArun Thondapu1-1/+5
(InjectionException: NoClassDefFoundError: javax/annotation/PostConstruct) --permit-illegal-access VM argument is needed to run eclipse with Java 9 but Java 8 does not recognize this argument and fails to start up. This patch prevents passing the --permit-illegal-access argument to the JVM if it is present in the VM argument list and the JVM version is < 9. Change-Id: Id39176a1e4f092d59063111667dd738a0b951ad4 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2017-04-30Bug 515548 - Drop support for ppc32 on platformI20170501-2000I20170430-2000Sravan Kumar Lakkimsetti4-8/+0
Do not copy ppc32 launcher. do not create ppc32 fragment Change-Id: I99bb6c6227e5af795ffff654873e13ad7de33666 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2017-04-28Binaries v20170428-1711I20170429-2000I20170429-1330I20170429-1230I20170428-2000Arun Thondapu1-1/+1
2017-04-28Bug 493761: Platform won't launch on Java 9-ea buildsArun Thondapu1-2/+2
(InjectionException: NoClassDefFoundError: javax/annotation/PostConstruct) Fix Windows build failure by declaring variables at the beginning of the block (Windows build seems to be using an old version of VS compiler not compliant with C99) Change-Id: If19501943ee90e959fcc71fc8dc32b9a3a906124 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2017-04-28Bug 493761: Platform won't launch on Java 9-ea buildsArun Thondapu5-81/+70
(InjectionException: NoClassDefFoundError: javax/annotation/PostConstruct) --add-modules VM argument is needed to run eclipse with Java 9 but Java 8 does not recognize this argument and fails to start up. This patch prevents passing the --add-modules argument to the JVM if it is present in the VM argument list and the JVM version is < 9. Tested with different builds of Java 8 and Java 9 on Linux, Mac and Windows. Also tested with both formats of specifying the argument (one-arg with "=", or two-arg). Change-Id: I0d4c6ba2ba0e41982a89d7da1aef6c78f276f65c Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2017-04-28Bug 515548 - Drop support for ppc32 on platformI20170428-0830I20170428-0700Sravan Kumar Lakkimsetti1-10/+0
Change-Id: If455746e3e366d273f3ca6bccb09661327736940 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2017-04-07Bug 512282 - Rebuild eclipse launchers for linux ppc64 and ppc64le usingArun Thondapu1-5/+7
the machines provided by redhat Adjust default JAVA_HOME values in the build script for Linux Change-Id: I5eaa0c83ffb308e696ebde52ca651a647d9de875 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2017-01-11Bug 509525 - Stop packaging Unix buildsY20170112-1300Y20170112-1000Sravan Kumar Lakkimsetti5-141/+1
Change-Id: I5a394ddd6b8e3a0656d4e86a3995660fdbf94e68 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-12-19Bug 509313 - Update CDT configurations for launcher nativesY20161229-1000Y20161223-1030Y20161222-1000I20170102-2000I20170101-2000I20161231-2000I20161230-2000I20161229-2000I20161228-2000I20161227-2000I20161226-2000I20161225-2000I20161224-2000I20161223-2000I20161223-0615I20161222-2000I20161221-2000I20161221-0400I20161220-2000I20161220-0530I20161219-2000Alexander Kurtakov1-5/+8
* Updates for .cproject format changes. * Add gdk-pixbuf include path. * Remove space at end of glib include path making CDT to not resolve it. * Switch to the modern X11 include path. Change-Id: I167ebcd4abf8c659ef36d25d712bb68098bd4e6e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-19Bug 509311 - Replace GtkSignalFunc with GCallbackAlexander Kurtakov1-2/+2
GtkSignalFunc is gone in GTK3 and GGcallback is available in the min GLib required. Change-Id: If72db866935d1b0bb4b48c6abc93b2cc870822ca Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-13Binaries v20161213-1256Y20161215-1200I20161215-2000I20161215-0915I20161215-0830I20161215-0730I20161215-0130I20161214-2000I20161214-1005I20161213-2000Arun Thondapu1-1/+1
2016-12-13Bug 508576 - Simplify GTK initializationAlexander Kurtakov3-17/+9
Function gtk_init_with_args is present in the min GTK version required so there is no need to check for it's existence and try gtk_init_check after that. Also g_error_free is mandatory function so no need for if(g_error_free) g_error_free(...). Change-Id: Idd13fb1009e0b0e434e0a409487863dd3ea06325 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-02Bug 508577 - Remove NETSCAPE_FIXAlexander Kurtakov2-9/+2
Function not implemented and not used anywhere. Change-Id: I52bdc4fa7e05c9c9a94526eedc3aa933cb9eb637 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-29Bug 508291 - Remove unneeded gtk callsAlexander Kurtakov3-7/+0
Function gtk_set_locale call is not needed with gtk 2.24+ as gtk_init does it by default. Also remove other unused binding too. Change-Id: I92ca6d16d502ddbd2ef8603320cffdd59afa6996 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-22Bug 507979 - Fix gcc -Wmisleading-indentation warningsAlexander Kurtakov3-4/+4
Use tabs consistently to not confuse gcc blocks has misleading formatting. Change-Id: I91af853c643b9edf0dc54b9677bb8269c451bf76 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-03Bug 452486 - Remove Motif leftoversAlexander Kurtakov26-3223/+3
Delete the actual motif code. Change-Id: I94257d7da060ba6b9a4156497a7a189926b00db9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-02Bug 492570 - Info.plist "CFBundleGetInfoString" is out of dateY20161103-1000Thomas Watson1-3/+3
Change-Id: Iae8e4268f8b7322aa2713cc78e541404bbd96fdd Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 506597 - Build failure on I20161026-2000Thomas Watson2-2/+2
Change-Id: I949cd02866112dca9a5fda67cdbbb1e280ee05df Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 506597 - Build failure on I20161026-2000Y20161027-1250Y20161027-1000I20161027-0700Markus Keller2-1/+2
2016-10-26Binaries v20161026-0546I20161027-0200I20161026-2000I20161026-1100I20161026-0800Arun Thondapu1-1/+1
2016-10-13Bug 472042 - Regression: eclipse -noSplash prints errors if no DISPLAYY20161020-1000Sravan Kumar Lakkimsetti2-8/+7
is set on Linux Change-Id: I64cbc93b33a03d531f76f809a85a2ce7c6fe792b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-10-04Binaries v20161004-0749I20161004-1000I20161004-0800Arun Thondapu1-1/+1
2016-09-30Bug 502519 - Remove Photon native codeAlexander Kurtakov7-521/+0
Remove photon native code and mentions of it in the build scripts. Change-Id: I114c1d7e9aca98271177ea477e46db36b577d3d0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 501986 - [GTK+] Make GTK+ 2.24 the minimum supported versionAlexander Kurtakov1-3/+3
Change-Id: I027be9384110042aa7eb202c11e9f890dc44c54e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 498758 - Move launcher to Java 6Alexander Kurtakov1-3/+3
Checking windows registry should happen for Java 1.6+. Change-Id: I8ec63314fe450a951e86e5870d7d2191c577c313 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I141bdbfacdcfbc14a5f138669f71ba6fb84f47a8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-05-22Bug 494151 - Eclipse crashes after displaying splash screen withI20160524-2000I20160523-2000I20160522-2000Arun Thondapu1-0/+1
java.lang.NoClassDefFoundError Touch fragment to force qualifier update Change-Id: Ieda16c0f0dec8f471aee46b3c36cd7f24af3663b Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2016-05-19Bug 491519 - Need 64-bit launcher for Solaris/SPARCI20160521-1500I20160520-2000I20160519-1730Arun Thondapu6-6/+38
Change-Id: Id75d6db2a397e8e8da9a3fc5648bdff6199bb83c Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2016-05-18Binaries v20160518-1044Y20160519-1000I20160519-1100I20160518-2000Arun Thondapu1-1/+1
2016-05-18Bug 493797 - [HiDPI][Win32][GTK] Adapts Launcher to 'integer' scalingSravan Kumar Lakkimsetti2-7/+8
which is default for Eclipse/SWT Change-Id: Ie2fa7b5c8e65216d3852bb1daee60be06e0f8927 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-05-16Bug 440886 - Launcher for HPUX is not generatedI20160517-2000I20160516-2000Thomas Watson1-6/+6
Change-Id: If7fa6abe206afb2a0088308a23e35941d661c4f4 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-28Bug 492013 - repeating comparator errors related to launcher featureThomas Watson4-27/+0
Clean up remaining solaris x86 and sparc stuff Change-Id: I0471eda0054ff9661e32dd86178f3ec4128e4441 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-27Bug 491908 - Update Info.plist to match Neon releaseMikael Barbero1-3/+3
Change-Id: I3e33e004dbdf978ced4cfa3e96e5c1f4557340f0 Signed-off-by: Mikaël Barbero <mikael@eclipse.org>
2016-04-27Bug 492013 - comparator error in I20160419-0800 related to launcherI20160427-1200Thomas Watson1-0/+1
feature Change-Id: Ifc88aae27f562cb0a6d3786c5e37ff34cf05a418 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-21Binaries v20160421-0830Y20160421-1000Arun Thondapu1-1/+1
2016-04-21Bug 488910 - [HiDpi][GTK] splash screen should show the correct sizeSravan Kumar Lakkimsetti3-3/+34
based on the scaling selected -Completed the necessary testing for the launcher. This solves the splash cropping problem Change-Id: I1a234c7842589a6acbedf83196b86ea66ee2387a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-04-20Bug 489714 - [Hidpi][Win32] Splash screen getting cropped for higherNiraj Modi2-2/+28
zoom values like 150%/200%. Change-Id: I30b1f6741c4e422d3b84da706fa30d3b8e516453 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2016-04-14Bug 429343 - 64-bit version of Eclipse for Solaris/X86_64I20160419-0800I20160417-1112Thomas Watson1-20/+0
Change-Id: I66180c309e6089facb703344a7b9ff7972671df2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-08Bug 429335 - Need 64-bit launcher for Solaris/X86_64Y20160414-1000I20160412-0800Arun Thondapu7-5/+80
Change-Id: Ia15b66b2ac38b55b6d931f11a88c6308209ce514
2016-03-30Revert "Bug 429335 - Need 64-bit launcher for Solaris/X86_64"I20160330-1230Thomas Watson7-80/+5
This reverts commit fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.
2016-03-30Bug 429335 - Need 64-bit launcher for Solaris/X86_64I20160330-0930Arun Thondapu7-5/+80
Change-Id: Ia15b66b2ac38b55b6d931f11a88c6308209ce514
2016-03-16Bug 489642 - 32 bit launcher on linux is "ELF 64-bit LSB"Arun Thondapu1-0/+3
Change-Id: Id997f8c2da29da4bcb97419161f03022bf51e9d8
2016-03-12Binaries v20160312-1144I20160316-0800I20160315-2000I20160315-0800I20160314-2000I20160314-1400I20160314-0800I20160313-2000Arun Thondapu1-1/+1

Back to the top