• Stars
    star
    23
  • Rank 985,386 (Top 20 %)
  • Language
    C++
  • License
    The Unlicense
  • Created about 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.

More Repositories

1

g3log

G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
C++
884
star
2

StopWatch

Timing utility, wraps C++11 std::chrono in an easy to use StopWatch utility
52
star
3

g3sinks

sinks to g3logger
C++
34
star
4

lock-free-wait-free-circularfifo

C++
24
star
5

active-object

Active Object snippets with C++11, C++03 and C++/Qt
C++
22
star
6

StringFix

C++ helper for string manipulation (trim, to_lower, split, explode etc...)
C++
14
star
7

blog_linkedlist_vs_vector

Code snippets from: http://kjellkod.wordpress.com/2012/02/25/why-you-should-never-ever-ever-use-linked-list-in-your-code-again/
C++
7
star
8

Go2Log

Go (golang.org) port/spin-off of KjellKod's G3Log (cpp). G2Log is similar to G3log in that it is an easy to use asynchronous, "crash safe" logger.
3
star
9

Q

Collection of public domain queue's by KjellKod
C++
3
star
10

blog_sutter_concurrent

Concurrent wrapped object.
C++
1
star
11

doodles

various test and example doodling
C++
1
star
12

JuceApp

C++
1
star
13

microLog

Single header logger; three log level thresholds, to tune verbosity on a global and local level.
1
star
14

QSPMC----draft-do-not-use

C++
1
star
15

g2log

g2log exported from bitbucket
C++
1
star
16

g3log_example_integration

Example project of how to integrate with g3log
C++
1
star