Skip to content
View jkammerland's full-sized avatar
  • Coretura AB
  • Gothenburg, Sweden
  • 17:37 (UTC -12:00)

Block or report jkammerland

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cbor_tags cbor_tags Public

    c++20 cbor library, an implementation of RFC8949

    C++ 4

  2. cppglue cppglue Public

    customizable clang based tool to extract c++ code for input to language binding generators

    C++ 2

  3. thread-safe, lock-free lifetime prim... thread-safe, lock-free lifetime primitive for stack allocated objects
    1
    #pragma once
    2
    #include <atomic>
    3
    
                  
    4
    /**
    5
     * Thread-safe, lock-free lifetime management for any object's references
  4. backport backport Public

    Porting c++23/26 to earlier standard versions

    C++

  5. target_install_package.cmake target_install_package.cmake Public

    Create package configuration from target

    CMake

  6. project_log.cmake project_log.cmake Public

    A more nice way to use "message" in cmake. Prepends current project scope and log level

    CMake