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

1925 commits

Author SHA1 Message Date
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
Andrew Gvozdev
d6c4fd9d5f bug 305041: compilation warnings 2010-03-09 23:31:21 +00:00
Andrew Gvozdev
a2fd559aec cleanup: JavaDoc/compiler warnings 2010-03-09 22:53:14 +00:00
Doug Schaefer
0c26d91b94 New Import Existing Code Wizard. 2010-03-09 21:00:10 +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
Andrew Gvozdev
a60aa3940a bug 303410: [API] cdt.make.ui.NewMakeProjectPreferencePage and friends are obsolete
removed accidental commit
2010-03-09 14:36:05 +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
84a7310e5a bug 213920: cygwin path resolver does not work for "locked" registry in windows 2010-03-08 05:35:44 +00:00
Andrew Gvozdev
48a94a750c bug 213920: cygwin path resolver does not work for "locked" registry in windows
patch from Marc-Andre Laperle
2010-03-08 05:22:37 +00:00
Andrew Gvozdev
c7745df080 bug 195572: Environment PATH error under MINGW and CDT 4.0
Patch from Marc-Andre Laperle
2010-03-08 04:40:01 +00:00
Andrew Gvozdev
caa20b4d37 bug 303900: Cygwin 1.7 is Not detected on the CDT system.
Patch from Marc-Andre Laperle
2010-03-04 17:51:55 +00:00
Andrew Gvozdev
ef1c9cc92b bug 303410: [API] cdt.make.ui.NewMakeProjectPreferencePage and friends are obsolete 2010-03-03 04:16:28 +00:00
Andrew Gvozdev
736f816334 bug 197949: Trivial typo in "Building Targets.:"
Trivial patch from Marc-Andre Laperle
2010-03-02 03:31:29 +00:00
Andrew Gvozdev
c9cae79c98 cleanup: warnings fixed - generics etc. 2010-02-26 19:17:01 +00:00
Andrew Gvozdev
52d70f117f cleanup: warnings fixed - generics etc. 2010-02-26 19:05:11 +00:00
Andrew Gvozdev
02335bb8a6 cleanup: warnings fixed - generics etc. 2010-02-26 18:44:24 +00:00
Vivian Kong
8ff63ab2c3 Bug 303481 - change update site for helios 2010-02-26 15:54:53 +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
Andrew Gvozdev
8a6292bcf4 bug 301732: When a Hello World project is created, open generated file automatically
Patch from Marc-Andre Laperle
2010-02-22 15:46:36 +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
70629e88a9 cleanup: @Override 2010-02-21 16:15:07 +00:00
Andrew Gvozdev
9792eb18f1 bug 289169: Organize build preferences under Build Settings page 2010-02-21 14:45:20 +00:00
Andrew Gvozdev
b94f2c2a1c bug 289169: Organize build preferences under Build Settings page 2010-02-21 05:21:56 +00:00
Andrew Gvozdev
56f7fff484 bug 303416: Preference tab Multiple Configurations Edit is different 2010-02-21 04:40:51 +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
James Blackburn
a50c714e81 Bug 302881 move #testReferences to cdt.core testsuite (CConfigurationDescriptionExportSettings) as there's no managedbuild specific functionality tested. 2010-02-16 12:58:11 +00:00
Andrew Gvozdev
9893d467ce bug 298590: Restore Defaults does not quite restore Folder Settings 2010-02-16 02:50:58 +00:00
Andrew Gvozdev
eec11c475f bug 214218: deprecation 2010-02-10 17:38:55 +00:00
Markus Schorn
3e23c44676 Bug 302109: NPE on selection changes. 2010-02-10 08:41:57 +00:00
Andrew Gvozdev
01cef9b0e9 bug 241178: MakeTargetManager implementation should allow to manage arbitrary IMakeTarget not assuming concrete MakeTarget type 2010-02-10 03:55:42 +00:00
Andrew Gvozdev
7bcc902d24 bug 296406: remove dummy class MakeBuilderUtil 2010-02-09 03:11:39 +00:00
Andrew Gvozdev
9628c72b74 bug 292007:remove obsoleted method compareBenchmarks() 2010-02-09 02:56:59 +00:00
Andrew Gvozdev
3b4c6e2a81 cleanup: Javadoc, fields visibility 2010-02-09 02:48:25 +00:00
Andrew Gvozdev
d248a3697f @since tag 2010-02-09 02:46:46 +00:00
Andrew Gvozdev
0ad2be372f cleanup: generics, JavaDoc tags, loops 2010-02-09 02:24:08 +00:00
Andrew Gvozdev
88548c7e81 bug 295148: MakeTargetManager does not scale for Makefiles with a large number of Make Targets
Patch from Jeff Johnston
2010-02-09 02:19:57 +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