| Commit message (Expand) | Author | Age |
* | Allow overriding of udev rules dir | David Seifert | 2018-03-13 |
* | Make unbundling easier | David Seifert | 2018-03-13 |
* | Add tests for refreshed devices list and not refreshed in the loop | Szczepan Zalega | 2018-02-28 |
* | Initial support for multiple devices with C++ and test | Szczepan Zalega | 2018-02-28 |
* | Install udev file (CMake) | Szczepan Zalega | 2018-01-30 |
* | Try to use system Catch2 if possible | David Seifert | 2018-01-29 |
* | Set version to 3.2 | Szczepan Zalega | 2018-01-16 |
* | Install NK_C_API.h file to system's includes | Szczepan Zalega | 2018-01-16 |
* | Remove inttypes from build files | Szczepan Zalega | 2018-01-16 |
* | Add support for pkg-config | David Seifert | 2017-12-11 |
* | Modernise CMake | David Seifert | 2017-12-11 |
* | Switch logging volatile data | Szczepan Zalega | 2017-10-11 |
* | Make Debug build by default on MacOS | Szczepan Zalega | 2017-10-11 |
* | Allow to enable compilation of general and offline tests separately | Szczepan Zalega | 2017-10-10 |
* | Remove -log library leftovers | Szczepan Zalega | 2017-10-10 |
* | Bump version to 3.1 | Szczepan Zalega | 2017-10-10 |
* | Merge branch 'test_organize' | Szczepan Zalega | 2017-10-10 |
|\ |
|
| * | Remove libnitrokey-log and add a switch to choose version instead | Szczepan Zalega | 2017-10-04 |
* | | Enable offline test on all instances | Szczepan Zalega | 2017-10-07 |
* | | Add C++ offline tests and set them default | Szczepan Zalega | 2017-10-07 |
* | | Fix install command | Szczepan Zalega | 2017-10-07 |
* | | Build shared library by default | Szczepan Zalega | 2017-10-07 |
* | | Set SONAME and use semantic versioning | Szczepan Zalega | 2017-10-07 |
* | | build: use GNUInstallDirs | Igor Gnatenko | 2017-10-07 |
|/ |
|
* | Adjust code to make compilation under MSVC 2017 | Szczepan Zalega | 2017-06-28 |
* | Add C++ tests for some current issues | Szczepan Zalega | 2017-06-27 |
* | Do not abort compilation at all on OSX | Szczepan Zalega | 2017-04-04 |
* | Do not abort compilation on warnings in hid.c on OSX | Szczepan Zalega | 2017-04-03 |
* | Do not fail compilation on tests | Szczepan Zalega | 2017-03-31 |
* | Do not check for warnings on 3rd-party code - hidapi | Szczepan Zalega | 2017-03-31 |
* | Show warnings during the compilation and treat warnings as error | Szczepan Zalega | 2017-03-31 |
* | Use proper frameworks with cmake and OSX | Szczepan Zalega | 2017-03-20 |
* | Do not link hidapi under OSX | Szczepan Zalega | 2017-03-14 |
* | Add tested Travis build configuration. Set proper hidapi url. | Szczepan Zalega | 2017-03-11 |
* | Count lifetime instances of device communication exception | Szczepan Zalega | 2017-03-11 |
* | Comment: use clang with TSAN | Szczepan Zalega | 2017-03-11 |
* | Build debug-log-free library for increased security | Szczepan Zalega | 2017-03-11 |
* | Compiles on MXE, but not working on Windows | Szczepan Zalega | 2017-03-11 |
* | Adjust for compilation on Visual Studio 2017 | Szczepan Zalega | 2017-03-11 |
* | Test compilation under windows | Szczepan Zalega | 2017-03-11 |
* | For Clang use default compiler name | Szczepan Zalega | 2017-03-11 |
* | Do not let to enable both ASAN and TSAN | Szczepan Zalega | 2017-03-11 |
* | Support TSAN | Szczepan Zalega | 2017-03-11 |
* | Allow user to build only one version (static/dynamic) of the lib at once | Szczepan Zalega | 2017-03-11 |
* | Fix project version | Szczepan Zalega | 2017-03-11 |
* | Compile both dynamic and static library versions | Szczepan Zalega | 2017-03-11 |
* | Use CPack to generate packages | Szczepan Zalega | 2017-03-11 |
* | Build Release with debug info when none build type selected | Szczepan Zalega | 2017-03-11 |
* | Support ASAN and Clang optionally | Szczepan Zalega | 2017-03-11 |
* | Remove GCC specific settings. Make tests compilation optional. | Szczepan Zalega | 2017-03-11 |