ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
ralf.kistner@gmail.com 4c51e618e3 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: https://zxing.googlecode.com/svn/trunk@1100 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-05 22:11:15 +00:00
android Issue 263 2009-11-02 23:04:24 +00:00
android-integration Need to use 1.5 jar location 2009-08-04 15:57:37 +00:00
androidtest The Donut (1.6) SDK is required to build all Android apps in the project. 2009-11-05 22:08:13 +00:00
bug Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer, and BinaryBitmap classes. The unit tests pass and I believe the change is complete, but there are some clients like J2ME and Bug that I can't build. 2009-06-26 17:49:45 +00:00
core Added Code 39 check digit hint 2009-11-04 22:00:27 +00:00
cpp C++ Port: 2009-11-05 22:11:15 +00:00
csharp Fix issue 221 2009-08-04 08:53:05 +00:00
iphone Issue 224, remove Christian's info since it seems to prevent the build from working for developers? 2009-08-12 09:15:52 +00:00
javame Simplifications to release: consider rim/ and bug/ sorta unsupported so don't bother building, and, leave preverifying to Proguard in javame/ to get around lack of WTK preverifier for Mac 2009-10-26 20:27:35 +00:00
javase Fix a typo and add better javadoc 2009-11-03 14:39:07 +00:00
rim Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer, and BinaryBitmap classes. The unit tests pass and I believe the change is complete, but there are some clients like J2ME and Bug that I can't build. 2009-06-26 17:49:45 +00:00
zxing.appspot.com Update to work with GWT 1.7 2009-10-09 15:19:43 +00:00
zxingorg Tiny changes to System.err usage, closed a stream, saved a reused Pattern 2009-09-26 13:25:37 +00:00
AUTHORS German translation 2009-10-30 10:38:32 +00:00
build.properties Update to work with GWT 1.7 2009-10-09 15:12:57 +00:00
build.xml Simplifications to release: consider rim/ and bug/ sorta unsupported so don't bother building, and, leave preverifying to Proguard in javame/ to get around lack of WTK preverifier for Mac 2009-10-26 20:27:35 +00:00
CHANGES Belated version notes for 1.4 2009-10-29 19:00:54 +00:00
COPYING Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
README git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 17:59:01 +00:00

Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStarted

To get started, you can try building and running the command-line client;
you will need to have Apache's Ant tool installed to run this:

ant -f core/build.xml
ant -f javase/build.xml
java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]