aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
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-07Python bindings: fix typo.Benjamin Kramer
2012-10-07Python bindings: Add missing availability kind.Benjamin Kramer
2012-10-03Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko
2012-10-02[Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian
2012-10-02[Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian
2012-10-01availability in structured documents. TakesFariborz Jahanian
2012-09-29Comment XML schema: correct indentation.Dmitri Gribenko
2012-09-28[Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian
2012-09-22Fix cindex.py compatibility with older libclang.soDmitri Gribenko
2012-09-15Add bindings for clang_getCompletionBriefComment to cindex.py.Dmitri Gribenko
2012-09-13Comment to XML conversion: we try not to emit empty <Discussion> elements, butDmitri Gribenko
2012-09-05[cindex.py] Make the use of a compatibilty check explicitTobias Grosser
2012-09-03[cindex.py] Allow to configure the path of libclangTobias Grosser
2012-09-01[cindex.py] Add helper to initialize libclang functionsTobias Grosser
2012-08-20[cindex.py] Cache the number of chunks in CompletionStringTobias Grosser
2012-08-19[cindex.py] Add CachedProperty to CompletionChunkTobias Grosser
2012-08-19[clang.py] Add CachedProperty decoratorGregory Szorc
2012-08-18[cindex.py] Use spaces, not tabs for indentationTobias Grosser
2012-08-18[cindex.py] Dispose code completion results properlyTobias Grosser
2012-08-08Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko
2012-08-07Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-07-12[clang.py] Implement Token APIGregory 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 registeredGregory 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 CompileCommandsArnaud A. de Grandmaison
2012-07-06[cindex.py] Fix erroneous comment for CompileCommandsArnaud A. de Grandmaison
2012-07-03[libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison
2012-06-30[cindex.py] Fix commentsArnaud A. de Grandmaison
2012-06-30[cindex.py] add CompilationDatabase supportArnaud A. de Grandmaison
2012-06-11[clang.py] Implement SourceLocation.from_offsetGregory Szorc
2012-06-09[clang.py] Implement Cursor.is_static_methodGregory Szorc
2012-06-08Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, fromDouglas Gregor
2012-05-15[clang.py] Store reference to TranslationUnit in Cursor and TypeGregory Szorc
2012-05-14[clang.py] Implement Cursor.canonicalGregory Szorc
2012-05-14[clang.py] Implement Cursor.result_typeGregory Szorc
2012-05-12[clang.py] Followup to TranslationUnit refactorGregory Szorc
2012-05-08[clang.py] Remove trailing whitespace from recent commitsGregory Szorc
2012-05-08[clang.py] TranslationUnit API improvementsGregory Szorc
2012-05-07- Adding lexical_parent and semantic_parent properties to clang.cindex.CursorManuel Klimek
2012-05-02[python] Add testcase for annotation cursorAnders Waldenborg
2012-05-02[python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValueAnders Waldenborg
2012-05-02[python] Add testcase for enum with specified underlaying typeAnders Waldenborg
2012-05-02[python] Run tests for c++ with std=c++11Anders Waldenborg
2012-05-02[python] Fix warning in c-code inside testcaseAnders Waldenborg
2012-04-15[clang.py] Implement TypeKind.spellingGregory Szorc
2012-03-10[clang.py] Implement Cursor.objc_type_encodingGregory Szorc