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

1955 commits

Author SHA1 Message Date
James Blackburn
3660472c4c Bug 309909 Headless build import should treat relative paths as relative to the cwd
Verify that the Workspace isn't already locked, as done by IDEApplication, to prevent unsafe shared access to one workspace by multiple Eclipse instances.
2010-04-26 14:37:23 +00:00
Andrew Gvozdev
5dcf417442 bug 309579: Organize build items in context menu
removed Build All Configurations item which did not appear in the menu (neither in CDT 5.0 nor in 6.0)
2010-04-19 16:46:25 +00:00
Andrew Gvozdev
138550be13 bug 309579: Organize Build Configuration items in context menu 2010-04-19 05:05:00 +00:00
Doug Schaefer
c9e79b3d42 Fixed msys search algorithm for Wascana. 2010-04-16 16:22:19 +00:00
Vivian Kong
f5aa6deafd Bug 306627 - Fix license inconsistencies 2010-04-14 14:56:05 +00:00
Andrew Gvozdev
a41dc7b70e bug 230185: made package internal:
org.eclipse.cdt.managedbuilder.ui.actions -> org.eclipse.cdt.managedbuilder.internal.ui.actions
2010-04-14 14:07:32 +00:00
Andrew Gvozdev
1fe815d140 bug 230185 comment #16 patch: add to project a popup menu to clean all / selected configurations 2010-04-14 13:30:11 +00:00
Warren Paul
d346fcd041 fixed validateProjectName logic. 2010-04-13 23:23:40 +00:00
James Blackburn
868b8f9a8a Bug 230185 Add Clean All / selected configurations to project pop-up 2010-04-13 13:09:00 +00:00
Andrew Gvozdev
e15c6eccb9 cleanup: added missing label 2010-04-13 02:03:51 +00:00
Andrew Gvozdev
68008019f6 bug 308640: "Run Last Make Target" feature does not work unless used from context menu first 2010-04-12 22:16:10 +00:00
Andrew Gvozdev
d1273a1f0e bug 293704: refactored for cleaner self-documented code 2010-04-12 03:01:44 +00:00
Andrew Gvozdev
58eaef33c6 cleanup: compilation warnings 2010-04-12 02:50:57 +00:00
Andrew Gvozdev
28ffaab1ff bug 293704: Arguments of build command are lost in Create/Modify Dialogs when builder settings are used
Patch from Axel Mueller
2010-04-11 17:56:43 +00:00
Andrew Gvozdev
dd621839a6 cleanup: compilation warnings 2010-04-08 15:48:41 +00:00
Andrew Gvozdev
c5b2bfd909 cleanup: compilation warnings 2010-04-05 01:36:56 +00:00
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