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

16901 commits

Author SHA1 Message Date
Vivian Kong
10f32a5843 update copyright 2010-04-19 15:45:46 +00:00
Alena Laskavaia
86b9fb3e90 - removed unused dependency 2010-04-19 14:17:48 +00:00
John Cortell
f8d7eee520 [309234] DSF not as helpful as CDI on SEGV 2010-04-19 12:47:48 +00:00
John Cortell
959e7d3658 [309650] Turning on catchpoint while multi-threaded programs runs causes assertion 2010-04-19 11:58:40 +00:00
Andrew Gvozdev
138550be13 bug 309579: Organize Build Configuration items in context menu 2010-04-19 05:05:00 +00:00
Andrew Gvozdev
e514d04dfa JavaDoc corrected 2010-04-19 02:11:48 +00:00
L. Frank Turovich
06ce0b8fbe Revised Breakpoint Actions, Common Source Lookup, Editor, File Types, Debug, and Language Mapping preference panels for CDT-7.0. 2010-04-19 01:54:40 +00:00
Alena Laskavaia
01b33ac701 [309603] - annotations for codan problems 2010-04-19 01:22:05 +00:00
L. Frank Turovich
a7a536c6c1 Revised Appearance, Makefile Editor, Settings, Code Style, and Code Template pref panels 2010-04-18 19:17:49 +00:00
Alena Laskavaia
e4694d3d57 - optimized process of non-editor files 2010-04-18 19:10:11 +00:00
Andrew Gvozdev
3e9949a4eb removed warning about finalizing persistence in 7.0 2010-04-18 16:37:16 +00:00
L. Frank Turovich
fddcbd66a2 Add Build pref panel and related image 2010-04-18 16:18:11 +00:00
L. Frank Turovich
22c45ad73b Added 3 missing options and revised image for Appearance pref panel 2010-04-18 15:23:36 +00:00
L. Frank Turovich
6f275df810 Add test command-link to C/C++ preference page and command link image 2010-04-18 03:43:06 +00:00
Sergey Prigogin
145dc70ee6 Cosmetics. 2010-04-18 03:42:50 +00:00
Sergey Prigogin
13645705f8 Cosmetics. 2010-04-18 03:37:46 +00:00
Sergey Prigogin
3dbeea6a38 Comment adjustment. 2010-04-18 03:33:25 +00:00
Sergey Prigogin
165279718e Comment adjustment. 2010-04-18 03:30:28 +00:00
Andrew Gvozdev
c54d121030 cleanup: JavaDoc corrected 2010-04-18 03:15:53 +00:00
Sergey Prigogin
d8406010a1 Cosmetics. 2010-04-18 03:07:37 +00:00
Marc Khouzam
6bb5d3014f [308091] Added address to label. 2010-04-18 02:44:13 +00:00
Alena Laskavaia
ca52c0a338 - add sync to process methods of abstarct checker class because only one of checker is used and it can run in parallel 2010-04-18 02:28:39 +00:00
Alena Laskavaia
556a433366 - added catch by pointer as exception 2010-04-18 02:27:24 +00:00
L. Frank Turovich
1d2c6d0f73 Minor edits to page for clarity 2010-04-18 02:26:54 +00:00
Sergey Prigogin
a92398bdf6 Test case for bug 309564. 2010-04-18 00:50:34 +00:00
Mikhail Khodjaiants
a67b587f77 Bug 309212: No registers with HEAD. Workaround for gdb 7.0. 2010-04-17 21:42:13 +00:00
L. Frank Turovich
f2876e9a5c Revised Convert Projects page images and minor edits of content for clarity 2010-04-17 18:42:39 +00:00
L. Frank Turovich
e002f50ef6 Revised C/C++ preferences panel and image for 7.0 2010-04-17 18:05:06 +00:00
L. Frank Turovich
462fcf179d Revised Code Style page to match 7.0 2010-04-17 17:36:56 +00:00
Mikhail Khodjaiants
2a48888d7b Bug 309550: Newly added register group doesn't appear in the view 2010-04-17 17:30:07 +00:00
L. Frank Turovich
3e2049154b Revised Build Console pref panel to renamed Console pref panel with updated image. 2010-04-17 17:14:14 +00:00
L. Frank Turovich
23adfe83f4 Initial patch to bring Preferences section in TOC closer to matching M6 release 2010-04-17 17:04:12 +00:00
L. Frank Turovich
359536ac23 Added log action destination to page. 2010-04-17 16:02:00 +00:00
Alena Laskavaia
d540bb4801 - added cople more c stmt to cfg builder 2010-04-17 02:28:32 +00:00
Alena Laskavaia
5a5d22c50d - added more tests and support for goto/label statements 2010-04-17 01:58:12 +00:00
Doug Schaefer
0f78d0c5fd Added cdt.p2 to the main CDT feature to get it distributed on the train. 2010-04-16 19:47:11 +00:00
Doug Schaefer
c9e79b3d42 Fixed msys search algorithm for Wascana. 2010-04-16 16:22:19 +00:00
Doug Schaefer
820ca5640d Got rid of the debug info logs. 2010-04-16 02:39:13 +00:00
Doug Schaefer
2dd11e7f1e Added translate action. 2010-04-16 02:38:02 +00:00
Marc Khouzam
57b3b3f677 [309370] Remove code duplication and use the base clase code instead. 2010-04-15 18:25:52 +00:00
Marc Khouzam
e030eb3813 [284286] Committed trace record navigation icons since they are not properly included in patches 2010-04-15 17:55:46 +00:00
John Cortell
a93ec1e1d0 Should call the backend object's clearDebugContext() before calling its dispose(). 2010-04-15 15:50:53 +00:00
John Cortell
0a65cfc704 [309310] Disassembly view refactoring for CDI left Dsf's implementation with broken DSF event listeners 2010-04-15 13:54:06 +00:00
Marc Khouzam
17a3b5142f [309215] Missing guards against NPEs and against calling things after being disposed. 2010-04-15 13:37:35 +00:00
Alena Laskavaia
234a20224a - added support for break and continue 2010-04-15 02:22:56 +00:00
John Cortell
697b118ca5 Revert last commit. Reason: https://bugs.eclipse.org/bugs/show_bug.cgi?id=176636#c22 2010-04-14 23:11:01 +00:00
John Cortell
6cb03e08de Remove unintentional and unused plugin dependency 2010-04-14 17:45:05 +00:00
Mikhail Khodjaiants
a9a0949364 Warning cleanup. 2010-04-14 17:24:03 +00:00
Vivian Kong
21657d0594 Bug 306627 - Fix license inconsistencies 2010-04-14 15:16:15 +00:00
Vivian Kong
f5aa6deafd Bug 306627 - Fix license inconsistencies 2010-04-14 14:56:05 +00:00