Age | Commit message (Expand) | Author |
2013-04-21 | Fix return type of isBitfield in the binding definition | Dmitri Gribenko |
2013-04-11 | [libclang] Expose record layout info via new libclang functions: | Argyrios Kyrtzidis |
2013-03-19 | cindex.py: Handle NULL pointers when parsing translation units | Tobias Grosser |
2013-02-26 | doxygen command. Add 'attention' command to list of similar | Fariborz Jahanian |
2013-02-01 | Comment parsing: improve the fidelity of XML output for many block commands | Dmitri Gribenko |
2013-02-01 | Fix indent | Dmitri Gribenko |
2013-01-31 | [Comment parsing] Add support for recognizing | Fariborz Jahanian |
2013-01-20 | [cindex.py]: Use spaces instead of tabs | Tobias Grosser |
2013-01-19 | [cindex.py] Add cache for CompletionChunk spellings | Tobias Grosser |
2013-01-19 | [cindex.py] Replace CachedProperty with our own implementation | Tobias Grosser |
2013-01-19 | [cindex.py]: Speed up lookup of the completion kind | Tobias Grosser |
2013-01-02 | [python bindings] Expose cursor.referenced (clang_getCursorReferenced). | Argyrios Kyrtzidis |
2012-12-11 | Fix a copypasto bug. Also rename the parameter in question to not shadow the | Matt Beaumont-Gay |
2012-11-01 | [clang.py] Add Cursor.get_arguments() | Gregory Szorc |
2012-10-17 | [Doc parsing]: This patch adds <Declaration> tag to | Fariborz Jahanian |
2012-10-07 | Python bindings: fix typo. | Benjamin Kramer |
2012-10-07 | Python bindings: Add missing availability kind. | Benjamin Kramer |
2012-10-03 | Comment to XML conversion: escape XML special chars correctly; use correct | Dmitri Gribenko |
2012-10-02 | [Doc parse]: SUpport for message in deprecated/unavailable | Fariborz Jahanian |
2012-10-02 | [Doc parsing]: Add available and deprecated attribute info | Fariborz Jahanian |
2012-10-01 | availability in structured documents. Takes | Fariborz Jahanian |
2012-09-29 | Comment XML schema: correct indentation. | Dmitri Gribenko |
2012-09-28 | [Doc parsing] Add availability information to generated Comment XML. | Fariborz Jahanian |
2012-09-22 | Fix cindex.py compatibility with older libclang.so | Dmitri Gribenko |
2012-09-15 | Add bindings for clang_getCompletionBriefComment to cindex.py. | Dmitri Gribenko |
2012-09-13 | Comment to XML conversion: we try not to emit empty <Discussion> elements, but | Dmitri Gribenko |
2012-09-05 | [cindex.py] Make the use of a compatibilty check explicit | Tobias Grosser |
2012-09-03 | [cindex.py] Allow to configure the path of libclang | Tobias Grosser |
2012-09-01 | [cindex.py] Add helper to initialize libclang functions | Tobias Grosser |
2012-08-20 | [cindex.py] Cache the number of chunks in CompletionString | Tobias Grosser |
2012-08-19 | [cindex.py] Add CachedProperty to CompletionChunk | Tobias Grosser |
2012-08-19 | [clang.py] Add CachedProperty decorator | Gregory Szorc |
2012-08-18 | [cindex.py] Use spaces, not tabs for indentation | Tobias Grosser |
2012-08-18 | [cindex.py] Dispose code completion results properly | Tobias Grosser |
2012-08-08 | Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does | Dmitri Gribenko |
2012-08-07 | Comment AST: DeclInfo: add a special kind for enums. | Dmitri Gribenko |
2012-08-07 | libclang API for comment-to-xml conversion. | Dmitri Gribenko |
2012-07-12 | [clang.py] Implement Token API | Gregory Szorc |
2012-07-12 | [clang.py] Add TranslationUnit.get_{file,source_location,source_range} | Gregory Szorc |
2012-07-12 | [clang.py] Refactor how ctypes functions are registered | Gregory Szorc |
2012-07-10 | [cindex.py] Make CompileCommand.arguments usage consistent with CompileComman... | Arnaud A. de Grandmaison |
2012-07-09 | [cindex.py] fix infinite iteration of compilation database CompileCommands | Arnaud A. de Grandmaison |
2012-07-06 | [cindex.py] Fix erroneous comment for CompileCommands | Arnaud A. de Grandmaison |
2012-07-03 | [libclang] CompilationDatabase naming and comment fixes | Arnaud A. de Grandmaison |
2012-06-30 | [cindex.py] Fix comments | Arnaud A. de Grandmaison |
2012-06-30 | [cindex.py] add CompilationDatabase support | Arnaud A. de Grandmaison |
2012-06-11 | [clang.py] Implement SourceLocation.from_offset | Gregory Szorc |
2012-06-09 | [clang.py] Implement Cursor.is_static_method | Gregory Szorc |
2012-06-08 | Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, from | Douglas Gregor |
2012-05-15 | [clang.py] Store reference to TranslationUnit in Cursor and Type | Gregory Szorc |