Age | Commit message (Expand) | Author |
2012-02-05 | [clang.py] Implement Type.is_pod | Gregory Szorc |
2012-02-05 | [clang.py] Change type -> Type | Tobias Grosser |
2012-02-05 | [clang.py] Implement Cursor.enum_type | Tobias Grosser |
2012-02-05 | [clang.py] Implement Cursor.underlying_typedef_type | Tobias Grosser |
2012-02-05 | [clang.py] add TypeKind.VECTOR | Tobias Grosser |
2012-02-05 | [clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed} | Tobias Grosser |
2012-02-05 | [clang.py] Implement Cursor.hash | Tobias Grosser |
2012-02-05 | [clang.py] Expose diagnostic category and option info to Python binding | Tobias Grosser |
2012-02-05 | [clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRange | Tobias Grosser |
2011-12-30 | Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR and ASM_LABEL_ATTR to the | Rafael Espindola |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer |
2011-10-31 | cindex.py: Remove more ternary operator + whitespace fixes | Tobias Grosser |
2011-10-31 | clang.py: Remove use of ternary operators | Tobias Grosser |
2011-10-31 | cindex.py: Allow to create a cursor from file/row/column | Tobias Grosser |
2011-10-31 | cindex.py: Add File.create_from_name() | Tobias Grosser |
2011-10-19 | Add support for constant arrays, from Anders Waldenborg!. | Douglas Gregor |
2011-10-19 | Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! | Douglas Gregor |
2011-10-19 | Fix error message for unknown type kind, from Anders Waldenborg! | Douglas Gregor |
2011-10-19 | This new field was introduced in clang-c in r141277 | Douglas Gregor |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor |
2011-08-30 | Update python testcase for GNU old-style field designator warning, | Douglas Gregor |
2011-08-30 | Add support for Cursor.displayname in python bindings, from Anders Waldenborg! | Douglas Gregor |
2011-08-17 | [python] Fix bug of the SourceLocation binding. | Argyrios Kyrtzidis |
2011-08-17 | [python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r... | Argyrios Kyrtzidis |
2011-08-17 | [python] Add support for CXType to python bindings. | Argyrios Kyrtzidis |
2011-07-06 | Improve the Python bindings for libclang in a few ways, from Eli | Douglas Gregor |
2011-02-05 | python bindings: Add support for different kind of completion chunks | Tobias Grosser |
2011-02-05 | python bindings: Get the string representation of a CompletionChunk | Tobias Grosser |
2011-02-05 | python bindings: Add CodeCompletionResults | Tobias Grosser |
2011-02-05 | python bindings: Add support for translationUnit.reparse(). | Tobias Grosser |
2011-02-05 | python bindings: Include local headers the right way. | Tobias Grosser |
2011-02-05 | python bindings: Remove unneeded instruction | Tobias Grosser |
2011-02-05 | python bindings: fix Diagnostics.range iterator | Tobias Grosser |
2011-02-05 | python bindings: Use python Diagnostics as function arguments | Tobias Grosser |
2011-02-05 | python bindings: Synchronize cursor kinds | Tobias Grosser |
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 |