Andrew Gvozdev
ae409bedd6
bug 402412: IllegalArgumentException during build of Makefile Project
2013-03-29 17:42:27 -04:00
Andrew Gvozdev
9945f84a04
bug 404125: Adjust test cases for running on unix system
2013-03-29 17:41:10 -04:00
Andrew Gvozdev
a7acc2b250
bug 404125: Build output parser incorrectly handles compile lines compiling files outside of the workspace
2013-03-29 15:43:44 -04:00
Andrew Gvozdev
eafce4c179
bug 404599: Makefile Editor does not sense that # is escaped (\#), still colors rest of line as comment
2013-03-29 00:31:27 -04:00
Sebastian Bauer
40d4817748
[Bug 317353] Reduce space requirements of various prefs pages
...
The area covered by CDT prefs pages has been always quite huge. Often,
the scroll bar of the virtual composite has to be displayed although the
components could display all the required information readily in a
smaller box. This is an attempt to reduce some of the fixed space
requirements. The solution is not ideal, but the layout framework of SWT
(no notation of minimum size) and the way how sizes are computed in
prefs page by jface doesn't allow a more sophisticated solution at this
time.
Change-Id: I5f9aa36d0d37b93852a39d636719be801a2c1360
Reviewed-on: https://git.eclipse.org/r/11299
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-03-25 08:49:01 -04:00
Andrew Gvozdev
4f3ad71e87
bug 404125: Build output parser incorrectly handles compile lines compiling files outside of the workspace
2013-03-24 08:10:42 -04:00
Jesse Weinstein
07fcd9213c
Bug 349248: Fix even more user-visible CDT refs
...
Change-Id: If212f90e96dc9f90456239ca6f7b8f319caf977e
Reviewed-on: https://git.eclipse.org/r/11372
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-03-21 17:02:11 -04:00
Andrew Eidsness
178b505535
Bug 403670: Do no work on parallel rebuilds if nothing changed
...
This fixes the parallel build case (for the InternalBuilder) to update
the configuration build state on successful builds. Because parallel
builds follow a different code path than the non-parallel case, updating
the state was misssed.
Change-Id: Idab10c39c3093a731fe6961b451d0fdb5975f240
Reviewed-on: https://git.eclipse.org/r/11286
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-03-21 15:50:50 -04:00
Andrew Gvozdev
527d60717b
bug 403406: Changes in environment variables should trigger re-discovery of Built-in Compiler Settings
2013-03-16 08:08:27 -04:00
Andrew Gvozdev
b09a3880fd
bug 403257: MinGW toolchain detection does not consider configuration-specific settings.
2013-03-13 20:34:05 -04:00
Andrew Gvozdev
62eeab5ef6
bug 382423: Add Builtin Compiler Settings LSP provider for Cygwin toolchain
2013-03-13 13:59:02 -04:00
Andrew Gvozdev
aed09ee4b8
bug 357442: A bit more of tidy EnvironmentVariableManagerToolChain
2013-03-11 12:29:22 -04:00
Andrew Gvozdev
180b192054
bug 357442: Tidy EnvironmentVariableManagerToolChain
2013-03-10 07:46:12 -04:00
Andrew Gvozdev
2bccd66416
bug 357442: Contribute $CYGWIN_HOME by GnuCygwinConfigurationEnvironmentSupplier only if it does not come from preferences
2013-03-10 07:45:54 -04:00
Anna Dushistova
a6a57864bb
[autotools]Bug 402595:added code that gets the current list of build
...
commands to the job that sets build commands for an autotools project.
Change-Id: Ib4782aa32a99da3da34ff2c1a22a544f531c2d54
Reviewed-on: https://git.eclipse.org/r/10919
Reviewed-by: Jesse Weinstein <Jesse.Weinstein@clinicomp.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-03-08 14:57:41 -05:00
Sebastian Bauer
b2448e8582
Introduce automatic variables in the Makefile editor.
...
Added a special class for automatic variables. Use some instances for
built-in variables of a makefile allowing to choose from them in the
content assist.
Change-Id: I653a5fa536afc5f9e3112314720928a4f22692c7
Reviewed-on: https://git.eclipse.org/r/10786
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-03-06 19:58:30 -05:00
Jeff Johnston
43790e7873
Change org.junit4 requires to be org.junit 4.8.1 or greater.
...
- Kepler M6 SDK does not have org.junit4
- there is currently a compatibility plug-in in M5 that
supplies it by reexporting org.junit 4.8.1
Change-Id: I29fa7a12277b47d2988a5cc452f3f1f47ed65507
Reviewed-on: https://git.eclipse.org/r/10875
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-03-06 16:00:34 -05:00
Jeff Johnston
18ff30de24
Bug 400972: Creating new C/C++ project in existing read-only
...
directory should be disallowed
Change-Id: I75090498bd4f408d77ad17491f50f4fd66850c97
Reviewed-on: https://git.eclipse.org/r/10404
Reviewed-by: Jesse Weinstein <Jesse.Weinstein@clinicomp.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-02-20 16:16:50 -05:00
Andrew Gvozdev
e4966b7c0c
bug 401116: Built-in compiler settings cannot be scanner-discovered prior to a build by non-shared language settings providers
2013-02-18 14:20:30 -05:00
Andrew Gvozdev
7f710ebde4
bug 398056: Regression: LanguageSettingsProviders can get enabled unexpectedly on project-import when they should not
2013-02-07 23:28:32 -05:00
Andrew Gvozdev
d960fff7dd
bug 357442: Added $CYGWIN_HOME to cygwin toolchain detection algorithm
2013-02-01 09:52:26 -05:00
Andrew Gvozdev
0bd7133168
Revert "Revert "Bug 398550. An attempt to make MBSLanguageSettingsProvider.getSettingEntries method faster.""
...
This reverts commit b8d75b789e
.
2013-01-19 06:46:22 -05:00
Andrew Gvozdev
b8d75b789e
Revert "Bug 398550. An attempt to make MBSLanguageSettingsProvider.getSettingEntries method faster."
...
This reverts commit d3a15b651c
.
2013-01-19 06:41:00 -05:00
Sergey Prigogin
d3a15b651c
Bug 398550. An attempt to make
...
MBSLanguageSettingsProvider.getSettingEntries method faster.
2013-01-18 15:22:28 -08:00
Doug Schaefer
4b22b8c6bc
Bug 398426 - Use num procs - 1 on Mac for optimal parallel builds.
...
Changed the text of the UI since optimal is not always number of
processors.
2013-01-18 16:58:18 -05:00
cabernal
62fa044031
Implement problem marker for AC_CHECK_LIB macro.
...
Fix for https://fedorahosted.org/eclipse-packagekit/ticket/5 .
Change-Id: Ic4466a7eb04c4acc5749eafd0536364c53ae6fdb
Reviewed-on: https://git.eclipse.org/r/9663
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-01-15 14:50:04 -05:00
Andrew Gvozdev
5cb3203f4a
bug 397815: Scanner discovery incorrectly extracts macros containing parentheses
2013-01-10 17:44:38 -05:00
Sergey Prigogin
c1bc445e74
Externalized a label.
2013-01-09 18:37:18 -08:00
Andrew Gvozdev
33514e1c84
bug 396411: Resolve variables before checking if path is absolute in MBSLanguageSettingsProvider
2013-01-08 12:54:59 -05:00
Andrew Gvozdev
e679870821
Bug 397469 - Fix problem with scanner discovery on relative source paths.
2013-01-06 07:49:18 -05:00
Doug Schaefer
7f79e5da86
Bug 397469 - Fix problem with scanner discovery on relative source
...
paths.
2013-01-05 11:46:13 -05:00
Andrew Gvozdev
336f3b170d
bug 396410: JUnit failure: cdt.build.core.scannerconfig.tests.CfgScannerConfigProfileManagerTests.testBasicCfgScannerConfigProfileChanges
2013-01-02 18:03:49 -05:00
Andrew Gvozdev
7c92e3e070
bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface
2012-12-16 23:52:16 -05:00
Andrew Gvozdev
7e38f66a54
bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface
2012-12-16 11:24:06 -05:00
Andrew Gvozdev
0a4170fed0
bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface
2012-12-16 07:18:39 -05:00
Andrew Gvozdev
e58a3323c8
bug 396411: JUnit failure, correction of expected results for Unix
2012-12-13 10:17:57 -05:00
Andrew Gvozdev
cce302595e
bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface
2012-12-12 11:03:25 -05:00
Andrew Gvozdev
7582b75465
Fix unit test case failure due to warning in .log
2012-12-07 10:23:33 -05:00
Andrew Gvozdev
618d199135
Updated MBS test cases to report when some preconditions fail.
2012-12-06 17:04:56 -05:00
Andrew Gvozdev
50cf74d461
bug 357442: Cosmetics changes mostly
2012-11-26 11:37:02 -05:00
Andrew Gvozdev
d61fcc17ce
Corrected some ill-encoded characters in comments
2012-11-23 10:32:56 -05:00
Andrew Gvozdev
85a785117c
Bug 394735: NPE when parallelizationNumber is missing, modified patch from Mohamed Hussein <mohamed_hussein@mentor.com>
2012-11-21 12:39:23 -05:00
Anton Leherbauer
461a07cf73
Bug 394756 - Reduce number of ScopedPreferenceStore instances
2012-11-21 11:17:12 +01:00
Vivian Kong
efd57ca750
Bug 228378 - Project Explorer: Convert to C/C++ wizard should not show
...
up in non-C perspective
2012-11-01 16:26:35 -04:00
mhussein
f2724c6bdf
Bug 391390 : Updatesite url is indigo
...
Removed all update site urls from all feature.xml files based on
Martin's suggestion in
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html
that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633
Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e
Reviewed-on: https://git.eclipse.org/r/8092
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-17 14:18:01 -04:00
Andrew Gvozdev
b1fc6f69be
bug 357442: User-friendlier message about missing toolchain
2012-09-16 07:22:50 -04:00
Vivian Kong
1de79e8703
Bug 387193 - TVT/DVT3.8:TCT100: ARA: Incorrect mirrorred strings
...
occurred on UPC options page of bupc properties on Linux
2012-09-05 11:11:56 -04:00
Jeff Johnston
2a008d29cf
Bug 381291: Add Mach-O 64 Binary Parser for Autotools projects
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381291
Add Mach-O 64, PE, and Cygwin_PE binary parsers for Autotools.
Change-Id: I59eda049a9638d616d0ab5e2a11c8f95dcf4a0cf
Reviewed-on: https://git.eclipse.org/r/7501
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2012-09-04 20:08:01 -04:00
Jeff Johnston
2f804ace8e
Bug 388598: Duplicate string ID found:
...
Option.configure.libexecdir
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388598
Change-Id: I7598b712065f8b98033e065f660f6e1bc23123bd
Reviewed-on: https://git.eclipse.org/r/7604
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-09-04 14:47:59 -04:00
Jeff Johnston
93b1bb3e68
Bug 388648: NLS directive should be added to Eclipse Help TOC
...
file: org.eclipse.cdt.autotools.docs\toc.xml
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388648
Change-Id: I8169e05800a9c8b865d12bf76039c7741353dd31
Reviewed-on: https://git.eclipse.org/r/7601
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-09-04 14:32:52 -04:00