rocksdb/port/win
Dmitri Smirnov 555ca3e7b7 Fix WinEnv::NowMicrosec
* std::chrono does not provide enough granularity for microsecs and periodically emits
    duplicates
  * the bug is manifested in log rotation logic where we get duplicate
   log file names and loose previous log content
  * msvc does not imlement COW on std::strings adjusted the test to use
    refs in the loops as auto does not retain ref info
  * adjust auto_log rotation test with Windows specific command to remove
    a folder. The test previously worked because we have unix utils installed
    in house but this may not be the case for everyone.
2015-07-22 14:36:43 -07:00
..
env_win.cc Fix WinEnv::NowMicrosec 2015-07-22 14:36:43 -07:00
port_win.cc Fix windows build after refactoring 2015-07-21 17:20:57 -07:00
port_win.h Fix windows build after refactoring 2015-07-21 17:20:57 -07:00
win_logger.cc "make format" against last 10 commits 2015-07-13 13:50:18 -07:00
win_logger.h "make format" against last 10 commits 2015-07-13 13:50:18 -07:00