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

85 commits

Author SHA1 Message Date
Andrew Gvozdev
6411690b76 Reverted previous mis-commit into this file 2012-04-03 18:30:48 -04:00
Andrew Gvozdev
cddee53cf1 Moved build-specific classes to managedbuilder (Warning: Incompatible
changes for existing workspaces)
2012-04-03 00:38:05 -04:00
Andrew Gvozdev
e157e1a63e More cleanup 2012-03-29 13:54:50 -04:00
Andrew Gvozdev
04bdc42203 More cleanup 2012-03-27 14:20:13 -04:00
Andrew Gvozdev
e219640575 some more cleanup 2012-03-27 09:52:50 -04:00
Andrew Gvozdev
0784585fe4 On rerun delete only own markers, some cleanup 2012-03-26 17:58:53 -04:00
Andrew Gvozdev
8638b31297 Adopted BuildRunnerHelper 2012-03-25 06:59:33 -04:00
Andrew Gvozdev
d9aa83d433 Renamed packages to contain "language.settings.providers" across all
plugins
2012-02-07 18:31:59 -05:00
Andrew Gvozdev
cfa3895aa3 Renamed providers IDs (Warning: Incompatible changes for existing
workspaces)
2012-01-24 13:41:28 -05:00
Andrew Gvozdev
aa67c9cce3 Count "false" as a default value for boolean properties 2011-12-19 23:26:18 -05:00
Andrew Gvozdev
70d4b2a2a8 relative paths attribute changed to boolean ("keep-relative-paths") 2011-12-19 18:11:44 -05:00
Andrew Gvozdev
2309ecabf0 Cleaned getProviderCopy() API, got rid of LanguageSettingsManager_TBD 2011-12-10 16:33:41 -05:00
Andrew Gvozdev
c37cfaa6b4 Move properties to LanguageSettingsBaseProvider, keep "parameter"
attribute in properties
2011-12-05 18:04:21 -05:00
Andrew Gvozdev
da8e44baef API cleanup & JavaDoc 2011-11-19 08:55:06 -05:00
Andrew Gvozdev
d444164f53 Merge remote branch 'cdt/master' into sd90 2011-11-17 23:03:48 -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
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
9cc7592a82 Merge branch 'master' into sd90 2011-11-01 23:19:32 -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
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
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
da2ab70bac Account for compiler path 2011-08-12 20:14:08 -04:00
Andrew Gvozdev
80e4cd9fc6 Test cases added 2011-08-03 23:34:46 -04:00
Andrew Gvozdev
64982d49e8 Sort LSE by kinds 2011-07-21 09:28:03 -04:00
Andrew Gvozdev
3bf0f468ad Cygwin Specs Detector using EFSExtensionProvider 2011-07-13 14:20:45 -04:00
Andrew Gvozdev
fbc67e72a2 Initial commit of new Scanner Discovery for CDT - bug 290631.
See prior history on GitHub https://github.com/angvoz/SD80/, branch sd80
2011-07-07 12:29:41 -04:00
Andrew Gvozdev
0699858e87 bug 319512: Missing type arguments compilation warnings 2011-03-11 23:32:45 +00:00
Anton Leherbauer
eb02ad7b69 Bug 338936 - Makefile parsers don't close the input streams 2011-03-07 16:24:27 +00:00
Vivian Kong
8d24bacec8 Bug 315439 Fix up copyright 2010-06-02 20:16:00 +00:00
Andrew Gvozdev
09e2717298 compilation warnings 2010-05-04 04:24:40 +00:00
Andrew Gvozdev
068c62ae83 compilation warnings 2010-04-30 04:24:13 +00:00
Andrew Gvozdev
de1302afa7 JavaDoc settings 2010-04-29 17:30:03 +00:00
Andrew Gvozdev
54db699cd8 compilation warnings 2010-04-29 05:00:07 +00:00
Andrew Gvozdev
20cf87bb19 bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.make.core 2010-02-08 03:27:48 +00:00
Andrew Gvozdev
f9fcabfe8d bug 288036: cdt-build plugins compilation settings are too lax
remove null pointer access warning due to false triggering after assertNotNull checks
2009-10-09 00:42:23 +00:00
Andrew Gvozdev
0f82f86fa9 bug 226419: [Scanner Discovery] "Other toolchain" projects attempt scanner config discovery 2009-09-03 17:50:32 +00:00
Andrew Gvozdev
c240c7fe35 bug 288036: cdt-build plugins compilation settings are too lax 2009-08-30 00:57:03 +00:00
Andrew Gvozdev
ad8ac8d4f8 compiler warnings 2009-08-30 00:21:00 +00:00
Vivian Kong
c921a8f760 update copyrights 2009-05-27 15:34:50 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Anton Leherbauer
00cce01cfc API cleanup in make plugins 2009-02-26 13:27:28 +00:00
Vivian Kong
4518d368aa bug 253574 - removing empty plugin.xml 2009-01-29 20:56:55 +00:00
Chris Recoskie
38fb615b8d RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to extend / override persistence mechanism
https://bugs.eclipse.org/bugs/show_bug.cgi?id=252966
2009-01-21 15:51:07 +00:00
Vivian Kong
8ffc518520 compile all test plug-ins into jars at root 2008-12-15 21:19:31 +00:00