Philippe Teuwen
414d00529e
debian .gitignore gardening
2013-02-04 10:33:04 +01:00
Romuald Conty
89b177c58a
Merge Alex Lian branch
2013-02-04 10:16:32 +01:00
Romuald Conty
d5b6a7c4d1
Resolves conflict between Alex Lian and master branch
2013-02-04 10:14:34 +01:00
Ludovic Rousseau
5753d1e320
Build-Depends: debhelper (>= 9)
...
debian/compat is set to 9 to use multiarch. We must then depend on the
correct version of debhelper.
2013-02-02 11:51:55 +01:00
Philippe Teuwen
6b140bef11
debian: fix multiarch issues
2013-02-02 11:45:01 +01:00
Philippe Teuwen
4d0ee443d1
Fix crash in nfc-relay-picc -i/-t if fd3 or fd4 is missing
2013-02-01 21:55:29 +01:00
Philippe Teuwen
386e08d8b3
Fix nfc_initiator_select_passive_target() in several utils if tag is missing
2013-02-01 20:52:49 +01:00
Alex Lian
54e0bdb62f
Windows: Build updates
...
- Generate rc files from version.rc.in + CMake variable information in CMakeLists files
- Add step to generate .lib file for windows developers
- Re-structure tool flag usage, apparently ADD_DEFINTIONS adds them to _ALL_ tools. This is bad for rc files with the windres tool.
Needs other platform testing, as the flags have changed to fix Windows rc file generation.
2013-02-01 10:19:02 -05:00
Alex Lian
eddc46fd78
Windows: Update readme for requirement for PCRE
2013-02-01 10:17:20 -05:00
Alex Lian
726f729aba
Windows: Update def file for consideration of proper lib file generation
...
- Aligned to latest nfc.h for function name exports
2013-02-01 10:15:46 -05:00
Alex Lian
cb70044510
Windows: Remove rc files in favor of generated rcs
2013-02-01 10:15:01 -05:00
Alex Lian
a0e6422c5f
Windows: Remove old msi package creation
...
- Utilized only by recently removed Makefile
- Unused
2013-02-01 09:28:34 -05:00
Alex Lian
5a401f42a3
Windows: Remove unused Makefile
...
Removing in favor of standardizing on CMake usage
2013-02-01 09:27:35 -05:00
Alex Lian
3cd5c71052
Windows: Remove unused header/stub
...
- Likely from before proper libusb reference
2013-02-01 09:24:48 -05:00
lego
225094e2c8
Add nfc_register_driver. Issue 137.
...
The nfc_register_driver allows users of the library to write their
own device drivers without needing to resort to hacking libnfc itself.
2013-02-01 14:40:40 +02:00
Romuald Conty
90451a16b9
Merge branch 'master' into alex
2013-02-01 12:46:12 +01:00
Romuald Conty
8127a2ca63
Merge branch 'master' of https://code.google.com/p/libnfc
2013-02-01 11:46:26 +01:00
Romuald Conty
b5f8ce91c7
Uses configurable path for libnfc's configuration files
2013-02-01 11:11:39 +01:00
Romuald Conty
cf9e02879a
Enables logging by default when using CMake
2013-02-01 10:32:44 +01:00
Alex Lian
caa09db5fc
Merge remote-tracking branch 'refs/remotes/libnfc/master'
...
Conflicts:
contrib/windows.h
libnfc/CMakeLists.txt
libnfc/log-printf.c
utils/CMakeLists.txt
2013-01-31 22:17:33 -05:00
Nobuhiro Iwamatsu
50f5c610a1
Add man of nfc-emulate-forum-tag2 to the installation
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013-02-01 01:57:47 +01:00
Nobuhiro Iwamatsu
40fadb8d2c
Update to 1.7.0~rc3
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013-02-01 01:56:41 +01:00
Nobuhiro Iwamatsu
15be4b885c
install nfc-emulate-forum-tag2.1 to libnfc-examples
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013-02-01 01:56:36 +01:00
Nobuhiro Iwamatsu
cf2c6ef966
Add support libnfc4-dbg package
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013-02-01 01:56:31 +01:00
Nobuhiro Iwamatsu
3f6024cd64
Update package description
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013-02-01 01:56:11 +01:00
Nobuhiro Iwamatsu
e81aaf5390
Add symbols file for libnfc4
...
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013-02-01 01:54:21 +01:00
Philippe Teuwen
06bfed11b9
Various typos
2013-01-31 21:58:29 +01:00
Romuald Conty
93e26b1475
Releases libnfc 1.7.0 RC3
2013-01-31 17:53:00 +01:00
Philippe Teuwen
fff6a092ab
Fix Readme for drivers reqs
2013-01-31 16:44:37 +01:00
Romuald Conty
d26c5b248e
Adds windows files to tarball
2013-01-31 16:17:37 +01:00
Romuald Conty
519dd8f8e2
make style
2013-01-31 16:12:14 +01:00
Romuald Conty
acdde1088c
Renames contrib/win32/nfc_win32.c to contrib/win32/stdlib.c
2013-01-31 16:09:41 +01:00
Romuald Conty
c01b961be0
Fixes CMake under GNU/Linux
2013-01-31 16:04:47 +01:00
Romuald Conty
3fff5985fc
Moves Windows conditional code to dedicated files
2013-01-31 15:58:20 +01:00
Alex Lian
87182b5a65
Windows: Fix nfc-scan-device to compile by linking in contrib/nfc_win32.c
...
Re-factored the executable call with a list that is created, so that its easier to modify per tool.
2013-01-31 15:52:40 +01:00
Alex Lian
9eeaf33b94
Windows: getopt usage in nfc-read-forum-tag3 fixed by referencing correct header
2013-01-31 15:52:39 +01:00
Alex Lian
3c9d9a872c
Fix all utils compilation on windows.
...
- As nfc-utils now references str_nfc_target from the lib itself, so the static lib was not properly referencing the libnfc itself, so the final utility link would fail.
- Simply added the libnfc as a target for the static nfcutils library internal to cmake
2013-01-31 15:52:39 +01:00
Alex Lian
ef33827f04
Fix setenv/unsetenv link errors by implementing a local version using Windows SetEnvironmentVariable.
...
Untested, and does not comply with the error returns per setenv.
2013-01-31 15:52:39 +01:00
Alex Lian
9f682cc52b
Fix enabling of LIBNFC_DEBUG_OUTPUT
...
- inclusion of log-printf.c didn't align with needed preprocessor definitions
- Added extra #error as well as preprocessor protection
- fixed CMakeList to specify -DLOG as appropriate per the header log.h usage
2013-01-31 15:52:39 +01:00
Alex Lian
eb90c5a8db
Add CMake options for Win32 to require PCRE
2013-01-31 15:52:39 +01:00
Alex Lian
ef82a1e4d4
For Windows MinGW address the "ISO C99 requires rest arguments to be used" error
2013-01-31 15:52:39 +01:00
Philippe Teuwen
8bc7a1c291
call idle() from driver-dependent close() rather than from nfc_close() as some driver still need to do an ack() before
2013-01-31 01:18:23 +01:00
Philippe Teuwen
683505f39b
pn53x_idle: call driver-dependent PowerDown & do InRelease first, skip redundant InDeselect
2013-01-31 01:16:37 +01:00
Philippe Teuwen
1682a86166
Add driver-dependent PowerDown
2013-01-31 01:15:03 +01:00
Philippe Teuwen
db8033622a
acr122_pcsc: fix log category
2013-01-31 01:08:23 +01:00
Philippe Teuwen
f7010faf18
Changelog
2013-01-31 01:05:28 +01:00
Philippe Teuwen
5446242094
acr122_usb: remove pn53x_idle support. Fixes issue #217
2013-01-30 01:27:18 +01:00
Romuald Conty
a303b9e33c
Updates ChangeLog
2013-01-30 01:15:41 +01:00
Romuald Conty
98948172b4
Fixes pn53x_usb timeout while bulk write.
...
Thanks to Tredger for reporting.
Fixes issue 223.
2013-01-30 00:57:06 +01:00
Romuald Conty
cd2b03a08a
Add timeout parameter to nfc_emulate_target() function.
...
Fixes issue 219.
Thanks to raidolinja.
2013-01-30 00:10:24 +01:00