mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Added license and license referral to avoid any license confusion. G3log is a public domain dedication. Ref the unlicense.org
This commit is contained in:
parent
98ec05db7b
commit
7fbdd34246
24
LICENSE
Normal file
24
LICENSE
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
This is free and unencumbered software released into the public domain.
|
||||||
|
|
||||||
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||||
|
distribute this software, either in source code form or as a compiled
|
||||||
|
binary, for any purpose, commercial or non-commercial, and by any
|
||||||
|
means.
|
||||||
|
|
||||||
|
In jurisdictions that recognize copyright laws, the author or authors
|
||||||
|
of this software dedicate any and all copyright interest in the
|
||||||
|
software to the public domain. We make this dedication for the benefit
|
||||||
|
of the public at large and to the detriment of our heirs and
|
||||||
|
successors. We intend this dedication to be an overt act of
|
||||||
|
relinquishment in perpetuity of all present and future rights to this
|
||||||
|
software under copyright law.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||||
|
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||||
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
For more information, please refer to <http://unlicense.org/>
|
@ -2,6 +2,8 @@
|
|||||||
* 2010 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2010 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
*
|
*
|
||||||
* Example of a Active Object, using C++11 std::thread mechanisms to make it
|
* Example of a Active Object, using C++11 std::thread mechanisms to make it
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <csignal>
|
#include <csignal>
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include "crashhandler.hpp"
|
#include "crashhandler.hpp"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include "crashhandler.hpp"
|
#include "crashhandler.hpp"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include "g2filesink.hpp"
|
#include "g2filesink.hpp"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2future.hpp
|
* Filename:g2future.hpp
|
||||||
* Helper functionality to put packaged_tasks in standard container. This
|
* Helper functionality to put packaged_tasks in standard container. This
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
*
|
*
|
||||||
* Filename:g2log.cpp Framework for Logging and Design By Contract
|
* Filename:g2log.cpp Framework for Logging and Design By Contract
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
*
|
*
|
||||||
* Filename:g2log.hpp Framework for Logging and Design By Contract
|
* Filename:g2log.hpp Framework for Logging and Design By Contract
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2loglevels.cpp Part of Framework for Logging and Design By Contract
|
* Filename:g2loglevels.cpp Part of Framework for Logging and Design By Contract
|
||||||
* Created: 2012 by Kjell Hedström
|
* Created: 2012 by Kjell Hedström
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2loglevels.hpp Part of Framework for Logging and Design By Contract
|
* Filename:g2loglevels.hpp Part of Framework for Logging and Design By Contract
|
||||||
* Created: 2012 by Kjell Hedström
|
* Created: 2012 by Kjell Hedström
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2logmessage.cpp Part of Framework for Logging and Design By Contract
|
* Filename:g2logmessage.cpp Part of Framework for Logging and Design By Contract
|
||||||
* Created: 2012 by Kjell Hedström
|
* Created: 2012 by Kjell Hedström
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2logmessage.hpp Part of Framework for Logging and Design By Contract
|
* Filename:g2logmessage.hpp Part of Framework for Logging and Design By Contract
|
||||||
* Created: 2012 by Kjell Hedström
|
* Created: 2012 by Kjell Hedström
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include "g2logmessagecapture.hpp"
|
#include "g2logmessagecapture.hpp"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2LogWorker.cpp Framework for Logging and Design By Contract
|
* Filename:g2LogWorker.cpp Framework for Logging and Design By Contract
|
||||||
* Created: 2011 by Kjell Hedström
|
* Created: 2011 by Kjell Hedström
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2logworker.h Framework for Logging and Design By Contract
|
* Filename:g2logworker.h Framework for Logging and Design By Contract
|
||||||
* Created: 2011 by Kjell Hedström
|
* Created: 2011 by Kjell Hedström
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#ifndef G2SINK_IPP
|
#ifndef G2SINK_IPP
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#ifndef G2SINKHANDLE_H
|
#ifndef G2SINKHANDLE_H
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#ifndef G2SINKWRAPPER_HPP
|
#ifndef G2SINKWRAPPER_HPP
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2time.cpp cross-platform, thread-safe replacement for C++11 non-thread-safe
|
* Filename:g2time.cpp cross-platform, thread-safe replacement for C++11 non-thread-safe
|
||||||
* localtime (and similar)
|
* localtime (and similar)
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Filename:g2time.h cross-platform, thread-safe replacement for C++11 non-thread-safe
|
* Filename:g2time.h cross-platform, thread-safe replacement for C++11 non-thread-safe
|
||||||
* localtime (and similar)
|
* localtime (and similar)
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2010 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2010 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
*
|
*
|
||||||
* Example of a normal std::queue protected by a mutex for operations,
|
* Example of a normal std::queue protected by a mutex for operations,
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
*
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
|
*
|
||||||
* make_unique will be in C++14, this implementation is copied as I understood
|
* make_unique will be in C++14, this implementation is copied as I understood
|
||||||
* Stephan T. Lavavej's description of it.
|
* Stephan T. Lavavej's description of it.
|
||||||
*
|
*
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include "g2logworker.hpp"
|
#include "g2logworker.hpp"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include "g2logworker.hpp"
|
#include "g2logworker.hpp"
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
// through CMakeLists.txt #define of GOOGLE_GLOG_PERFORMANCE and G2LOG_PERFORMANCE
|
// through CMakeLists.txt #define of GOOGLE_GLOG_PERFORMANCE and G2LOG_PERFORMANCE
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
// through CMakeLists.txt #define of GOOGLE_GLOG_PERFORMANCE and G2LOG_PERFORMANCE
|
// through CMakeLists.txt #define of GOOGLE_GLOG_PERFORMANCE and G2LOG_PERFORMANCE
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
#ifndef PERFORMANCE_G2_TEST_H_
|
#ifndef PERFORMANCE_G2_TEST_H_
|
||||||
#define PERFORMANCE_G2_TEST_H_
|
#define PERFORMANCE_G2_TEST_H_
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2012 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
/** ==========================================================================
|
||||||
|
* 2014 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
|
* ============================================================================*/
|
||||||
|
|
||||||
|
|
||||||
#include <g2log.hpp>
|
#include <g2log.hpp>
|
||||||
#include <g2logworker.hpp>
|
#include <g2logworker.hpp>
|
||||||
#include <g2filesink.hpp>
|
#include <g2filesink.hpp>
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
/** ==========================================================================
|
||||||
|
* 2014 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
|
* ============================================================================*/
|
||||||
|
|
||||||
|
|
||||||
#include <g2log.hpp>
|
#include <g2log.hpp>
|
||||||
#include "tester_sharedlib.h"
|
#include "tester_sharedlib.h"
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
/** ==========================================================================
|
||||||
|
* 2014 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
|
* ============================================================================*/
|
||||||
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
struct SomeLibrary {
|
struct SomeLibrary {
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
/** ==========================================================================
|
/** ==========================================================================
|
||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
* ============================================================================*/
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
|
* ============================================================================*/
|
||||||
|
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
* 2013 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes
|
||||||
* with no warranties. This code is yours to share, use and modify with no
|
* with no warranties. This code is yours to share, use and modify with no
|
||||||
* strings attached and no restrictions or obligations.
|
* strings attached and no restrictions or obligations.
|
||||||
|
*
|
||||||
|
* For more information see g3log/LICENSE or refer refer to http://unlicense.org
|
||||||
* ============================================================================*/
|
* ============================================================================*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
Loading…
Reference in New Issue
Block a user