1. b03b57d [clang.py] Add Cursor.get_arguments() by Gregory Szorc · 12 years ago
  2. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  3. 6988666 Python bindings: fix typo. by Benjamin Kramer · 12 years ago
  4. 724d0dc Python bindings: Add missing availability kind. by Benjamin Kramer · 12 years ago
  5. 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 12 years ago
  6. 8da68b8 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 12 years ago
  7. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 12 years ago
  8. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  9. fa4f4b3 Comment XML schema: correct indentation. by Dmitri Gribenko · 12 years ago
  10. 257e2e8 [Doc parsing] Add availability information to generated Comment XML. by Fariborz Jahanian · 12 years ago
  11. c12d6a0 Fix cindex.py compatibility with older libclang.so by Dmitri Gribenko · 12 years ago
  12. c69e067 Add bindings for clang_getCompletionBriefComment to cindex.py. by Dmitri Gribenko · 12 years ago
  13. 7b4362e Comment to XML conversion: we try not to emit empty <Discussion> elements, but by Dmitri Gribenko · 12 years ago
  14. 857134e [cindex.py] Make the use of a compatibilty check explicit by Tobias Grosser · 12 years ago
  15. fcbc0fb [cindex.py] Allow to configure the path of libclang by Tobias Grosser · 12 years ago
  16. 010556e [cindex.py] Add helper to initialize libclang functions by Tobias Grosser · 12 years ago
  17. 147785b [cindex.py] Cache the number of chunks in CompletionString by Tobias Grosser · 12 years ago
  18. d9ee06b [cindex.py] Add CachedProperty to CompletionChunk by Tobias Grosser · 12 years ago
  19. b15b15c [clang.py] Add CachedProperty decorator by Gregory Szorc · 12 years ago
  20. 58308d8 [cindex.py] Use spaces, not tabs for indentation by Tobias Grosser · 12 years ago
  21. 7371924 [cindex.py] Dispose code completion results properly by Tobias Grosser · 12 years ago
  22. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  23. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  24. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  25. be51e43 [clang.py] Implement Token API by Gregory Szorc · 12 years ago
  26. 0f1964a [clang.py] Add TranslationUnit.get_{file,source_location,source_range} by Gregory Szorc · 12 years ago
  27. 9537e20 [clang.py] Refactor how ctypes functions are registered by Gregory Szorc · 12 years ago
  28. a910f47 [cindex.py] Make CompileCommand.arguments usage consistent with CompileCommand.directory and the rest of the python binding by Arnaud A. de Grandmaison · 12 years ago
  29. b161404 [cindex.py] fix infinite iteration of compilation database CompileCommands by Arnaud A. de Grandmaison · 12 years ago
  30. 577c530 [cindex.py] Fix erroneous comment for CompileCommands by Arnaud A. de Grandmaison · 12 years ago
  31. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  32. 4439478 [cindex.py] Fix comments by Arnaud A. de Grandmaison · 12 years ago
  33. 910ff3f [cindex.py] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  34. 74bb710 [clang.py] Implement SourceLocation.from_offset by Gregory Szorc · 12 years ago
  35. e65b34d [clang.py] Implement Cursor.is_static_method by Gregory Szorc · 12 years ago
  36. 39a03d1 Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, from Manish Verma! by Douglas Gregor · 12 years ago
  37. a63ef1f [clang.py] Store reference to TranslationUnit in Cursor and Type by Gregory Szorc · 12 years ago
  38. 2c40835 [clang.py] Implement Cursor.canonical by Gregory Szorc · 12 years ago
  39. 1e370ab [clang.py] Implement Cursor.result_type by Gregory Szorc · 12 years ago
  40. 2283b46 [clang.py] Followup to TranslationUnit refactor by Gregory Szorc · 12 years ago
  41. fd04a6a [clang.py] Remove trailing whitespace from recent commits by Gregory Szorc · 12 years ago
  42. fbf620b [clang.py] TranslationUnit API improvements by Gregory Szorc · 12 years ago
  43. 667fd80 - Adding lexical_parent and semantic_parent properties to clang.cindex.Cursor by Manuel Klimek · 12 years ago
  44. 228e570 [python] Add testcase for annotation cursor by Anders Waldenborg · 12 years ago
  45. bbc2e09 [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValue by Anders Waldenborg · 12 years ago
  46. 51c8bac [python] Add testcase for enum with specified underlaying type by Anders Waldenborg · 12 years ago
  47. 5b82b96 [python] Run tests for c++ with std=c++11 by Anders Waldenborg · 12 years ago
  48. e1f61c0 [python] Fix warning in c-code inside testcase by Anders Waldenborg · 12 years ago
  49. 6e67eed [clang.py] Implement TypeKind.spelling by Gregory Szorc · 12 years ago
  50. 5cc6787 [clang.py] Implement Cursor.objc_type_encoding by Gregory Szorc · 12 years ago
  51. 1f1988f [clang.py] Refactor get_tu and get_cursor test helper functions into util.py by Gregory Szorc · 12 years ago
  52. 9d008fd [clang.py] Return bool from Cursor.__eq__ by Gregory Szorc · 12 years ago
  53. e75f330 [clang.py] Test Cursor.__ne__ by Gregory Szorc · 12 years ago
  54. 8261345 [clang.py] Format and add documention for Type by Gregory Szorc · 12 years ago
  55. 0e1f4f8 [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qualified by Gregory Szorc · 12 years ago
  56. 826fce5 [clang.py] Implement Type.argument_types() by Gregory Szorc · 12 years ago
  57. 7eb691a [clang.py] Implement Type.__eq__ and Type.__ne__ by Gregory Szorc · 12 years ago
  58. 31cc38c [clang.py] Implement Type.is_function_variadic by Gregory Szorc · 12 years ago
  59. bf8ca00 [clang.py] Implement Type.element_count by Gregory Szorc · 12 years ago
  60. 8605760 [clang.py] Implement Type.element_type by Gregory Szorc · 12 years ago
  61. 96ad633 [clang.py] Implement Type.is_pod by Gregory Szorc · 12 years ago
  62. 2d10680 [clang.py] Change type -> Type by Tobias Grosser · 12 years ago
  63. eb9ff2e [clang.py] Implement Cursor.enum_type by Tobias Grosser · 12 years ago
  64. 28d939f [clang.py] Implement Cursor.underlying_typedef_type by Tobias Grosser · 12 years ago
  65. 250d217 [clang.py] add TypeKind.VECTOR by Tobias Grosser · 12 years ago
  66. eb13634 [clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed} by Tobias Grosser · 12 years ago
  67. 64e7bdc [clang.py] Implement Cursor.hash by Tobias Grosser · 12 years ago
  68. ea40382 [clang.py] Expose diagnostic category and option info to Python binding by Tobias Grosser · 12 years ago
  69. 7485833 [clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRange by Tobias Grosser · 12 years ago
  70. bf3cc73 Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR and ASM_LABEL_ATTR to the by Rafael Espindola · 13 years ago
  71. ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 13 years ago
  72. ba5d10b cindex.py: Remove more ternary operator + whitespace fixes by Tobias Grosser · 13 years ago
  73. 8198288 clang.py: Remove use of ternary operators by Tobias Grosser · 13 years ago
  74. 58ba8c9 cindex.py: Allow to create a cursor from file/row/column by Tobias Grosser · 13 years ago
  75. a9ea5df cindex.py: Add File.create_from_name() by Tobias Grosser · 13 years ago
  76. 13102ff Add support for constant arrays, from Anders Waldenborg!. by Douglas Gregor · 13 years ago
  77. 38d2d55 Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! by Douglas Gregor · 13 years ago
  78. 9d342ab Fix error message for unknown type kind, from Anders Waldenborg! by Douglas Gregor · 13 years ago
  79. 2abfec3 This new field was introduced in clang-c in r141277 by Douglas Gregor · 13 years ago
  80. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  81. 888982e Update python testcase for GNU old-style field designator warning, by Douglas Gregor · 13 years ago
  82. b60a2be Add support for Cursor.displayname in python bindings, from Anders Waldenborg! by Douglas Gregor · 13 years ago
  83. 6b04623 [python] Fix bug of the SourceLocation binding. Patch by Anders Waldenborg! by Argyrios Kyrtzidis · 13 years ago
  84. 2312f5f [python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r137797. by Argyrios Kyrtzidis · 13 years ago
  85. d7933e6 [python] Add support for CXType to python bindings. Patch by Anders Waldenborg! by Argyrios Kyrtzidis · 13 years ago
  86. 8be80e1 Improve the Python bindings for libclang in a few ways, from Eli by Douglas Gregor · 13 years ago
  87. a87dbcc python bindings: Add support for different kind of completion chunks by Tobias Grosser · 13 years ago
  88. 6d2a40c python bindings: Get the string representation of a CompletionChunk by Tobias Grosser · 13 years ago
  89. 0a16680 python bindings: Add CodeCompletionResults by Tobias Grosser · 13 years ago
  90. 265e6b2 python bindings: Add support for translationUnit.reparse(). by Tobias Grosser · 13 years ago
  91. 88f9c6c python bindings: Include local headers the right way. by Tobias Grosser · 13 years ago
  92. f784ff0 python bindings: Remove unneeded instruction by Tobias Grosser · 13 years ago
  93. f498e00 python bindings: fix Diagnostics.range iterator by Tobias Grosser · 13 years ago
  94. ff090ca python bindings: Use python Diagnostics as function arguments by Tobias Grosser · 13 years ago
  95. 4ed73ce python bindings: Synchronize cursor kinds by Tobias Grosser · 13 years ago
  96. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago
  97. 1d02ccd Rename the new Iterator objects and raise an assertion instead of returning invalid objects when the key is out of range. by Benjamin Kramer · 14 years ago
  98. 3b0cf09 Update the python bindings for recent changes in the CIndex API. by Benjamin Kramer · 14 years ago
  99. d52864b CIndex: Switch CXSourceRange to proper half-open intervals. by Daniel Dunbar · 14 years ago
  100. 8bb44d5 cindex/Python: Fix cindex-{dump,includes} examples to just pass all args by Daniel Dunbar · 14 years ago