Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -3/+6 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
| | |||||
* | ENH: Improved file modification time comparison on Windows to use ↵ | Brad King | 2005-10-27 | 1 | -32/+49 |
| | | | | GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check. | ||||
* | BUG: Fix logic to return true when the file was already statted. Also, use ↵ | Andy Cedilnik | 2005-10-13 | 1 | -3/+3 |
| | | | | nanosecond percision if available. Remove debug | ||||
* | COMP: Windows fixes | Andy Cedilnik | 2005-10-12 | 1 | -3/+4 |
| | |||||
* | ENH: Add file time comparison code | Andy Cedilnik | 2005-10-12 | 1 | -0/+168 |