Romuald Conty
|
7924d10fad
|
Prevent from exporting messages macros outside of libnfc.
|
2009-09-08 10:25:59 +00:00 |
|
Romuald Conty
|
7e4512fa68
|
Better approach to handle C++ on Windows. Thanks to Fkooman.
|
2009-09-04 14:04:45 +00:00 |
|
Romuald Conty
|
bd4a48990e
|
Attempt to fix Issue 14 and Issue 16: allow DLL creation and add C++ compatibility. (WARNING: this fix couldnt be tested here.)
|
2009-09-03 15:24:12 +00:00 |
|
Romuald Conty
|
710745262d
|
Define useful messaging macros. WARNING: It use C99 syntax (__VA_ARGS__) and GNU extension (##), some tweaks may be needed to support non-C99 and non-GNU compiler.
|
2009-08-28 10:46:17 +00:00 |
|
Romuald Conty
|
e98e7d9415
|
Rename "byte" type into "byte_t" type.
|
2009-07-16 12:09:06 +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 |
|