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

15826 commits

Author SHA1 Message Date
Andrew Gvozdev
9136250827 cleanup only: Java generics + enhanced loops 2009-11-05 15:46:04 +00:00
Mikhail Khodjaiants
45c8169b94 Removed obsolete comment. 2009-11-05 15:40:39 +00:00
James Blackburn
606c0a5e4f Bug 294046 Improvements to FileListControl
(multi-select, copy, paste, undo, redo, proj.rel paths, fix warnings).
2009-11-05 13:42:16 +00:00
Andrew Gvozdev
df4455cf1a bug 293569: [Make Target View] add Edit button in toolbar and Copy/Paste/Delete in context menu
Patch from Gaetano Santoro.
2009-11-05 13:26:18 +00:00
James Blackburn
a138124097 Bug 294316 RadioButtonsArea should update cache'd value when #setSelectedButton(int) is called 2009-11-05 13:19:50 +00:00
Markus Schorn
4d1f5c0b4d Failing testcase for bug 294306. 2009-11-05 13:15:49 +00:00
Emanuel Graf
e0573bc36d Provide a meaningful message if file is not on the build path. 2009-11-05 12:28:20 +00:00
Emanuel Graf
8b299df1e4 Provide a meaningful message if CRefactoring.checkInitialConditions() find an Error 2009-11-05 09:51:55 +00:00
Marc Khouzam
6efa4eac63 [285225] If there is not enablement in the plugin.xml file for a ToggleBreakpointfactor, it makes the plugin be loaded right away, which is not good. I'm reverting back to the enablement condition 2009-11-05 01:29:19 +00:00
Andrew Gvozdev
f2b3b42052 bug 294135: JUnit failures related to files with spaces in managedbuilder test suite
Fixed regression bug and updated benchmarks.
2009-11-04 23:00:48 +00:00
Mike Kucera
7400462cd0 Bug 293079 - Allow new C/C++ project wizard extension 2009-11-04 16:39:44 +00:00
Markus Schorn
daef4a8c6f Add include for methods, bug 239991. 2009-11-04 15:51:06 +00:00
Andrew Gvozdev
595fb79ac6 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.
2009-11-04 15:20:13 +00:00
Markus Schorn
8120ebe44f Array size determined by initializer expression, bug 294144. 2009-11-04 15:19:56 +00:00
Andrew Gvozdev
fa2c3fcdd0 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Non-64 version being deprecated
2009-11-04 15:00:30 +00:00
Andrew Gvozdev
24ce2c4fb4 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.
2009-11-04 14:47:43 +00:00
Andrew Gvozdev
d046afcb84 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Initial copy of non-64 MachO BinaryParser files
2009-11-04 14:33:52 +00:00
Markus Schorn
4d329afecd Mac specific kbd-shortcut, bug 294151. 2009-11-04 10:50:38 +00:00
Markus Schorn
7ac0ae1e69 More tracing for files indexed up front. 2009-11-04 10:46:30 +00:00
Andrew Gvozdev
050f7ed2c8 bug 275462: Build failed due to dependency files with spaces
Benchmark reverted back until bug 294135 is figured out
2009-11-04 02:48:58 +00:00
Andrew Gvozdev
2321c8338a bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Added missing empty lines to benchmarks to turn down noise on the console
2009-11-03 23:31:50 +00:00
Andrew Gvozdev
3d8d4261c6 bug 275462: Build failed due to dependency files with spaces
affected benchmark in a test case fixed
2009-11-03 22:17:35 +00:00
Andrew Gvozdev
e5e6d41831 bug 275462: Build failed due to dependency files with spaces
affected benchmark in a test case fixed
2009-11-03 22:08:47 +00:00
Markus Schorn
f43e16c9ea CV-Qualifiers and arrays, bug 293982. 2009-11-03 18:35:47 +00:00
Marc Khouzam
75e6f8510f [280461] Introduce a way to add extra executor depths to preserve the order of MI events and MI command results 2009-11-03 15:58:38 +00:00
Markus Schorn
29e5a63132 Function declared by use of a typedef, bug 86495. 2009-11-03 15:15:50 +00:00
Emanuel Graf
1b08bd261f FIXED - bug 290110: Source-> Implement Method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=290110
2009-11-03 13:52:32 +00:00
Markus Schorn
e620619660 Function declarations with typedefs in C, bug 86495. 2009-11-02 14:31:18 +00:00
Markus Schorn
64bae1cd11 F3 on built-in macro throws NPE, bug 293864. 2009-11-02 13:36:18 +00:00
Sergey Prigogin
9c64a0e733 Fix for bug 291821. 2009-11-01 05:59:13 +00:00
Sergey Prigogin
b5f2e60698 Avoid unneccessary object creation. 2009-10-31 22:58:24 +00:00
Sergey Prigogin
388ee55b6e Manual profiler for focused thread-specific profiling. 2009-10-31 22:39:04 +00:00
Sergey Prigogin
15a3ca473a Cosmetics. 2009-10-31 22:37:51 +00:00
Ken Ryall
9678044b11 Fixed issues with intermixing Addr32 and Add64's. 2009-10-30 20:56:12 +00:00
Ken Ryall
1cfc169c04 Avoid duplicate symbols of zero size. 2009-10-30 20:34:07 +00:00
Sergey Prigogin
e9a4ea6e19 Fixed ConcurrentModificationException. Bug 293822. 2009-10-30 20:11:08 +00:00
Randy Rohrbach
1a93930f72 Bugzilla 293812. 2009-10-30 19:07:41 +00:00
Andrew Gvozdev
dc414097e3 bug 293572: No schema found for org.eclipse.cdt.core.ScannerInfoProvider/BinaryParser extension points
Removed extension ScannerInfoProvider using non-existing class org.eclipse.cdt.core.index.export.ConfigurableScannerInfoProvider
2009-10-30 12:49:06 +00:00
James Blackburn
7df20adbb5 Bug 293247 Incorrect referenced artifact names 2009-10-29 16:50:34 +00:00
Andrew Gvozdev
cb676ddd09 bug 293572: No schema found for org.eclipse.cdt.core.ScannerInfoProvider/BinaryParser extension points 2009-10-29 16:44:43 +00:00
James Blackburn
dab890856f Bug 291905 RefsTab control visibility incorrect when multiple configurations are selected. 2009-10-29 16:34:53 +00:00
Markus Schorn
ed2b0017e9 Case insensitive searches, bug 293669. 2009-10-29 16:05:59 +00:00
James Blackburn
cee26c6a8f Test that all contributed external settings provided entries are persisted. 2009-10-29 16:05:37 +00:00
James Blackburn
f63630ee74 Bug 229085 / Bug 100844 - Project references should pick up -l library_name automatically.
- IOption#LIBRARIES mapped to cdt.core.settings entry LIBRARY_FILE
 -  Configuration sets up exported library file by default
 - JavaDoc + Generics
2009-10-29 16:03:05 +00:00
Markus Schorn
cf75226ce6 Include next directive, bug 286081. 2009-10-29 14:38:58 +00:00
James Blackburn
fc1f0fe229 Bug 270568 Tabs aren't visible when switching back from "All Configurations" 2009-10-29 14:23:07 +00:00
Markus Schorn
47b1557c1e Extended javadoc. 2009-10-29 09:05:04 +00:00
Markus Schorn
d550905a0d Restoring non-API methods of ITranslationUnit, providing public methods for accessing shared working copies, bug 293617. 2009-10-29 09:02:48 +00:00
James Blackburn
b2ab87de80 Add #toString to ExtData for item order stability in the table 2009-10-28 18:29:30 +00:00
James Blackburn
009d395fb7 Bug 293591 Settings entries for other tabs are lost on performing Edit / Remove action. Ensure that we preserve external settings for CSettingEntry types not known to the current tab. 2009-10-28 17:41:53 +00:00