Files
resiprocate/contrib
Scott Godin 3c43d02768 -fix a couple bugs in new fmt code in Log.cxx
-_logFileName string was not null terminated
  -_logFileName memory buffer went out of scope
  -code was moved to a better location, so that it works for reinitialize calls

-fmt library support on windows
  -add VS2019 project files for fmt library
  -adjust include paths for rutil to find fmt includes
  -add project reference to link fmt with rutil
  -added #ifdef USE_FMT around fmt code so that older Visual studio builds will continue to work
2021-08-25 14:34:05 -04:00
..