cedlemo 8155392d8a Add little script that remove status logs il y a 8 ans
..
clang-3.5 a453e5775b Ensure the usage of the included headers for each Index.h tested il y a 8 ans
clang-3.6 a453e5775b Ensure the usage of the included headers for each Index.h tested il y a 8 ans
clang-3.7 a453e5775b Ensure the usage of the included headers for each Index.h tested il y a 8 ans
clang-3.8 a453e5775b Ensure the usage of the included headers for each Index.h tested il y a 8 ans
README.md f8d64bd3cb Cleanup in tools directory il y a 9 ans
binder.rb d9505acea4 Update copyright il y a 9 ans
clang_version_diff.rb f8d64bd3cb Cleanup in tools directory il y a 9 ans
clangc_classes_generator.rb 9e87980d81 Implement Clangc::CompletionResult class il y a 9 ans
classes.rb e23cda0c13 move ruby script to tools directory il y a 9 ans
clean_status_log.sh 8155392d8a Add little script that remove status logs il y a 8 ans
enums.rb 735ad44d0c Improve constants module name construction il y a 9 ans
reinstallgem.sh 8d69a5134c Update build tools il y a 9 ans
status.rb b45d450f21 Specify the headers directory for the parser il y a 8 ans
toolbox.rb 43cc854bdc Compatibility for v3.5 modification il y a 8 ans
travis_before_install.sh c0b0077bf7 Another try to fix the clang version variable pb il y a 9 ans
travis_build_gem.sh 556ae5a92f Fix typo in name of a file il y a 9 ans
travis_run_tests.sh f8d64bd3cb Cleanup in tools directory il y a 9 ans
update_constants_in_other_files.rb 0ed153b20f Use screaming snake case for constants names in README.md and samples files il y a 9 ans
update_constants_in_tests_files.rb e64e68ad1e Update all files to use new constants name il y a 9 ans

README.md

Files overview:

Wrapping helpers:

The clang-c lib headers for each versions

  • clang-3.5/
  • clang-3.6/
  • clang-3.7/
  • clang-3.8/

Scripts that help to wrapp, or analyse the headers:

  • toolbox.rb
  • binder.rb
  • clangc_classes_generator.rb
  • clang_version_diff.rb
  • classes.rb
  • enums.rb
  • update_constants_in_other_files.rb
  • update_constants_in_tests_files.rb

Note: code sucks for most of them but that not the point

Scripts to reinstall/test and visualize status:

  • reinstallgem.sh
  • status.rb

Scripts used in travis

  • travis_before_install.sh
  • travis_build_gem.sh
  • travis_run_tests.sh