~nitrokey/nitrokey/+git/libnitrokey:qmake_prefixed_install

Last commit made on 2018-04-10
Get this branch:
git clone -b qmake_prefixed_install https://git.launchpad.net/~nitrokey/nitrokey/+git/libnitrokey

Branch merges

Branch information

Name:
qmake_prefixed_install
Repository:
lp:~nitrokey/nitrokey/+git/libnitrokey

Recent commits

6d116c1... by Szczepan

WIP prefixed install

Signed-off-by: Szczepan Zalega <email address hidden>

53599e9... by Szczepan

Tests: skip reading custom-type based function header

Signed-off-by: Szczepan Zalega <email address hidden>

7c50b1a... by Szczepan

Merge branch '98-release_3.3'

Update version to v3.3

76da305... by Szczepan

Update version to 3.3

Signed-off-by: Szczepan Zalega <email address hidden>

46e70f6... by Szczepan

Merge branch 'delay_RORW_pin_type_change'

68c0041... by Szczepan

Delay RO/RW PIN type change to start from v0.52 (instead of v0.51)

Signed-off-by: Szczepan Zalega <email address hidden>

306186f... by Szczepan

Merge branch '102-get_status_invalid'

Fixes #102

92d4621... by Szczepan

Merge branch 'pr_105'

Fixes #105

5a56b83... by Robin Krahl

Add NK_login_enum to the C API

As with the C++ API, identifying the model by the first character of a
string is not intuitive. This patch adds the NK_login_enum function to
the C API that accepts an enum value instead of a string. It also adds
a new enum NK_device_model as device::DeviceModel is an enum class and
therefore cannot be used in C.

45a0b1c... by Robin Krahl

Add a NitrokeyManager::connect overload for enum

Identifying the model to connect to by the first character of a string
is not intuitive. This patch adds an overload for the connect function
that accepts a device::DeviceModel enum value, providing a cleaner
interface.