1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

2498 commits

Author SHA1 Message Date
Andrew Gvozdev
4f2f3a918d Ability to parse build output running project build from subfolder in
Make Target view
2011-11-03 18:49:15 -04:00
Andrew Gvozdev
503f335c19 Checking for unexpected log entries (exceptions) in tests. 2011-11-02 17:45:50 -04:00
Andrew Gvozdev
568cdaa634 More traces disabled 2011-11-02 17:45:37 -04:00
Andrew Gvozdev
9cc7592a82 Merge branch 'master' into sd90 2011-11-01 23:19:32 -04:00
Andrew Gvozdev
babba4a0a7 AbstractBuiltinSpecsDetector to execute() on registering,
no more IResourceChangeListener
2011-10-30 14:41:02 -04:00
Andrew Gvozdev
5d7f9bf015 AbstractBuiltinSpecsDetector as IResourceChangeListener 2011-10-28 23:17:52 -04:00
Andrew Gvozdev
3f9cdb6fb8 Revised BOP and Specs Detectors interface hierarchy -
replaced interfaces with abstract classes
2011-10-28 17:47:56 -04:00
Andrew Gvozdev
66e7277289 Revised BOP and Specs Detectors interface hierarchy -
moved classes to appropriate packages
2011-10-28 17:02:52 -04:00
Andrew Gvozdev
2c1de87ac0 Exported language settings providers test suites 2011-10-28 14:13:05 -04:00
Andrew Gvozdev
493c726802 Renamed test suites 2011-10-28 13:09:22 -04:00
Andrew Gvozdev
470ce6cd41 Fixed bug breaking JUnit test 2011-10-20 17:23:32 -04: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
bd795fa6c8 Bumped up CDT version from 8.0 to 8.1 to make it easily
distinguishable from the 8.0.x. We may change the version to 9.0
later.
2011-10-19 18:06:14 -07:00
Andrew Gvozdev
08529151de Workaround for ${workspace_loc:/prj-name} returned by builder 2011-10-19 18:29:21 -04:00
Sergey Prigogin
c3d94d1bf2 Switched to Java 1.6. 2011-10-17 20:57:43 -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
Marc Khouzam
04d4f11b53 Bug 360846: Extra space in build command 2011-10-14 05:48:39 -04:00
Andrew Gvozdev
c617df3475 bug 360283: Discovery command does not work if workspace name has
spaces
2011-10-09 13:57:27 -04:00
Andrew Gvozdev
e314ac4b68 Added simplified global console (MessageConsole) for
AbstractBuiltinSpecsDetector
2011-09-29 10:16:57 -04:00
Andrew Gvozdev
427ba73a16 fixed problem when Spec Detectors owned by configuration won't serialize
properly
2011-09-29 09:40:03 -04:00
Andrew Gvozdev
ddde8b7b3b Merge remote branch 'cdt/master' into sd90 2011-09-27 16:45:18 -04:00
Andrew Gvozdev
14939e4ab6 bug 355601: Make Targets Not Found In Nested Folders 2011-09-26 12:15:42 -04:00
Eugene Ostroukhov
b30bb21b53 bug 358835: Tools Settings page forgets selected node 2011-09-26 10:47:05 -04:00
Andrew Gvozdev
239163d34f Merge remote branch 'cdt/master' into sd90 2011-09-23 18:17:23 -04:00
Andrew Gvozdev
6a63d0325f bug 358605: No environment variables imported to new cfg while importing
configuration from another project in Manage Configurations dialog
2011-09-22 15:29:47 -04:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Andrew Gvozdev
6d6ddb397d bug 358605: Cosmetics. Renamed some local variables, fixed warnings,
changed wording in error message.
2011-09-22 14:06:24 -04:00
John Cortell
dabef579a2 Bug 354194 - My previous fix accidentally prevented the creation of the config info map entry for the project root folder, thus scanner discovery preferences were no longer being persisted. This adjustment adds an exeption for that rcinfo. 2011-09-19 14:18:35 -05:00
Marc-Andre Laperle
4e00674583 Bug 292534 - [New Project Wizard] Phantom page appears while navigating
pages back and forth
2011-09-17 12:01:56 -04:00
Andrew Gvozdev
8ba7dba9e9 Merge remote branch 'cdt/master' into sd90 2011-09-15 17:25:39 -04:00
Andrew Gvozdev
36ffaae0d0 permissions mismatch 2011-09-14 23:53:10 -04:00
Doug Schaefer
ea1b3639c4 Fix up the MBS core test dependencies. 2011-09-14 11:22:13 -04:00
Andrew Gvozdev
c82202c144 test to run SpecsDetectors globally without a project 2011-09-14 11:18:11 -04:00
Andrew Gvozdev
7fc11c53c4 Removed an attempt to present entries in resource hierarchy for BOP
providers. It should be OK to keep it on per-file bases as there is no
duplication/memory bloating which has been addressed in
LanguageSettingsSerializable.
2011-09-13 14:58:27 -04:00
Andrew Gvozdev
25687e1b6c Turn off MBS provider for New Project Makefile "Other" 2011-09-13 12:12:32 -04:00
Andrew Gvozdev
d29e766785 Do not create default legacy SD profile when LSP functionality is
enabled
2011-09-12 15:40:19 -04:00
Andrew Gvozdev
28fec5efe6 Using cfgDescription.getLanguageSettingForFile() in
MBSLanguageSettingsProvider
2011-09-12 10:25:12 -04:00
Andrew Gvozdev
e5fb5bf1c0 utility function to get languages from ICResourceDescription 2011-09-09 12:51:23 -04:00
Andrew Gvozdev
51c3ece9b3 Merge remote branch 'cdt/master' into sd90 2011-09-07 18:33:20 -04:00
Andrew Gvozdev
881fc3304b bug 357018: Languages column in Paths&Symbols tab shows Content Type
instead of language name
2011-09-07 18:09:27 -04:00
Andrew Gvozdev
20e689bd27 Use ILanguage rather than ILanguageDescriptor for getName() 2011-09-07 16:12:32 -04:00
Andrew Gvozdev
6b8862e5c0 Merge remote branch 'cdt/master' into sd90 2011-09-06 18:19:56 -04:00
Andrew Gvozdev
c1d7d96f91 Incremented build plugin versions for Juno 2011-09-06 14:27:46 -04:00
Andrew Gvozdev
00302deed6 Better legacy and compatibility support 2011-09-06 11:26:09 -04:00
Doug Schaefer
bca8fe06a1 Fix poms for tycho 0.13. 2011-09-02 20:48:39 -04:00
Chris Recoskie
53e62ebcc5 Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 15:42:09 -04:00
Chris Recoskie
3d08050db8 Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 13:19:10 -04:00
Andrew Gvozdev
862d87074c Merge branch 'master' into sd90 2011-08-22 11:12:35 -04:00