cbmc 4.5-2ubuntu1 source package in Ubuntu

Changelog

cbmc (4.5-2ubuntu1) trusty; urgency=low

  * Merge from Debian unstable; remaining changes:
    - build with -Wno-error=unused-result to avoid FTBFS from -Werror

cbmc (4.5-2) unstable; urgency=low

  * Fixed typo in powerpc sub-arch configuration causing FTBFS

cbmc (4.5-1) unstable; urgency=low

  * New upstream release
  * All 4.4 patches merged

cbmc (4.4-2) unstable; urgency=low

  * armhf requires __ARM_PCS_VFP to be defined

cbmc (4.4-1) unstable; urgency=low

  * New upstream release (Closes: #701253, #713605)

cbmc (4.3-6) unstable; urgency=low

  * Also added -5 patch to series  file to actually fix the problems
  * Update gcc_types_compatible_p1 to SVN HEAD
  * Cherry-pick upstream r2114-2118, r2120, r2167

cbmc (4.3-5) unstable; urgency=low

  * Cherry-pick upstream r2113 to fix failing regression tests on arm* and
    mips*
  * Cherry-pick upstream r2144 and r2148 to fix failing regression tests on
    powerpc, s390*, and sparc

cbmc (4.3-4) unstable; urgency=low

  * Cherry-pick upstream r2142 and r2143 to fix failing regression tests on
    arm*, mips*, powerpc, s390*, and sparc

cbmc (4.3-3) unstable; urgency=low

  * Cherry-pick upstream r2134 and r2139 to fix failing regression tests on
    arm*, ia64, mips*, powerpc, s390*, and sparc

cbmc (4.3-2) unstable; urgency=low

  * Cherry-pick upstream r2111 to fix build failure on ia64 and s390x

cbmc (4.3-1) unstable; urgency=low

  * New upstream release (all code patches merged, only build system
    adaptions)
 -- Adam Conrad <email address hidden>   Mon, 28 Oct 2013 10:47:38 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cbmc_4.5.orig.tar.gz 3.6 MiB 531ac05d25cb7e73acd4784356415d8f2da1dae36e86a1294d6a5ec9a1188e4d
cbmc_4.5-2ubuntu1.debian.tar.gz 5.9 KiB 8eecbd5fef84ee52a6efb18f3a4c9fffb973e9356ad1ae788a9f68be5e8c3734
cbmc_4.5-2ubuntu1.dsc 1.1 KiB 03888e9f005ec45973cfe9619ee5aa94cdf0b14f6b2b306ffc1678de9520945a

Available diffs

View changes file

Binary packages built by this source

cbmc: bounded model checker for C and C++ programs

 CBMC generates traces that demonstrate how an assertion can be violated, or
 proves that the assertion cannot be violated within a given number of loop
 iterations.