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

6031 commits

Author SHA1 Message Date
Markus Schorn
6ecb92cf5b Attempt to fix 2 JUnit failures that occur on the build machine, only. 2007-06-19 12:26:44 +00:00
Markus Schorn
46ca41bc94 Removes an assertion. 2007-06-19 12:26:18 +00:00
Markus Schorn
40fbdf2c1c Fix for 189299, stack overflow in name resolution. 2007-06-19 11:54:30 +00:00
Anton Leherbauer
41bb71eaa4 Fix for 193298: [Indenter] Wrong indentation of bit fields 2007-06-19 11:26:20 +00:00
Markus Schorn
1ec487930f Fix for 193152, ArrayOutOfBoundsException in name resolution. 2007-06-19 08:48:46 +00:00
Anton Leherbauer
5adf724d8e Final fix for 192412: [Indenter] Improve indenter heuristics 2007-06-19 08:28:46 +00:00
Markus Schorn
f0b4d7ac80 Fix for 107821, StackOverflowError during indexing. 2007-06-19 07:19:51 +00:00
Anton Leherbauer
d5b6be5359 Partial fix and tests for 192412 2007-06-18 14:40:09 +00:00
Markus Schorn
aca7156c0c Fix for 193112, ClassCastException in binding resolution. 2007-06-18 14:16:45 +00:00
Markus Schorn
2912b67a36 Fix for 193088 by Gerhard Schaber, NPE using workspace-root as include entry. 2007-06-18 13:34:12 +00:00
Andrew Ferguson
e9f535bcfa tidy up and doc unit test helper methods 2007-06-18 13:31:38 +00:00
Markus Schorn
ff970aefd8 Fix + Testcase for 192787, proposal shows anonymous type of a parameter. 2007-06-18 13:00:51 +00:00
Anton Leherbauer
f5841dcac0 Fix for 192866: Include at wrong position in Outline 2007-06-18 12:54:31 +00:00
Andrew Ferguson
38595a611f improve error handling in order to determine why some unit tests are failing on overnight build 2007-06-18 12:50:24 +00:00
Markus Schorn
0975958fca Attempt to fix 2 JUnit failures that occur on the build machine, only. 2007-06-18 07:57:25 +00:00
Doug Schaefer
58c019fe95 Try to fix test failure due to classformatexception. 2007-06-15 15:18:26 +00:00
Mikhail Sennikovsky
42b622ae87 Fix for cdt variable (Build Macros) functionality 2007-06-15 14:27:59 +00:00
Markus Schorn
d09c6cad1e Fix for 192834, missing location for struct-members in Open Element dialog. 2007-06-15 12:22:25 +00:00
Markus Schorn
50a30712fb Fixes a NPE in the TypeSelectionDialog. 2007-06-15 11:14:51 +00:00
Anton Leherbauer
3aace937cf Fix for 192808: Source hover has problems with K&R style arguments 2007-06-15 09:58:46 +00:00
Markus Schorn
d94281c9ff Fix for 192707, presentation of include nodes with duplicate (linked) resources. 2007-06-15 09:27:30 +00:00
Markus Schorn
3025d9e338 Fix+Testcase for 192352, duplicates in 'Open Declaration' 2007-06-15 08:23:10 +00:00
Anton Leherbauer
33bf35f24f Fix for 192664: NPE in CReconciler 2007-06-15 06:58:38 +00:00
David Inglis
0a9f69a04c fixes problem with binaries showing up multiple time in project view.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183825
2007-06-14 20:19:22 +00:00
Doug Schaefer
81bcb26800 Fix up copyrights. 2007-06-14 20:10:17 +00:00
Doug Schaefer
5bb6232e14 Fix up copyrights. 2007-06-14 19:36:57 +00:00
Doug Schaefer
3a9a7e6e6c Fix up copyrights. 2007-06-14 18:10:16 +00:00
Doug Schaefer
7227bf1492 Fix up copyrights. 2007-06-14 18:04:00 +00:00
Mikhail Sennikovsky
15620e0b89 1. JavaDoc foxes for [Bug 191913] ICProjectDescriptionManager.getProjectDescription returns null
2. make the setProjectDescription throw CoreException instead of IllegalArgumentException in case of the inability to aquire the root rule
2007-06-14 18:02:57 +00:00
Mikhail Sennikovsky
d8ba0d98a9 Fix for [Bug 192423] Project conversion should NOT occur in case the tool-chain definition is not installed 2007-06-14 16:40:26 +00:00
Markus Schorn
ca372582f4 Attempt to fix 189300, NPE in name resolution. 2007-06-14 14:29:24 +00:00
Oleg Krasilnikov
fe8f413c4a Bug #192187 2007-06-14 13:42:48 +00:00
Markus Schorn
5f0a6852c9 Fix & testcase for 192639, AssertionFailedError in parser. 2007-06-14 13:31:49 +00:00
Mikhail Sennikovsky
1d64d99f2c Fix to [Bug 192397] DBCS3.3: unable to save customized preferences of make file project from Masayuki Fuse <fuse@jp.ibm.com> with some modifications 2007-06-14 13:20:11 +00:00
Andrew Ferguson
75e338c2f8 191251: fix names improperly resolving to bindings relating to self-referencing typedefs 2007-06-14 12:46:06 +00:00
Anton Leherbauer
6760d0c61d Fix for 182637: Error is logged when selecting "Build configurations" in the Customize Perspective dialog 2007-06-14 12:11:39 +00:00
Markus Schorn
80bf74ca93 Improved error reporting for exceptions in name-resolution during indexing. 2007-06-14 12:01:39 +00:00
Markus Schorn
2870b81e2c Fix for 192636, ClassCastException in name resolution. 2007-06-14 11:55:09 +00:00
Andrew Ferguson
97f8327c2a fix intermittent failures in PDOM tests 2007-06-14 10:32:54 +00:00
Markus Schorn
00b6127937 Fix tests: avoid using getFocusControl(), returns null on build machine. 2007-06-14 09:45:42 +00:00
Andrew Ferguson
3fdfd1e46b 192437: apply fix 2007-06-13 16:39:58 +00:00
Markus Schorn
542e0f2fdd Updated copyright notice. 2007-06-13 15:44:47 +00:00
Markus Schorn
7e9519c643 Fix for 191251 by Gerhard Schaber, relative paths to linked folders in includes. 2007-06-13 15:43:59 +00:00
Markus Schorn
881c7e3e22 Fix for 191981 by Mikhail Sennikovsky, indexer not running on new projects. 2007-06-13 13:23:30 +00:00
Markus Schorn
bd08d38101 Fixes linux-specific failures in the automated ui-tests. 2007-06-13 12:59:12 +00:00
Anton Leherbauer
90c5f04bd5 Fix for 192415: Outline view sometimes does not populate 2007-06-13 12:44:04 +00:00
Markus Schorn
33fc7cd057 Allows to relaunch testsuites from the JUnit view. 2007-06-13 11:21:02 +00:00
Oleg Krasilnikov
2d15781430 Bug #192187 2007-06-13 10:17:23 +00:00
Markus Schorn
d32b854322 Fix for 192358, NPE in search. 2007-06-13 09:07:44 +00:00
Anton Leherbauer
2f99eaf29c Fix for 191823: [Indent] Indentation issues with shift right operator 2007-06-13 08:42:16 +00:00