summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru2014-04-271-1/+1
* bindings: expose C++ access specifiersSaleem Abdulrasool2014-04-252-0/+93
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-0/+6
* cindex.py: Avoid deprecated functionAlp Toker2014-04-201-4/+4
* Use the correct symbol for a left bracket.Bill Wendling2014-03-141-1/+1
* [libclang/python] Use a Python standard library module to create a temporary ...Argyrios Kyrtzidis2014-02-201-9/+2
* [libclang/python] Add CompilationDatabase.getAllCompileCommands to the python...Argyrios Kyrtzidis2013-12-202-0/+34
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2013-11-121-1/+11
* [libclang/python] Add __contains__ to SourceRange class.Argyrios Kyrtzidis2013-10-311-0/+23
* [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis2013-10-111-5/+60
* [libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier.Argyrios Kyrtzidis2013-10-071-0/+40
* [libclang] python: expose a few functions, patch by Loïc Jaquemet!Argyrios Kyrtzidis2013-10-032-0/+46
* [libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis2013-10-031-0/+12
* [libclang] python: fix return type of clang_Type_getSizeOf().Argyrios Kyrtzidis2013-09-251-1/+1
* [libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2013-09-251-0/+1
* [libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis2013-09-161-0/+10
* [libclang] Expose the rest of the array types.Argyrios Kyrtzidis2013-07-232-2/+13
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-3/+8
* [libclang/python] Add a few "cursor kinds" that were missing in the python bi...Argyrios Kyrtzidis2013-06-112-5/+45
* libclang: add a function to check whether a member function is pure virtualDmitri Gribenko2013-05-171-0/+4
* Fix return type of isBitfield in the binding definitionDmitri Gribenko2013-04-211-1/+1
* [libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis2013-04-113-2/+115
* cindex.py: Handle NULL pointers when parsing translation unitsTobias Grosser2013-03-192-2/+19
* doxygen command. Add 'attention' command to list of similarFariborz Jahanian2013-02-261-0/+1
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-0/+23
* Fix indentDmitri Gribenko2013-02-011-1/+1
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-311-0/+29
* [cindex.py]: Use spaces instead of tabsTobias Grosser2013-01-201-3/+3
* [cindex.py] Add cache for CompletionChunk spellingsTobias Grosser2013-01-191-0/+29
* [cindex.py] Replace CachedProperty with our own implementationTobias Grosser2013-01-191-3/+9
* [cindex.py]: Speed up lookup of the completion kindTobias Grosser2013-01-191-7/+11
* [python bindings] Expose cursor.referenced (clang_getCursorReferenced).Argyrios Kyrtzidis2013-01-022-0/+20
* Fix a copypasto bug. Also rename the parameter in question to not shadow theMatt Beaumont-Gay2012-12-111-3/+3
* [clang.py] Add Cursor.get_arguments()Gregory Szorc2012-11-012-0/+24
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-0/+28
* Python bindings: fix typo.Benjamin Kramer2012-10-071-1/+1
* Python bindings: Add missing availability kind.Benjamin Kramer2012-10-072-9/+50
* Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko2012-10-031-47/+53
* [Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian2012-10-021-2/+6
* [Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian2012-10-021-3/+19
* availability in structured documents. TakesFariborz Jahanian2012-10-011-2/+2
* Comment XML schema: correct indentation.Dmitri Gribenko2012-09-291-2/+2
* [Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian2012-09-281-0/+36
* Fix cindex.py compatibility with older libclang.soDmitri Gribenko2012-09-221-1/+10
* Add bindings for clang_getCompletionBriefComment to cindex.py.Dmitri Gribenko2012-09-152-2/+63
* Comment to XML conversion: we try not to emit empty <Discussion> elements, butDmitri Gribenko2012-09-131-2/+2
* [cindex.py] Make the use of a compatibilty check explicitTobias Grosser2012-09-051-4/+31
* [cindex.py] Allow to configure the path of libclangTobias Grosser2012-09-031-134/+189
* [cindex.py] Add helper to initialize libclang functionsTobias Grosser2012-09-011-385/+533