Changeset 80092

Timestamp:
Aug 20, 2012, 11:54:10 AM (10 years ago)
Author:
Jurko Gospodnetic
Message:

Boost Jam cleanup - there is no need to convert a short Windows path to its long format except to generate that path's canonic format, i.e. to get the same value for the same file system entry, independent of the original path string used to identify that entry. To get closer to that effect in the ShortPathToLongPath() function, we remove a recently added optimization of not processing file/folder names that are certainly not in their short format. By processing such names we can correctly remove more unimportant case differences between different path strings representing the same file system entry, i.e. get the same canonic path string for them.

(No files)

Note: See TracChangeset for help on using the changeset viewer.