boredzo / LMX (http://trac.adiumx.com/wiki/LMXParser)

An XML parser that works backwards.

Clone this repository (size: 131.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/boredzo/lmx/

Shortlog (showing r83:c15ba9f521e3 (tip) → r59:6d19a24d4823)

Age Author Message A M D «
3 years Peter Hosey All items on the TODO are done, so we can burninate it now. 1
3 years Peter Hosey Updating copyright year in license file. 1
3 years Peter Hosey The header file that contains the core LMX API. Some things will be defined… 1
3 years Peter Hosey Grammar fix. 1
3 years Peter Hosey Reset the to-do for LMX 2.0, since it's a new parser from the ground up. 1
3 years Peter Hosey Burninating all the LMX 1.0 source files in the trunk. They're only in the branc… 6
3 years Peter Hosey Branching LMX 1.0.
3 years Evan Schoenberg Fix a crash when the beginning of a passed chunk is whitespace (or possibly othe… 2
3 years Peter Hosey Fixed memory leak found by Evan: We were not releasing the attributes… 1
3 years Peter Hosey Bug found by Evan: This should be an `NSMutableDictionary`, not an… 1
3 years Peter Hosey Anything derived from one of the off_t instance variables should be typed… 1
3 years Peter Hosey Changing references to my name from my pseudonym to my real name. 1 12 1
3 years Peter Hosey Switching to full debugging symbols. Hopefully averts crash logs with no line… 1
3 years Peter Hosey Adding a `contextInfo` property to `LMXParser` so that clients can associate… 2
3 years Colin Barrett Evan is increasing the sanity score for LMXParser. 1
3 years Peter Hosey It would help to generate debug symbols to not strip. Don't you agree? 1
3 years Peter Hosey Added a “Release+Debug” build configuration that is not stripped. 1
3 years Peter Hosey Renaming English.lproj to en.lproj, per Apple's… 4 1 4
4 years Evan Schoenberg Cleaned up the target and project settings a bit - no need to override many of… 1
4 years Colin Barrett @executable path is your friend 1
4 years Peter Hosey We need to use the 10.4u SDK to build a universal framework. 1
4 years Colin Barrett Lesson 2: Build frameworks as UB in the release target. 1
4 years Colin Barrett Lesson 1: When building a framework, mark the headers as public, not project. 1
4 years Peter Hosey Fixed a bug in which an attribute value was not detected at the very end of a… 1
4 years Peter Hosey Resolved a warning, by changing the seg1addr of the framework to 0xE00000. I… 1