Fumitoshi Ukai
e91d5c4d02
Add Sergiu Dotenco to AUTHORS/CONTRIBUTORS
2015-08-06 16:55:37 +09:00
Fumitoshi Ukai
fe136448ff
Merge pull request #7 from sergiud/master
...
Add CMake support. closes #4
2015-08-06 16:53:55 +09:00
Fumitoshi Ukai
454906f44b
Add Michael Tanner and tbennun to AUTORS/CONTRIBUTORS
2015-08-06 16:45:44 +09:00
Sergiu Dotenco
8453b0856b
cmake: link to libunwind
2015-07-15 22:35:01 +02:00
Sergiu Dotenco
05746ed702
cmake: support gflags in static builds
2015-07-15 22:35:01 +02:00
Sergiu Dotenco
95cde7af2f
cmake: disabled 'template argument uses unnamed type' warning
2015-07-15 22:35:00 +02:00
Sergiu Dotenco
5aee7c7899
added missing include
2015-07-15 22:35:00 +02:00
Sergiu Dotenco
856ff81a82
fixed vc 14.0 ctp 6 compilation error
2015-07-15 22:34:59 +02:00
Sergiu Dotenco
b561c94b19
determine gflags namespace automatically
2015-07-15 22:34:59 +02:00
Sergiu Dotenco
f9def39a46
do not redefine snprintf if it's already available
2015-07-15 22:34:58 +02:00
Sergiu Dotenco
fa4c5b50a9
do not redefine stl logging macros
2015-07-15 22:34:58 +02:00
Sergiu Dotenco
ea628ae809
allow to define TEST_SRC_DIR as a macro
2015-07-15 22:34:58 +02:00
Sergiu Dotenco
3325258036
allow to use __declspec(noreturn)
2015-07-15 22:34:57 +02:00
Sergiu Dotenco
3d9fea9e84
export the Demangle function
2015-07-15 22:34:57 +02:00
Sergiu Dotenco
3c49b93201
added cmake support
2015-07-15 22:34:44 +02:00
Brian Silverman
beb55fa825
Fix redefinition of _XOPEN_SOURCE.
...
Under Debian Jessie, I get a warning about redefining _XOPEN_SOURCE
which is easy to fix.
2015-06-16 16:50:57 -07:00
Brian Silverman
180eaff781
Fix unused arguments warning in ScopedMockLog.
2015-06-16 16:50:01 -07:00
Brian Silverman
287ab79862
Add Brian Silverman to AUTHORS+CONTRIBUTORS.
2015-06-16 16:49:53 -07:00
romange
2c5038470b
Update vlog_is_on.cc
...
SetVLOGLevel locks vmodule_lock however RAW_VLOG at the end also implicitly locks it via InitVLOG3__.
This causes deadlock/segfault.
2015-04-30 20:28:32 +03:00
Pierre Phaneuf
2a02db7aa5
Add Abhishek Parmar to the AUTHORS/CONTRIBUTORS files.
2015-04-23 11:41:53 +01:00
Fumitoshi Ukai
ed072a55b8
don't remove sinks_ elements.
2015-04-11 00:05:05 +09:00
Abhishek Parmar
701dd7120d
Guard GOOGLE_PREDICT_TRUE|FALS with #ifndef to avoid collision with other google opensource projects like protobuf.
2015-04-08 10:19:06 -07:00
Fumitoshi Ukai
9c2acaaa49
delete LogDestination::sinks_ at DeleteLogDestinations().
...
fixes #8 AddLogSink memory leak
2015-03-27 17:23:20 +09:00
Fumitoshi Ukai
1b0b08c8dd
Merge pull request #10 from jmr/std_vector
...
LOG_STRING: use std::vector and std::string.
2015-03-27 16:43:58 +09:00
Jesse Rosenstock
162a8ef4ea
LOG_STRING: use std::vector and std::string.
...
Previously, plain vector and string were used.
This assumed that there were "using" directives or
declarations before the macro was used. This will
not always be the case.
2015-03-26 14:25:14 -04:00
Fumitoshi Ukai
852970d850
Merge pull request #6 from darkwind-mt/master
...
Adds color output support for tmux terminals
2015-03-26 17:51:44 +09:00
Michael Tanner
66088e4787
Adds color output support for tmux terminals
2015-03-23 10:56:04 +00:00
Fumitoshi Ukai
47ab571f38
Merge pull request #2 from tbennun/master
...
Fix x64/Debug build on MSVS
2015-03-18 14:54:40 +09:00
Pierre Phaneuf
80942e5ea2
Add the typical Google contributors and authors files.
...
Also add a CONTRIBUTING.md, that GitHub will link to in the pull request
creation page.
2015-03-16 10:50:32 +00:00
tbennun
7553b4193d
Fix x64/Debug build on MSVS
2015-03-13 07:56:59 +02:00
Fumitoshi Ukai
d8cb47f77d
Merge pull request #1 from ukai/release_0.3.4
...
glog: release 0.3.4
2015-03-11 13:02:27 +09:00
Fumitoshi Ukai
5ab077bb8d
Fix for "make rpm" and "make deb"
2015-03-10 12:44:30 +09:00
Fumitoshi Ukai
3b0372bd70
glog: release 0.3.4
...
migrate to https://github.com/google/glog
use autoconf 2.69 / automake 1.14.1
2015-03-09 11:45:07 +09:00
78da3bf8fe
Fixes for the latest MSVS.
...
- ssize_t
Since Windows does not have ssize_t, we need to include BaseTsd.h and
use SSIZE_t instead.
- include algorithm
MSVS 2013 requests developers to include algorithm when they use
std::min.
By yyanagisawa
git-svn-id: https://google-glog.googlecode.com/svn/trunk@143 eb4d4688-79bd-11dd-afb4-1d65580434c0
2014-08-19 00:36:29 +00:00
09e8dd6289
Add libc++ support
...
Similar patch was provided in
https://code.google.com/p/google-glog/issues/detail?id=121
git-svn-id: https://google-glog.googlecode.com/svn/trunk@142 eb4d4688-79bd-11dd-afb4-1d65580434c0
2014-03-05 05:20:24 +00:00
a5ffa88413
Build issues in demangle.cc
...
git-svn-id: https://google-glog.googlecode.com/svn/trunk@141 eb4d4688-79bd-11dd-afb4-1d65580434c0
2014-03-02 01:37:08 +00:00
8367470aa5
Adding a callback mechanism to allow users of google.glog to provide
...
their own implementation of OpenObjectFileContainingPcAndGetStartAddress.
GTTF: Make stack trace symbolization code recognize more symbols.
One example is __libc_start_main (easy to check), there may be more.
Include the correct elf header on OpenBSD and Android.
Fix Coverity NO_EFFECT defect. Comparing unsigned greater than or equal zero is always true.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@140 eb4d4688-79bd-11dd-afb4-1d65580434c0
2014-03-01 00:33:41 +00:00
a0073e504b
Add StrError and replace posix_strerror_r calls
...
For now, we do not remove the declaration of posix_strerror_r,
but we might remove it in future.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@139 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-10-31 05:39:43 +00:00
0242c8e94d
Fix VC build by adding GOOGLE_GLOG_DLL_DECL
...
git-svn-id: https://google-glog.googlecode.com/svn/trunk@138 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-10-31 05:36:25 +00:00
a0bf19d0df
A style fix for C++11
...
This patch is given by Nico (thanks!)
git-svn-id: https://google-glog.googlecode.com/svn/trunk@137 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-07-29 06:27:17 +00:00
1518f230c6
Reduce dynamic allocation from 3 to 1 per log message
...
This patch was contributed in
https://code.google.com/p/google-glog/issues/detail?id=131
by engel. Thanks!
git-svn-id: https://google-glog.googlecode.com/svn/trunk@136 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-05-29 14:10:49 +00:00
478a80caa0
Attempt to improve mingw-w64 support
...
- Set -Isrc/windows for mingw
- Check existence of sigaction, pread, and pwrite
- Provide alternative implementation of pread and pwrite
- Eliminate symlink code for OS_WINDOWS
- Don't check /proc/self/fd if the OS isn't linux
- Don't use MSVC specific declarations in port.h for mingw
git-svn-id: https://google-glog.googlecode.com/svn/trunk@135 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-02-18 10:56:53 +00:00
a106e61178
Support unordered_(map|set) by stl_logging
...
git-svn-id: https://google-glog.googlecode.com/svn/trunk@134 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-02-18 10:45:46 +00:00
cba9095278
Remove .svn directory from the release archive
...
packages/deb is a directory and it may contain .svn
git-svn-id: https://google-glog.googlecode.com/svn/trunk@133 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-02-01 06:31:49 +00:00
0b0b022be1
Release glog 0.3.3
...
git-svn-id: https://google-glog.googlecode.com/svn/trunk@132 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-02-01 06:20:46 +00:00
069ee58a09
Fix Mac test failure
...
We need only the first line from signalhandler.out3
git-svn-id: https://google-glog.googlecode.com/svn/trunk@131 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-02-01 05:46:37 +00:00
e6af5ea5f1
Make sure stderr is not buffered.
...
git-svn-id: https://google-glog.googlecode.com/svn/trunk@130 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-01-31 04:39:54 +00:00
fdc710e355
Add dllimport and dllexport for new symbols
...
git-svn-id: https://google-glog.googlecode.com/svn/trunk@129 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-01-31 03:49:40 +00:00
35ba669307
Revert http://code.google.com/p/google-glog/source/detail?r=127
...
Casting to (void) was bad because the return value of DCHECK_NOTNULL
cannot be used.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@128 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-01-31 03:48:24 +00:00
3297f04c13
Remove warning of DCHECK_NOTNULL
...
http://code.google.com/p/google-glog/issues/detail?id=87
git-svn-id: https://google-glog.googlecode.com/svn/trunk@127 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-01-25 07:59:25 +00:00