teobaluta / qr-linux-kernel

Library for QR encoding for OPW
Other
7 stars 2 forks source link

Remove MicroQR #8

Closed levex closed 10 years ago

levex commented 10 years ago

Hi Teodora,

The following changes since commit e7e5fcd2ceb67d575935b7d5ed979e552f02e6f8:

Merge pull request #7 from levex/for-teodora-bitstream (2014-06-01 16:44:10 +0300)

are available in the git repository at:

https://github.com/levex/qr-linux-kernel for-teodora-mqr

for you to fetch changes up to 3819a603dbb8889ac1e8ace59104a79d8f92ffb9:

qr: remove microQR layer (2014-06-03 15:04:41 +0200)


Levente Kurusa (1): qr: remove microQR layer

include/linux/qrencode.h | 41 ------ lib/qr/Makefile | 2 +- lib/qr/mmask.c | 175 ---------------------- lib/qr/mqrspec.c | 259 -------------------------------- lib/qr/mqrspec.h | 155 -------------------- lib/qr/qrencode.c | 244 ++----------------------------- lib/qr/qrinput.c | 374 ++++++++++------------------------------------- lib/qr/qrinput.h | 1 - 8 files changed, 90 insertions(+), 1161 deletions(-) delete mode 100644 lib/qr/mmask.c delete mode 100644 lib/qr/mqrspec.c delete mode 100644 lib/qr/mqrspec.h

levex commented 10 years ago

Bump.

Any objections?

I have a few branches ready to be sent, but they all depend on this...