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

12728 commits

Author SHA1 Message Date
Sergey Prigogin
2e490426a7 Fixed compiler warnings. 2008-09-15 06:35:52 +00:00
Sergey Prigogin
9167b518f8 Fixed a typo. 2008-09-15 00:38:32 +00:00
Emanuel Graf
76159f066d FIXED - bug 246921: NPE in ChangeGenerator when extracting constant
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246921 patch from Tom Ball
2008-09-11 19:29:59 +00:00
Chris Recoskie
91141bd408 RESOLVED - bug 234860: New Project Wizard using "folders" for project type selection is totally unintuitive
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234860
2008-09-11 15:48:14 +00:00
Sergey Prigogin
00a2461140 Bug 108489. 2008-09-10 22:40:19 +00:00
Sergey Prigogin
8ab0defef2 Bug 230214. 2008-09-10 20:54:09 +00:00
Emanuel Graf
06eb3b7f29 FIXED - bug 246061: [Refactoring] why can I select a visibility when extracting a const
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246061
2008-09-10 14:36:22 +00:00
Markus Schorn
4e8f520b7c Symbolic links in include search path, bug 246524. 2008-09-08 15:17:57 +00:00
Vivian Kong
6f6afbdada Bug 234952 - truncation in Macro Expansion hover 2008-09-08 14:08:37 +00:00
Anton Leherbauer
18aa42e195 Bug 246363 - IllegalArgumentException while typing 2008-09-08 11:00:22 +00:00
Markus Schorn
cce773e663 Handles keywords in expression evaluator, bug 246369. 2008-09-08 08:39:33 +00:00
Markus Schorn
8d99a621b3 Handles 'true' and 'false' in expression evaluator, bug 246369. 2008-09-08 08:06:20 +00:00
Anton Leherbauer
6184a53e92 Bug 244050 - AssertionFailedException in QuickDiff prevents save 2008-09-05 10:32:14 +00:00
Emanuel Graf
507c732870 FIXED - bug 246058: [Refactoring] issues generating getters setters with 2 classes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246058
2008-09-05 09:41:08 +00:00
Emanuel Graf
4cdb7e40c9 FIXED - bug 246062: [Refactoring] NPE extracting a constant from an inlined method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246062
2008-09-05 09:33:57 +00:00
Anton Leherbauer
21c07ecee5 Bug 242335 - Eclipse Ganymede hangs on startup - follow up 2008-09-05 08:19:56 +00:00
Markus Schorn
7046aff5b1 Using index for rename refactoring started off the editor, bug 245636. 2008-09-04 09:28:36 +00:00
Mike Kucera
07a880257d fix for bug 245443, standalone indexer needs to provide a Scanner Info object when parsing files up front 2008-09-03 21:22:02 +00:00
Vivian Kong
5b5efea7eb bug 245974 - fixing copyright image 2008-09-03 14:52:26 +00:00
Markus Schorn
8e72b07f59 Syntax error with constructor initializer, bug 245070. 2008-09-03 09:49:53 +00:00
Markus Schorn
f39d829c21 Correct hashCode and equals for special nodes in call hierarchy, bug 244987. 2008-09-02 12:45:04 +00:00
Markus Schorn
db8b15aacf NPE invoking rename refactoring, bug 244866. 2008-09-02 11:15:55 +00:00
Markus Schorn
63563deaf8 Fixes a NPE, bug 244384. 2008-09-02 09:05:26 +00:00
Markus Schorn
35c7928f5e Allow for indexing fortran files, bug 242607. 2008-09-02 07:55:25 +00:00
Vivian Kong
8121fa7e3b patch for bug 245421 from Beth Tibbitts 2008-08-28 18:18:51 +00:00
Vivian Kong
d1ce8a4369 patch for bug 245421 from Beth Tibbitts 2008-08-28 15:53:55 +00:00
Emanuel Graf
45e948890f replace selection marker, test code is now valid cpp code. 2008-08-27 13:27:24 +00:00
Emanuel Graf
94419b71d1 missing since tags 2008-08-27 13:02:35 +00:00
John Cortell
e123e11d87 Restore support for a program specification that is a linked resource 2008-08-26 23:17:04 +00:00
Vivian Kong
54d0aeb51f update build script to tag lrparser.tests and upc.tests 2008-08-26 18:35:13 +00:00
Sergey Prigogin
b4981a7e62 Fixed spelling of reverseConstantPropagationLookup (245053). 2008-08-25 01:14:00 +00:00
Sergey Prigogin
e9629b194e Bug 245049. Also fixed test14_8_2_4s7. 2008-08-25 00:39:02 +00:00
Sergey Prigogin
bc2382f2ca toString method. 2008-08-25 00:08:17 +00:00
Sergey Prigogin
9acb20d524 Test case for bug 245049. 2008-08-24 19:44:04 +00:00
Sergey Prigogin
ca322a621a Bug 245030. 2008-08-24 04:03:05 +00:00
Sergey Prigogin
e8efeee1b0 Test case for bug 245030. 2008-08-23 23:26:34 +00:00
Sergey Prigogin
cfe64d83a6 Failing test case for bug 245027. 2008-08-23 19:23:47 +00:00
John Cortell
68cbb7177b Fixed warning; unused import 2008-08-21 16:54:09 +00:00
John Cortell
263d85a58d Add strings used by the recently added Move To Line action (forgot to commit this earlier) 2008-08-21 12:09:52 +00:00
John Cortell
6d4d1d2bed The program executable would be expandable (in the Modules view) only if it lived in the output directory of a CDT project. It should be expandable as long as it's anywhere in a CDT project. I fixed this for shared libraries last month, and realized today the same issue is happening for the program executable. This refactors that earlier solution to fix both cases. It also fixes an NPE that would happen if the shared library was in a non-CDT project, or outside the workspace altogether. 2008-08-20 22:13:45 +00:00
John Cortell
f98068dadf Adjustment to last commit. Use project referenced in the launch config rather than the one stored in the field 'project' (copy&paste goof). 2008-08-20 21:04:48 +00:00
John Cortell
c2c4bc613c Slight organizational improvement to last commit (consolidate two checks into one). 2008-08-20 20:57:26 +00:00
John Cortell
b9f5b7a7d4 Support specifying the program as a relative path pointing outside the project directory. This is currently blocked merely because of shortcomings in the validation logic. There is no hard requirement otherwise for the executable to be in the project directory. In fact, the code I'm tweaking already supports the program being specified as an absolute path. Not allowing a relative path to the same location (or any other valid location) doesn't make sense. 2008-08-20 20:50:17 +00:00
John Cortell
c178e29335 Fix for 244605. User loses use of LC editor if user stores a progam path in launch configuration that points outside the project directory ("../something", e.g.). Also, fixed Generics warnings. 2008-08-19 20:13:59 +00:00
John Cortell
43c51f933f Fix for 244605. User looses use of LC editor if user stores a progam path in launch configuration that points outside the project directory ("../something", e.g.). Also, fixed Generics warnings. 2008-08-19 19:40:23 +00:00
Alena Laskavaia
8e64dbaaa5 PR: 215492 - moved to external package 2008-08-18 14:13:35 +00:00
Alena Laskavaia
c1438bceb5 PR: 109999 - use variable substitution for gdb command 2008-08-18 13:38:34 +00:00
Chris Recoskie
8ffdab73fe fixing accidental use of package visibility for makeArray() 2008-08-15 15:53:40 +00:00
Mike Kucera
3c6df72408 updated UI plugin version to 5.1 2008-08-14 19:12:05 +00:00
Ken Ryall
736c7a5e69 Reopen when the file "found" is in the workspace. 2008-08-14 15:31:25 +00:00