0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from GunioRobot/clean More... over 9 years ago
Update README.markdown More... over 11 years ago
Remove whitespace [WhitespaceBot] More... about 12 years ago
Merge branch 'master' of github.com:patrickt/yamlkit More... over 13 years ago
Fix malformed Markdown and add some credits. More... over 13 years ago
Support YAML 1.1 booleans, not just true/false. More... over 13 years ago
Use -[NSString length] instead of strlen() on C string More... almost 14 years ago
Fix parsing numbers in "plain" style More... almost 14 years ago
Import Foundation.h instead of Cocoa.h for Cocoa Touch compatibility More... almost 14 years ago
Added more dumping routines, made sure it worked on Mac OS X 10.6, turned on -Werror. More... almost 15 years ago
Added a little bit more predictive casting and another test. More... about 15 years ago
Removed dependencies on isKindOfClass:. More... about 15 years ago
Added the -Wall flag. More... about 15 years ago
Removed the castsNumericScalars value, as it's frankly the coder's problem. Call [stringValue] on all elements if it's that dire. More... about 15 years ago
Fixed the linker error. More... about 15 years ago
Added tests for the high-level loading - but for some reason I'm getting a linker error. More... about 15 years ago
Removed a test that I was not going to implement. More... about 15 years ago
Removed the aforementioned xcode files from the tree as per alloy's request. More... over 15 years ago
Added some xcode files to gitignore. More... over 15 years ago
Cleaned up one of the tests. More... over 15 years ago
Added support for emitting in different string encodings and a test thereof. More... over 15 years ago
Changed the arguments passed to otest in hopes of figuring out what happens when I add YKConstants to the YAMLKit header. More... over 15 years ago
Made the YAMLKit.h file public in the declared framework and modified the tests to use the actual framework. More... over 15 years ago
Added more tests. More... over 15 years ago
Forgot to insert a (very crucial) line of code that I had deleted. This is embarrassing. More... over 15 years ago
Filled out the _constructErrorFromParser: method, but I'm a little nervous that I'm over-enterprising this. More... over 15 years ago
Made a pretty substantial change to the parser API - got rid of the two initializers. More... over 15 years ago
Added another test skeleton and made sure YKConstants.h was built. More... over 15 years ago
Added testWithNonExistentFile method. More... over 15 years ago
Added an -emittedData method to YKEmitter. More... over 15 years ago