Skip to content
Snippets Groups Projects
  1. Sep 09, 2015
  2. Sep 01, 2015
  3. Aug 21, 2015
    • Etienne Kneuss's avatar
      Refactor tests, again. · 20e8c86a
      Etienne Kneuss authored
      unit, integration, and regression tests can now share code as they are
      compiled together.
      
      Unit tests are now in package leon.unit and shared code lives in
      leon.test.
      20e8c86a
  4. Aug 18, 2015
  5. Aug 03, 2015
    • Etienne Kneuss's avatar
      Refactor tests · a7025236
      Etienne Kneuss authored
      - src/test holds unit tests that should be testing one feature alone
      
      - src/integration holds integration tests that can use extraction,
        solvers, codegen, etc..
      
      - src/regression runs all the regression suites.
      a7025236
  6. Jul 24, 2015
  7. Jul 22, 2015
  8. Jul 21, 2015
  9. Jul 17, 2015
  10. Jul 13, 2015
  11. Jul 01, 2015
  12. Jun 22, 2015
  13. Apr 16, 2015
  14. Apr 15, 2015
  15. Apr 14, 2015
  16. Apr 02, 2015
  17. Mar 26, 2015
  18. Feb 27, 2015
  19. Feb 17, 2015
  20. Feb 12, 2015
  21. Aug 20, 2014
  22. Aug 07, 2014
  23. Jul 30, 2014
  24. Jul 29, 2014
  25. Mar 21, 2014
  26. Mar 03, 2014
  27. Feb 20, 2014
  28. Feb 04, 2014
  29. Jan 10, 2014
  30. Nov 12, 2013
  31. Sep 27, 2013
  32. Aug 31, 2013
  33. Aug 26, 2013
  34. Aug 16, 2013
  35. Jul 11, 2013
    • Etienne Kneuss's avatar
      Upgrade Leon to Scala 2.10.x · c521d3bd
      Etienne Kneuss authored
      - Refactor code extraction
        - Standardize extractors
        - Fix type identification by resolving type aliases
      
      - Redo reporter integration with Scalac
        - Fix relining to prevent bizarre compile-errors
      
      - Refactor Pretty-Printers
        - Extensible class interface
        - Not returning mutable string-buffers anymore
      
      - Fixes according to 2.10
          - 100% false warnings in Tests
          - imports for postfix-ops or implicits
      
      - Upgrade ScalaZ3 to 2.10
      
      - Upgrade Cafebabe to 2.10
      c521d3bd
Loading