Lines Matching refs:glog
40 - `Google Log <http://code.google.com/p/google-glog>`_ 0.3.1 or
45 Ceres has a minimal replacement of ``glog`` called ``miniglog``
47 option. ``miniglog`` is needed on Android as ``glog`` currently
121 # google-glog must be configured to use the previously installed gflags
122 tar -xvzf glog-0.3.2.tar.gz
123 cd glog-0.3.2
254 # google-glog and gflags
255 brew install glog
289 .. NOTE:: Using ``google-glog`` & ``miniglog`` with windows.h.
293 as a LogSeverity level in ``google-glog`` and ``miniglog``. There
296 #. Use ``google-glog`` and define ``GLOG_NO_ABBREVIATED_SEVERITIES``
298 `here <http://google-glog.googlecode.com/svn/trunk/doc/glog.html>`__.
301 ``google-glog`` is available (which includes Windows).
303 windows.h. This solution should work for both ``google-glog`` and
304 ``miniglog`` and is documented for ``google-glog``
305 `here <https://code.google.com/p/google-glog/issues/detail?id=33>`__.
309 (``ceres/eigen``, ``ceres/glog``, etc)
314 #. ``google-glog`` Open up the Visual Studio solution and build it.
491 minimal implementation of ``glog`` which can optionally be used as
492 a substitute for ``glog``, thus removing ``glog`` as a required
493 dependency. Turn this ``ON`` to use this minimal ``glog``