aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add C++ header protectorsLeo Uino2011-07-199-0/+72
|
* Consistent function namesLeo Uino2011-07-195-7/+7
|
* Fix some typesLeo Uino2011-07-1913-36/+38
|
* Tweak some typesLeo Uino2011-07-172-11/+10
|
* Update gitignoreLeo Uino2011-07-151-0/+1
|
* Add version.hLeo Uino2011-07-152-1/+12
|
* Fix incorrect allocation sizeLeo Uino2011-07-151-1/+1
|
* Remove (a few) magic numbersLeo Uino2011-07-154-32/+41
|
* Check return values in code-parse.cLeo Uino2011-07-151-24/+71
|
* qr_mask_apply() works in-placeLeo Uino2011-07-154-19/+9
|
* Move RS block size calculation to a separate functionLeo Uino2011-07-145-42/+76
|
* Create common headerLeo Uino2011-07-148-27/+36
|
* First attempt at parsingLeo Uino2011-07-1412-12/+427
|
* Fix evil table of constantsLeo Uino2011-07-131-1/+1
|
* Fix incorrect layout of format infoLeo Uino2011-07-131-1/+1
|
* Fix memory leak in qrgenLeo Howell2009-11-151-1/+1
|
* Final tidy for 0.1Leo Howell2009-11-146-38/+26
|
* Merge some filesLeo Howell2009-11-1426-435/+396
|
* Default to 8-bit dataLeo Howell2009-11-142-2/+1
|
* Auto-sizeLeo Howell2009-11-145-13/+63
|
* Store ec level in qr_data structLeo Howell2009-11-146-16/+17
|
* demo app: select ec type, help messageLeo Howell2009-11-031-3/+20
|
* Fix the output block orderLeo Howell2009-11-032-7/+18
|
* generate alignment patternLeo Howell2009-11-035-5/+92
|
* support for multiple ec blocksLeo Howell2009-11-015-26/+138
|
* fix option handlingLeo Howell2009-10-081-13/+19
|
* debug output to stderrLeo Howell2009-10-081-9/+9
|
* add qrgen sample appLeo Howell2009-10-0813-123/+228
|
* render version bitsLeo Howell2009-10-082-2/+36
|
* code format --> versionLeo Howell2009-10-088-41/+33
|
* Render ec level, mask info bitsLeo Howell2009-10-082-6/+102
|
* Auto-select maskLeo Howell2009-10-041-7/+199
|
* Fix bit/byte bug in bitstreamLeo Howell2009-09-291-4/+3
|
* add TODOLeo Howell2009-09-291-0/+25
|
* apply (incorrect!) mask to generated codeLeo Howell2009-09-284-32/+95
|
* QR masksLeo Howell2009-09-285-0/+78
|
* bitstream -> qr_bitstreamLeo Howell2009-09-2713-175/+175
|
* bitmap handling routinesLeo Howell2009-09-2711-33/+174
|
* Add COPYING informationLeo Howell2009-09-271-0/+17
|
* (partially) layout codeLeo Howell2009-09-265-8/+227
|
* get ready for multiple RS blocksLeo Howell2009-09-263-30/+80
|
* implement bitstream_cat()Leo Howell2009-09-261-0/+29
|
* Figure out how to encode RSLeo Howell2009-09-153-16/+66
|
* RS encode (not working yet)Leo Howell2009-09-155-2/+69
|
* Correct formula for capacityLeo Howell2009-09-052-12/+18
|
* The story so farLeo Howell2009-09-0517-0/+1235