replace all time_t/__time64_t with hc_time_t and all related functions

This commit is contained in:
philsmd
2017-08-16 19:43:41 +02:00
parent 21e9c63d46
commit e33e828bc6
16 changed files with 94 additions and 101 deletions
+6
View File
@@ -34,6 +34,12 @@
- OpenCL Runtime: Updated AMD ROCm driver version check, warn if version < 1.1
- WPA cracking: Improved nonce-error-corrections mode to use a both positive and negative corrections
##
## Technical
##
- Time: added new type for time measurements hc_time_t and related functions to force the use of 64 bit times
* changes v3.5.0 -> v3.6.0:
##