]> granicus.if.org Git - clang/history - bindings/python
[OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC.
[clang] / bindings / python /
2017-06-08 Sven van Haastregt[libclang] Expose typedef and address space functions
2017-05-23 Sven van Haastregt[libclang] [OpenCL] Expose more OpenCL CIndex types
2017-04-20 Jonathan CoeAdd Python 3 support to clang.cindex
2017-02-10 Joey Gouly[libclang] [OpenCL] Expose half type.
2017-01-17 Jonathan CoeFix Python 3 language issues and add an explicit check...
2017-01-13 Jonathan CoeRevert "Support for Python 3 in libclang python bindings"
2016-12-03 Sergey Kalinichev[libclang] Fix python tests
2016-11-04 Olivier Goffart[python bindings] Expose CXCursor_FriendDecl as CursorK...
2016-11-03 Jonathan CoeSupport for Python 3 in libclang python bindings
2016-10-18 Igor Kudrin[libclang] Add missing cursor kinds to python bindings.
2016-10-18 Igor Kudrin[libclang] Fix a failure in a test for python bindings...
2016-08-11 Saleem Abdulrasoolbindings: expose diagnostic formatting to Python
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-03 Sergey Kalinichev[libclang] Expose the ElaboratedType
2016-04-30 Saleem Abdulrasoolpython: add bindings for children of diagnostics
2016-04-27 Jonathan CoeExpose cxx constructor and method properties through...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-03-10 Jonathan Coelibclang python bindings: Fix for bug 26394
2016-03-07 Guillaume Papinpython binding: expose compile command filename
2015-12-10 Saleem Abdulrasoollibclang: expose dllexport, dllimport attributes
2015-11-15 Sergey Kalinichev[libclang] Visit TypeAliasTemplateDecl
2015-11-15 Sergey Kalinichev[libclang] Expose AutoType
2015-10-27 Saleem AbdulrasoolIndex: expose is_mutable_field
2015-10-12 Saleem Abdulrasoolbindings: add new C++ function attribute accessors
2015-09-05 Saleem AbdulrasoolIndex: expose visibility attribute
2015-09-03 Manuel Klimek[libclang] Return deduced type for auto type, not the...
2015-04-13 Argyrios Kyrtzidis[libclang] Add functions to get information about fields.
2015-01-29 Rafael EspindolaThis reverts commit r227432, r227438 and r227448.
2015-01-29 Francois Pichetlibclang: Add three functions useful for dealing with...
2014-10-15 Argyrios Kyrtzidis[libclang] Add function to retrieve storage class in...
2014-10-10 Eli BenderskyAdd libclang capabilities to retriete template argument...
2014-08-08 Eli BenderskyExpose the CUDA shared attribute to the C API.
2014-08-05 Eli BenderskyExpose the name mangling C API to Python bindings.
2014-07-31 Eli BenderskyReformat docstring to 80-col
2014-06-22 Alp Tokercindex.py: remove obsolete workaround and FIXME
2014-05-29 Eli BenderskyImplement a convenience recursive walk method over...
2014-05-28 Eli BenderskyExpose CUDA function attributes to the C interface.
2014-05-28 Eli BenderskyTrim trailing whitespace in cindex.py
2014-05-21 Alp Tokercindex/test_cursor.py: no need to skip implicit decls...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-05 Alp Tokercindex-dump.py: fix the --show-ids description string
2014-05-05 Alp TokerFix cindex-dump.py --show-ids
2014-05-01 Joey Gouly[libclang] Add attribute support for 'pure', 'const...
2014-04-27 Sylvestre LedruFix the method len of the CompletionString object....
2014-04-25 Saleem Abdulrasoolbindings: expose C++ access specifiers
2014-04-20 Alp Tokercindex.py: Avoid deprecated function
2014-03-14 Bill WendlingUse the correct symbol for a left bracket.
2014-02-20 Argyrios Kyrtzidis[libclang/python] Use a Python standard library module...
2013-12-20 Argyrios Kyrtzidis[libclang/python] Add CompilationDatabase.getAllCompile...
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-10-31 Argyrios Kyrtzidis[libclang/python] Add __contains__ to SourceRange class.
2013-10-11 Argyrios Kyrtzidis[libclang] Introduce clang_Type_getCXXRefQualifier...
2013-10-07 Argyrios Kyrtzidis[libclang] Add some tests by Loïc Jaquemet that I forgo...
2013-10-03 Argyrios Kyrtzidis[libclang] python: expose a few functions, patch by...
2013-10-03 Argyrios Kyrtzidis[libclang] Introduce clang_Type_getClassType which...
2013-09-25 Argyrios Kyrtzidis[libclang] python: fix return type of clang_Type_getSiz...
2013-09-25 Argyrios Kyrtzidis[libclang] Provide location for attributes and expose...
2013-09-16 Argyrios Kyrtzidis[libclang] Don't report a DecayedType as "unexposed...
2013-07-23 Argyrios Kyrtzidis[libclang] Expose the rest of the array types.
2013-06-11 Argyrios Kyrtzidis[libclang/python] Add a few "cursor kinds" that were...
2013-05-17 Dmitri Gribenkolibclang: add a function to check whether a member...
2013-04-21 Dmitri GribenkoFix return type of isBitfield in the binding definition
2013-04-11 Argyrios Kyrtzidis[libclang] Expose record layout info via new libclang...
2013-03-19 Tobias Grossercindex.py: Handle NULL pointers when parsing translatio...
2013-01-20 Tobias Grosser[cindex.py]: Use spaces instead of tabs
2013-01-19 Tobias Grosser[cindex.py] Add cache for CompletionChunk spellings
2013-01-19 Tobias Grosser[cindex.py] Replace CachedProperty with our own impleme...
2013-01-19 Tobias Grosser[cindex.py]: Speed up lookup of the completion kind
2013-01-02 Argyrios Kyrtzidis[python bindings] Expose cursor.referenced (clang_getCu...
2012-12-11 Matt Beaumont-GayFix a copypasto bug. Also rename the parameter in quest...
2012-11-01 Gregory Szorc[clang.py] Add Cursor.get_arguments()
2012-10-07 Benjamin KramerPython bindings: fix typo.
2012-10-07 Benjamin KramerPython bindings: Add missing availability kind.
2012-09-22 Dmitri GribenkoFix cindex.py compatibility with older libclang.so
2012-09-15 Dmitri GribenkoAdd bindings for clang_getCompletionBriefComment to...
2012-09-05 Tobias Grosser[cindex.py] Make the use of a compatibilty check explicit
2012-09-03 Tobias Grosser[cindex.py] Allow to configure the path of libclang
2012-09-01 Tobias Grosser[cindex.py] Add helper to initialize libclang functions
2012-08-20 Tobias Grosser[cindex.py] Cache the number of chunks in CompletionString
2012-08-19 Tobias Grosser[cindex.py] Add CachedProperty to CompletionChunk
2012-08-19 Gregory Szorc[clang.py] Add CachedProperty decorator
2012-08-18 Tobias Grosser[cindex.py] Use spaces, not tabs for indentation
2012-08-18 Tobias Grosser[cindex.py] Dispose code completion results properly
2012-07-12 Gregory Szorc[clang.py] Implement Token API
2012-07-12 Gregory Szorc[clang.py] Add TranslationUnit.get_{file,source_locatio...
2012-07-12 Gregory Szorc[clang.py] Refactor how ctypes functions are registered
2012-07-10 Arnaud A. de Grand... [cindex.py] Make CompileCommand.arguments usage consist...
2012-07-09 Arnaud A. de Grand... [cindex.py] fix infinite iteration of compilation datab...
2012-07-06 Arnaud A. de Grand... [cindex.py] Fix erroneous comment for CompileCommands
2012-07-03 Arnaud A. de Grand... [libclang] CompilationDatabase naming and comment fixes
2012-06-30 Arnaud A. de Grand... [cindex.py] Fix comments
2012-06-30 Arnaud A. de Grand... [cindex.py] add CompilationDatabase support
2012-06-11 Gregory Szorc[clang.py] Implement SourceLocation.from_offset
2012-06-09 Gregory Szorc[clang.py] Implement Cursor.is_static_method
2012-06-08 Douglas GregorFix typo "CursorKind.CONDITONAL_OPERATOR" in Python...
2012-05-15 Gregory Szorc[clang.py] Store reference to TranslationUnit in Cursor...
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.canonical
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.result_type
2012-05-12 Gregory Szorc[clang.py] Followup to TranslationUnit refactor
next