Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3a6954e0 | 2018-06-07 08:09:07 | cmake: Always build libdecoder as static library libdecoder is used only for tests, and implicitly relies on printBinary() function that is not included in the library. This causes it to fail to build as a shared library on systems strict about symbols (Darwin or e.g. Linux with -Wl,-z,defs). Force static library to avoid those problems. | ||
| 860b8fec | 2018-06-05 18:08:45 | Fix running test_qrspec when building out-of-source It is a common practice for CMake builds (and less common but still valid for autotools) to build out-of-source, that is use a separate directory for built executables than for sources. However, when that is used, test_qrspec is unable to find "frame" and crashes. Fix it by passing the source directory as compile-time definition, and therefore making test_qrspec use the correct path. | ||
| 838c2e58 | 2018-06-05 17:37:58 | tests: Add missing test_basic.sh to EXTRA_DIST Add test_basic.sh to EXTRA_DIST to ensure that it's present in release tarballs. It's missing in 4.0.1 release which breaks test_all.sh. | ||
| 06494038 | 2017-10-08 02:17:28 | Fixed some warnings. (closing #89 and #102) | ||
| f6e8ba63 | 2017-10-06 00:05:45 | A new testing script introduced. | ||
| f653e232 | 2017-09-11 17:16:54 | Symbol data representation of QRcode object has been slightly changed. | ||
| 5040f2bc | 2017-10-05 15:02:21 | Code cleanups. | ||
| dc45e212 | 2017-10-03 00:43:21 | Added a new test function. | ||
| 45c5bb70 | 2017-10-03 00:43:10 | Removed unused function. | ||
| a350b010 | 2017-10-03 00:11:30 | Fixed some warnings. |