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

18082 commits

Author SHA1 Message Date
John Cortell
be12c28504 Applied patch for [291312] Launch group are not terminated leading to significant leaks.
Also, numerous code improvements, including the simplification of LaunchElement to a PODS (plain old data structure)
2009-10-13 20:31:55 +00:00
John Cortell
48a0dbe690 Adjustment to previous fix so that it more likely addresses 291912 2009-10-13 20:27:07 +00:00
Vivian Kong
638311eff9 update feature numbers in buildsite.xml 2009-10-13 19:51:05 +00:00
John Cortell
df80ee1b69 Applied patch in: [236838] Cannot view large array variables due to OutOfMemoryError. 2009-10-13 18:40:51 +00:00
John Cortell
892e506a8e Continuation of last commit; forgot to delete unused CDT breakpoint. 2009-10-13 16:49:53 +00:00
John Cortell
337f549394 [289915] Race condition in CBreakpointManager.java. Also, applied the deadlock fix in rev 1.71 to two other similar locations, and made the logic in all three methods consistent (since they effectively do the same thing). Finally, I improved the logic in the 1.71 fix to consider the fact that the CBreakpoint may have been created on another thread while the lock was temporarily released. 2009-10-13 16:34:54 +00:00
James Blackburn
62212fa6ac [Performance] Setting TODO markers should be run in a WorkspaceJob rather than a Job to limit the number of resource change notifications fired by the platform. 2009-10-13 15:59:42 +00:00
Marc Khouzam
42ae2748df [291877] Potential deadlock because traces were using the executor. 2009-10-13 13:03:42 +00:00
Andrew Gvozdev
271832d5e4 bug 291869: Index out of bounds exception- if try to add DiscoveryOptionsBlock tab-cdt 6.0.1 2009-10-13 03:38:34 +00:00
Pawel Piech
9ee66f7728 Bug 291342 - Additional fix for race condition in launch event firing. 2009-10-12 15:49:14 +00:00
Ken Ryall
9ffb4cb9f7 Added "since" tag. 2009-10-12 13:53:53 +00:00
Andrew Gvozdev
0525ad390c bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated benchmarks to match CDT 6.0
2009-10-11 21:26:10 +00:00
Andrew Gvozdev
be88dc4a60 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated benchmarks to match CDT 6.0
2009-10-11 17:34:03 +00:00
Sergey Prigogin
be4c1f9cf2 Filtering by visibility for content assist. Second attempt. Bug 172305. 2009-10-11 06:24:20 +00:00
Sergey Prigogin
76f3a77313 Comment adjustments. 2009-10-11 06:22:33 +00:00
Andrew Gvozdev
8ca2d38570 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated benchmarks to match CDT 6.0
2009-10-11 04:50:55 +00:00
Andrew Gvozdev
8ae8b431bc bug 212596: JUnit failures in cdt.managedbuilder.test.suite
added EOL after last line
2009-10-11 04:50:23 +00:00
Andrew Gvozdev
33038927b7 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
more heuristics
2009-10-11 04:47:24 +00:00
Andrew Gvozdev
344430ef99 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
added BuildSystem40Tests.suite()
2009-10-11 04:46:57 +00:00
Andrew Gvozdev
1200887049 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks/ out of archive
2009-10-11 04:46:30 +00:00
Andrew Gvozdev
ed09e98990 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
wrong condition ignoring failures after passed check - fixed
2009-10-11 02:27:22 +00:00
Andrew Gvozdev
a183b1abbd bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Benchmarks/ moved out of archive
2009-10-11 01:30:45 +00:00
Andrew Gvozdev
c97abde779 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
added printout of exception
2009-10-11 01:30:25 +00:00
Andrew Gvozdev
3769377fb6 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Added quotes to accommodate names with spaces for diff command
2009-10-11 01:29:24 +00:00
Sergey Prigogin
29f917fa8f Rolled back fix for bug 172305 to reimplement it separately from name lookup. 2009-10-10 18:41:54 +00:00
Andrew Gvozdev
07339a8260 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Benchmarks/ moved out of archive
2009-10-10 15:58:17 +00:00
Andrew Gvozdev
0c776079d1 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
More heuristics added to makefile compare algorithm
2009-10-10 03:21:40 +00:00
Andrew Gvozdev
a6da33292e bug 212596: JUnit failures in cdt.managedbuilder.test.suite
cleanup: java generics etc.
2009-10-10 03:20:55 +00:00
Andrew Gvozdev
bc1f0e9f10 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks/ out of archives
2009-10-10 02:11:38 +00:00
Marc Khouzam
8870c36bd5 [291342] The jobs in DsfLaunch must actually be scheduled :-) 2009-10-10 00:38:59 +00:00
Mike Kucera
30f1693315 fix compiler errors in lrparser caused by bug 231859 2009-10-09 19:55:31 +00:00
Andrew Gvozdev
94e6fe0fa7 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Changes to ignore order in makefile $(RM) command
2009-10-09 17:43:08 +00:00
John Cortell
939b63d177 Potential fix for [291912] Eclipse hangs while debugging qt apps with default installation. 2009-10-09 15:52:54 +00:00
James Blackburn
dbdf6703ef Bug 291887 Allow build configurations to reference other configurations in the same project 2009-10-09 14:37:11 +00:00
James Blackburn
f9aa9d90d7 Bug 291751 Build project action causes referenced projects to be built twice. 2009-10-09 12:08:51 +00:00
Markus Schorn
16944a0de7 Arithmetic conversions for unary and binary expressions, bug 231859. 2009-10-09 12:04:23 +00:00
James Blackburn
1ccd6348b9 Bug 291886 build output from referenced projects is discarded 2009-10-09 11:51:31 +00:00
Andrew Gvozdev
f9fcabfe8d bug 288036: cdt-build plugins compilation settings are too lax
remove null pointer access warning due to false triggering after assertNotNull checks
2009-10-09 00:42:23 +00:00
John Cortell
4a942b7640 [291684] Equip monitors with a monitor traceback (when tracing) 2009-10-08 22:57:25 +00:00
Andrew Gvozdev
bd20ae7286 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Java generics and other cleanup
2009-10-08 21:44:21 +00:00
Andrew Gvozdev
6700e5b1b3 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks folders from archives outside to be able to enjoy CVS diff command
2009-10-08 21:18:16 +00:00
Marc Khouzam
91d786f13e [291754] Avoid race condition by waiting for the stopped event as soon as we have the launch 2009-10-08 20:07:53 +00:00
Marc Khouzam
f1088d2f5e [291754] gdbserver should part of the launch to make sure it is killed at the end of each testcase 2009-10-08 18:58:44 +00:00
James Blackburn
f42306ff24 Bug 212373 Display up to 5 configs + projects in the build project button tooltip 2009-10-08 16:21:12 +00:00
Markus Schorn
2bc7bae4a4 Pushes commonalities of c and c++ into IBasicType, bug 231859. 2009-10-08 16:13:54 +00:00
Marc Khouzam
8eafa2bdd7 [291754] gdbserver is always started on the localhost. 2009-10-08 14:28:22 +00:00
Marc Khouzam
94e929ae01 [291754] When doing a REMOTE debugging session, the tests should launch gdbserver. 2009-10-08 14:23:18 +00:00
Markus Schorn
70d30d88f4 Modifying project properties freezes UI, bug 291737. 2009-10-08 13:59:38 +00:00
Anton Leherbauer
26b56b3fff [291479] [debug view] FullStackRefreshEvent should be scheduled when suspended event is received 2009-10-08 08:36:22 +00:00
Andrew Gvozdev
9283fb4363 bug 291690: DiscoveryTab.java isn't properly protected against internal array being null
Patch from Jeff Johnston
2009-10-08 01:33:50 +00:00