1. 75cf497 Use a more robust method of obtaining the build timestamp on Windows. 'wmic os get LocalDateTime' will always return the timestamp in the format we want (YYYYMMDD), whereas date /t is sensitive to locale. If wmic fails, then we fall back to using date /t, even though this means that the BUILD variable will end up in the incorrect format on some systems. by DRC · 12 years ago
  2. a0f878a Add testclean target for cleaning up test images by DRC · 14 years ago
  3. 8469703 First pass at a CMake build system by DRC · 14 years ago