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

12295 commits

Author SHA1 Message Date
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
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
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
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
Mikhail Khodjaiants
532bcc93b8 Bug 228063: applied patch from Pawel Piech (WindRiver). 2008-05-02 12:23:21 +00:00
Sergey Prigogin
72f98fc936 Added a test case for bug 229917. 2008-05-02 06:27:34 +00:00
John Cortell
756df1f7d5 fixed 229793. avoid CCombo glitch 2008-05-01 15:29:01 +00:00
Mike Kucera
5ef40f0eff added token mapping to CPPBuildASTParserAction 2008-05-01 15:07:12 +00:00
Alena Laskavaia
af61802112 - added couple more of working catchpoints: fork, vfork and exec 2008-05-01 14:25:50 +00:00
Andrew Ferguson
ad109d4108 move to new-style framework 2008-05-01 12:51:21 +00:00
Andrew Ferguson
0247034741 move to new-style framework 2008-05-01 12:44:27 +00:00
John Cortell
83332ab6f8 Fix NPE in action adapters when editor is not fed by a file. 2008-04-30 22:57:21 +00:00
Alena Laskavaia
cfc37b5788 - fix problem where Note is not fully visible on linux 2008-04-30 20:54:54 +00:00
Alena Laskavaia
deff99d336 - use headline capitalization for titles 2008-04-30 20:54:21 +00:00
Alena Laskavaia
09127f27fd - renamed CDT build variable to Build Variable (same name used in Properties)
- capitalize some other titles
2008-04-30 20:47:58 +00:00
Alena Laskavaia
8143e89a59 - fixed NPE on Linux 2008-04-30 20:43:11 +00:00
Alena Laskavaia
8d8ae63dbe - compact control 2008-04-30 19:45:31 +00:00
Alena Laskavaia
812ba9ad6f update to use Headline capitalization for buttons 2008-04-30 19:45:03 +00:00
Alena Laskavaia
5f473ad36f - fixed warning and committed compiler settings file in the project 2008-04-30 18:48:28 +00:00
Alena Laskavaia
db0177b4b1 - make remaining property page use Headline style capitalization 2008-04-30 18:48:00 +00:00
Anton Leherbauer
457ccce1be Bug 228653: [scalability mode] additional options 2008-04-30 17:50:37 +00:00
Mike Kucera
f3ee65691f bug 229482, keyword completion proposals based on ILanguage 2008-04-30 15:16:41 +00:00
Oleg Krasilnikov
77b47297cf Bug #188120 Allow working sets to select Debug/ release active config 2008-04-30 10:28:06 +00:00
Alena Laskavaia
77ee511229 - created "latest" symlink for the current latest build 2008-04-29 18:37:05 +00:00
Mike Kucera
6890b6b24e renamed a lot of the LR parser tests 2008-04-29 17:50:47 +00:00
Markus Schorn
4b12c3a302 Fix warnings. 2008-04-29 17:24:45 +00:00
Markus Schorn
344265a6a1 Fixes cost comparison, bug 226877. 2008-04-29 17:23:34 +00:00
Alena Laskavaia
14e8eb91d4 - fixed warnings/errors 2008-04-29 16:53:07 +00:00
Oleg Krasilnikov
f4e51cdab2 NPE fix 2008-04-29 16:52:09 +00:00
Alena Laskavaia
a43de426a4 - added debugModelId for breakpoint contribution 2008-04-29 16:11:48 +00:00
Vivian Kong
62da8bcc26 update install instruction and features description 2008-04-29 15:56:06 +00:00
Oleg Krasilnikov
f4162abcc0 Bug # 229339 : Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension 2008-04-29 15:45:40 +00:00
Vivian Kong
44ef37f350 bug 189220 - provide more information on preferred tool chains for accessibility 2008-04-29 15:34:41 +00:00
Oleg Krasilnikov
a3f8615631 Caps 2008-04-29 15:11:42 +00:00
Markus Schorn
4d9362d8a9 Fix for extracting template functions by Emanuel Graf, bug 229275. 2008-04-29 14:54:16 +00:00
Mike Kucera
9d02c0dd0a fix for ICPPASTVisibilityLabel spelling 2008-04-29 14:29:45 +00:00
Oleg Krasilnikov
f2eb9b43ad Caps 2008-04-29 14:25:11 +00:00