Skip to content
Snippets Groups Projects
  1. Dec 15, 2015
  2. Dec 08, 2015
  3. Dec 04, 2015
    • Masood Malekghassemi's avatar
      Make Python testing predictable again · 7566c9a8
      Masood Malekghassemi authored
      This reorganizes the Python code, scraps the current testing
      infrastructure, and implements a simple test discovery and run script
      based on the standard Python unittest library so we can trust that our
      tests are running.
      7566c9a8
  4. Nov 05, 2015
  5. Oct 08, 2015
  6. Sep 22, 2015
  7. Sep 11, 2015
  8. Sep 10, 2015
  9. Sep 01, 2015
  10. Aug 06, 2015
  11. Jul 31, 2015
  12. Jul 29, 2015
  13. Jul 14, 2015
  14. Jul 11, 2015
  15. Jul 10, 2015
  16. Jul 09, 2015
  17. Jul 01, 2015
    • Masood Malekghassemi's avatar
      Cython refactor of Python C wrapping layer · 743c10cc
      Masood Malekghassemi authored
      Also set up environment-related details needed for a smooth Cython
      experience: have the test script avoid rebuilding all dependencies if the
      virtualenv directory already exists, have the PyPI distribution script
      distribute the Cython generated C code rather than the .pyx files.
      743c10cc
  18. Jun 04, 2015
  19. May 29, 2015
  20. May 26, 2015
  21. May 19, 2015
  22. Apr 30, 2015
  23. Apr 28, 2015
  24. Apr 07, 2015
  25. Mar 18, 2015
  26. Mar 16, 2015
  27. Mar 10, 2015
  28. Mar 02, 2015
  29. Feb 25, 2015
  30. Feb 21, 2015
    • Nathaniel Manista's avatar
      The framework.assembly package. · 7efe54e3
      Nathaniel Manista authored
      This provides for now what should be a nicer interface for code
      generation than that of the Face layer. In terms of abstraction
      it's conceptually very similar so the two should probably be
      merged as soon as is reasonable.
      7efe54e3
Loading