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

1190 commits

Author SHA1 Message Date
Sergey Prigogin
3fa7f7213c Cosmetics. 2012-01-19 12:16:28 -08:00
Sergey Prigogin
d184e414d0 Fixed unnecessary passing parameters by reference. 2012-01-16 22:19:59 -08:00
Sergey Prigogin
9b5c46e407 Fixed unnecessary passing parameters by reference. 2012-01-16 22:18:59 -08:00
Marc-Andre Laperle
b0d05b60ce Bug 304482 - Add tests for template proposals 2012-01-16 01:25:06 -05:00
Sergey Prigogin
a7728f959f Renamed PDOMSearch* classes to CSearch*. 2012-01-09 18:31:45 -08:00
Sergey Prigogin
ea56585a4c Tightened up type constraints in ArrayUtil. 2012-01-08 21:07:49 -08:00
Sergey Prigogin
4071a34762 Cosmetics. 2012-01-07 17:37:17 -08:00
Sergey Prigogin
986bf0206b @Override annotations and redundant casts. 2012-01-07 17:32:13 -08:00
Sergey Prigogin
046c25fadb Visibility ordering within a class declaration. 2012-01-05 20:46:20 -08:00
Sergey Prigogin
83a8040a2b Cosmetics. 2012-01-04 11:12:04 -08:00
Sergey Prigogin
2737d2c708 Fixed reporting of "Test data not found" errors. 2012-01-03 16:15:22 -08:00
Sergey Prigogin
e3bdead668 Improved handling of blank lines when appending to a translation unit. 2011-12-29 18:15:35 -08:00
Sergey Prigogin
fbcb28a05b Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
2011-12-28 18:10:22 -08:00
Sergey Prigogin
3b5d67f9e8 Cosmetics. 2011-12-24 11:31:29 -08:00
Sergey Prigogin
a19dfee63c Generics. 2011-12-24 11:27:21 -08:00
Sergey Prigogin
2ee14c041c Moved template engine tests to org.eclipse.cdt.ui.tests plug-in since
they fail in headless mode due to loading of
TestExtraPagesProvider.java
2011-12-23 15:57:35 -08:00
Anton Leherbauer
6e1ea34d7c Bug 367417 - IndexerPreferenceListener leaks CEditor instance 2011-12-23 10:45:25 +01:00
Sergey Prigogin
5ee7759f72 Bug 319278 - Generate getters and setters handles arrays incorrectly. 2011-12-18 22:38:10 -08:00
Sergey Prigogin
f92fff3e50 Fixed MalformedTreeException. 2011-12-18 12:09:43 -08:00
Sergey Prigogin
07c8578942 Bug 354727. Removed duplicated refactoring tests. 2011-12-14 12:20:47 -08:00
Sergey Prigogin
c521604dd1 Bug 363244 - Generate Getters and Setters expands macro with typedef and
breaks formatting. The bug was fixed by minimizing areas of code
affected by the refactoring changes. This minimization had a huge ripple
effect.
2011-12-13 19:46:10 -08:00
Sergey Prigogin
253ba9ddef Bug 319279. Passing parameter and return value by reference. 2011-12-05 19:57:31 -08:00
Sergey Prigogin
1f51445b8a Proper handling of class declarations located in cpp files. 2011-11-14 16:40:19 -08:00
Sergey Prigogin
0eddb7c8b3 Cosmetics. 2011-11-14 16:40:06 -08:00
Marc-Andre Laperle
8a1269053a Bug 363111 - Automatically generated explicit constructor has the
explicit keyword in constructor definition
2011-11-11 11:58:01 -05:00
Sergey Prigogin
08a8dca4b8 Cosmetics. 2011-11-08 14:34:15 -08:00
Sergey Prigogin
afb3fae823 Automatic formatting of code affected by refactoring. 2011-11-07 11:04:35 -08:00
Sergey Prigogin
a3dd649914 Fixed two code formatter bugs. 2011-11-07 11:04:07 -08:00
Sergey Prigogin
c5bdc34618 Cosmetics. 2011-11-07 11:03:53 -08:00
Sergey Prigogin
0177053e2b Cosmetics. 2011-11-07 11:03:01 -08:00
Markus Schorn
058e14d32c Bug 362148: Support for __COUNTER__ macro. 2011-11-03 09:26:22 +01:00
Markus Schorn
ecfdcab4ab Bug 361999: Call Hierarchy for instance of template-specialization. 2011-11-02 15:03:13 +01:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1 Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60 Changed the execution environment to JavaSE-1.6 2011-10-17 16:44:49 -07:00
Sergey Prigogin
c2cec226b3 Merge branch 'bug_197989_B' 2011-10-17 15:19:11 -07:00
Sergey Prigogin
58e5dd61e0 Bug 360378 - Confusing behavior when the current file is not part of the
refactoring working set. Also show preview whenever there are warnings.
2011-10-12 10:20:13 -07:00
Anton Leherbauer
e7f50acc25 Bug 359658 - code formatter does not work as expected when complicate macro precedes formatted code 2011-10-10 14:29:05 +02:00
Sergey Prigogin
3edce39739 Bug 359905 - Invalid formatting of comment in enum. 2011-10-04 16:30:12 -07:00
Sergey Prigogin
419eca0c3f Cosmetics. 2011-10-02 21:19:08 -07:00
Sergey Prigogin
bcb582c6dd Cosmetics. 2011-10-02 16:52:20 -07:00
Sergey Prigogin
bd624aeb0c Cosmetics. 2011-10-01 21:19:40 -07:00
Sergey Prigogin
484ec88e27 Collapse variants of the same include file into a single node. 2011-10-01 19:14:27 -07:00
Sergey Prigogin
5f065af0d8 Cosmetics. 2011-10-01 18:56:48 -07:00
Markus Schorn
794aaa995e Bug 350345: Resolving explicit type conversions 2011-09-28 15:00:21 +02:00
Sergey Prigogin
f73fa36c10 Tightened a test case and fixed an uncovered bug. 2011-09-26 20:08:54 -07:00
Sergey Prigogin
baacf46add Bug 357300. Stricter test case. 2011-09-21 20:27:17 -07:00
Sergey Prigogin
4bca28c52f Bug 357300 - Function parameter line wrapping wraps commas separating
parameters. Corrected fix.
2011-09-21 18:56:51 -07:00
Sergey Prigogin
6e0285bb2a Revert "Bug 357300 - Function parameter line wrapping wraps commas separating parameters"
This reverts commit cd17d74157.
2011-09-21 18:56:07 -07:00