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

1969 commits

Author SHA1 Message Date
Andrew Gvozdev
10c0826b58 compilation warnings 2010-04-29 02:06:32 +00:00
Andrew Gvozdev
25ded47847 compilation warnings 2010-04-29 01:52:57 +00:00
Andrew Gvozdev
97285f3b56 compilation warnings 2010-04-28 20:03:14 +00:00
Andrew Gvozdev
44f53ef53d compilation warnings 2010-04-28 19:51:17 +00:00
Andrew Gvozdev
d304fe4f57 compilation warnings 2010-04-28 19:40:14 +00:00
Andrew Gvozdev
ae1955efc0 compilation warnings 2010-04-28 19:31:34 +00:00
Andrew Gvozdev
906c0d3869 compilation warnings 2010-04-28 19:05:05 +00:00
Andrew Gvozdev
2c411b4045 compilation warnings 2010-04-28 18:45:16 +00:00
Andrew Gvozdev
06e6fa4f96 compilation warnings 2010-04-28 18:39:23 +00:00
Andrew Gvozdev
cd60bbb283 compilation warnings 2010-04-28 18:33:03 +00:00
Andrew Gvozdev
d05a0837ed compiler warnings 2010-04-28 17:30:14 +00:00
Vivian Kong
5d22a3c67a Bug 306627 - Fix license inconsistencies 2010-04-28 14:45:10 +00:00
James Blackburn
f6da41c466 Bug 115601 Add -include option to built-in MBS GNU toolchain. Add Paths & Symbols property page for editing paths of kind ICSettingEntry#INCLUDE_FILE (hidden by default) 2010-04-28 13:23:39 +00:00
Alena Laskavaia
b06a0cbd3a Bug 310672 Remove clones of PixelConverter and replaced with usage of org.eclipse.jface.layout.PixelConverter 2010-04-27 17:10:39 +00:00
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