- TCF Source Code, tagged TCF_1_2 in the project's "agent" and "main" git repositories.
- TCF Update Site at http://download.eclipse.org/tools/tcf/releases/1.2
- Zipped p2 repository of TCF Eclipse plug-ins (downloadable)
- TCF also feeds its Eclipse plugins to the Luna simultaneous release.
- TCF Protocol Compatibility: The TCF 1.2 protocol is binary compatible on the wire with previous releases. New features have been added in a discoverable fashion, extending older versions of the protocol.
- API Compatibility: The TCF-Core 1.2 release is fully compatible with TCF 1.1 and older.
- Binary (plug-in) Compatibility: We have no binary compatibility issues to discuss for 1.2.
- Source Compatibility: We have no source compatibility issues to discuss for 1.2.
- The TCF Agent (C code), Services API, and Python and Lua bindings use plain English messages that do not support internationalization.
- The Eclipse plugins leverage Eclipse mechanisms for internationalization. All messages are externalized, and have been submitted to the Babel project for translation.
- No formal testing for internationalization is performed though.
- The TCF C Agent is being tested routinely on Linux (gcc), Windows (Microsoft, Cygwin and MinGW compilers) and VxWorks. Compilation on MacOS X Darwin, FreeBSD and other POSIX compliant systems should work without problems for the TCF Core. Services can be disabled on a case-by-case basis. Frequent unit and stress tests are run on various Linux distributions.
- The Java and Eclipse clients are tested with Oracle Java 6 and 7 on Eclipse 3.8 Juno, Eclipse 4.3 Kepler and 4.4 Luna on Windows, Linux and MaxOS X 32-bit and 64-bit respectively.
- The Python binding requires Python 2.6 or newer (does not work with Python 3.x due to language incompatibilities).
- The Lua binding is tested with Lua 5.2.1 on Linux.
Robustness and Matrix Coverage
Improve Unittest coverage at Eclipse.org
Providing a Local Terminal View on Windows
Add PowerPC Debug Support for Linux ptrace
Improve Documentation and Contributor Guides