Andrew Gvozdev
61da6659ce
bug 306708: IScannerInfoConsoleParser.startup is call multiple times even if nothing needs to be compiled
...
Made ScannerConfigBuilder run only on FULL_BUILD event and configurable in properties.
2010-03-23 02:59:42 +00:00
Andrew Gvozdev
d1005fa487
debug option to track build events
2010-03-22 17:05:48 +00:00
Andrew Gvozdev
f47d420171
cleanup: JavaDoc warnings
2010-03-11 18:16:36 +00:00
Andrew Gvozdev
fed65b3655
bug 294106: Save CDT Build Console output into a file
...
Patch from Dmitry Kozlov
2010-03-11 18:04:41 +00:00
James Blackburn
06980d14fb
Tidy: using CopyOnWriteArrayList no need to duplicate listener list during notify.
2010-03-10 20:42:21 +00:00
John Cortell
c389d6d748
[303735] Adjustment to last fix (patch from Serge Beauchamp)
2010-03-10 17:12:18 +00:00
James Blackburn
31f47aedf1
Bug 305146 Thread-safety of ManagedBuildManager BuildInfo.
...
- setLoadedBuildInfo on proj desc load & apply
- volatile ManagedBuildInfo fields which might be accessed in an unsafe way
- HeadlessBuilder gets configuration names from core model so it's not caught in these races.
- JavaDoc + Generics + warnings
2010-03-10 13:09:35 +00:00
James Blackburn
31fa034325
Warnings & generics
2010-03-09 16:34:18 +00:00
James Blackburn
28d8d197e3
Warnings & generics
2010-03-09 16:25:44 +00:00
James Blackburn
98c77050c7
Headless import: when checking whether project is directly under workspace root, use URIUtil.append rather than URI.resolve (which strips the last segment if it doesn't end in '/')
...
Headless build: wait for outstanding jobs to finish *before* restoring auto-build preference during finally (otherwise we'll wait for a full build we didn't request to take place...)
2010-03-08 13:14:35 +00:00
Andrew Gvozdev
c9cae79c98
cleanup: warnings fixed - generics etc.
2010-02-26 19:17:01 +00:00
Andrew Gvozdev
02335bb8a6
cleanup: warnings fixed - generics etc.
2010-02-26 18:44:24 +00:00
Andrew Gvozdev
4735712764
bug 295625: Error highlighting in Build Console
...
patch from Dmitry Kozlov
2010-02-25 20:53:51 +00:00
John Cortell
414a66ba52
[303735] Tool.getAllInputTypes() logic to override super tool's input types is buggy
2010-02-25 17:06:32 +00:00
James Blackburn
e78dc0a109
Bug 303488 Add -importAll /path/to/projectTree switch to headless builder to support importing all projects under a directory.
2010-02-22 15:06:10 +00:00
James Blackburn
f253064060
Bug 281397 Headless builder should support build configuration selection. Add support for specifying the project_name/build_config using regular expression syntax.
2010-02-22 12:54:39 +00:00
Andrew Gvozdev
c1165cf212
bug 303095: Remove deprecated IOption.overridesOnlyValue()
2010-02-19 16:55:17 +00:00
Andrew Gvozdev
42a0f65b76
cleanup: added MultiItemsHolder.DEBUG to control debug output on the console
2010-02-19 05:14:42 +00:00
Andrew Gvozdev
5eec05f77f
cleanup: casts from/to Object suppressed
2010-02-17 17:40:19 +00:00
Andrew Gvozdev
e9c9d7353a
cleanup: JavaDoc warnings and casts
2010-02-17 17:37:23 +00:00
Andrew Gvozdev
e59e5d549d
cleanup: JavaDoc warnings a bunch
2010-02-17 17:28:29 +00:00
Andrew Gvozdev
b91139e868
bug 288489: [API] [cdt.managedbuild.core] Add getLibraryFiles method to IOption interface
...
Patch from Emilio U. Giuffrida
2010-02-17 16:38:49 +00:00
James Blackburn
4a27c4fc9d
Fix Generics + warnings
2010-02-17 12:26:22 +00:00
Andrew Gvozdev
eec11c475f
bug 214218: deprecation
2010-02-10 17:38:55 +00:00
Andrew Gvozdev
7bcc902d24
bug 296406: remove dummy class MakeBuilderUtil
2010-02-09 03:11:39 +00:00
Andrew Gvozdev
6f30d79326
cleanup: generics
2010-02-09 02:06:17 +00:00
Andrew Gvozdev
e17ccaca75
cleanup: generics
2010-02-09 02:01:02 +00:00
Andrew Gvozdev
ec0f826863
bug 300707: Add ability to specify file-extension filter for build-options that support file browsing
...
Patch from Baltasar Belyavsky
2010-02-08 23:01:45 +00:00
Andrew Gvozdev
71d3fcac0f
bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.make.core
...
added check for malformed tags
2010-02-08 02:57:08 +00:00
Andrew Gvozdev
18cef6322e
bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.managedbuilder.core
...
Oops @noimplement was meant
2010-02-08 02:56:15 +00:00
Andrew Gvozdev
973abf0454
bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.managedbuilder.core
2010-02-07 17:14:29 +00:00
Vivian Kong
6d906f69c5
externalize strings in plugin.xml in various plugins
2010-02-01 16:23:38 +00:00
Andrew Gvozdev
f7abbce100
bug 296904: Split MakeErrorParser to regex style GmakeErrorParser and CWDLocator
2010-01-29 06:34:42 +00:00
Andrew Gvozdev
d9bb636ab9
typo fixed
2010-01-28 22:36:03 +00:00
Andrew Gvozdev
7260a252be
cosmetics: generics and other warnings
2010-01-21 02:49:25 +00:00
Andrew Gvozdev
28fece0258
cosmetics: @Override and other warnings
2010-01-21 02:43:49 +00:00
Marc Khouzam
9f8f168496
Fixed missing @since tag
2010-01-19 20:57:12 +00:00
Andrew Gvozdev
d4001e3423
bug 250686: changes in debug and optimization level flags not propagated to folder
2010-01-19 20:54:26 +00:00
Andrew Gvozdev
ba952b0604
bug 300016: JUnit failure: wrong benchmark for ManagedBuildCoreTests20.testProjectUpdate20_Update
2010-01-19 15:17:24 +00:00
Andrew Gvozdev
6b08d237f0
cosmetics: @Override
2010-01-19 15:05:15 +00:00
Andrew Gvozdev
72c4ef20af
cosmetics: PLUGIN_ID made public, enhanced loops and other warnings
2010-01-18 21:50:22 +00:00
Andrew Gvozdev
cddcfe7160
cosmetics: enhanced loops etc
2010-01-18 21:44:35 +00:00
Andrew Gvozdev
53596ee098
cosmetics: dead code commented out
2010-01-18 21:23:11 +00:00
Andrew Gvozdev
367a0ee6cd
cosmetics: ehnanced loops etc
2010-01-18 21:15:42 +00:00
Andrew Gvozdev
3e29fc70a1
cosmetics: ehnanced loops etc
2010-01-18 20:08:52 +00:00
Andrew Gvozdev
e6d91ec735
cosmetics: ehnanced loops etc
2010-01-18 19:20:00 +00:00
Andrew Gvozdev
8b4fc1b893
cosmetics: fixed some warnings - @Override, unnecessary casts, JavaDoc tags
2010-01-18 16:30:35 +00:00
Andrew Gvozdev
98c037d7a1
fixed a problem with previous revision
2010-01-06 04:59:12 +00:00
Andrew Gvozdev
fe25c0fa66
cleanup: a few more warnings fixed, mostly null pointer ones
2010-01-06 04:35:19 +00:00
Andrew Gvozdev
f1173ce9a8
bug 294878: JUnit failure: managedbuilder BuildDescriptionModelTests.testDesTestgnu21_exe
2010-01-06 04:15:14 +00:00