forked from fukuchi/libqrencode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.0.0rc1 is merged to the main trunk.
- Loading branch information
fukuchi
committed
Apr 17, 2008
1 parent
b587b2a
commit 5600a47
Showing
25 changed files
with
2,442 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
Thread unsafe. | ||
Only two functions, QRspec_newFrame() and init_rs(), are thread unsafe, but | ||
all of qrencode functions are thread unsafe because of them. | ||
Version 3.0 of libqrencode will introduce semaphores to avoid this problem. | ||
It also requires, however, a kind of init function of libqrencode such as | ||
QRencode_init(). | ||
|
||
This package contains | ||
|
||
*.c and *.h files (total): 5916 lines, 146312 bytes. | ||
configure script : 22510 lines, 724802 bytes. | ||
*.c and *.h files (total): 7967 lines, 196078 bytes. | ||
configure script : 22511 lines, 724922 bytes. | ||
|
||
It's absolutely crazy. | ||
|
||
This library does not return any error code (just returns NULL silently). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.