Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ba51efc3 | 2020-07-07 17:24:51 | fix qrencode without libpng Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
| 43949633 | 2018-07-27 11:51:40 | Change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH | ||
| 8cfd42d7 | 2018-06-07 08:05:25 | cmake: Support pthread in the main library Improve pthread support for the main library when building via CMake. Explicitly request pthread when multiple threading options are available since the code is using pthread directly. Set HAVE_LIBPTHREAD to trigger the code, link the library and list it in pkg-config file. | ||
| 73e9c83b | 2018-06-07 07:54:03 | cmake: Update paths in generated pkg-config file Update paths inside the pkg-config file to respect GNUInstallDirs. Fixes: 07805253ab5d115cb2918b4860a559967ab98bed | ||
| fa8b13c5 | 2018-06-06 16:20:44 | Preparing 4.1 branch. | ||
| 07805253 | 2018-06-05 17:44:45 | cmake: Use GNUInstallDirs for configurable install directories Use CMake GNUInstallDirs module to provide variables for configurable install directories. This is necessary to install libqrencode on amd64 systems where libraries belong in /usr/lib64 rather than /usr/lib. While at it, make all install directories configurable for user's convenience. | ||
| 7c83deb8 | 2018-06-04 20:13:56 | Bumped version to 4.0.1. | ||
| e1a91d08 | 2018-06-04 19:44:31 | Tabs expanded. | ||
| fb59fd29 | 2018-06-04 18:21:53 | STATIC_IN_RELEASE is now set to "static" when WITH_TESTS is disabled. (closes #126) | ||
| 201a5e27 | 2018-06-02 21:36:46 | Added "WITHOUT_PNG" option that builds qrencode without PNG support. (closes #125) |