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
3c6f9c3a8c
Install man pages with binaries.
2009-06-29 06:55:17 +00:00
Romuald Conty
c8adb1036a
License have changed from GPLv3 to LGPLv3.
2009-06-26 09:05:25 +00:00
Romuald Conty
b110b5b5a9
RS232 code rewrote: now we can use it on Windows.
2009-06-25 15:17:00 +00:00
Romuald Conty
bf5848e7a1
libnfc can now be compiled without pcsc-lite (but it removes acr122 device support)
2009-06-11 11:57:36 +00:00
Romuald Conty
eccb9d3d3b
Fix rs232.* under linux.
...
Fix merged code to be C99 compiliant.
Try to fix dev_arygon under linux (could not be tested here, sorry).
Try to fix MacOSX makefile (could not be tested here, sorry).
Adjust src/Makefile.am to compile/dist all new files.
2009-06-11 10:16:27 +00:00
Romuald Conty
d74f0d13dd
MERGE: svn merge -r 20:23 trunk/src branches/portability/src
2009-06-11 09:12:00 +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
7b82eb10a0
Add --disable-pcsc-lite option.
...
Fix pkg-config file.
2009-06-11 08:30:49 +00:00
Romuald Conty
7536d79d73
Fix function prototype.
...
Check for usb.h in ./configure .
2009-06-03 07:32:43 +00:00
Romuald Conty
1dcb53dc4d
Use C99 standard bool type instead of locally defined one.
...
Check for types in configure pass.
Fix a warning related to nfc_reader_select() (a length - uiInitDataLen - was set by NULL instead of 0).
2009-05-27 14:05:07 +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
7203015ed9
Add prefix "nfc-" to each tool provided with libnfc.
2009-05-04 13:08:42 +00:00
Romuald Conty
f5acfd7af3
Moving sources into src/ directory.
2009-05-04 13:02:29 +00:00