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

12275 commits

Author SHA1 Message Date
Sergey Prigogin
01ac823ccb Cosmetics. 2014-05-12 11:41:06 -07:00
Sergey Prigogin
720771095c Fixed a broken test. 2014-05-09 16:34:59 -07:00
Sergey Prigogin
efa3aab3f2 Cosmetics. 2014-05-09 16:32:28 -07:00
Sergey Prigogin
f099336ec8 Renamed DBTest to DatabaseTest to match the name of the tested class and
added ability to test very large databases.
2014-05-09 14:43:06 -07:00
Sergey Prigogin
2c5f599327 Cosmetics. 2014-05-09 14:40:28 -07:00
Sergey Prigogin
300d14f4db Revert "added supported gnu file types to cdt file-types-list (defined here: http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Overall-Options.html#index-file-name-suffix-71)"
This reverts commit 8241b40ddb.
2014-05-09 09:36:06 -07:00
Sergey Prigogin
456630b5a0 Bug 424571 - C++ indexer cannot find a derived class if the base class
in its declaration is written with namespace
2014-05-08 20:11:09 -07:00
Sergey Prigogin
774de9a0ea Cosmetics. 2014-05-08 20:10:01 -07:00
Lukas Felber
8241b40ddb added supported gnu file types to cdt file-types-list (defined here:
http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Overall-Options.html#index-file-name-suffix-71)

Change-Id: I3f90382c4560aecc148c1826d8ff9242dffacb78
Signed-off-by: Lukas Felber <l.felber@gmx.ch>
Reviewed-on: https://git.eclipse.org/r/24850
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-08 23:07:01 -04:00
Sergey Prigogin
80ea8de8d4 Bug 414692. Moved setReplacementHeader method to IIndexFragmentFile. 2014-05-08 10:22:38 -07:00
Sergey Prigogin
f8dc5e0c75 Bug 434383 - Organize Includes inserts unnecessary include for code
produced by macro expansion
2014-05-07 20:26:40 -07:00
Sergey Prigogin
b88109c7f4 Cosmetics. 2014-05-07 19:37:07 -07:00
Nathan Ridge
1ae15f57fa Move some tests that do not involve templates out of AST2TemplateTests
Change-Id: Icc6bc9be16d482094792d8903e3bf13511095796
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/25938
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-07 19:48:05 -04:00
Sergey Prigogin
17bf8f55f1 Fixed "UnsupportedOperationException: addMember method should be called
instead" error.
2014-05-07 16:28:40 -07:00
Sergey Prigogin
fab1e9757c Cosmetics. 2014-05-07 16:27:35 -07:00
Sergey Prigogin
a55526430c Cosmetics. 2014-05-06 18:08:03 -07:00
Sergey Prigogin
ae2d1154f9 Bug 434150 - Infinite recursion with decltype 2014-05-06 17:48:54 -07:00
Sergey Prigogin
2131d04278 Added a missing message. 2014-05-06 17:47:25 -07:00
Sergey Prigogin
c4e47cdaa2 Cosmetics. 2014-05-06 17:46:17 -07:00
Doug Schaefer
962e011886 Bug 433477 Fix colors for dark theme.
Change-Id: I66e6deec545cc2703d96ec03e59ab451a92b8867
Reviewed-on: https://git.eclipse.org/r/26066
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-05-06 13:18:39 -04:00
Doug Schaefer
4353aad6d5 Remove the eclipse.inf file from core.tests. It conflicts with the
pom driven packing.
2014-05-05 14:31:15 -04:00
Anton Leherbauer
4d6b998597 Bug 434103 - winpty instance might get reused by another PTY 2014-05-05 16:41:07 +02:00
Sergey Prigogin
bea119c534 Bug 414692. Fixed an NPE. 2014-05-03 12:22:07 -07:00
Sergey Prigogin
9d7a23cde5 Bug 414692 - Organize Includes has to honor @headername{<header>} in
doxygen comments
2014-05-02 10:46:19 -07:00
Sergey Prigogin
7e686b6744 Relaxed type constraints. 2014-05-02 10:45:06 -07:00
Sergey Prigogin
355027f0c9 Cosmetics. 2014-05-02 10:43:52 -07:00
Jeff Johnston
6f9b0cd178 Add check in DwarfReader to avoid exception being caught
- In init, don't bother looking for a special note section
  if the note section size isn't greater than 12 bytes

Change-Id: I57d2d7b0229996edcb1b4149c391e91b0472beea
Reviewed-on: https://git.eclipse.org/r/25822
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-30 17:34:35 -04:00
Jeff Johnston
12a2ba4b3f Add GNU debug-info support to DwarfReader/Dwarf
- Add support to find separate debug info file using
  the .gnu_debuglink section
- Add support to also find the GNU alt debug info file
  created by the DWZ utility
- Add additional DW_FORMs to support alt data
- Add support to DwarfReader to find the special note section
  containing the build-id and then see if it can find the
  debug-info with that build-id

Change-Id: I0e43ba8af12396cdab4e085ad0c20fdec8c1d83e
Reviewed-on: https://git.eclipse.org/r/24034
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-29 15:01:10 -04:00
Sergey Prigogin
8e871b492f Bug 433556 - Unqualified name of the containing template is not resolved 2014-04-25 22:22:05 -07:00
Sergey Prigogin
9ea599ef7b Failing test for bug 433556. 2014-04-25 19:01:15 -07:00
Sergey Prigogin
87539d04dd Added a failing test for inherited constructor template. 2014-04-25 17:04:53 -07:00
Sergey Prigogin
fcccfe3807 Corrected few comments. 2014-04-25 17:03:58 -07:00
Sergey Prigogin
300a9b0807 Cosmetics. 2014-04-25 16:54:31 -07:00
Sergey Prigogin
b96e29ae62 Bug 424068 - [C++11] Inheriting constructors.
Inheriting of template constructors is not supported yet.
2014-04-24 17:00:35 -07:00
Sergey Prigogin
8f2ea4c665 Cosmetics. 2014-04-24 17:00:26 -07:00
Sergey Prigogin
f7f3825ef8 Improved type safety. 2014-04-24 16:59:44 -07:00
Sergey Prigogin
8ce322ad37 Cosmetics. 2014-04-24 16:59:35 -07:00
Sergey Prigogin
7f914e4a6a Fixed a typo. 2014-04-22 17:17:19 -07:00
Sergey Prigogin
861c9a0a29 Fixed an NPE. 2014-04-22 16:12:35 -07:00
Sergey Prigogin
2724fbbe45 Improved reliability of indexer cancellation - a safer version. 2014-04-22 16:07:29 -07:00
Doug Schaefer
185074996d Bug 433222 - Turn on Others category in New Proj Wizard by default.
With this preference off, the new project wizard is a mess. We need
to have categories at the top level, especially as the number of
categories grow. This also fixes an issue with the Autotools which
tried to go into the Others category, but made a bit of a mess and
doesn't really need to be there anyway.

Change-Id: Idc67096756caa77087acabacb18ada41a43202b4
Reviewed-on: https://git.eclipse.org/r/25375
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-04-22 16:49:05 -04:00
Sergey Prigogin
5a5caee142 Improved reliability of indexer cancellation. 2014-04-22 11:43:41 -07:00
Sergey Prigogin
54fd5d6cd0 Cosmetics. 2014-04-22 11:37:13 -07:00
Marc Khouzam
d80202678f Missing export to o.e.cdt.ui
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:08:48 -04:00
Sergey Prigogin
470a007439 Fixed compiler warnings. 2014-04-20 17:47:07 -07:00
Sergey Prigogin
6e96e21cf0 Cosmetics. 2014-04-19 19:10:44 -07:00
Sergey Prigogin
a21efaf92e Code streamlining. 2014-04-19 18:51:05 -07:00
Sergey Prigogin
7aeacfdddc Cosmetics. 2014-04-18 20:37:52 -07:00
Sergey Prigogin
bed21120a4 Code streamlining. 2014-04-18 16:27:13 -07:00
Sergey Prigogin
bbc8a48c8c Cosmetics. 2014-04-18 16:24:45 -07:00