-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to StreamingParser to work under latest llvm & ASLResponse NSEnumerator changes #15
base: master
Are you sure you want to change the base?
Conversation
Just discovered those odd warnings are fixed by pull request 11: #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). |
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 |
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
to allow for in convenience enumeration.
Dang, I forgot this pull request was open, I should have made different branches for each of the changes… |
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?