Romain Tartiere
bca49635f3
Add HACKING file to the autotooled tarball. Change version to 0.1.0.
2010-04-08 13:02:54 +00:00
Romain Tartiere
18f84ceb7a
Detect cutter version. We will depend on 1.1.2 soon actually.
2010-04-08 12:01:14 +00:00
Romuald Conty
e68904d48a
attempt to build under OpenBSD.
2010-04-07 14:06:04 +00:00
Romuald Conty
5dc0575a8b
check functions letoh32 and htole32.
2010-04-07 10:23:20 +00:00
Romuald Conty
2566fb645c
needs libnfc >= 1.3.4 so configure will now detect it.
2010-04-07 10:22:23 +00:00
Romain Tartiere
62ddf57c53
Rework byteswap.h inclusion.
...
This header is not available on e.g. FreeBSD so detect it's presence in configure.ac and only include it if appropriate. Then, if byte order manipulation macros are not defined (old glibc like the one provided by Debian GNU/Linux) define them.
2010-02-25 18:02:54 +00:00
Romain Tartiere
7f87a0180d
Set _XOPEN_SOURCE to 600 for silencing gcc on GNU/Linux.
2010-01-13 13:53:45 +00:00
Romain Tartiere
c1bcb966ea
Rework unit tests using cutter.
2010-01-11 20:14:30 +00:00
Romain Tartiere
2b76328c78
Unbreak example and add autotool stuff to help building.
2010-01-08 13:40:39 +00:00
Romain Tartiere
32e740ea6d
Split out autojunk and actual code files.
2010-01-08 11:46:23 +00:00
Romuald Conty
a5dd66f77d
put MifareSectorNumber type in a new mifare_common.h header.
...
API changed: mifare_classic_format_sector() now takes a MifareSectorNumber in argument.
2009-12-23 15:26:57 +00:00
Romain Tartiere
4bf33cc707
Fix autotools on FreeBSD.
...
Endianness fun is not provided by the same header file on GNU/Linux (endian.h) and FreeBSD (sys/endian.h). Add some magic for the autotools to detect the correct header file. While here, add AC_C_INLINE: it's reported as missing by autoscan(1).
2009-12-22 20:48:13 +00:00
Romain Tartiere
f9c2b6e9e3
Mark functions parameters as `const' when applicable.
2009-12-19 22:55:50 +00:00
Romain Tartiere
ba8c9b5126
Install a libfreefare.pc pkg-config module.
2009-12-18 21:31:45 +00:00
Romain Tartiere
bb486e4318
Import libfreefare into trunk.
2009-12-18 20:32:25 +00:00