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

14375 commits

Author SHA1 Message Date
Markus Schorn
215d87e7ae Fixes endless loop of content assist within c-initializer clause, bug 230389. 2008-05-07 09:13:03 +00:00
Markus Schorn
b8817c486c The project scanner discovery has to append (rather than prepend) system includes to the search path, bug 226228. 2008-05-07 07:05:42 +00:00
John Cortell
1f35172785 Updated to provide clarity on the use of TEMPORARY as a special-case, bit-wise qualifier. 2008-05-06 21:01:02 +00:00
Mike Kucera
3f5cccb36d fixed problems with DOM parser running in LR parser suite 2008-05-06 19:43:14 +00:00
Mike Kucera
72312ab02a Added several core parser tests to the LR parser test suite 2008-05-06 14:47:33 +00:00
Alena Laskavaia
5a0701efaa bug 118100 - moving breakpoints types in ICBreakpointTyped 2008-05-06 13:51:32 +00:00
Mikhail Khodjaiants
2cac1ea941 API change in AbstractHandler. 2008-05-06 12:44:44 +00:00
Markus Schorn
1318ab37dd Fix for template type resolution bug 229917. 2008-05-06 12:40:24 +00:00
Andrew Ferguson
e100fce79a add test for missing problems when using a template name as a type name in a declaration (see 207840) 2008-05-06 12:08:53 +00:00
Markus Schorn
94d7f9594a Show in include browser for external files with multiple projects, bug 230032. 2008-05-06 10:45:56 +00:00
Anton Leherbauer
4bf9d0cd24 Follow up fix for 228063 2008-05-06 10:16:19 +00:00
Andrew Ferguson
35e40a0f8e 229992: add flag for deletion 2008-05-06 09:50:27 +00:00
Ted Williams
3d4405ffaf .qualifier was missing from version field 2008-05-05 21:27:54 +00:00
Alena Laskavaia
c6ce322757 pr 98684 - ui updates and validator - patch from Andy 2008-05-05 21:07:00 +00:00
Mike Kucera
df1f2e40e1 fix for parsing example 162230, template specializations in class body 2008-05-05 18:53:16 +00:00
Mike Kucera
17931aa374 fixed bug with content assist not working on top level named type specifier 2008-05-05 18:13:05 +00:00
Ted Williams
ba74c32151 [229914] Implement Update Policy support for Memory View 2008-05-05 17:15:05 +00:00
Ted Williams
d80c8cbb3a [229914] Implement Update Policy support for Memory View 2008-05-05 15:02:54 +00:00
Mike Kucera
1a60090ab9 fixed bug with completion token not being recognized 2008-05-05 14:43:04 +00:00
Anton Leherbauer
36b57b7212 Fix JUnit tests 2008-05-05 14:40:34 +00:00
Anton Leherbauer
518b582cd0 Fix for 229774: Code Formatter makes invalid code for throw 2008-05-05 14:39:04 +00:00
Markus Schorn
20896516c8 Fixes java-doc problems. 2008-05-05 13:17:00 +00:00
Markus Schorn
1ca9b63fb7 Removes unnecessary imports. 2008-05-05 11:35:21 +00:00
Sergey Prigogin
60ec3f2f22 Moved save actions to a separate group. Enabled both save actions by default. 2008-05-04 04:32:39 +00:00
Oleg Krasilnikov
558f2d69fd No need for performHelp() now 2008-05-04 03:44:02 +00:00
Sergey Prigogin
a511b16508 Fixed bug 176906. 2008-05-04 03:25:31 +00:00
Sergey Prigogin
b0849e06bf Partial fix for bug 229917. 2008-05-04 00:35:11 +00:00
Sergey Prigogin
7f19b400e8 Code cosmetics. 2008-05-03 20:13:52 +00:00
Oleg Krasilnikov
72a6aa01fc Bug # 222179 : 'Build project' type depends on selection 2008-05-03 09:39:17 +00:00
Oleg Krasilnikov
8d88fb418e Bug # 223832 : Clean with internal builder ignores success of clean command 2008-05-03 09:32:27 +00:00
Oleg Krasilnikov
4ea32ecc49 Bug # 228018 : Resource Configuration for non-toolchain consumed file breaks build. 2008-05-03 09:26:45 +00:00
Oleg Krasilnikov
be0117f55a Bug # 229771: Usability: Bad Environment preference dialog layout 2008-05-03 09:21:11 +00:00
Oleg Krasilnikov
0010c4d7b8 Bug # 229809 : NPE in Build Variables global preferences tab 2008-05-03 07:30:52 +00:00
Sergey Prigogin
d8bfd60f62 Fixed compilation errors with Eclipse 3.4M7. 2008-05-03 06:05:09 +00:00
Sergey Prigogin
cb8d8d3a37 Fixed compilation errors with Eclipse 3.4M7. 2008-05-03 05:49:21 +00:00
Pawel Piech
1d77fd5491 [229674] - [view model] Assertion error in DefaultVMContentProviderStrategy.updateChildrenWithCounts 2008-05-02 23:47:55 +00:00
Pawel Piech
6d882f8fb7 [214384] - [debug view] When a program runs to completion, the debug target still shows it as running. 2008-05-02 23:44:27 +00:00
Ted Williams
3a557eade1 [229914] Implement Update Policy support for Memory View 2008-05-02 22:42:09 +00:00
Pawel Piech
409994f93a [214389] - [source lookup][debug view] After terminating a suspended process, the IP remains in editor. 2008-05-02 22:05:46 +00:00
John Cortell
bbf8808238 Provide new breakpoint type constant and provide detailed explanation of all types. New types set the ground for Freescale hardware breakpoint solution (post Ganymede) 2008-05-02 21:39:00 +00:00
Randy Rohrbach
b80e85ffde Bugzilla 205603 & 221899. 2008-05-02 20:16:34 +00:00
Mike Kucera
82df35cc3e Template rebind tests now pass 2008-05-02 19:21:21 +00:00
Alena Laskavaia
8a4f9177cd bug 229946 - applied Andy's patch - advanced UI support for hardware lunch 2008-05-02 18:14:50 +00:00
Marc Khouzam
34baaa437d Bug 228265
Allow a DSF Attach launch without needing cdt.launch
2008-05-02 17:56:46 +00:00
Marc Khouzam
ff33479c3d Bug 228265
Remove org.eclipse.cdt.launch dependency from org.eclipse.dd.gdb.ui
Mostly copy/paste from cdt.launch.  A cleanup would eventually be nice.
2008-05-02 16:03:31 +00:00
Mike Kucera
749ea13431 fixed problem with "template<class T, class U = T>" not parsing correctly 2008-05-02 15:30:01 +00:00
Andrew Ferguson
0c05265d7d 223521: fix for race condition encountered in GeneratePDOM.run 2008-05-02 14:54:05 +00:00
Andrew Ferguson
3fb7973084 229942: add test 2008-05-02 13:38:10 +00:00
Randy Rohrbach
55369d3ccb Bugzilla 221899 2008-05-02 12:55:39 +00:00
Randy Rohrbach
7ce469c07f Bugzilla 229812 followup 2008-05-02 12:53:13 +00:00