summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAge
...
* [Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian2012-10-02
* availability in structured documents. TakesFariborz Jahanian2012-10-01
* Comment XML schema: correct indentation.Dmitri Gribenko2012-09-29
* [Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian2012-09-28
* Fix cindex.py compatibility with older libclang.soDmitri Gribenko2012-09-22
* Add bindings for clang_getCompletionBriefComment to cindex.py.Dmitri Gribenko2012-09-15
* Comment to XML conversion: we try not to emit empty <Discussion> elements, butDmitri Gribenko2012-09-13
* [cindex.py] Make the use of a compatibilty check explicitTobias Grosser2012-09-05
* [cindex.py] Allow to configure the path of libclangTobias Grosser2012-09-03
* [cindex.py] Add helper to initialize libclang functionsTobias Grosser2012-09-01
* [cindex.py] Cache the number of chunks in CompletionStringTobias Grosser2012-08-20
* [cindex.py] Add CachedProperty to CompletionChunkTobias Grosser2012-08-19
* [clang.py] Add CachedProperty decoratorGregory Szorc2012-08-19
* [cindex.py] Use spaces, not tabs for indentationTobias Grosser2012-08-18
* [cindex.py] Dispose code completion results properlyTobias Grosser2012-08-18
* Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko2012-08-08
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-07
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-07
* [clang.py] Implement Token APIGregory Szorc2012-07-12
* [clang.py] Add TranslationUnit.get_{file,source_location,source_range}Gregory Szorc2012-07-12
* [clang.py] Refactor how ctypes functions are registeredGregory Szorc2012-07-12
* [cindex.py] Make CompileCommand.arguments usage consistent with CompileComman...Arnaud A. de Grandmaison2012-07-10
* [cindex.py] fix infinite iteration of compilation database CompileCommandsArnaud A. de Grandmaison2012-07-09
* [cindex.py] Fix erroneous comment for CompileCommandsArnaud A. de Grandmaison2012-07-06
* [libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison2012-07-03
* [cindex.py] Fix commentsArnaud A. de Grandmaison2012-06-30
* [cindex.py] add CompilationDatabase supportArnaud A. de Grandmaison2012-06-30
* [clang.py] Implement SourceLocation.from_offsetGregory Szorc2012-06-11
* [clang.py] Implement Cursor.is_static_methodGregory Szorc2012-06-09
* Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, fromDouglas Gregor2012-06-08
* [clang.py] Store reference to TranslationUnit in Cursor and TypeGregory Szorc2012-05-15
* [clang.py] Implement Cursor.canonicalGregory Szorc2012-05-14
* [clang.py] Implement Cursor.result_typeGregory Szorc2012-05-14
* [clang.py] Followup to TranslationUnit refactorGregory Szorc2012-05-12
* [clang.py] Remove trailing whitespace from recent commitsGregory Szorc2012-05-08
* [clang.py] TranslationUnit API improvementsGregory Szorc2012-05-08
* - Adding lexical_parent and semantic_parent properties to clang.cindex.CursorManuel Klimek2012-05-07
* [python] Add testcase for annotation cursorAnders Waldenborg2012-05-02
* [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValueAnders Waldenborg2012-05-02
* [python] Add testcase for enum with specified underlaying typeAnders Waldenborg2012-05-02
* [python] Run tests for c++ with std=c++11Anders Waldenborg2012-05-02
* [python] Fix warning in c-code inside testcaseAnders Waldenborg2012-05-02
* [clang.py] Implement TypeKind.spellingGregory Szorc2012-04-15
* [clang.py] Implement Cursor.objc_type_encodingGregory Szorc2012-03-10
* [clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc2012-03-10
* [clang.py] Return bool from Cursor.__eq__Gregory Szorc2012-03-05
* [clang.py] Test Cursor.__ne__Gregory Szorc2012-02-26
* [clang.py] Format and add documention for TypeGregory Szorc2012-02-20
* [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qual...Gregory Szorc2012-02-20
* [clang.py] Implement Type.argument_types()Gregory Szorc2012-02-20