Skip to content
Snippets Groups Projects
  1. May 29, 2020
    • Armin Rigo's avatar
      #454 · b6c5e557
      Armin Rigo authored
      Second try with '# NUMBER' instead of '#line NUMBER', as gcc seems to output
      b6c5e557
  2. May 28, 2020
  3. May 26, 2020
    • Armin Rigo's avatar
      Issue #454 · c9c29783
      Armin Rigo authored
      Try harder to avoid #line directives confuse the rest of pre-parsing
      c9c29783
  4. May 20, 2020
    • Armin Rigo's avatar
      #453 · 3011cd02
      Armin Rigo authored
      Special-case typedefs of arrays with '...' length, so that they can
      be used through recompiler.py as if they had a specified length in
      most cases.
      3011cd02
    • Armin Rigo's avatar
      Issue #447 · 6476ac8a
      Armin Rigo authored
      Fix the name of some types to be exactly the name under which they are exposed.
      
      Put underscores in front of the CDataXxx type names and a docstring that
      explains why.
      6476ac8a
  5. Apr 16, 2020
  6. Apr 12, 2020
  7. Apr 01, 2020
  8. Mar 06, 2020
  9. Feb 13, 2020
  10. Feb 07, 2020
  11. Feb 06, 2020
  12. Jan 31, 2020
  13. Jan 19, 2020
    • Armin Rigo's avatar
      Document #440 in details · d00996ba
      Armin Rigo authored
      d00996ba
    • Armin Rigo's avatar
      Issue #440 · 13004e39
      Armin Rigo authored
      Limit the amount of memory that is requested from alloca()
      for temporary conversion of arguments.  Non-small requests are
      instead handled with PyObject_Malloc() and PyObject_Free().
      13004e39
  14. Jan 18, 2020
    • Armin Rigo's avatar
      Merged in... · 30e8b897
      Armin Rigo authored
      Merged in lukeroge/cffi/Luke-Rogers/add-license-to-trove-classifiers-1578493878065 (pull request #99)
      
      Add license to trove classifiers.
      30e8b897
  15. Jan 08, 2020
  16. Jan 11, 2020
    • Armin Rigo's avatar
      Issue #439 · 8cb2dd34
      Armin Rigo authored
      Oops, potentially bad typo in the overview page
      8cb2dd34
  17. Jan 07, 2020
  18. Jan 06, 2020
  19. Jan 05, 2020
  20. Jan 04, 2020
  21. Jan 02, 2020
Loading