C++ Port:
authorralf.kistner@gmail.com <ralf.kistner@gmail.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 5 Nov 2009 22:11:15 +0000 (22:11 +0000)
committerralf.kistner@gmail.com <ralf.kistner@gmail.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 5 Nov 2009 22:11:15 +0000 (22:11 +0000)
commit51887ac4e0fe734c3cf9e8f0083fbb4d0f9e84a1
treea8d70c54b7ed2f8fa9ec829a1fe6cd3ff6099670
parent58c79534e5542de1151a6e8b8e567ded65961cf5
C++ Port:
- Fixed to be able to build for the Symbian emulator (variable-sized arrays cannot be created on the stack).
- Fixed bug only present on Symbian phones that prevented the alignment patterns from being found (the Symbian implementation of valarray does not initialize its values to 0, unless it is explicitly specified as the default value).
- Fixed an include.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1100 59b500cc-1b3d-0410-9834-0bbf25fbcc57
cpp/SConscript
cpp/core/src/zxing/common/Array.h
cpp/core/src/zxing/qrcode/decoder/DecodedBitStreamParser.cpp
cpp/core/src/zxing/qrcode/detector/AlignmentPatternFinder.cpp