8
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update MSVC project. More... about 1 year ago
Fix #199 More... about 1 year ago
Try to get libxml2 installed on windows. More... over 1 year ago
Update github actions. Add ruby 3.2.0 to test matrix, use latest OS versions. More... over 1 year ago
Update version to 4.0.0 since removing xpointer is a breaking API change. More... over 1 year ago
Updated MSVC project. More... over 1 year ago
Remove xpointer support since libxml deprecated it and plans to remove it. It also seems to fail to compile on M1 Macs. #195. More... over 1 year ago
Remove old test_suite.rb file that is no longer needed. More... over 1 year ago
Remove support for setup.rb which hasn't been used in years. More... over 1 year ago
Fix more compiler warnings. More... over 1 year ago
Another update to vc project More... over 1 year ago
Update MSVC project. More... over 1 year ago
Merge branch 'master' of github.com:xml4r/libxml-ruby More... over 1 year ago
Fix old-style function definition [-Wold-style-definition] warnings. More... over 1 year ago
Merge pull request #196 from amatsuda/⚠️ More... over 1 year ago
Revert "Store exception to local object for easier debugging." More... over 1 year ago
Try again on updating the version. More... over 1 year ago
Version 3.2.4 More... over 1 year ago
Take into account differences in libxml features compiled on Windows (mingw64) versus Ubuntu and MacOS. More... over 1 year ago
Revert "Update tests for libxml 2.10.2" More... over 1 year ago
Move inclusion of #include <ruby/encoding.h> to ruby_xml_encoding.h More... over 1 year ago
Try to hide as much as possible custom structures used in schema support. More... over 1 year ago
Missed updating inclusion of libxml RelaxNG header. More... over 1 year ago
Store exception to local object for easier debugging. More... over 1 year ago
Update tests for libxml 2.10.2 More... over 1 year ago
Rethink the way libxml headers are references - move as much as possible to .c files instead of shared headers. Also fixes libxml 2.10.2 support. More... over 1 year ago
Version 3.2.3 More... almost 2 years ago
Merge pull request #187 from d-hansen/master More... about 2 years ago
Change the name of the variable used for instance of the class object from 'class' to 'result' in order to be consistent with other places in the project (eg: ruby_xml_error, ruby_xml_node). More... about 2 years ago
Darn it, missed another mis-spell of rxml (was rexml). More... about 2 years ago