Age | Commit message (Expand) | Author |
2010-04-30 | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar |
2010-03-06 | Rename the new Iterator objects and raise an assertion instead of returning i... | Benjamin Kramer |
2010-03-06 | Update the python bindings for recent changes in the CIndex API. | Benjamin Kramer |
2010-02-14 | CIndex: Switch CXSourceRange to proper half-open intervals. | Daniel Dunbar |
2010-02-13 | cindex/Python: Fix cindex-{dump,includes} examples to just pass all args | Daniel Dunbar |
2010-02-13 | cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton! | Daniel Dunbar |
2010-02-13 | cindex/Python: Update for clang_getDiagnosticRange... API changes. | Daniel Dunbar |
2010-01-31 | cindex/Python: Turn off showing IDs by default, they are really slow to compute | Daniel Dunbar |
2010-01-30 | cindex/Python: Add a simple example which dumps assorted information about a ... | Daniel Dunbar |
2010-01-30 | cindex/Python: Add full support for Diagnostic and FixIt objects, available v... | Daniel Dunbar |
2010-01-30 | cindex/Python: Update SourceLocation and SourceRange structures to match API ... | Daniel Dunbar |
2010-01-30 | cindex/Python: Update Index.create for removal of displayDiagnostics. | Daniel Dunbar |
2010-01-29 | cindex/Python: Update to support _getInstantiationLocation's new offset value. | Daniel Dunbar |
2010-01-25 | cindex/Python: Move translation unit load functions to Index, there isn't a g... | Daniel Dunbar |
2010-01-25 | cindex/Python: Support file objects as unsaved_files, albeit inefficiently. | Daniel Dunbar |
2010-01-25 | cindex/Python: Add Cursor test. | Daniel Dunbar |
2010-01-25 | cindex/Python: Implement support for unsaved/remapped files. | Daniel Dunbar |
2010-01-25 | cindex/Python: Fix/simplify Index.parse() passing command line arguments. | Daniel Dunbar |
2010-01-25 | cindex/Python: Update comments, add module docstrings, add LLVM headers. | Daniel Dunbar |
2010-01-24 | cindex/Python: Move Cursor.is_ methods to CursorKind, and add test. | Daniel Dunbar |
2010-01-24 | cindex/Python: Implement explicit objects for CursorKind enumeration values. | Daniel Dunbar |
2010-01-24 | cindex/Python: Fetch SourceLocation instantiation location information on laz... | Daniel Dunbar |
2010-01-24 | cindex/Python: Add Cursor.get_usr(). | Daniel Dunbar |
2010-01-24 | cindex/Python: Return null cursors as None instead of exposing this notion. | Daniel Dunbar |
2010-01-24 | cindex/Python: Convert CXString objects to regular Python strings below API. | Daniel Dunbar |
2010-01-24 | Simplify. | Daniel Dunbar |
2010-01-24 | cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit ... | Daniel Dunbar |
2010-01-24 | cindex/Python: Add Cursor.get_children() | Daniel Dunbar |
2010-01-24 | cindex/Python: Remove Declaration class, this has been removed from the API. | Daniel Dunbar |
2010-01-24 | cindex/Python: Eliminate Entity class, it has been removed from CIndex. | Daniel Dunbar |
2010-01-24 | Simplify. | Daniel Dunbar |
2010-01-24 | cindex/Python: Add TranslationUnit.cursor. | Daniel Dunbar |
2010-01-24 | cindex/Python: Tweak Source{Location,Range} | Daniel Dunbar |
2010-01-24 | cindex/Python: Make Cursor.is_... functions not properties. | Daniel Dunbar |
2010-01-24 | Initial checkin of CIndex Python bindings, by Andrew Sutton! | Daniel Dunbar |