AlanQuatermain / aqtoolkit

A toolkit consisting of a bunch of generally useful routines and extensions I wrote when putting together other projects.
http://blog.alanquatermain.net/code
BSD 3-Clause "New" or "Revised" License
783 stars 148 forks source link

Changes to StreamingParser to work under latest llvm & ASLResponse NSEnumerator changes #15

Open aufflick opened 12 years ago

aufflick commented 12 years ago

Brought in Gzip header changes from ParserExample and reduced complier warnings & depreacated GC related errors. Still get odd warnings about the weak CFNetwork symbols not being declared - perhaps because they are #defines?

aufflick commented 12 years ago

Just discovered those odd warnings are fixed by pull request 11: https://github.com/AlanQuatermain/aqtoolkit/pull/11

I have manually added that change to my fork, but haven't made another pull request since you can just pull request 11 (NB: haven't tested pull 11 under MacOS).

aufflick commented 12 years ago

Hm, I misunderstood pull requests - seems to auto-add any commits I make. The prior two commits are for the OAuth support I wrote about here: http://mark.aufflick.com/blog/2012/08/02/aqxmlparser-oauth

aufflick commented 10 years ago

Dang, I forgot this pull request was open, I should have made different branches for each of the changes…