2009-04-01 Dave Dribin Add GC-supported default tip
2008-12-01 Dave Dribin Fix typo
2008-12-01 Dave Dribin Modernize coding style
2008-12-01 Dave Dribin Modernize coding style
2008-12-01 Dave Dribin Modernize coding style
2008-12-01 Dave Dribin Modernize coding style
2008-12-01 Dave Dribin Reorder example files
2008-12-01 Dave Dribin Run automatic upgrade (doxygen -u) on the Doxyfile
2008-12-01 Dave Dribin Bump version to 1.1
2008-12-01 Dave Dribin Get working with Doxygen 1.5.7.1
2008-12-01 Dave Dribin Update Doxygen doc
2008-12-01 Dave Dribin Add GC support and provide mode where we search for the delegate class
2008-12-01 Dave Dribin Added tag 1.0.1 for changeset e90be99172ce
2008-12-01 Dave Dribin Bump version to 1.0.1 1.0.1
2008-05-12 Dave Dribin Fix memory leak. Release mUtf8Data.
2008-04-26 Dave Dribin Added tag 1.0 for changeset 0516df9649de
2008-04-26 Dave Dribin Update copyright year to 2008 1.0
2008-04-26 Dave Dribin Link to ddcli web page
2008-04-26 Dave Dribin Fix typo
2008-04-26 Dave Dribin Build all relative paths dynamically and remove old build/doc directory prior to building
2008-04-26 Dave Dribin Create more sophisticated doxygen script, that pulls version from versions.xcconfig
2008-04-26 Dave Dribin Add target, setTarget:, dealloc
2008-04-26 Dave Dribin Add .hgignore
2008-04-26 Dave Dribin Xcode 3 changes
2008-04-26 Dave Dribin Use better error message
2007-07-15 Dave Dribin Bump version to 1.0
2007-07-15 Dave Dribin Make ivars private to make Doxygen happy
2007-07-15 Dave Dribin Update copyright
2007-07-15 Dave Dribin Use sysexits for exit codes
2007-07-15 Dave Dribin Fix release build
2007-07-15 Dave Dribin Add parse exception
2007-07-15 Dave Dribin Handle single dash arguments correctly
2007-07-10 Dave Dribin Add ability to choose getopt_long_only() instead of getopt_long()
2007-06-06 Dave Dribin Remove requirement for dot
2007-06-06 Dave Dribin More doc updates
2007-06-06 Dave Dribin Doc updates
2007-06-06 Dave Dribin Change output directory
2007-06-05 Dave Dribin Disable zero linke for static lib
2007-06-04 Dave Dribin Add MIT license header
2007-06-04 Dave Dribin Add versions.xcconfig, and other minor updates
2007-06-04 Dave Dribin Rename DDGetoptLong to DDGetoptLongParser. More Doxygen doc.
2007-06-03 Dave Dribin Add some Doxygen documentation and another even more simple example app.
2007-06-03 Dave Dribin Fix argument count check
2007-06-02 Dave Dribin Require one argument in the test app
2007-06-02 Dave Dribin Remove --other-opt from help
2007-06-02 Dave Dribin Null terminate the fake argv, and handle printing option errors ourselves
2007-06-02 Dave Dribin Pull autorelease pool into DDCliAppRunWithClass()
2007-06-02 Dave Dribin Add command line interface from ddcurl