libc++ 1.0~svn199600-1 source package in Ubuntu

Changelog

libc++ (1.0~svn199600-1) unstable; urgency=low


  * New snapshot release
  * Standards-Version updated to 3.9.5
  * Introduce package libc++-helpers (Closes: #718637)
  * Rename libc++-src => libc++-test
  * Rename libc++abi-src => libc++abi-test
  * For both, remove the sources from the packages (apt-get source libc++)

 -- Sylvestre Ledru <email address hidden>  Sun, 19 Jan 2014 15:25:24 +0100

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
Original maintainer:
LLVM Packaging Team
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
libc++_1.0~svn199600-1.dsc 2.2 KiB 74e612b3049f50a5cd652772fc53acc3e2de512670e1905bae39f9527d69ee74
libc++_1.0~svn199600.orig.tar.gz 1.9 MiB 473003c403426e434463a574446bb282bde0e20ef0351e503b0320b8a93e0c31
libc++_1.0~svn199600-1.debian.tar.gz 12.2 KiB 29404466ee8d890119496b26c4462c68e9215cceae2d6b784cb4e237bd20faa3

No changes file available.

Binary packages built by this source

libc++-dev: No summary available for libc++-dev in ubuntu utopic.

No description available for libc++-dev in ubuntu utopic.

libc++-helpers: LLVM C++ Standard library - build helpers

 libc++ is a new implementation of the C++ standard library, targeting C++11.
 .
 Features and Goals
 .
   * Correctness as defined by the C++11 standard.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
 .
 This package contains the build helpers (clang++-libc++, etc)

libc++-test: LLVM C++ Standard library (test cases)

 libc++ is a new implementation of the C++ standard library, targeting C++11.
 .
 Features and Goals
 .
   * Correctness as defined by the C++11 standard.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
 .
 This package contains the test cases of libc++ library.

libc++1: No summary available for libc++1 in ubuntu utopic.

No description available for libc++1 in ubuntu utopic.

libc++abi-dev: No summary available for libc++abi-dev in ubuntu utopic.

No description available for libc++abi-dev in ubuntu utopic.

libc++abi-test: No summary available for libc++abi-test in ubuntu utopic.

No description available for libc++abi-test in ubuntu utopic.

libc++abi1: LLVM low level support for a standard C++ library

 libc++abi is a new implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++11 standard.
   * Provide a portable sublayer to ease the porting of libc++