Skip to content
Snippets Groups Projects
  1. Dec 11, 2012
  2. Nov 01, 2012
  3. Oct 17, 2012
  4. Oct 07, 2012
  5. Oct 03, 2012
  6. Oct 02, 2012
  7. Oct 01, 2012
  8. Sep 29, 2012
  9. Sep 22, 2012
  10. Sep 15, 2012
  11. Sep 13, 2012
  12. Sep 05, 2012
    • Tobias Grosser's avatar
      [cindex.py] Make the use of a compatibilty check explicit · 857134ed
      Tobias Grosser authored
      At the moment, we implictly check compatibility between the python
      bindings and libclang, as the python bindings will fail to load in
      case a method we use in libclang is not available.
      
      This patch makes the use of this compatibility check explicit and introduces a
      flag to optionally disable the check. This will allow us to further harden the
      compatibility check, but it also gives the user the possibility to disable the
      compatibility check to evaluate compatibility with older libclang versions.
      
      I added documentation that makes clear the python bindings are only tested
      with the libclang version they have been shipped with.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163238 91177308-0d34-0410-b5e6-96231b3b80d8
      857134ed
  13. Sep 03, 2012
  14. Sep 01, 2012
    • Tobias Grosser's avatar
      [cindex.py] Add helper to initialize libclang functions · 010556ef
      Tobias Grosser authored
      The helper allows us to define how the initialization of functions should
      behave. We use this patch to provide an informative error message, in case a
      function is not available:
      
      "LibclangError: /home/grosser/Projekte/llvm/install/lib/libclang.so: undefined
      symbol: clang_method_added_in_2020. Please ensure that your python bindings are
      compatible with your libclang.so version."
      
      This patch also ensures that no spelling mistakes slip into the library
      initialization. At the moment, there are a couple of 'argtype' -> 'argtypes'
      mispellings that have been overlooked.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163057 91177308-0d34-0410-b5e6-96231b3b80d8
      010556ef
  15. Aug 20, 2012
  16. Aug 19, 2012
  17. Aug 09, 2012
  18. Aug 07, 2012
  19. Jul 12, 2012
  20. Jul 10, 2012
  21. Jul 09, 2012
  22. Jul 06, 2012
  23. Jul 03, 2012
  24. Jun 30, 2012
  25. Jun 11, 2012
  26. Jun 09, 2012
  27. Jun 08, 2012
  28. May 15, 2012
  29. May 14, 2012
Loading