1
0
mirror of https://github.com/KjellKod/g3log.git synced 2025-03-01 20:02:13 +01:00

648 Commits

Author SHA1 Message Date
Kjell Hedström : Engineering Leadership
df1fd3a5c2 Update issue templates 2021-07-07 16:11:36 -06:00
Kjell Hedström : Engineering Leadership
68aff4dabd Update issue templates 2021-07-07 16:10:21 -06:00
Kjell Hedström : Engineering Leadership
8dcda0ed69
Create CODE_OF_CONDUCT.md () 2021-07-07 15:55:50 -06:00
Kjell Hedström : Engineering Leadership
53cb214a6d
Update README.markdown 2021-07-07 15:55:28 -06:00
Kjell Hedström : Engineering Leadership
d56589e649 Update issue templates 2021-07-07 15:34:59 -06:00
Kjell Hedström : Engineering Leadership
3d08371fc6
Create CONTRIBUTING.md 2021-07-07 15:30:43 -06:00
Kjell Hedström : Engineering Leadership
b5d37b2953
Update cmake.yml 2021-04-08 22:21:02 -06:00
Kjell Hedström : Engineering Leadership
cc6582ab99
Update cmake.yml 2021-04-08 22:17:37 -06:00
Kjell Hedström : Engineering Leadership
afaec74e4a
Update cmake.yml 2021-04-08 22:09:00 -06:00
Kjell Hedström : Engineering Leadership
f75c65af2b
Create cmake.yml 2021-04-08 21:53:46 -06:00
Kjell Hedström : Engineering Leadership
95291b5190
fix version () 2021-04-08 21:44:33 -06:00
Shachar Shemesh
c769b76715
Make SONAME less volatile () 2021-04-08 21:29:40 -06:00
Kjell Hedström : Engineering Leadership
0a5a962679
Create codeql-analysis.yml 2021-04-08 21:28:14 -06:00
Kjell Hedström : Engineering Leadership
663050dc52
release version and cmake coded version sync 2021-04-08 21:13:18 -06:00
Chad Engler
d3f2d11ae6
Fix ARM compilation for windows. () 2021-04-07 21:33:40 -06:00
lukeocamden
61f3f6e3db
Avoid copying LOGLEVELS for g3::logLevel call ()
* Avoid copy-constructing LEVELS for logLevel call
2021-01-26 12:49:10 -07:00
FriendlyFire
e28f559d32
C++20 compatability -- std::result_of with std::invoke_result ()
* Replaced result_of with invoke_result_t.
* Fixed a few compile errors and updated CMakeLists.
* Updated Cloud CI
2020-12-16 06:51:26 -07:00
Alvin
2fca06ff6d
Fix compiler warnings and condition check improvements ()
* fix compiler warnings

- loglevels.cpp - warns about double return if dynamic logging is on

- crash handler_unix.cpp - warns about unused variable
1.3.4
2020-11-23 21:23:13 -07:00
Alvin
c0ae589024
Alvin/minor fixes and improvements ()
* Fix typos
* Fix build for MinGW
- MinGW g++ doesn't recoganize `-rdynamic`
2020-11-17 20:40:26 -07:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
f1eff42b91
Update README.markdown 2020-08-08 08:40:17 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
9c6879226b
Update README.markdown 2020-08-07 23:10:58 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
3e1534eb81
Update API.markdown 2020-08-07 10:48:51 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
e32cee6c01
Update API.markdown 2020-08-07 10:48:07 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
dd4bb0f62c
Update API.markdown 2020-08-07 10:45:29 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
a4abb8b521
Update loglevels.hpp 2020-08-07 10:22:18 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
c2b1ff6475
Update loglevels.hpp 2020-08-05 12:30:09 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
e55c270753
Update loglevels.hpp 2020-08-05 12:28:17 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
b93e96ebf7
Update loglevels.hpp 2020-08-05 12:27:05 -06:00
Tian Xiao
5dd714b626
Fix some minor errors in API doc ()
* Typo in API doc

`SIGILL` and `SIGSEGV` were duplicated

* Fix the link to logrotate

Co-authored-by: Tian Xiao <tian.xiao@antelopetechnology.com>
2020-08-05 04:59:39 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
83737bbb8f
cpack version number ()
* cpack version number. Build number must be set since it's used by CPACK
2020-07-09 07:33:25 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
69a0be4c9c
play/tryout: It is confusing to name the target g3logger. KISS --> g3log ()
* It is confusing to name the target g3logger. KISS --> g3log. This MIGHT break installations for some but it's a needed correction. 

* Updated version number to 2.1.x
2020-07-08 22:42:55 -06:00
shiyuge
8e79dd6554
bug fix: vsnprintf_s return value 0 isn't error ()
Conforming with vsnprintf_s
2020-07-06 21:21:28 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
cdceb28deb
Update logworker.hpp () 2020-06-29 11:58:01 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
a5f0158abd
speed up build () by downloading gtest zip and avoiding cloning 2020-06-28 07:54:53 -06:00
shiyuge
e639f6d800
fix typo in logworker.hpp () 2020-06-24 07:31:26 -06:00
shiyuge
2206cea309
fix typo in shared_queue.hpp exampel -> example () 2020-06-23 06:53:33 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
5ef196eed5
Manual addition of sink removal functionality from C++11 branch ()
* Added sink removal
* improved build script
2020-06-19 13:49:30 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
e0e03ed105
Update PULL_REQUEST_TEMPLATE.md 2020-06-19 13:48:32 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
a67711a2df
Update PULL_REQUEST_TEMPLATE.md 2020-06-19 13:45:39 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
f9005d13bf
Update PULL_REQUEST_TEMPLATE.md 2020-06-19 13:36:48 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
7f3159e17f
Pull request template is improved 2020-06-19 12:02:48 -06:00
xgdgsc
6d0eb32ddb
dead link ,header name, format () 2020-06-19 07:53:24 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
e21f93944e
Update README.markdown 1.3.3 2020-06-06 16:40:36 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
f9ac8f5e08
improved documentation () 2020-06-06 16:39:27 -06:00
Murat Kilivan
68f3b174d9
Use CMake to download GoogleTest as part of build ()
Having GoogleTest source in the project means we are likely using a stale version of test. This change is to use CMake to download GoogleTest as part of the build's configuration step.
2020-06-03 15:37:46 -06:00
Murat Kilivan
639bfd7452
Use the correct namespace to call shutDownLogging() ()
This commit is to align the example source code in README with the source code.
2020-05-31 14:50:15 -06:00
Roman Popov
751330bb41
Allow throwing from exit handler ()
For example for unit testing purposes we may want to replace SIGABRT with
throwing an exception, so that unit tests for CHECK()s can be written.
2020-05-08 20:13:25 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
aab25a4091
one more comment fix 2020-05-08 14:33:50 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
62162e8613
updated code comments since SIGABRT is used with default fatal handler instead of a throw 2020-05-08 14:30:52 -06:00
Kjell Hedström
6810f060f6
update travis, don't bog down the log file () 2020-04-11 15:07:40 -06:00