Eric Biggers
e20e275081
prog_util: use QueryPerformanceCounter() on Windows
...
QueryPerformanceCounter() is much more accurate than
GetSystemTimeAsFileTime().
Also avoid converting into a specific time unit until the results need
to be displayed. This is more efficient and avoids losing precision.
2016-10-16 14:20:18 -07:00
Eric Biggers
c37a251655
New test program: checksum
2016-10-15 20:38:34 -07:00
Eric Biggers
512c035073
New program: test_checksums
2016-10-15 18:49:35 -07:00
Eric Biggers
06090bd26f
detect.sh should be passed PROG_CFLAGS as CFLAGS
2016-10-06 19:57:39 -07:00
Eric Biggers
64dc75786d
Detect nonstandard or missing nanosecond-precision stat timestamps
...
Reported-by: maarten-k <maarten.kooyman@surfsara.nl>
2016-09-23 23:12:16 -07:00
Eric Biggers
015e95040c
Remove leading underscores from include guards
2016-09-05 13:53:38 -07:00
Eric Biggers
f2b401539c
Pass CFLAGS to detect.sh
...
Needed when cross-compiling with clang.
2016-09-05 00:02:18 -07:00
Eric Biggers
3992efa340
Update API to avoid naming collisions
2016-08-27 23:11:32 -07:00
Eric Biggers
94145eb14e
programs: use sequential file access hints
2016-08-20 14:22:18 -07:00
Eric Biggers
3c1077a4b3
gzip: allow hard links when source file is being kept
2016-08-20 13:56:19 -07:00
Eric Biggers
dad582cd57
gzip: -s and -L are not supported options
2016-05-21 16:38:51 -05:00
Eric Biggers
27125469cd
v0.2
2016-05-21 15:38:15 -05:00
Eric Biggers
f2c3a5b4e9
Various reorganization and cleanups
...
* Bring in common headers and program code from xpack project
* Move program code to programs/
* Move library code to lib/
* GNU89 and MSVC2010 compatibility
* Other changes
2016-05-21 15:38:15 -05:00