Commit Graph

756 Commits

Author SHA1 Message Date
Kjell Hedström. We are hiring @ Ganaz
de706a905b
Update cmake.yml 2022-03-07 20:44:29 -07:00
Kjell Hedström. We are hiring @ Ganaz
e29226bd58
Delete .travis.yml (#435) 2022-03-07 19:51:10 -07:00
Kjell Hedström. We are hiring @ Ganaz
a248f6a930
dummy circle-ci (#434)
* Create config.yml

* Updated config.yml
2022-03-07 19:20:19 -07:00
Kjell Hedström. We are hiring @ Ganaz
22f8d8cb99
Create cpp.yml 2022-03-07 18:07:42 -07:00
DlubalSmidJaroslav
a7192f2b1c
Fixes #428: memory leak in g3::internal::createLogFile (#430)
Co-authored-by: Jaroslav Smid <smidjar2.reg@email.cz>
2022-01-10 20:49:59 -07:00
landwehrj
9bb36eb7e5
Fix pretty function magic constant overwriting (#424)
* Fix bug with __PRETTY_FUNCTION__ being always overwritten.

* Fix unit test to reflect new pretty function.
2021-12-19 20:45:12 -07:00
Szekely Gyorgy
c51128f051
Unblock faulting thread signal handler after log flush is complete (#419) 2021-11-22 08:39:53 -07:00
Kjell Hedström : Engineering Leadership
9009e109e9
update gtest zip URL (#417) 2021-11-16 10:11:37 -07:00
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 (#411) 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 (#404) 2021-04-08 21:44:33 -06:00
Shachar Shemesh
c769b76715
Make SONAME less volatile (#402) 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. (#401) 2021-04-07 21:33:40 -06:00
lukeocamden
61f3f6e3db
Avoid copying LOGLEVELS for g3::logLevel call (#399)
* 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 (#392)
* 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 (#390)
* fix compiler warnings

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

- crash handler_unix.cpp - warns about unused variable
2020-11-23 21:23:13 -07:00
Alvin
c0ae589024
Alvin/minor fixes and improvements (#389)
* 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 (#378)
* 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 (#376)
* 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 (#372)
* 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 (#373)
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 (#369) 2020-06-29 11:58:01 -06:00
Kjell Hedström : Available for new Engineering Leadership and Engineering Opportunities
a5f0158abd
speed up build (#367) by downloading gtest zip and avoiding cloning 2020-06-28 07:54:53 -06:00
shiyuge
e639f6d800
fix typo in logworker.hpp (#365) 2020-06-24 07:31:26 -06:00
shiyuge
2206cea309
fix typo in shared_queue.hpp exampel -> example (#363) 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 (#361)
* 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 (#359) 2020-06-19 07:53:24 -06:00