1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
Commit graph

3502 commits

Author SHA1 Message Date
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
Anton Leherbauer
90c5f04bd5 Fix for 192415: Outline view sometimes does not populate 2007-06-13 12:44:04 +00:00
Markus Schorn
3ac39f0507 Fix for 192239, NPE in CPPClassTemplate. 2007-06-12 16:15:15 +00:00
Markus Schorn
7449392555 Fix for 192227, ClassCastException in PDOMCPPNamespaceAlias. 2007-06-12 15:49:41 +00:00
Markus Schorn
9874cfefe5 Fix for 192164, PDOMNotImplementedError in template instantiation. 2007-06-12 14:42:27 +00:00
Markus Schorn
ff7406087e Fix for 192182, ClassCastException in template instanciation. 2007-06-12 13:28:18 +00:00
Markus Schorn
2fefe6d0f1 Fix for 192157, NPE during template instanciation 2007-06-12 11:57:36 +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
Mikhail Sennikovsky
9c79058aad Fix for [Bug 188764] make it posible to apply the "isCDTProjectCreating" ICProjectDescription with no configurations 2007-06-08 17:40:28 +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
Mikhail Sennikovsky
2f72db3571 1. Schema fixes
2. test tool-chain definition fixes
2007-06-08 10:42:23 +00:00
Doug Schaefer
6ad26ed053 Stop cygpath from being called on non-Windows platforms. 2007-06-07 19:24:16 +00:00
Doug Schaefer
5969af9ce6 Bug 189090 - fix missing CygPath.dispose() call. 2007-06-07 16:50:54 +00:00
Vivian Kong
f0b7ccf674 fix for bug 184452 - get template files using FileLocator.find() so translated template files will get picked up 2007-06-07 14:06:30 +00:00
Andrew Ferguson
b92596a0ae 177917: have composite bindings also implement ICPPDelegateCreator 2007-06-07 12:28:01 +00:00
Doug Schaefer
fbb25215d4 Bug 177917 - Implement delegates so that using types and such work. 2007-06-06 22:38:18 +00:00
Markus Schorn
44e500cd01 Let PDOMCPPClassTemplate implement ICPPTemplateScope (fixes a parameter hinting test case) 2007-06-06 17:18:25 +00:00
Markus Schorn
3091857bf1 Add assertions to check that macro definitions are not reused after updating a file in the index. 2007-06-06 12:57:37 +00:00
Markus Schorn
2076eb6dc5 Fix for 190799 by Richard Miskin, functions with multiple attributes. 2007-06-06 11:16:10 +00:00
Anton Leherbauer
4271cea90d Fix for 191021: Code formatter fails in switch statement: indentation incorrect due to typecast 2007-06-06 11:04:25 +00:00
Markus Schorn
a7da016b95 Fix for 191198, ClassCastException in binding resolution. 2007-06-06 10:59:37 +00:00
Mikhail Sennikovsky
3f69713735 externalization fixes 2007-06-06 10:19:57 +00:00
Markus Schorn
8645c4e377 Fix for 191196, ClassCastException resolving templates. 2007-06-06 09:34:36 +00:00
Mikhail Sennikovsky
3b2085290f 1. language setting entries calculation fixes
2. test updates
3. CDt variables fixes
2007-06-05 13:47:26 +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
Oleg Krasilnikov
6375411080 Bug #190173: patch by Bala Torati. 2007-06-05 09:12: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
Anton Leherbauer
f00fd4cd95 Fix for 190664: Change "(anon)" to "(anonymous)" in outline view
Patch by Sergey Prigogin (Google)
2007-06-04 10:20:52 +00:00
Doug Schaefer
cc52a28cd1 Fixed up munged messages from gcc builds. 2007-06-01 20:15:14 +00:00
Anton Leherbauer
5717eb041f Fix and test case for 190296: Codecompletion is not working for std-classes and only restricted in own classes 2007-06-01 12:56:59 +00:00
Mikhail Sennikovsky
a16b6dd5de 1. Fix for the [Bug 190432] Path entries corrupted with old style projects from Gerhard Schaber (Windriver)
2. Additional fixes for the backward compatibility mechanism
2007-06-01 11:55:58 +00:00
Anton Leherbauer
b93703b14f Fix for 190184: [Formater] space before the open the opening brace in method declaration 2007-05-31 14:37:15 +00:00
Markus Schorn
65b9130f64 Fix for 167833, failure to parse 'int32 f(int32 (*p));' 2007-05-31 14:35:24 +00:00
Mikhail Sennikovsky
11b35857bf 1. Fix for [Bug 188963] New builder need to tell build system to manual build
2. Fix for [Bug 189302] Build command for make target should default to the project one
3. Small bug-fixes
2007-05-31 12:46:56 +00:00
Andrew Ferguson
6410925da8 188274: apply fix 2007-05-31 11:43:46 +00:00
Andrew Ferguson
1be03a90dc undo typo from fixing warnings 2007-05-30 15:01:12 +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
Andrew Ferguson
d94ffa1869 fix warnings (imports, string externalization) 2007-05-30 14:41:47 +00:00
Andrew Ferguson
549dd3dc9d add javadoc, add isSameType implementations, add getArgumentMap implementations 2007-05-30 14:21:43 +00:00
Mikhail Sennikovsky
fa5ff5f046 1. Enabling more managed build tests
2. bug-fixes
2007-05-30 11:54:50 +00:00
Markus Schorn
a03112ed99 Fix for 79459 by Sergey Prigogin, Task tags for CDT. 2007-05-30 11:08:06 +00:00
Doug Schaefer
77bb9964a6 Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +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
Ken Ryall
f8d04b5aea Bug 178124 2007-05-25 16:18:48 +00:00
Mikhail Sennikovsky
094d2cb0ba 1. Patch from Bala Torati (Symbian) to the [Bug 184390] [Template Engine] Hellow World templates should allow specifying the project source location
2. enabling additional MBS tests
2007-05-25 16:12:08 +00:00
Anton Leherbauer
f242866c6b Fix for 189127: Opening project with per file scanner discovery is extremely slow 2007-05-25 13:52:38 +00:00