0
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 8 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix travisci More... over 7 years ago
update project with Xcode 10 More... over 7 years ago
update dependency More... over 7 years ago
update cocoapods More... almost 10 years ago
fix inconsistent type. More... about 10 years ago
Bump version - 0.9.1 More... about 10 years ago
Fixes broken tests. More... about 10 years ago
Revert "Fix "Include of non-modular header inside framework module" error message" More... about 10 years ago
Fix "Include of non-modular header inside framework module" error message More... about 10 years ago
bump version - 0.9.0 More... about 10 years ago
pod update More... about 10 years ago
abort early for test More... about 10 years ago
remove extra pods More... about 10 years ago
add assertion on parameters More... about 10 years ago
add assertion on many parameters to match method signature More... about 10 years ago
remove nil check in nodes as it can never be nil More... about 10 years ago
as _node can be nil when it is removed, add a field removed, accessing a IGXMLNode object once it is removed will throw an exception More... about 10 years ago
Fix TravisCI More... about 10 years ago
Update the project build process More... about 10 years ago
Merge pull request #8 from hsoi/hsoi-nullability More... about 10 years ago
As with the IGXMLNodeSet alloc/init being an "impossible" situation, same holds for the IGXMLNode alloc/init -- so change such nullability annotations to "nonnull" More... about 10 years ago
Creation of an IGXMLNodeSet should never fail (or if it does, things are so far gone you're probably having bigger failures anyways). So convert some annotations from `nullable` to `nonnull` with regards to IGXMLNodeSet creation. More... about 10 years ago
Merge branch 'hsoi-nullability-ruby-merge' into hsoi-nullability More... about 10 years ago
Update dependency, such that opal related modules can be built More... about 10 years ago
and more adjustments to travis More... about 10 years ago
Adjustments to the Gemfile and Podfile. More... about 10 years ago
more travis bumps More... about 10 years ago
Force Xcode 7.1 in the travis config More... about 10 years ago
Adding some lightweight generics More... about 10 years ago
First pass at adding nullability annotations. More... about 10 years ago