Andrew Ferguson
3fdfd1e46b
192437: apply fix
2007-06-13 16:39:58 +00:00
Andrew Ferguson
0257c07538
192165: add testcase for possibly related Stackoverflow
2007-06-12 15:23:27 +00:00
Doug Schaefer
b2059b4a5b
Trying to fix an encoding error that's occuring on the build machine.
2007-06-12 03:09:00 +00:00
Doug Schaefer
8987faad57
Trying to fix an encoding error that's occuring on the build machine.
2007-06-12 02:49:07 +00:00
Doug Schaefer
7f60c033c4
Trying to fix an encoding error that's occuring on the build machine.
2007-06-12 02:12:04 +00:00
Doug Schaefer
3649b1333b
Trying to fix an encoding error that's occuring on the build machine.
2007-06-12 02:01:12 +00:00
Doug Schaefer
7bdad6cd04
Trying to fix an encoding error that's occuring on the build machine.
2007-06-12 01:45:43 +00:00
Andrew Ferguson
7c00a4e656
191679: fix typos
2007-06-11 16:22:24 +00:00
Mikhail Sennikovsky
f535244b89
1. Follow-up for fix for [Bug 188764] make it posible to apply the "isCDTProjectCreating" ICProjectDescription with no configurations
...
2. test for the above functionality
2007-06-08 17:50:12 +00:00
Andrew Ferguson
25213bca9f
191679: add some unit tests
2007-06-08 17:24:53 +00:00
Mikhail Sennikovsky
a032fbd206
1. Fix NPE in the New Project Wizard
...
2. Fix to [Bug 189125] [New project model] Stroage modules don't get copied
3. Fix to build path settings
2007-06-08 16:00:45 +00:00
Andrew Ferguson
6eede83893
177917: add test for directive within namespace, declared in referencing file
2007-06-07 12:46:08 +00:00
Andrew Ferguson
b92596a0ae
177917: have composite bindings also implement ICPPDelegateCreator
2007-06-07 12:28:01 +00:00
Doug Schaefer
97504b356a
Bug 177917 - Implement delegates so that using types and such work.
2007-06-06 22:33:02 +00:00
Doug Schaefer
e7795ac42c
Pref got automagically updated by someone.
2007-06-06 15:41:39 +00:00
Markus Schorn
4caaa19d5a
Improved testcase for bug 190241
2007-06-05 11:43:05 +00:00
Markus Schorn
cda496da2c
Fix for 190730, Navigating functions containing a typedef to an anonymous type in the parameter list.
2007-06-05 11:06:35 +00:00
Andrew Ferguson
d4e0d5c793
186736: add fix and regression test for case where the lhs of the operator is a pointer, and overloads should not be searched
2007-06-05 09:07:18 +00:00
Markus Schorn
4f99b62ebd
Fix for 190241, ClassCastException in template parameter resolution.
2007-06-04 15:32:25 +00:00
Andrew Ferguson
0283fa673d
177917: add unit tests
2007-06-04 09:16:25 +00:00
Chris Recoskie
faad9fa343
Several patches for C99 parser from Mike Kucera.
2007-06-01 20:51:54 +00:00
Markus Schorn
65b9130f64
Fix for 167833, failure to parse 'int32 f(int32 (*p));'
2007-05-31 14:35:24 +00:00
Markus Schorn
fb0d03553c
Created testcases for 178405, parsing rather simple function declaration.
2007-05-31 13:02:48 +00:00
Andrew Ferguson
6410925da8
188274: apply fix
2007-05-31 11:43:46 +00:00
Andrew Ferguson
3840ecf156
188274: add a testcase for the reported CCE, plus a testcase for a related failure
2007-05-31 10:36:15 +00:00
Mikhail Sennikovsky
d118d88beb
1.Fix for [Bug 189125] [New project model] Stroage modules don't get copied
...
2. small bug-fixes
2007-05-30 14:53:23 +00:00
Markus Schorn
a03112ed99
Fix for 79459 by Sergey Prigogin, Task tags for CDT.
2007-05-30 11:08:06 +00:00
Mikhail Sennikovsky
43e78cee49
1. Fix for [Bug 189277] Workbench Build Behaviour isn't persisted accross workbench restarts
...
2. Mark the cproject description as modified in case the session properties are changed
3. Basics for allowing the empty (with no configurations) project description in case the icCdtProjectCreating state is true
2007-05-28 15:43:52 +00:00
Andrew Ferguson
ec8a6daaa4
prework: refactor clones, add further template composite bindings (currently unused)
2007-05-25 10:16:18 +00:00
Markus Schorn
c8dce15ce0
Extends fix for 180168 (using shared AST) to search.
...
Extends fix for 183973 (plain C in C++-project) to content-assist, hyperlink-detector, search and source-hover.
2007-05-25 09:23:10 +00:00
Andrew Ferguson
6c578aa80c
add a class specialization test, ensure an ast test uses fresh files
2007-05-25 09:18:37 +00:00
Mikhail Sennikovsky
825e48a310
1. Fix for [Bug 188764]
...
It should NOT be possible to apply the CProjectDescription with no configurations
2. test-case
2007-05-24 14:50:32 +00:00
Mikhail Sennikovsky
83d47c3329
Output entries settings fixes
2007-05-24 12:47:15 +00:00
Mikhail Sennikovsky
75a3ae8890
1. fix for [Bug 187822] Problem with setRawPathEntries
...
2.backward compatibility fixes
3. source/output entries fixes
2007-05-23 14:05:32 +00:00
Markus Schorn
2c80cfda68
Add assertions to ensure the index has a write-lock when it is written to.
2007-05-23 10:48:12 +00:00
Markus Schorn
d1db017310
Fix for 188282, potential use of unlocked index.
2007-05-23 10:38:34 +00:00
Andrew Ferguson
59db7018c7
188324: apply fix
2007-05-23 08:36:16 +00:00
Mikhail Sennikovsky
ff7579d8a0
Enabling backward compatibility tests
2007-05-22 12:48:17 +00:00
Mikhail Sennikovsky
d43781d5fd
Initial fix for [Bug 187822] Problem with setRawPathEntries
2007-05-22 12:42:30 +00:00
Mikhail Sennikovsky
a4beb8b6d0
1. isCdtProjectCreating state functionality and tests
2007-05-17 15:50:24 +00:00
Doug Schaefer
9d0bde031c
Patch for Bryan - 181264 - support content assist in switch and while statements.
2007-05-16 19:34:59 +00:00
Andrew Ferguson
69f76d62ff
186736: fix some operator-overloading issues
2007-05-16 07:28:00 +00:00
Andrew Ferguson
8aa0195243
185828: add workaround which limits recursion depth of symbol look-up in class hierarchy
2007-05-16 07:04:54 +00:00
Mikhail Sennikovsky
0566261b28
External settings manager fixes
2007-05-15 16:07:57 +00:00
Markus Schorn
36be849242
Fix for 186337 by Emanuel Graf, locations for comments in AST.
2007-05-15 14:31:08 +00:00
Andrew Ferguson
3c7a0bf455
186736: add test cases
2007-05-15 06:30:31 +00:00
Anton Leherbauer
67211f8e0a
Fix for 186774: Need an ILanguage for assembly content
2007-05-14 13:05:47 +00:00
Andrew Ferguson
0ae039bf7a
185828: add test case
2007-05-14 12:45:19 +00:00
Andrew Ferguson
d3ac3402c7
74433: better error reporting on the command-line
2007-05-11 16:00:41 +00:00
Mikhail Sennikovsky
13968f3102
patch from Bala Torati with small modifications
...
1. Fix for [Bug 184449] [Template Engine] It should be possible to press "Finish" on the first wizard page for templates having default values assigned
2. Fix for [Bug 184593] [Template Engine] Need a way to add tool-chain associations to existing templates
3. Fix for [Bug 184455] [Template Engine] NPE in template engine tests
2007-05-10 16:03:53 +00:00