gcc-python-plugin
latest
  • Requirements
  • Prebuilt-packages
  • Building the plugin from source
  • Basic usage of the plugin
  • Global data access
  • Overview of GCC’s internals
  • Example scripts
  • Working with C code
  • Locations
  • Generating custom errors and warnings
  • Working with functions and control flow graphs
  • gcc.Tree and its subclasses
  • Gimple statements
  • Optimization passes
  • Working with callbacks
  • Creating custom GCC attributes
  • Usage example: a static analysis tool for CPython extension code
  • Success Stories
  • Getting Involved
  • Documentation
  • Miscellanea
  • Release Notes
    • 0.16
    • 0.15
    • 0.14
    • 0.13
    • 0.12
    • 0.11
    • 0.10
    • 0.9
    • 0.8
    • 0.7
  • Appendices
gcc-python-plugin
  • Docs »
  • Release Notes
  • Edit on GitHub

Release Notes¶

  • 0.16
  • 0.15
  • 0.14
  • 0.13
    • Changes to the GCC Python Plugin
      • GCC 4.9 compatibility
      • Other fixes
    • Improvements to gcc-with-cpychecker
      • Other improvements
    • Contributors
  • 0.12
    • Changes to the GCC Python Plugin
      • GCC 4.8 compatibility
      • gcc-c-api
      • Link-Time Optimization support
      • API improvements
      • Other fixes
    • Internal improvements to gcc-with-cpychecker
  • 0.11
    • Changes to the GCC Python Plugin
    • Internal improvements to gcc-with-cpychecker
  • 0.10
    • Changes to the GCC Python Plugin
    • Improvements to gcc-with-cpychecker
      • Mass recompile of Fedora 17’s Python extension code
      • Pyscopg support
      • Experimental new error visualization
      • C++ support
      • Coverage of the CPython API
  • 0.9
    • Changes to the GCC Python Plugin
    • Improvements to gcc-with-cpychecker
      • Usage of deallocated memory
      • Coverage of the CPython API
  • 0.8
    • Changes to the GCC Python Plugin
      • Initial C++ support
      • Unconditional warnings
    • Improvements to gcc-with-cpychecker
      • Verification of PyMethodDef tables
      • Coverage of the CPython API
      • Bug fixes
  • 0.7
    • Changes to the GCC Python Plugin
    • Improvements to “cpychecker”
      • Major rewrite of reference-count tracking
      • Function calls with NULL-pointer arguments
      • Dereferences of uninitialized pointers
      • Error-reporting improvements
      • Signal:noise ratio improvements
      • Coverage of the CPython API
      • Other user-visible improvments
      • Internal improvements
Next Previous

© Copyright 2011-2018, David Malcolm. Revision 41f52bd3.

Built with Sphinx using a theme provided by Read the Docs.