Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "TCF/NewIn14"

< TCF
Line 5: Line 5:
 
API Tooling Tags (mostly @noimplement) have been added to the [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/log/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services TCF Protocol Java Interfaces]. All API Additions are marked with "@since 1.4" in the Java Interfaces.
 
API Tooling Tags (mostly @noimplement) have been added to the [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/log/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services TCF Protocol Java Interfaces]. All API Additions are marked with "@since 1.4" in the Java Interfaces.
  
 +
* [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=be223e40664c941dc7287695dcc03383dcedbb06 ISysMonitor Service]: Properties Exe and Exetype added (See {{bug|470179}})
 
* [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=3e0c2ee8c2d95f3dacd609711761abfe3f40fb3e IMemoryMap Service]: PROP_KERNEL_MODULE property added
 
* [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=3e0c2ee8c2d95f3dacd609711761abfe3f40fb3e IMemoryMap Service]: PROP_KERNEL_MODULE property added
 
* [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=b0013659c3e62fcabcc7e2cb196466810ebc76bc IRunControl Service]: RegAccessTypes flags "rd-stop" and "wr-stop" added
 
* [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=b0013659c3e62fcabcc7e2cb196466810ebc76bc IRunControl Service]: RegAccessTypes flags "rd-stop" and "wr-stop" added
* [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=be223e40664c941dc7287695dcc03383dcedbb06 ISysMonitor Service]: Properties Exe and Exetype added (See {{bug|470179}})
 
  
 
In few cases, the [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Services.html TCF Services Docs] were slightly updated to clarify ambiguities; for example the [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/?id=b65b8b2a272071c010b5ce14d228422bced49de7 Streams Service Specs] and [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=9e8e8ee4d8707b7731c434b0ec0de4f4d7295f65 RunControl Service Specs]. This does not constitute API change or additions.
 
In few cases, the [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/plain/docs/TCF%20Services.html TCF Services Docs] were slightly updated to clarify ambiguities; for example the [http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/?id=b65b8b2a272071c010b5ce14d228422bced49de7 Streams Service Specs] and [https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/plugins/org.eclipse.tcf.core/src/org/eclipse/tcf/services?id=9e8e8ee4d8707b7731c434b0ec0de4f4d7295f65 RunControl Service Specs]. This does not constitute API change or additions.

Revision as of 08:32, 18 March 2016

TCF 1.4 New & Noteworthy

TCF API and Protocol

API Tooling Tags (mostly @noimplement) have been added to the TCF Protocol Java Interfaces. All API Additions are marked with "@since 1.4" in the Java Interfaces.

In few cases, the TCF Services Docs were slightly updated to clarify ambiguities; for example the Streams Service Specs and RunControl Service Specs. This does not constitute API change or additions.

The TCF Python Binding is fully on par with the Java binding and actively being tested, maintained and improved.

TCF Agent and C Value-Add

  • Support for ARM Thumb and aarch64 has been strongly improved

Target Explorer

  • Bug fixes

Bug Fixes, Robustness and Statistics

45 bugs and enhancement requests have been implemented for the TCF 1.4 release.

See also Ohloh! and the TCF Project Page for statistics.


The searchable git logs for the agent and the TCF main repository provide more insight into all changes made for TCF 1.4.

Back to the top