Commit Graph

  • 658f24ba3e Improve MacOSX portability: many thanks to Daniel Macks <dmacks@netspace.org> from #fink irc channel. Romuald Conty 2009-06-29 08:32:07 +00:00
  • d5b1ccea6d Fix configure.ac Romuald Conty 2009-06-29 06:58:40 +00:00
  • 3c6f9c3a8c Install man pages with binaries. Romuald Conty 2009-06-29 06:55:17 +00:00
  • bb4d79735a Add manpages for nfc-tools. Romuald Conty 2009-06-26 15:10:01 +00:00
  • 0da43b6731 Add LICENSE and README files to releases produce by make_release.sh script. Fix MacOSX Makefile embedded in MacOSX archive by make_release.sh. Replace COPYING content with LGPLv3. Romuald Conty 2009-06-26 09:22:26 +00:00
  • c8adb1036a License have changed from GPLv3 to LGPLv3. Romuald Conty 2009-06-26 09:05:25 +00:00
  • b110b5b5a9 RS232 code rewrote: now we can use it on Windows. Romuald Conty 2009-06-25 15:17:00 +00:00
  • 645796d0b2 Add a simple script to simplify releases creation. Romuald Conty 2009-06-25 14:53:48 +00:00
  • 3b452f0185 Fix configure script on FreeBSD (Many thanks to Romain Tartière) Romuald Conty 2009-06-17 16:07:32 +00:00
  • f29fd29e64 Add debian files. Romuald Conty 2009-06-16 08:03:49 +00:00
  • bf5848e7a1 libnfc can now be compiled without pcsc-lite (but it removes acr122 device support) Romuald Conty 2009-06-11 11:57:36 +00:00
  • 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. Romuald Conty 2009-06-11 10:16:27 +00:00
  • d74f0d13dd MERGE: svn merge -r 20:23 trunk/src branches/portability/src Romuald Conty 2009-06-11 09:12:00 +00:00
  • 5391dfc902 MERGE: svn merge -r 19:20 trunk/src branches/portability/src Romuald Conty 2009-06-11 08:34:43 +00:00
  • 7b82eb10a0 Add --disable-pcsc-lite option. Fix pkg-config file. Romuald Conty 2009-06-11 08:30:49 +00:00
  • 6a5d7b7b6c updating linux-ifdef for ARYGON readers Roel Verdult 2009-06-03 08:32:12 +00:00
  • 459aa86a70 Updating manual build directory for linux, part 2 Roel Verdult 2009-06-03 08:25:41 +00:00
  • b334356b3b Updating manual build directory for linux Roel Verdult 2009-06-03 08:24:47 +00:00
  • a58ae04f67 Adding PN533 support Roel Verdult 2009-06-03 08:23:25 +00:00
  • 5631a56032 Adding ARYGON ADRA-USB/ADRB-USB reader support, part 2 Roel Verdult 2009-06-03 08:11:28 +00:00
  • 3c2f6a327d Adding ARYGON ADRA-USB/ADRB-USB reader support Roel Verdult 2009-06-03 08:10:44 +00:00
  • 4188f99a20 restructuring directory Roel Verdult 2009-06-03 08:07:58 +00:00
  • 7536d79d73 Fix function prototype. Check for usb.h in ./configure . Romuald Conty 2009-06-03 07:32:43 +00:00
  • 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). Romuald Conty 2009-05-27 14:05:07 +00:00
  • 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). Romuald Conty 2009-05-27 12:18:21 +00:00
  • ab3664b056 Switch types to C99 standard using stdint.h Add stdint.h header check to ./configure Add -std=c99 to CFLAGS. Romuald Conty 2009-05-27 10:13:19 +00:00
  • d32d57f237 Remove unused linux Makefile. Merge README and README.TXT. Romuald Conty 2009-05-27 08:59:09 +00:00
  • 8b2ca5da1c Use DEBUG define instead of _LIBNFC_VERBOSE_ to enable debug messages. Add --enable-debug option to ./configure Romuald Conty 2009-05-27 08:54:50 +00:00
  • 7203015ed9 Add prefix "nfc-" to each tool provided with libnfc. Romuald Conty 2009-05-04 13:08:42 +00:00
  • f5acfd7af3 Moving sources into src/ directory. Romuald Conty 2009-05-04 13:02:29 +00:00
  • 0b979eaee2 libnfc can now be compiled using autotools and libtool. It now provide a pkg-config file allowing a simplified compilation against libnfc. Romuald Conty 2009-05-04 08:00:08 +00:00
  • bbc4c424b1 upload emulate.c Roel Verdult 2009-05-01 15:47:44 +00:00
  • 5f44bb2b7c renamed simulate utility to emulate Roel Verdult 2009-05-01 15:47:07 +00:00
  • 32468562f4 adding generic structure for loading devices Roel Verdult 2009-04-29 12:58:29 +00:00
  • 9a816f6335 adding libusb libs for win32 compilation Roel Verdult 2009-04-29 12:57:13 +00:00
  • 0d1480f69b re-structure of makefiles Roel Verdult 2009-04-29 12:54:43 +00:00
  • 7e221462a0 updating svn mess Roel Verdult 2009-04-29 12:51:13 +00:00
  • bbae6dcee5 moving win32 binaries Roel Verdult 2009-04-29 12:47:41 +00:00
  • 767cf2b324 Initial release Roel Verdult 2009-02-12 12:39:05 +00:00
  • 231a3f5800 Initial directory structure. no author 2009-02-12 12:11:32 +00:00