1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

290 commits

Author SHA1 Message Date
Andrew Gvozdev
4c0af173c9 bug 357442: avoid adding default drive letter to unresolved paths by language settings providers 2012-07-19 14:50:22 -04:00
Sergey Prigogin
96ae707b3b Fixed few version mismatches between MANIFEST.MF and pom.xml files 2012-06-28 11:56:27 -07:00
Sergey Prigogin
de74af3fd9 Bumped up feature versions for Kepler. 2012-06-28 11:39:17 -07:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Andrew Gvozdev
07cac1aa54 bug 378981: Include pattern for LLVM/clang in build output parser
default compiler command pattern
2012-05-11 02:48:59 -04:00
Andrew Gvozdev
d4d87ca412 bug 378766: [Scanner discovery] GCC Build Output parser doesn't handle framework paths (-F) 2012-05-08 00:03:48 -04:00
Andrew Gvozdev
d2c19fcd47 bug 376592: [sd90] Extend BuildDefinitions to allow defining language settings providers 2012-05-04 18:35:17 -04:00
mhussein
a2cfb6e5cd Bug 365718: Support tree option style in managed build options
Managed build options in tools provide several styles
for option type, for example: string, boolean, libPaths, enumerated, ...
The enumerated type allows the user to select from a pre-defined list of
values.

A usability problem might happen if the list of possible values is Huge,
in this case the simple drop-box wouldn't be sufficient for the user to
properly and easily select the needed option. In most of those cases the
huge list of options can be organized in some hierarchy that allows the
user to easily pick the needed option.

The attached patch attempts to support this by doing the following:

1- Adding support of a new option valueType "tree"
    - Adding schema for treeOption
    - Adding support for tree type similar to enumerated option type
2- Provide UI to easily select items from this tree
    - Provide a field editor with a text box and browse button
    - Provide popup tree picker with filtered search
    - Each item in the tree can optionally provide an icon, and specify
its relative order among its peers.

Updates:
- Expose TreeSelectionDialog and TreeRoot to allow usage in other
contexts
- Remove extra whitespaces.
- Support Double-click to select
- Added unit test

Change-Id: I3e7e8c6e3e9878f7c6dadeb149326b375cd3631d
Reviewed-on: https://git.eclipse.org/r/5558
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2012-05-04 09:55:26 -04:00
Andrew Gvozdev
621ee0fe22 bug 371797: [sd90] Fixed problem with not running non-shared Specs Detectors after new project wizard 2012-05-04 09:24:09 -04:00
Marc-Andre Laperle
eb6522badf Bug 377295 - Build fails if project name contains characters [, ]
Change-Id: I9f116f524bb30e064e1cdbb3588c494a450d765e
Reviewed-on: https://git.eclipse.org/r/5636
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2012-04-23 11:55:45 -04:00
Marc-Andre Laperle
68b6f3dc90 Upgrade to Tycho 0.14.1 2012-04-23 00:25:47 -04:00
Andrew Gvozdev
8aed5c8427 bug 371797: Let all jobs finish before tearDown() in unit tests 2012-04-16 16:55:44 -04:00
Andrew Gvozdev
b1b320f94e bug 371797: [sd90] Implement language settings providers in build
plugins
2012-04-12 01:01:23 -04:00
Baltasar Belyavsky
088185204c bug 340219: Project metadata files are saved unnecessarily, test cases 2012-02-12 09:02:20 -05:00
Doug Schaefer
6fcb52fe97 Add real categories for templates. Organize selection in tree. 2012-01-27 13:41:24 -05:00
Andrew Gvozdev
1f4650fb61 Bug 210248 - test projects update, revert sample projects to MinGW
toolchain

This reverts commit 8cc8d861c8.
2011-11-24 12:30:37 -05:00
Christian W. Damus
8cc8d861c8 Bug 210248 - test projects update 2011-11-22 19:38:11 -05:00
Christian W. Damus
a3dd98987a Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change

Conflicts:
	build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/AdditionalInput.java
2011-11-21 21:56:38 -05:00
Andrew Gvozdev
2a1cddd716 auto-clean: @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-17 17:34:21 -05:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1 Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60 Changed the execution environment to JavaSE-1.6 2011-10-17 16:44:49 -07:00
Doug Schaefer
ea1b3639c4 Fix up the MBS core test dependencies. 2011-09-14 11:22:13 -04:00
Andrew Gvozdev
c1d7d96f91 Incremented build plugin versions for Juno 2011-09-06 14:27:46 -04:00
Doug Schaefer
8687aa726c MBS core tests need the GNU tool definitions. 2011-07-07 10:39:51 -04:00
Doug Schaefer
1745485853 Turn on UI Harness for MBS core tests. 2011-07-06 10:27:24 -04:00
Andrew Gvozdev
6bbc31c7a2 bug 312835: CDT build settings which are set at the folder level are
ignored in certain situations - restored reverse sorting plus
unit tests adjusted
2011-07-02 02:25:38 -04:00
Doug Schaefer
6eff5311d7 More tests for the Maven build. 2011-06-29 14:30:07 -04:00
Andrew Gvozdev
acf993572f compilation warnings 2011-04-26 21:46:32 +00:00
Andrew Gvozdev
0a90b65e97 bug 222817: [Contribution] <enablement and applicability calculator support with Option Category
Patch from Miwako Tokugawa
2011-04-25 04:38:22 +00:00
Andrew Gvozdev
3cebf36b79 compilation warnings 2011-03-11 23:37:05 +00:00
Chris Recoskie
71900424e1 Bug 279633 - Add ability to override command-generation for a build-option 2011-03-09 02:24:52 +00:00
James Blackburn
b5742a5a4c Bug 303953 - Deleted linked resource in managed project is still being built.
- Fix test on Windows.
2011-02-16 18:05:39 +00:00
Andrew Gvozdev
98559b4f80 bug 337264: JUnit failure: managedbuilder - 3 failures on Linux related to spaces in *.d files 2011-02-15 23:33:06 +00:00
James Blackburn
3f7e96cb4b Allow test proejcts which aren't compressed in zip files. zip files aren't repository friendly, nor can they be easily examined in the IDE. 2011-01-28 12:47:25 +00:00
James Blackburn
20f08c565e Beef up the test to check the CDT variable managers. 2011-01-27 17:33:40 +00:00
James Blackburn
1821d8be1b Bug 335476 - CDT build doesn't notice cdt.core.prefs is modified externally. Test added. 2011-01-26 18:09:48 +00:00
James Blackburn
a7da2de702 Compiler warnings + Generics 2011-01-25 12:31:21 +00:00
James Blackburn
513a9a614f Compiler warnings + Generics 2011-01-25 12:09:34 +00:00
James Blackburn
5c176c24e2 Remove unused BaseTestCase 2011-01-25 10:53:50 +00:00
James Blackburn
094a51f44a Bug 303953 - Deleted linked resource in managed project is still being built.
- Ensure that subdir.mk is re-generated when last file has been removed from a directory + test
  - Add scaffolding for managedbuilder.core regression tests
2011-01-24 16:07:59 +00:00
Andrew Gvozdev
c02ebb3cb8 bug 328780: NPE when compiler options are displayed 2010-10-27 02:28:20 +00:00
Andrew Gvozdev
c1d17327f3 bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
Andrew Gvozdev
dc5d147ab5 bug 232373: testGenerateCommandLineInfoParameters re-added 2010-10-23 19:14:51 +00:00
Andrew Gvozdev
1c064087e4 bug 319779: Unnecessary imports
patch from Petri Tuononen
2010-07-16 14:08:09 +00:00
Andrew Gvozdev
73ea2efa7d bug 319769: Unnecessary type casts
patch from Petri Tuononen
2010-07-14 14:02:35 +00:00
Andrew Gvozdev
dbe5a12393 bug 319777: Missing @Override annotations
patch from Petri Tuononen
2010-07-14 13:51:53 +00:00
Andrew Gvozdev
aa7a3e8243 bug 318581: Use of deprecated org.eclipse.core.runtime.PluginVersionIdentifier discontinued.
Patch from Petri Tuononen.
2010-07-08 20:57:13 +00:00
Vivian Kong
20dd9ee139 Bug 315439 Fix up copyright 2010-06-02 19:48:27 +00:00