Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

API Diff 1.3

API Diff 1.3

programming, Development, library, API, VERSION, DIFF

Product info

  • File Size
    25.3 MB
  • Version
    1.3
  • Released
    12/15/2010
  • User Ratings
    (0)
  • Total Downloads
    25
  • Price
    Free!
  • OS
    Mac 10.5, Mac 10.6, Mac OS X
Please rate this product!
By Clicking download, you agree to the OpenInstall EULA and Privacy Policy

API Diff lets you find all changes between different versions of an Application Programming Interface (API). For example, a C/C++ API is normally provided as a collection of header files, such as .h, .hpp, or .hxx files. API Diff will scan different versions of these header files to find all changes to the API. You can view every single difference in a side-by-side file view, and you can save an overview HTML report to let your clients know exactly what changed between different releases. API Diff supports an extensible set of Analyzers, including: 1. C/C++ parser. Using the C++ parser, API Diff can ignore non-significant API changes such as comments, whitespace, or the order of statements. It can also provide context-sensitive descriptions for each change such as A new base class was added . 2. Comments analyzer. Parses all source code comments and tells you which ones have changed. This can be used to review documentation changes before the release of a new version. 3. Plain-text analyzer. A plain-text difference analyzer that essentially performs the same function as the Unix diff(3) command. This can be used to analyze APIs written in languages not directly supported by API Diff, such as Java, C#, Python, or Objective-C.