Windows Boost Jam implementation now uses finer resolution than 1 second when creating timestamps based on the current system time. Since these are never (and should never be!) compared to file system timestamps - this causes no conflicts with file system timestamps still using 1 second resolution at best.
Related stylistic changes:
filetime_to_timestamp() function renamed to timestamp_from_filetime() and moved to the timestamp.c module.
filetime_to_seconds() function moved back to the execnt.c module as a static function as it only used from there after the timestamp_from_filetime() reimplementation in revision [79494].
filent.h header now empty and removed.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.