|
Project Information
Members
|
I have open sourced RoaringDiff. This is all very preliminary. There are a bunch of issues opened in the tracker of bugs I know of--please feel free to open new bugs. If you are looking for binaries, go to: http://www.biscade.com/tools/diff/ PatchesI am happy to take patches. Please follow the same code style that is in place now. Code StyleRoughly:
BuildingThe code (r8) currently builds with about 26 warnings, mostly about id's and unknown messages. I remember in 2006 I spent some time trying to track down how to name these variables properly without circular header issues. If you have suggestions on how to resolve these, I'd be happy to hear it. With pedantic warnings on, the code generates a bunch of warnings about #import. I haven't figured out how to pass a flag to GCC from Xcode to ignore these warnings. Long term, I'd like to get the code building with no warnings with pedantic turned on. Contactmitch.haile@gmail.com |