eclipse-cdt 8.3.0-1 source package in Ubuntu
Changelog
eclipse-cdt (8.3.0-1) unstable; urgency=medium * New upstream release. * Updated autotools documentation sources. * Removed unused Lintian overrides. * Bump Standards-Version to 3.9.5. -- Jakub Adam <email address hidden> Sat, 01 Mar 2014 10:10:30 +0100
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
eclipse-cdt_8.3.0-1.dsc | 2.3 KiB | 3b74da8c65912590273aa4ac06d94a24624e5b9b0726941195834d9b28e25fea |
eclipse-cdt_8.3.0.orig.tar.xz | 28.0 MiB | 6e9f7891815554156fdf771cecdedc91a4a807fa842cd01a7862e661d2dc77fb |
eclipse-cdt_8.3.0-1.debian.tar.xz | 430.7 KiB | ba9e3102f2771383ceced72a248c9024547839bcb2d801de2984e3187726b037 |
Available diffs
- diff from 8.2.1-1 to 8.3.0-1 (761.2 KiB)
No changes file available.
Binary packages built by this source
- eclipse-cdt: C/C++ Development Tools for Eclipse
The eclipse-cdt package contains Eclipse features and plugins that are
useful for C and C++ development.
.
The current release function includes:
* C/C++ Editor (basic functionality, syntax highlighting, code completion,
etc.)
* C/C++ Debugger (APIs & Default implementation, using GDB)
* C/C++ Launcher (APIs & Default implementation, launches and external
application)
* Parser
* Search Engine
* Content Assist Provider
* Makefile generator
- eclipse-cdt-autotools: Autotools support for Eclipse CDT
The Autotools suite of plugins adds to the CDT a support for building and
maintaining C/C++ projects that use Autotools. With this additional support,
a vast repository of C/C++ code can be checked out, built, and maintained
under the CDT rather easily without having to resort to the command line.
.
In conjunction with the CDT, the plugin can do the following:
* Build a C/C++ project that uses a configure script or an autogen
script or a Makefile.cvs script
* Create a simple C or C++ hello world Autotools project via a template
* Allow configuration parameters to be set via a gui and to rebuild when
configuration parameters are changed
* Colorized editing of configuration files such as configure.in, configure.ac,
Makefile.am, and Makefile.in with full hover help for autoconf/automake
macros
* Allow specification of multiple build configurations for a single project
* Run autotools such as autoconf, automake, or aclocal directly using a gui
interface
* Includes hover help for autoconf and automake macros in the editors
- eclipse-cdt-jni: No summary available for eclipse-cdt-jni in ubuntu utopic.
No description available for eclipse-cdt-jni in ubuntu utopic.
- eclipse-cdt-launch-remote: Remote launch and debug support for Eclipse CDT
The eclipse-cdt package contains Eclipse features and plugins that are
useful for C and C++ development.
.
This package allows one to upload and launch a C/C++ application on a remote
host machine from within CDT. Remote debugging is also supported.
- eclipse-cdt-qt: Qt framework support for Eclipse CDT
This package provides basic keyword highlighting and code completion for
development of C++ applications with Qt framework in Eclipse IDE.