Sergey Prigogin
c51e0ece36
toString method.
2012-04-27 19:20:28 -07:00
Sergey Prigogin
e1b227f338
Added IIndexFile.toDebugString method.
2012-04-27 19:20:09 -07:00
Sergey Prigogin
cf5d550888
Cosmetics.
2012-04-27 19:19:38 -07:00
David Salinas
38ecfea632
Bug 375859 - Refresh scope becomes empty after closing/opening project
...
if left to default
2012-04-27 15:19:40 -04:00
Alex Ruiz
247c492036
Removed Pair class. Replaced getErrorParserAvailableIds()
...
with getErrorParserAvailableIdsInContext(String) where appropriate.
IErrorParser3 extends IErrorParser directly.
Change-Id: Ie0ccd4835a797a4911275cb28410f2b26236976c
Reviewed-on: https://git.eclipse.org/r/5683
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-27 13:49:30 -04:00
Sergey Prigogin
b6a384b943
Bug 377838 - Name resolution gets confused by a class and a namespace
...
with the same name
2012-04-26 20:37:56 -07:00
Sergey Prigogin
5ef2d0db02
toString method
2012-04-26 20:37:45 -07:00
Sergey Prigogin
52ac0596f6
Cosmetics.
2012-04-26 20:37:32 -07:00
Alex Ruiz
181907f2fd
Bug 372551. Fixed running checkers on file open. Split "On file save"
...
launch mode into "On file save" and "On file open". Removed warnings in
project org.eclipse.cdt.codan.ui.cxx.
Change-Id: I7f0bc16731ba36e8048904f19836da9ae47514de
Reviewed-on: https://git.eclipse.org/r/5665
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-26 23:02:11 -04:00
Jeff Johnston
73f53173ec
Rewrite Autotools docs to use CDT Autotools User Guide Wiki.
...
Change-Id: I1001d49b52a5bb49a65f6d3d899ec5e59dded38c
Reviewed-on: https://git.eclipse.org/r/5678
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-04-26 18:22:49 -04:00
Markus Schorn
ff6444f9b8
Bug 377457: Name resolution for exception specification.
2012-04-26 11:55:34 +02:00
Markus Schorn
755d3975a6
Bug 376246: Name resolution in catch handler of function definition.
2012-04-26 10:16:27 +02:00
Alex Ruiz
ba5775f033
Bug 372551. Fixed semantics of ErrorParserManager (e.g.
...
getErrorParserAvailableIds()) get by removing knowledge of
contexts from internal data structures (introduced in previous change
set).
Change-Id: Ia1ff68841f3b494a209e8cdf45325d640fd74ddf
Reviewed-on: https://git.eclipse.org/r/5656
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-25 16:44:50 -04:00
Marc Khouzam
bde03774f2
Bug 330974: Need to set the version of GDB for the new tests.
2012-04-25 13:18:30 -04:00
Marc Khouzam
efe3dd4be6
Bug 330974: If the user selects multiple nodes in the debug view most debug commands are disabled
...
Change-Id: I51d15347fd28ee550e9bd2b75c61e904e75b4c8b
Reviewed-on: https://git.eclipse.org/r/5650
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-25 09:57:37 -04:00
Sergey Prigogin
c7be116351
Bug 332895 - Rename does not change using-declarations
2012-04-24 18:24:05 -07:00
Sergey Prigogin
10f7e547a1
Cosmetics.
2012-04-24 17:31:36 -07:00
Marc-Andre Laperle
383f0d289c
Fix build.properties that made testsrunner.test compile in J2SE-1.5,
...
remove work around.
2012-04-23 13:05:22 -04:00
Marc-Andre Laperle
eb6522badf
Bug 377295 - Build fails if project name contains characters [, ]
...
Change-Id: I9f116f524bb30e064e1cdbb3588c494a450d765e
Reviewed-on: https://git.eclipse.org/r/5636
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2012-04-23 11:55:45 -04:00
Marc-Andre Laperle
dd48abd247
About.txt -> ABOUT.txt. This should fix the build on case sensitive
...
systems.
2012-04-23 10:50:59 -04:00
Marc-Andre Laperle
68b6f3dc90
Upgrade to Tycho 0.14.1
2012-04-23 00:25:47 -04:00
Jeff Johnston
64ce186a2f
Update org.eclipse.cdt.autotools.core plugin version to 1.1.0.
2012-04-20 16:40:12 -04:00
Marc Khouzam
3964dbeab6
Bug 373707: [tracepoints] Make use of the new 'collect /s' command
...
Change-Id: I60689b73dd1f081fa3e3b53807e52800c9c03006
Reviewed-on: https://git.eclipse.org/r/5576
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-20 16:13:52 -04:00
Marc Khouzam
6abf9e1a42
Bug 317173: Cleanup warnings for DSF-GDB.
2012-04-20 15:38:21 -04:00
Sergey Prigogin
325175292a
Minor optimization.
2012-04-19 19:38:54 -07:00
Sergey Prigogin
c1066f1e4a
Bug 377223 - Name resolution problem caused by a const qualifier in
...
template parameter
2012-04-19 19:01:13 -07:00
Sergey Prigogin
c4b91212b3
Cosmetics.
2012-04-19 18:59:43 -07:00
Sergey Prigogin
d193756141
Fixed broken error parser tests.
2012-04-19 18:56:27 -07:00
Sergey Prigogin
7bccb394be
Bug 377223. Added a failing test case.
2012-04-19 15:47:48 -07:00
Sergey Prigogin
b3bc74fb45
Renamed IErrorParser3.endOfStream method to shutdown for consistency
...
with IConsoleParser.
2012-04-19 13:52:20 -07:00
Sergey Prigogin
a8bcd69646
Renamed IErrorParser3.streamFinished method to endOfStream and adjusted
...
Javadoc comments.
2012-04-19 13:44:58 -07:00
Sergey Prigogin
d557165f90
Fixed a potential file handle leak.
2012-04-19 12:16:21 -07:00
Sergey Prigogin
e58cbbc948
Cosmetics.
2012-04-19 11:06:27 -07:00
Marc Khouzam
2bd6fe0928
Bug 352748: [disassembly][non-stop] Cannot show disassembly when last thread is running
...
Change-Id: I50af41d2ea199f79d964451204e9016cbffc3e37
Reviewed-on: https://git.eclipse.org/r/5624
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-19 10:19:27 -04:00
Sergey Prigogin
2edf81c8a3
Bumped up PDOM version to trigger index rebuild. The rebuild is needed
...
to fix definition of int64_t and other types that depend on attributes.
2012-04-18 13:53:12 -07:00
Andrew Gvozdev
357057ba14
bug 371797: Fixed bug when in legacy mode scanner discovery doesn't run after creation of a project
2012-04-18 15:55:33 -04:00
Alex Ruiz
1f83e4aa21
Bug 372551. Codan support for writing checkers that invoke external
...
tools.
Change-Id: Ia5cfd24d54ec6e67e08f24a367a6bc689ae407d0
Reviewed-on: https://git.eclipse.org/r/5586
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-18 15:52:48 -04:00
Doug Schaefer
4a8860255e
Hide the new new project wizard. Likely to be deferred to Kepler.
2012-04-18 11:56:43 -04:00
Anton Gorenkov
f16f0dbe48
Bug 210366 - CDT should have Unit Testing and Component Testing like JDT
2012-04-17 23:50:07 -04:00
Sergey Prigogin
83cf5dc830
Cosmetics.
2012-04-17 20:11:24 -07:00
Sergey Prigogin
e7ef578e94
Bug 377045 - Bogus transient errors in C/C++ editor soon after Eclipse
...
startup.
2012-04-17 19:56:31 -07:00
Sergey Prigogin
885f6f1b7e
Cosmetics.
2012-04-17 19:56:18 -07:00
Sergey Prigogin
f3f2671d48
Fixed a typo.
2012-04-17 19:55:35 -07:00
Sergey Prigogin
9475940089
Fixed a compiler warning.
2012-04-17 19:55:24 -07:00
Marc Khouzam
0e6e83e1cb
Bug 330974: Clean up non-stop runControl services.
...
Change-Id: I6e1eff14072080ba2689b1af12ec4a1f45877241
2012-04-17 15:48:54 -04:00
Mikhail Khodjaiants
74138d21f5
Bug 361934 - Provide timeout for gdb commands
...
Change-Id: Id51a138411e49f7157858379f8aa09a59a8e4f78
Reviewed-on: https://git.eclipse.org/r/5523
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-04-17 10:20:23 -04:00
Alena Laskavaia
77a06573a9
Bug 316076 - fixed f.p. when using gcc annotation about no return
2012-04-16 21:56:57 -04:00
Andrew Gvozdev
751d4a45f0
bug 371797: Use workspace scheduling rule for serializing workspace providers
2012-04-16 18:48:05 -04:00
Andrew Gvozdev
31331544b6
Ignore InterruptedException in unit tests
2012-04-16 17:40:30 -04:00
Andrew Gvozdev
955bd297b2
Workaround for Java problem on Windows with releasing buffers for memory-mapped files
...
java.io.FileNotFoundException: C:\workspace\junit-workspace\.metadata\.plugins\org.eclipse.cdt.core\language.settings.xml (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.cdt.internal.core.XmlUtil.getFileOutputStreamWorkaround(XmlUtil.java:315)
at org.eclipse.cdt.internal.core.XmlUtil.serializeXml(XmlUtil.java:290)
at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer.serializeLanguageSettingsWorkspace(LanguageSettingsProvidersSerializer.java:539)
at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer$1.runInWorkspace(LanguageSettingsProvidersSerializer.java:577)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
2012-04-16 16:58:14 -04:00