Commit Graph

  • 296b91d857 test2 Kjell Hedström 2016-12-05 23:10:28 -0700
  • 5340ff335c install dir synced Andreas Schönle 2016-12-05 16:31:21 +0100
  • f1f2167864 Update API.markdown Andreas Schönle 2016-12-05 11:21:40 +0100
  • 7d1481724c restore needs a flag to remove custom levels (at least the tests need to be able to do it) addLogLevel again resets the log level to the passed enable_state as even requesting the level before adding it would otherwise lead to unexpectedly not setting a "new" level to the passed state. We now assume setLogLevel is not called before addLogLevel without considering this behavior. SchoenleAndi 2016-12-05 11:12:28 +0100
  • a98b91fc5c ensure that raise(SIGTERM) is not called in test if g3log was compiled without fatal signal handler SchoenleAndi 2016-12-05 10:48:52 +0100
  • a1748ce66b addLogLevel now plays nice with having called setLogLevel before. SchoenleAndi 2016-12-05 10:17:38 +0100
  • bb163ea376 Merge branch 'master' into windows-time-fix SchoenleAndi 2016-12-04 19:20:22 +0100
  • 1d4eeaf892 Merge branch 'master' into wide-character-messages SchoenleAndi 2016-12-04 19:19:54 +0100
  • 9798c475a2 Merge branch 'master' into cmake-changes SchoenleAndi 2016-12-04 19:19:04 +0100
  • 9436660109 Merge branch 'master' into arm-fix SchoenleAndi 2016-12-04 19:18:50 +0100
  • b1088d06ab Merge branch 'master' into include-file-path-only SchoenleAndi 2016-12-04 19:17:39 +0100
  • 323ca8e7ce Merge branch 'master' into add-levels-only SchoenleAndi 2016-12-04 19:15:51 +0100
  • 78b28e4530 wchar_t now always supported. No conversion for __GNUC__ < 5 SchoenleAndi 2016-12-04 18:13:34 +0100
  • ba173b620c wchar_t support now always present SchoenleAndi 2016-12-04 17:34:14 +0100
  • 30b10f2870 Merge branch 'master' into wide-character-messages SchoenleAndi 2016-12-04 17:27:16 +0100
  • a2b4c17717 starting to change to better pull request SchoenleAndi 2016-12-04 17:26:53 +0100
  • 0624e8c655 Update .travis.yml Kjell Hedström 2016-12-04 08:32:45 -0700
  • 069085c451 fix timing inaccuracy on windows SchoenleAndi 2016-12-04 16:09:23 +0100
  • d15fcb3776 Update .travis.yml Kjell Hedström 2016-12-04 07:17:21 -0700
  • 426e77943e Merge pull request #126 from dasmysh/master Kjell Hedström 2016-12-04 07:15:54 -0700
  • 9c11afb204 some more cleanup SchoenleAndi 2016-12-04 14:56:17 +0100
  • 049b34478c corrected windows default library installation directory SchoenleAndi 2016-12-04 14:03:16 +0100
  • 1ba64d5e09 Merge pull request #134 from KjellKod/KjellKod-trigger-travis-1 Kjell Hedström 2016-12-02 10:22:25 -0700
  • 5a0e730d0c assume yes for interactive check Kjell Hedström 2016-12-02 10:16:46 -0700
  • 0fd9cb8408 trigger travis Kjell Hedström 2016-12-02 10:13:02 -0700
  • 0fdccaf823 Update .travis.yml Kjell Hedström 2016-12-02 10:10:01 -0700
  • 0295a323cb corrected bad install dir name in win32 SchoenleAndi 2016-12-02 18:07:47 +0100
  • dad08542f5 generate header file in binary directory to avoid confusion when building and installing for different platforms from same source SchoenleAndi 2016-12-02 18:05:49 +0100
  • 00ad3e213b made messages "status" instead of warning to allow differentiation from actual errors SchoenleAndi 2016-12-02 18:04:27 +0100
  • d174968adf removed cmake policy warning for newer cmake versions SchoenleAndi 2016-12-02 17:22:26 +0100
  • ea6cd21772 change static library name when dynamic library also built SchoenleAndi 2016-12-02 17:21:55 +0100
  • 99ac415558 allow for toolchain-specific compiler flags SchoenleAndi 2016-12-02 17:21:01 +0100
  • e93031c6d0 compiles on arm SchoenleAndi 2016-12-02 17:01:16 +0100
  • 2a12e67f15 Merge 54d3264c80 into 813e3da1f9 Ofek 2016-10-23 18:02:15 +0000
  • 813e3da1f9 Merge pull request #129 from AbberiorInstruments/msvc-format-specifier Kjell Hedström 2016-10-20 13:37:16 -0600
  • 570a85b997 Merge pull request #128 from AbberiorInstruments/DBUG-vs-DEBUG Kjell Hedström 2016-10-20 13:35:17 -0600
  • 1dafdaf2a4 msfc fromat specifiers added SchoenleAndi 2016-10-19 13:41:48 +0200
  • c39e77c27e DBUG-vs-DEBUG in main_ programs fixed SchoenleAndi 2016-10-19 13:39:24 +0200
  • 940d11a61d DBUG vs DEBUG fixed in unit test, too SchoenleAndi 2016-10-03 16:00:08 +0200
  • c467851423 save include fil full path as const char * in LogMessage SchoenleAndi 2016-10-19 13:21:52 +0200
  • 09ede1bf1f add loglevels to upstream master only SchoenleAndi 2016-10-19 13:17:46 +0200
  • e7af386de2 Updated cmake version to correct string compare behaviour. Sebastian Maisch 2016-10-17 19:49:56 +0200
  • 207ead1f8b wide character support tested on windows SchoenleAndi 2016-10-03 12:50:34 +0200
  • e0f1dda903 exploratory, spsc -> mpsc Kjell Hedstrom 2016-10-02 17:32:50 -0600
  • ba81287ca5 bugfix time formatting (#119) Kjell Hedström 2016-08-30 18:34:13 -0600
  • 1bae2e6a68 Typo fix (Vaulue → Value) (#120) Lynn 2016-08-30 19:10:58 +0200
  • c4343b04cf typo fix (Vaulue → Value) Lynn 2016-08-30 18:05:32 +0200
  • eb1cd55fff typo fix (Vaulue → Value) Lynn 2016-08-30 18:03:05 +0200
  • e0fb4fd24e fixit Kjell Hedstrom 2016-08-25 00:51:21 -0600
  • 26f76cd103 bugfix time formatting Kjell Hedstrom 2016-08-25 00:49:17 -0600
  • 54d3264c80 Build only shared library - make the logger a true singleton (per executable) Export only the needed functionality from the library OfekShilon 2016-08-22 20:43:19 +0300
  • b6d6f79e7d Update gitignore for VS files OfekShilon 2016-08-22 19:44:19 +0300
  • 1496d7aa40 Update API.markdown (#115) Kjell Hedström 2016-08-18 00:49:49 -0600
  • 360d86489b Update API.markdown Kjell Hedström 2016-08-18 00:48:39 -0600
  • 7d6bf2fac5 Update README.markdown (#114) Kjell Hedström 2016-08-18 00:37:28 -0600
  • ce69c29c51 Update README.markdown Kjell Hedström 2016-08-18 00:36:21 -0600
  • b7efca1792 Update README.markdown Kjell Hedström 2016-08-18 00:34:33 -0600
  • 23dd78e4ac Update README.markdown Kjell Hedström 2016-08-18 00:32:38 -0600
  • fd15ef6424 Update README.markdown Kjell Hedström 2016-08-18 00:29:42 -0600
  • ebdeeea087 Update README.markdown Kjell Hedström 2016-08-18 00:27:01 -0600
  • 9b8e13bcfe Update crashhandler.hpp (#110) Kjell Hedström 2016-08-11 07:08:41 -0600
  • a569f9043f Update crashhandler.hpp Kjell Hedström 2016-08-11 07:07:32 -0600
  • 86473c60e0 Gimesketvirtadien's time requested changes (#104) Kjell Hedström 2016-08-11 00:27:52 -0600
  • 10bc655121 test Kjell Hedstrom 2016-08-10 23:57:47 -0600
  • af96b554b0 fixed? nano / microsec functionality to timer Kjell Hedstrom 2016-08-10 23:53:40 -0600
  • 9d06bddfd0 added missing unit tests for localtime_formatted Kjell Hedstrom 2016-08-09 23:12:58 -0600
  • 0c05e2961c added unit test for fractional to string Kjell Hedstrom 2016-08-09 22:39:14 -0600
  • ff722164d4 Warning braces loglevels clang 3.7 (#108) jkhoogland 2016-07-31 19:01:54 -0400
  • a06d7ad550 Add back braces Jiri Hoogland 2016-07-31 17:35:43 -0400
  • 97d1228ae5 Merge branch 'warning_braces_loglevels' of https://github.com/jkhoogland/g3log into warning_braces_loglevels Jiri Hoogland 2016-07-31 17:24:47 -0400
  • 6192254b34 Fix gcc compiler warning for braces around scalar Jiri Hoogland 2016-07-30 11:08:43 -0400
  • a5c5d1732f Update logworker.cpp (#103) Kjell Hedström 2016-06-23 21:35:59 -0600
  • 1345616700 Fixed a bug causing cross-compilers to fail (#101) Nitaym 2016-06-22 21:29:45 +0300
  • 229ee630ba Workaround for windows testing (#100) Kjell Hedström 2016-06-12 16:58:14 -0600
  • ac82551c44 added automatic linking pragma for StackWalk64 (#96) Dmitry Ledentsov 2016-06-13 00:57:55 +0200
  • 4f7bcda7bc fix to implicit type casting (#98) JiHyung Lee 2016-06-13 05:09:55 +0900
  • d4a8a386ec Avoid initialization/shutdown deadlock that could occur due to wrong use of the API Kjell Hedstrom 2016-05-23 22:25:32 -0600
  • 15b5c734cb use 'toString' to get the formatted output in the fatal cerr message when a LOG fatal or CONTRACT happens. This was already OK on the sink side Kjell Hedstrom 2016-03-30 16:35:38 -0600
  • 5a10f118f3 Fix gcc compiler warning for braces around scalar Jiri Hoogland 2016-07-30 11:08:43 -0400
  • 2a0b05421d Merge pull request #1 from KjellKod/master jkhoogland 2016-07-30 10:18:05 -0400
  • e6c66c5978 committing changes previously fixed - finished unit testing for g3::internal::time::GetFractional(..) Kjell Hedstrom 2016-07-29 09:47:33 -0600
  • 3b90e268cc refactored + renamed functions and constants. Added unit test for retrieving fractional type Kjell Hedstrom 2016-07-29 08:41:42 -0600
  • f1439d3ac6 Clarified for some code readers the mysterious use of assert in an expression that is always true Kjell Hedstrom 2016-07-29 06:39:56 -0600
  • 92812b3437 temporary Kjell Hedstrom 2016-07-29 06:32:55 -0600
  • 1d688c2300 Capture sink reference in worker add / remove functionality Andrej Kislovskij 2016-07-21 20:19:33 +0300
  • fd78ae634f Changing addSink / removeSink semantic to async Andrej Kislovskij 2016-07-20 17:29:36 +0300
  • b825886beb intermediate comments Kjell Hedstrom 2016-07-18 14:45:43 -0600
  • 2d4e900ce2 Added support for high precision clock on Linux/gcc (already there now for OSX). Windows is still missing Kjell Hedstrom 2016-07-18 11:20:03 -0600
  • 60c00813b1 -lrt flag for gcc Kjell Hedstrom 2016-07-18 10:45:04 -0600
  • fe560add9d lower case in -std=c++14 Kjell Hedström 2016-07-18 09:13:57 -0600
  • 12a5977204 Update buildAndRunTests.sh Kjell Hedström 2016-07-18 08:52:15 -0600
  • 72e18decc3 Update .travis.yml Kjell Hedström 2016-07-18 08:51:21 -0600
  • 3ec9976f2b Using references to ensure no sink pointers are left Andrej Kislovskij 2016-07-18 10:26:16 +0300
  • 3e89356bea Formatting changes based on review comments Andrej Kislovskij 2016-07-18 10:16:11 +0300
  • 38b87b115a C++14 for Linux Kjell Hedström 2016-07-18 00:54:48 -0600
  • bd9fd0408c Use gcc 4.9 Kjell Hedström 2016-07-18 00:44:49 -0600
  • 4dc5580dc9 refactoring message specifics tests to it's own test Kjell Hedstrom 2016-07-17 23:05:35 -0600
  • 59e00d511a fixed up some commented away unit tests Kjell Hedstrom 2016-07-17 22:59:02 -0600
  • a0df69816e Segmentation fault was corrected in removeSink unit test Andrej Kislovskij 2016-07-17 18:55:43 +0300
  • 6344189bb6 Commenting out issuing a message after sink was removed Andrej Kislovskij 2016-07-12 11:45:38 +0300