The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

24 lines
852 B

4 weeks ago
  1. 2016-02-26 Joachim Klein <klein@tcs.inf.tu-dresden.de>
  2. * Release version 0.99.2: Bugfix release
  3. * Fix parsing of 't' and 'f' in the extra info of acc-name headers, e.g.,
  4. acc-name: undefined t
  5. Previously, would lead to an infinite loop.
  6. * Fix dynamic_bitset::getHighestSetBit
  7. Off-by-one error, tries to read potentially uninitialized
  8. memory. This could lead to non-deterministic behavior for
  9. getHighestSetBit, e.g., erroneous validation errors when
  10. parsing when HOAIntermediateCheckValidity is active.
  11. * Add #include <stdexcept> to boolean_expression.hh to
  12. have access to std::logical_error, even if not included by
  13. the other standard library headers (fix compilation issue
  14. with some older GCCs).
  15. 2015-07-20 Joachim Klein <klein@tcs.inf.tu-dresden.de>
  16. * Release version 0.99.1: Initial (preliminary) release