Skip to content

Instantly share code, notes, and snippets.

@odasatoshi
Last active December 14, 2015 02:08
Show Gist options
  • Save odasatoshi/5011138 to your computer and use it in GitHub Desktop.
Save odasatoshi/5011138 to your computer and use it in GitHub Desktop.
Jubatusでglog 0.3.3にする必要はあるか?
glog 0.3.2 -> 0.3.3
====================
- Add --disable-rtti option for configure.
実行時型情報を消すことでバイナリサイズ小さくなったり、パフォーマンスが上がる?環境もあるらしい。
- Visual Studio build and test fix.
Windows用。関係ない
- QNX build fix (thanks vanuan).
リアルタイムOS QNX用。関係ない。
- Reduce warnings.
for Mac OS X and Windows enviroment
- Fixed LOG_SYSRESULT (thanks ukai).
WindowsでUnicode文字が含まれていた時に問題が起きていたらしい
- FreeBSD build fix (thanks yyanagisawa).
 関係ない。
- Clang build fix.
Clangに正式対応するなら追随するべきか。
apple Clangでのbuild errorに対応した模様。
0.3.2から対応している。
- Now users can re-initialize glog after ShutdownGoogleLogging.
このような使い方は現在していない。必要があればやる?
- Color output support by GLOG_colorlogtostderr (thanks alexs)
stderrorに出力されるログがカラフルになる。
.
- Now glog's ABI around flags are compatible with gflags.
gflagsを使っていないので関係ない。
- Document mentions how to modify flags from user programs.
トータルで見て、mustではない。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment