Daniel Scharrer
|
f79a3c622b
|
Add support for dynamically loading utimensat
This allows adding utimensat support in binaries for systems like
FreeBSD that only recently got it without dropping support for older
versions.
|
11 years ago |
Daniel Scharrer
|
3896878433
|
Improve error and warning messages
|
11 years ago |
Daniel Scharrer
|
f85c597864
|
Fix -Wmaybe-uninitialized warning
SystemTimeToFileTime doesn't use the wDayOfWeek field anyway.
|
11 years ago |
Daniel Scharrer
|
5d12e022aa
|
Fix Win32 build
|
12 years ago |
Daniel Scharrer
|
d89e97397d
|
Remove obsolete Windows-specific time code paths
|
12 years ago |
Daniel Scharrer
|
869dc4b26d
|
Implement time functions using Win32 API directly
Fixes innoextract not being able to launch on Windows XP.
|
12 years ago |
Daniel Scharrer
|
bdba4788b4
|
Update cpplint.py to version 0.0.3
|
13 years ago |
Daniel Scharrer
|
1ad35d10f3
|
Add support for MS-specific _isatty()
|
13 years ago |
Daniel Scharrer
|
24b71da46f
|
Fix MSVC 9.0 warnings
|
13 years ago |
Daniel Scharrer
|
abf96569a9
|
Force 64-bit time values on Windows
MSVC already always uses a 64-bit time_t, but 32-bit MinGW doesn't.
|
13 years ago |
Daniel Scharrer
|
6e1f4e0388
|
Always use 64-bit time values internally
And warn if a truncating conversion is performed.
|
13 years ago |
Daniel Scharrer
|
1a986a8709
|
Fix MSVC 9 build
|
13 years ago |
Daniel Scharrer
|
343729bdff
|
Include file time precision in the config summary
|
13 years ago |
Daniel Scharrer
|
e3014f72d7
|
Add support for nanosecond file times under Linux
Also, for other POSIX.1-2008+ systems.
|
13 years ago |
Daniel Scharrer
|
16fac1a536
|
Fix MinGW build
|
13 years ago |
Daniel Scharrer
|
83efbca49c
|
Fix compatibility with older Boost versions
|
13 years ago |
Daniel Scharrer
|
a4280c5289
|
Add an option to set a timezone for timestamps
... and to disable setting the timestamps.
See: enhancement #5
|
13 years ago |
Daniel Scharrer
|
05cac27c11
|
Set timestamps for extracted files
Implements: enhancement #5
|
13 years ago |
Daniel Scharrer
|
9aab0cc267
|
Abstract platform-specific time functions
|
13 years ago |