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

18789 commits

Author SHA1 Message Date
Markus Schorn
c38a620170 Bug 333941: Squiqgly line for missing semicolons. 2011-01-26 16:57:58 +00:00
Markus Schorn
46a7cd35cd Bug 335387: Overload resolution and conversion on implied object. 2011-01-26 15:38:07 +00:00
Sergey Prigogin
855cfa3b48 Bug 335259 - Restored symmetry between PDOMNode.equals and CompositeIndexBinding.equals. 2011-01-25 20:32:06 +00:00
James Blackburn
e7395929a9 Bug 335338 - Configurations from projectTypes are included in ManagedBuildManager#getExtensionConfigurations 2011-01-25 17:27:58 +00:00
Andrew Gvozdev
64695227bf bug 330750: Include path defined as ${workspace_loc} incorrectly displayed in Project Explorer view
Patch from Alex Freidin
2011-01-25 15:43:38 +00:00
James Blackburn
d5b2a18e14 Bug 335298 - IncludePaths are canonicalised on creation
- Add #getCanonicalPathWindows which only canonicalizes the path on windows.
2011-01-25 15:42:11 +00:00
James Blackburn
d20b5fe5b2 Bug 335298 - IncludePaths are canonicalised on creation. Only need to do this on Windows. 2011-01-25 13:58:29 +00:00
James Blackburn
a7da2de702 Compiler warnings + Generics 2011-01-25 12:31:21 +00:00
James Blackburn
513a9a614f Compiler warnings + Generics 2011-01-25 12:09:34 +00:00
James Blackburn
5c176c24e2 Remove unused BaseTestCase 2011-01-25 10:53:50 +00:00
James Blackburn
094a51f44a Bug 303953 - Deleted linked resource in managed project is still being built.
- Ensure that subdir.mk is re-generated when last file has been removed from a directory + test
  - Add scaffolding for managedbuilder.core regression tests
2011-01-24 16:07:59 +00:00
James Blackburn
834cc7b829 Enable assertions when running the tests 2011-01-24 15:44:20 +00:00
Andrew Gvozdev
3bdee7d348 bug 334118: Fixed link to the moved preference page. 2011-01-23 05:10:24 +00:00
Marc Khouzam
ec4d115af3 Bug 335099 - [tests] NPE at the end of the JUnit tests when running headless 2011-01-23 03:09:28 +00:00
Marc Khouzam
b5992da2dc Bug 326878: Registers JUnit test fail with GDB 7.2 2011-01-23 03:00:29 +00:00
Marc Khouzam
ed94590082 Bug 335098: JUnit tests don't always use the DSF executor when they should 2011-01-23 02:28:59 +00:00
Sergey Prigogin
dde309b5ee Bug 273525 - Restrict search in working copies to dirty editors. 2011-01-22 22:24:00 +00:00
Sergey Prigogin
9e0a33921d Cosmetics. 2011-01-22 22:21:12 +00:00
Sergey Prigogin
f5c75fe27d Adjusted copyright header. 2011-01-22 21:54:22 +00:00
Sergey Prigogin
2bb4e50214 Bug 273525 - Do not search for insert location twice. Patch by Marc-Andre Laperle. 2011-01-22 21:53:43 +00:00
James Blackburn
c78ccde0de Bug 296072 - CDT release is missing shared objects for linux-ppc64-gtk 2011-01-22 12:09:26 +00:00
Marc Khouzam
c40aa41437 Bug 237306: Enable --thread-group for all MI commands 2011-01-22 11:31:12 +00:00
James Blackburn
2869d6180d Bug 296072 - CDT release is missing shared objects for linux-ppc64-gtk 2011-01-22 11:03:17 +00:00
Marc Khouzam
9cdfcf0848 Bug 334463: [run control] Need a way to know if we are in non-stop mode 2011-01-21 18:41:09 +00:00
John Cortell
76b5f224e5 Documentation. Gave method package visibility so it can be exercised by junit tests 2011-01-21 16:09:09 +00:00
John Cortell
a7cafc049c Corrected test 2011-01-21 16:08:31 +00:00
James Blackburn
e6deaf8203 Bug 335001 - Copying a configuration persists previous exported library path, patch 1 2011-01-21 13:40:53 +00:00
Markus Schorn
00b07da35e Bug 334955: Overloaded comma operator with const class reference. 2011-01-21 10:41:45 +00:00
Markus Schorn
d9c1b0b0c4 Compiler warning. 2011-01-21 10:19:47 +00:00
Markus Schorn
2c376e0343 Add filter for bogus API-tooling error. 2011-01-21 10:04:55 +00:00
Markus Schorn
03024722e6 Work around false null-pointer access warning. 2011-01-21 10:00:10 +00:00
John Cortell
b78d754109 Bug 325552: GDB 7.x getOsId() pattern match too restrictive (DSF) 2011-01-20 22:08:38 +00:00
John Cortell
f7266e6cbb Bug 334951: Convert the dsf-gdb test plug-in into a fragment 2011-01-20 21:54:57 +00:00
John Cortell
c31bfa24ec Bug 334940: NPE in GdbPlugin.shutdownActiveLaunches() during simple junit tests 2011-01-20 20:00:59 +00:00
James Blackburn
ed248b232f Bug 333537 - copyrights 2011-01-20 18:14:30 +00:00
James Blackburn
7e59b8ae89 Bug 333537 - [Template Engine] Macro expansion in conditional process groups does not work 2011-01-20 18:10:36 +00:00
Marc Khouzam
859bba1a0d Bug 330669: [pretty printers] children of pointer to class with multiple inheritance are corrupted 2011-01-20 15:48:37 +00:00
Anton Leherbauer
9f2dc0efc8 Bug 334805 - Auto Indentation (CTRL+i) is not correct after function header with pointer return type 2011-01-20 12:04:38 +00:00
Doug Schaefer
c2a4918515 Bug 334845 - Port Linux pfind to Mac. 2011-01-20 02:05:20 +00:00
Anton Leherbauer
a21582bcea Bug 334569 - Source hover for implicit constructor calls
Patch by Marc-Andre Laperle
2011-01-19 10:26:43 +00:00
Marc Khouzam
96e5dddddb Bug 334687: Adapters could be created once a DsfSession is invalid 2011-01-18 18:57:44 +00:00
Patrick Chuong
a5c5b5ff16 Bug 334651 - Deadlock reported during startup of cdt.debug.ui 2011-01-18 16:00:51 +00:00
Marc Khouzam
3995cfd1a6 Bug 334650: [tests] JUnit test can cause deadlock 2011-01-18 14:54:14 +00:00
Alena Laskavaia
29aa387fa2 Bug 331794 - NLS: Strings on Code Analysis - Customize Problem dialog not externalized for translation 2011-01-18 03:38:37 +00:00
Alena Laskavaia
3baf46e820 updated text for problem binding errors 2011-01-18 03:33:15 +00:00
Alena Laskavaia
60100b4d38 Bug 331790 Externalize Problem Binding checker 2011-01-18 03:28:41 +00:00
Alena Laskavaia
08cf5bcb27 Bug 332285 - fixed lambda expressions 2011-01-18 03:18:53 +00:00
Alena Laskavaia
db436ae417 Bug 333813 - fixed fp, default settings and description 2011-01-18 02:55:37 +00:00
Alena Laskavaia
5f895da197 Bug 334447 - exception on closed project - patch committed 2011-01-18 02:15:51 +00:00
Sergey Prigogin
ea13804fa6 Cosmetics. 2011-01-18 00:49:39 +00:00