mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
f50305895d
- Created Java files with our headers, packages, etc. - Converted includes to imports, or commented out the unresolved dependencies - Merged all the .h and .cpp contents into Java classes - Fixed most of the formatting - Did all the simple transformations (bool, NULL, const, struct, string, ::, ->) - Created a Debug class to handle all the asserts and logging - Fixed about half of the static arrays - Removed some pthread cruft IMPORTANT: - Please do not start hacking this code up as I'm going to keep making large changes to it. In particular, we need to leave the trailing underscores on member variables for now. Once everything is compiling with no errors, we can revisit stylistic issues. - There will be a number of similar classes within the encoder and in the rest of ZXing. We should refactor those later (BitVector and BitArray come to mind). In the mean time, I want to get everything working and the tests passing before we do that. git-svn-id: https://zxing.googlecode.com/svn/trunk@694 59b500cc-1b3d-0410-9834-0bbf25fbcc57 |
||
---|---|---|
.. | ||
lib | ||
src/com/google/zxing | ||
test | ||
build.xml |