Romuald Conty
7924d10fad
Prevent from exporting messages macros outside of libnfc.
2009-09-08 10:25:59 +00:00
Romuald Conty
30c2fc4c93
Remove getopt dependency (to be able to compile under Windows). This fix Issue 12.
...
Some code cleanup.
2009-09-07 10:15:34 +00:00
Romuald Conty
be55ba2955
WARNING: API changed: nfc_connect() now take one argument. Have a look at nfc-list example (list.c) or at directly at function Doxygen comment (libnfc.h).
...
Add configure option: --disable-serial-autoprobe to fix Issue 2 (Autotools and CMake).
Fix Issue 11: it is now possible to specify a wanted device using new struct "nfc_device_desc_t".
Code cleanup.
2009-09-04 13:24:34 +00:00
Roel Verdult
66378cc2d5
Typecast to be specific what is needed
2009-07-24 14:02:39 +00:00
Roel Verdult
c4fb2bda0d
changed back uint32_t to size_t for linux64-pcsclite compatibility
2009-07-24 13:38:18 +00:00
Roel Verdult
48c3996688
ISO14443-B support in nfc-list
2009-07-23 10:24:04 +00:00
Roel Verdult
452e4b31bf
mac pcsc compilation
2009-07-22 10:02:28 +00:00
Romuald Conty
e98e7d9415
Rename "byte" type into "byte_t" type.
2009-07-16 12:09:06 +00:00
Romuald Conty
658f24ba3e
Improve MacOSX portability: many thanks to Daniel Macks <dmacks@netspace.org> from #fink irc channel.
2009-06-29 08:32:07 +00:00
Romuald Conty
c8adb1036a
License have changed from GPLv3 to LGPLv3.
2009-06-26 09:05:25 +00:00
Romuald Conty
5391dfc902
MERGE: svn merge -r 19:20 trunk/src branches/portability/src
2009-06-11 08:34:43 +00:00
Romuald Conty
f34857487d
Replace locally defined "null" to standard library defined "NULL" (stddef.h).
...
Replace "ulong" usage by "size_t" from standard library (since ulong type was only used to store sizeof() result).
2009-05-27 12:18:21 +00:00
Romuald Conty
ab3664b056
Switch types to C99 standard using stdint.h
...
Add stdint.h header check to ./configure
Add -std=c99 to CFLAGS.
2009-05-27 10:13:19 +00:00
Romuald Conty
8b2ca5da1c
Use DEBUG define instead of _LIBNFC_VERBOSE_ to enable debug messages. Add --enable-debug option to ./configure
2009-05-27 08:54:50 +00:00
Romuald Conty
f5acfd7af3
Moving sources into src/ directory.
2009-05-04 13:02:29 +00:00