1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

1939 commits

Author SHA1 Message Date
Markus Schorn
d0592246c4 Bug 307496: Add make target offered too often. 2010-03-30 09:18:35 +00:00
Andrew Gvozdev
55d9c94968 bug 300539: Add ability to specify filter-path to build-options that support browsing
Patch from Baltasar Belyavsky
2010-03-26 17:45:42 +00:00
Andrew Gvozdev
845bf5a063 bug 306708: Update project model with scanner info in CommonBuilder 2010-03-24 17:48:21 +00:00
Andrew Gvozdev
dc598d5a5d deprecated old classes for CDT 3.X projects 2010-03-23 03:43:02 +00:00
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
c5bb4beda7 cleanup: removed some JavaDoc warnings plus other cosmetics 2010-03-16 16:55:34 +00:00
Andrew Gvozdev
de881ce70d replaced configuration icon on "Select Configuration" page of New C/C++ Project Wizard with "classic" configuration icon. 2010-03-16 16:48:20 +00:00
Andrew Gvozdev
833ccaaee1 cleanup: deprecated class used for CDT 3.X style projects 2010-03-16 01:35:44 +00:00
Andrew Gvozdev
af6798c3e8 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 21:10:54 +00:00
Andrew Gvozdev
8c78cc1ed7 bug 303463: Building makefile project fails with "Error 141" (make) / IllegalArgumentException java exception 2010-03-12 18:24:24 +00:00
Doug Schaefer
6e45806355 Reused import existing as new with existing. Fixed title on import. 2010-03-11 21:11:41 +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
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