An error occurred fetching the project authors.
  1. 24 Jul, 2014 1 commit
  2. 23 Jul, 2014 1 commit
  3. 22 Jul, 2014 2 commits
  4. 10 Jun, 2014 1 commit
  5. 31 May, 2014 3 commits
  6. 30 May, 2014 1 commit
    • Kevin Modzelewski's avatar
      Let the attributes live at various offsets in an object. · d4d92177
      Kevin Modzelewski authored
      Similar to the location of the dict attribute in CPython,
      the 'hc attrs list' in Pyston will end up being located at
      different offsets, depending on the class that's being subclassed
      from.
      
      This commit removes the HCBox class, which assumes that it always lives
      at the same offset and so can be statically described with a C++ class,
      and instead uses a runtime lookup.
      
      This should hopefully make things a fair bit closer to supporting inheritance.
      d4d92177
  7. 21 May, 2014 1 commit
  8. 20 May, 2014 1 commit
  9. 17 May, 2014 1 commit
  10. 13 May, 2014 1 commit
    • Kevin Modzelewski's avatar
      Run clang-format ("make format") on the codebase · daefbbb6
      Kevin Modzelewski authored
      Changed the indentation of pretty much the entire codebase.
      
      It did some things that I don't like that seem not configurable,
      but overall it seems like an improvement, and nice to have a
      canonical format going forward.
      daefbbb6
  11. 22 Apr, 2014 1 commit
  12. 21 Apr, 2014 1 commit
  13. 14 Apr, 2014 1 commit
  14. 13 Apr, 2014 1 commit
  15. 03 Apr, 2014 1 commit