Commit graph

35 commits

Author SHA1 Message Date
Jaka c871e435e4 fix implicit use of time() 2024-04-18 09:40:00 +02:00
iceman1001 68f296cc14 compile for optimized speed execution 2023-11-03 11:36:10 +01:00
iceman1001 a35960c6d5 silence codegl 2023-10-15 12:47:45 +02:00
David Driscoll bc701c8ddc Fixing macOS errors. 2023-10-02 10:31:50 -04:00
iceman1001 c73de57320 make sure pthread and atomic isnt called in macOS 2023-09-16 09:51:47 +02:00
iceman1001 22d7adf0c0 getting confused over pthread vs atomic... 2023-09-16 09:32:47 +02:00
iceman1001 908ae0c78c ...confused makefiles stuff 2023-09-15 21:53:52 +02:00
iceman1001 0443a60025 adapt Makefile to use MYxxxx flags instead 2023-09-15 19:08:24 +02:00
iceman1001 c26d33dfd3 forgot to set the var... 2023-09-12 20:47:59 +02:00
iceman1001 774f1c33ef fix atomic on macOS and all platforms 2023-09-12 20:22:04 +02:00
Leopoldo Pla Sempere 7f2433eb8b
Fix linking in explicit libatomic devices
My Raspberry Pi Zero with latest Raspberry Pi OS thanks this after commit b17a733

Signed-off-by: Leopoldo Pla Sempere <lpla@dlsi.ua.es>
2023-09-12 09:44:16 +02:00
Iceman 5a56504fc1
Merge pull request #2091 from nvx/misc_cleanups
Misc cleanups
2023-08-24 08:38:20 +02:00
nvx 8dd963d305 make style 2023-08-24 16:34:33 +10:00
David Driscoll 760bfbb399 Fix macOS errors while building after cryptoRF solvers was added. 2023-08-23 22:05:00 -04:00
iceman1001 456af75b78 lets see if this makes osx happy by guarding the cpp code with defines 2023-08-21 16:10:26 +02:00
iceman1001 0d1b86cc46 added regressiontests for cryptoRF SMA code part 2023-08-21 13:08:08 +02:00
iceman1001 b17a733bdb modified some output and made sure a local state is used for multithreaded. Also added the mod fix from Doegox in sma.cpp 2023-08-21 12:36:02 +02:00
Philippe Teuwen 30ae0bf521 make style 2023-01-15 02:24:46 +01:00
Philippe Teuwen 3936afcca9 cppcheck divide by zero 2023-01-15 02:23:19 +01:00
Philippe Teuwen 8ac8e3d7d0 reduce variable scopes 2023-01-15 02:23:19 +01:00
iceman1001 deb48d2311 cppcheck fix const 2022-01-06 21:53:39 +01:00
Philippe Teuwen 232843477c typos 2021-10-16 23:44:53 +02:00
Philippe Teuwen 88308ea727 typos 2021-10-10 01:35:45 +02:00
iceman1001 8f9d8fa1bd textual 2021-05-21 11:50:49 +02:00
iceman1001 7f87b2dfa7 warnings 2021-02-28 10:44:21 +01:00
iceman1001 72ff81c80f cppchecker 2021-02-27 19:35:19 +01:00
iceman1001 7750e60ac3 cppchecker fixes. wrong format string. shadows outer... 2021-01-29 19:12:36 +01:00
iceman1001 4320486a3b cppchecker fixes 2021-01-29 19:04:35 +01:00
iceman1001 113ca294a1 lock 2020-08-20 10:41:00 +02:00
iceman1001 2c930064a3 clean up and proper init 2020-08-19 23:00:08 +02:00
Philippe Teuwen b134753a08 cryptorf: style 2020-08-19 22:19:46 +02:00
Philippe Teuwen a76596c3fe cryptorf: minor tweak 2020-08-19 22:17:58 +02:00
Philippe Teuwen 9ade745f07 rework cryptorf 2020-08-19 21:48:25 +02:00
iceman1001 5525cefd19 commented out crf since it needs to be adapted for a modern libnfc 2020-08-19 15:25:50 +02:00
iceman1001 073e79553e added the securememory simulator_recovery code by @Roel et al 2020-08-19 15:24:32 +02:00