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

16154 commits

Author SHA1 Message Date
James Blackburn
a44d15b73d Keep workspace relative paths as absolute as before: ${workspace_loc:/proj/...} instead of ${workspace_loc:proj/...} 2009-11-11 09:45:04 +00:00
James Blackburn
1ae62f2a77 FIx warnings + generics (no functionality change) 2009-11-10 22:46:19 +00:00
James Blackburn
934fb1975d Fix for testDescription test. The test previously tried to set some includes on all setting entries on the root folder. In bug 229085 / 100844 libs are now contributed back as a LIRARY_FILE setting entry. Assert that storing includes in libs entry doesn't persist. 2009-11-10 22:40:01 +00:00
Ken Ryall
dcd0c58abf Bug 159955, enable the source not found editor for DSF. 2009-11-10 22:06:46 +00:00
Andrew Gvozdev
f3ca785ec5 bug 285347: JUnit failure: managedbuilder BuildDescriptionModelTests
Regression fixed (new build resource created for the same
resource)
2009-11-10 20:56:04 +00:00
Randy Rohrbach
7bd060b64d Bugzilla 294779. 2009-11-10 19:16:21 +00:00
Markus Schorn
14d210a876 Let the lexer work on an abstract class rather than on char[], bug 294430. 2009-11-10 15:13:19 +00:00
Anton Leherbauer
7e5c056111 [294351] Fix leaking service tracker 2009-11-10 12:21:23 +00:00
Markus Schorn
ff4609c895 Ordering of files parsed up front, bug 294180. 2009-11-10 12:17:23 +00:00
Markus Schorn
f0383cf814 Further alignment of template argument deduction with c++-specification, follow up for bug 294539. 2009-11-10 10:57:12 +00:00
Anton Leherbauer
cb50de1748 [294605] [disassembly view] Exception from toggle breakpoint action after viewer refresh 2009-11-10 09:24:44 +00:00
Anton Leherbauer
cddf441f70 Ignore all generated extension point html files. 2009-11-10 08:13:44 +00:00
Pawel Piech
695c6aab00 Bug 294351 - Add debug hover support for DSF 2009-11-10 00:08:13 +00:00
Pawel Piech
f6f269dcf3 Replaced an invalid assertion with a comment. 2009-11-10 00:02:54 +00:00
Marc Khouzam
060abcbbfd [294660] When we moved from DD to CDT, the test binaries stopped being updated in the workspace 2009-11-09 20:07:05 +00:00
Marc Khouzam
9b2ec95028 [275193] A typo slipped in. The default gdbserver should be "gdbserver" and not "gdbserver.7.1" which does not exist yet 2009-11-09 19:33:14 +00:00
Markus Schorn
57150dcb15 Function template ordering, bug 294539. 2009-11-09 17:47:02 +00:00
Mikhail Khodjaiants
8d5a128bc4 Bug 294448: Path Mapping dialog issues. Pass the content of the "Local file system path" field to the directory dialog. 2009-11-09 17:19:17 +00:00
Markus Schorn
dfc2e4f842 Safe type representation for index, bug 294306 2009-11-09 15:42:58 +00:00
Anton Leherbauer
fd76393f9e Bug 208522 - ProcessList only displays processes associated with a controlling terminal, patch by Boris Pruessmann 2009-11-09 14:44:25 +00:00
Sergey Prigogin
0c123289d2 Fixed indentation of pasted text. Bug 294566. 2009-11-09 07:30:32 +00:00
Sergey Prigogin
9ec2df2c3c Cosmetics. 2009-11-09 04:12:28 +00:00
Andrew Gvozdev
0fa6bf2bdc cleanup: spaces 2009-11-07 03:32:56 +00:00
Andrew Gvozdev
3957659789 cleanup only: Java generics, loops to enhanced, spaces, dead code 2009-11-07 03:04:24 +00:00
Andrew Gvozdev
1725ca8c6b bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Fix for BinaryParserPage from Marc-Andre Laperle
2009-11-06 19:44:23 +00:00
Anton Leherbauer
fcbf489459 Bug 177018 - Move actions to new top level Source menu 2009-11-06 13:58:49 +00:00
Anton Leherbauer
e80914811e Bug 293634 - Improve ToggleBreakpointAdapter.getCElementFromSelection 2009-11-06 10:24:34 +00:00
Andrew Gvozdev
842fa12cbf bug 290292: CDT internal error in Build Settings
Patch from Marc-Andre Laperle
2009-11-05 22:47:07 +00:00
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