Unknown
7ad18a2120
some cleanings
2020-07-07 19:41:07 +02:00
WangYi
82f23c411d
Make it compile under MSVC2017.
2020-07-05 00:54:54 +02:00
Philippe Teuwen
bb5b712a74
Adding link to AUTHORS in the copyright headers
2013-07-17 13:57:56 +02:00
Philippe Teuwen
bf164220ee
Unify copyright notices & update authors lists
2013-03-10 16:15:23 +01:00
Romuald Conty
519dd8f8e2
make style
2013-01-31 16:12:14 +01:00
Alex Lian
ef33827f04
Fix setenv/unsetenv link errors by implementing a local version using Windows SetEnvironmentVariable.
...
Untested, and does not comply with the error returns per setenv.
2013-01-31 15:52:39 +01:00
Alex Lian
ef82a1e4d4
For Windows MinGW address the "ISO C99 requires rest arguments to be used" error
2013-01-31 15:52:39 +01:00
Romuald Conty
9afa3c6598
Use copyright format recommended by GNU project.
...
http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html
2012-10-21 14:09:16 +00:00
Romuald Conty
26865bbc19
Remove extra whitespaces/tabs before EOL.
...
find . -name '*.[ch]' | xargs perl -pi -e 's/\t+$//; s/ +$//'
Thanks to Ludovic.
2012-05-29 00:33:22 +00:00
Ludovic Rousseau
1ac1196af6
MIN/MAX are already defined in nfc-utils.h and nfc-internal.h
2012-05-13 19:16:52 +00:00
Romuald Conty
1372c1df19
ECONNABORTED is not defined under windows
2011-10-05 22:42:55 +00:00
Romuald Conty
5db8be908b
Windows support contribution:
...
- Move CMake modules from cmake_modules/ to cmake/modules/
- CMake now use cmake/config_windows.h.cmake to create config.h on Windows platform
- contrib/windows.h header is automagically included by config.h
- Put missing NFC_EXPORT macro on front of emulation API
- nfc-mfclassic and nfc-mfcultralight examples are now compiled under Windows
Many thanks to Glenn Ergeerts which provide the initial patch.
2011-03-31 13:38:49 +00:00
Romuald Conty
544030099e
Make libnfc compile under Windows
...
Apply adapted patch from Glenn (Thanks!)
2011-03-09 09:41:40 +00:00
Romuald Conty
f32013aba5
Define MIN/MAX on Windows platform (Thanks to Glenn)
2011-01-17 13:41:25 +00:00
Romuald Conty
66aef98c40
Define strdup under Windows in contrib/windows.h
2010-11-17 10:10:34 +00:00
Romuald Conty
58dcf63e7c
MERGE: libnfc-mingw-cross merge with trunk (r805-821)
2010-11-17 08:29:41 +00:00