1. 15 May, 2010 2 commits
    • Robert Bradshaw's avatar
      Add failing test to bugs list. · 8737e4ac
      Robert Bradshaw authored
      8737e4ac
    • David Barnett's avatar
      C++ failures / tests · 57fe4a6e
      David Barnett authored
      I noticed two failures to compile that I think are bugs:
       - "ctypedef Foo[int] Bar" gives a syntax error (i.e., there doesn't seem to be any way to typedef a templated type).
       - Defining a struct in a namespace and trying to convert it to a Python dict doesn't work. Instead you get nasty "__pyx_convert__to_py_THENAMESPACE" errors from the C++ compiler (it doesn't mangle the cname properly and tries to define __pyx_convert__to_py_THENAMESPACE::THESTRUCT).
      
      I made a patch to *add tests* for the two bugs (not fix them).
      57fe4a6e
  2. 14 May, 2010 2 commits
  3. 13 May, 2010 3 commits
  4. 12 May, 2010 8 commits
  5. 11 May, 2010 2 commits
  6. 10 May, 2010 2 commits
  7. 09 May, 2010 2 commits
  8. 08 May, 2010 2 commits
  9. 06 May, 2010 1 commit
  10. 05 May, 2010 4 commits
  11. 04 May, 2010 6 commits
  12. 03 May, 2010 3 commits
  13. 02 May, 2010 3 commits