Przemyslaw Skibinski
|
94abd6a26c
|
SET_REALTIME_PRIORITY
|
2017-02-07 16:36:19 +01:00 |
|
cyan4973
|
5fba09fa41
|
updated util's time for Windows compatibility
Correctly measures time on Posix systems when running with
Multi-threading
Todo : check Windows measurement under multi-threading
|
2017-01-20 12:57:31 -08:00 |
|
Przemyslaw Skibinski
|
7a8a03c20d
|
util.h: restore BSD license for Facebook Open-Source
|
2016-12-21 15:08:44 +01:00 |
|
Przemyslaw Skibinski
|
e679741b18
|
_CRT_SECURE_NO_WARNINGS moved to util.h
|
2016-12-21 13:47:11 +01:00 |
|
Przemyslaw Skibinski
|
2f6ccee6af
|
platform.h: removed Compiler Options
|
2016-12-21 13:23:34 +01:00 |
|
Przemyslaw Skibinski
|
5736db219e
|
fix basic types redefinition
|
2016-12-21 09:26:00 +01:00 |
|
Przemyslaw Skibinski
|
ead350bdc0
|
improved util.h and platform.h
|
2016-12-21 09:04:59 +01:00 |
|
Przemyslaw Skibinski
|
0b37205098
|
util.h: minor improvement
|
2016-12-16 17:12:23 +01:00 |
|
Przemyslaw Skibinski
|
b0f3663edc
|
imporved support for POSIX-type OSes
|
2016-12-16 15:41:18 +01:00 |
|
Przemyslaw Skibinski
|
3cdfe266cf
|
use PLATFORM_POSIX_VERSION
|
2016-12-16 15:00:50 +01:00 |
|
Przemyslaw Skibinski
|
b0e670a054
|
util.h uses platform.h
|
2016-12-16 14:25:12 +01:00 |
|
Dimitry Andric
|
83cc2fb083
|
Enable using isatty() and nanosleep() on *BSD
|
2016-12-12 19:24:51 +01:00 |
|
Yann Collet
|
4c6ce5a57e
|
Merge pull request #476 from inikep/dev11
Dev11
|
2016-12-12 16:44:55 +01:00 |
|
Przemyslaw Skibinski
|
c855da7533
|
allow all operationg systems with _POSIX_C_SOURCE >= 200112L
|
2016-12-12 15:37:43 +01:00 |
|
Przemyslaw Skibinski
|
242c036875
|
turn on the '-r' option for HP-UX and AIX
|
2016-12-12 11:59:17 +01:00 |
|
Przemyslaw Skibinski
|
c01ac6c30a
|
turn on the '-r' option for *BSD and Solaris
|
2016-12-12 11:23:21 +01:00 |
|
Yann Collet
|
fda539f50b
|
minor coding style changes
|
2016-12-12 01:03:23 +01:00 |
|
Przemyslaw Skibinski
|
b40884f43d
|
preserve file modification time for Visual C++
|
2016-11-03 09:54:53 +01:00 |
|
Przemyslaw Skibinski
|
fcf22e3473
|
set permissions, access and modification times
|
2016-11-02 14:08:07 +01:00 |
|
Przemyslaw Skibinski
|
d872b64f52
|
added UTIL_setModificationTime, UTIL_getModificationTime
|
2016-11-02 12:52:20 +01:00 |
|
Nick Terrell
|
2b4de225e1
|
Don't redefine macro in util.h
|
2016-09-22 18:02:39 -07:00 |
|
inikep
|
3e70cf8036
|
Merge remote-tracking branch 'refs/remotes/facebook/dev' into dev
|
2016-09-15 20:41:40 +02:00 |
|
inikep
|
6173931868
|
fixed memory leak reported by bryongloden
|
2016-09-15 18:58:18 +02:00 |
|
Yann Collet
|
64a84edef5
|
added -r support for Mac OS-X
|
2016-09-13 17:54:37 +02:00 |
|
inikep
|
9f25fcf804
|
fixed precision warnigns
|
2016-09-13 16:38:54 +02:00 |
|
inikep
|
1c5ba8a5e7
|
util.h: removed dependency from PATH_MAX
|
2016-09-13 13:13:10 +02:00 |
|
Yann Collet
|
4ded9e591c
|
added boilerplate
|
2016-08-30 11:06:28 -07:00 |
|
inikep
|
e416e30019
|
remove unnecessary comments
|
2016-08-24 17:32:09 +02:00 |
|
inikep
|
a7bb322a93
|
removed never referenced functions
|
2016-08-18 10:30:21 +02:00 |
|
Yann Collet
|
415251c63b
|
minor style change
|
2016-08-01 14:26:49 +02:00 |
|
inikep
|
7bc5c6b5cb
|
util.h: detect if an error occurs in readdir() (thanks to Jim Meyering)
|
2016-07-26 11:07:37 +02:00 |
|
inikep
|
957823f56f
|
zstdcli: -r (operate recursively on directories) works with dictBuilder and compression
|
2016-05-25 15:30:55 +02:00 |
|
Peter (Stig) Edwards
|
04773ac90a
|
Minor changes needed for OpenVMS
Define util sleep functions on VMS.
If PRIO_PROCESS is not defined then do not attempt to use it in the definition of SET_HIGH_PRIORITY.
|
2016-05-21 12:15:48 +01:00 |
|
Yann Collet
|
e162aceeb6
|
minor simplification
|
2016-05-20 11:35:00 +02:00 |
|
inikep
|
0bdb6a8118
|
changed definition of UTIL_createFileList
|
2016-05-13 10:52:02 +02:00 |
|
inikep
|
3eabe9b474
|
added zlibWrapper - zstd wrapper for zlib
|
2016-05-12 17:15:41 +02:00 |
|
inikep
|
4dbf7f4a3b
|
dynamic memory allocation in UTIL_createFileList
|
2016-05-11 14:11:00 +02:00 |
|
inikep
|
3733797fcd
|
bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L
|
2016-05-10 14:22:55 +02:00 |
|
inikep
|
349fcf7ea2
|
fixed Linux compilation
|
2016-05-09 18:04:07 +02:00 |
|
inikep
|
aaaf923a17
|
common/util.h moved to programs/util.h
decompress/fse_decompress.c moved to common/
|
2016-05-09 16:19:25 +02:00 |
|