summaryrefslogtreecommitdiffstats
path: root/bindings/python
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* [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
* Python bindings: fix typo.Benjamin Kramer2012-10-071-1/+1
* Python bindings: Add missing availability kind.Benjamin Kramer2012-10-072-9/+50
* 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
* [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
* [cindex.py] Cache the number of chunks in CompletionStringTobias Grosser2012-08-201-1/+5
* [cindex.py] Add CachedProperty to CompletionChunkTobias Grosser2012-08-191-3/+3
* [clang.py] Add CachedProperty decoratorGregory Szorc2012-08-191-0/+25
* [cindex.py] Use spaces, not tabs for indentationTobias Grosser2012-08-181-1/+1
* [cindex.py] Dispose code completion results properlyTobias Grosser2012-08-181-1/+1
* [clang.py] Implement Token APIGregory Szorc2012-07-126-16/+345
* [clang.py] Add TranslationUnit.get_{file,source_location,source_range}Gregory Szorc2012-07-122-0/+127
* [clang.py] Refactor how ctypes functions are registeredGregory Szorc2012-07-121-589/+569
* [cindex.py] Make CompileCommand.arguments usage consistent with CompileComman...Arnaud A. de Grandmaison2012-07-102-3/+5
* [cindex.py] fix infinite iteration of compilation database CompileCommandsArnaud A. de Grandmaison2012-07-092-1/+9
* [cindex.py] Fix erroneous comment for CompileCommandsArnaud A. de Grandmaison2012-07-061-3/+1
* [libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison2012-07-031-9/+9
* [cindex.py] Fix commentsArnaud A. de Grandmaison2012-06-302-2/+2
* [cindex.py] add CompilationDatabase supportArnaud A. de Grandmaison2012-06-303-0/+251
* [clang.py] Implement SourceLocation.from_offsetGregory Szorc2012-06-112-0/+23
* [clang.py] Implement Cursor.is_static_methodGregory Szorc2012-06-092-0/+26
* Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, fromDouglas Gregor2012-06-081-1/+1
* [clang.py] Store reference to TranslationUnit in Cursor and TypeGregory Szorc2012-05-153-1/+96
* [clang.py] Implement Cursor.canonicalGregory Szorc2012-05-142-0/+31
* [clang.py] Implement Cursor.result_typeGregory Szorc2012-05-142-0/+16
* [clang.py] Followup to TranslationUnit refactorGregory Szorc2012-05-121-2/+5
* [clang.py] Remove trailing whitespace from recent commitsGregory Szorc2012-05-082-6/+6
* [clang.py] TranslationUnit API improvementsGregory Szorc2012-05-083-63/+325
* - Adding lexical_parent and semantic_parent properties to clang.cindex.CursorManuel Klimek2012-05-073-0/+80
* [python] Add testcase for annotation cursorAnders Waldenborg2012-05-021-0/+12
* [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValueAnders Waldenborg2012-05-022-0/+69
* [python] Add testcase for enum with specified underlaying typeAnders Waldenborg2012-05-021-0/+8
* [python] Run tests for c++ with std=c++11Anders Waldenborg2012-05-021-2/+3
* [python] Fix warning in c-code inside testcaseAnders Waldenborg2012-05-021-1/+1