Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@boost-cmake @AMDComputeLibraries @RadeonOpenCompute @ROCmSoftwarePlatform

Popular repositories

  1. A mini-preprocessor library to demostrate the recursive capabilites of the preprocessor

    C 676 56

  2. Linq for list comprehension in C++

    C++ 586 78

  3. C++ package retrieval

    Python 354 17

  4. Trait introspection and concept creator for C++11

    C++ 183 18

  5. Clang completion for sublime

    C++ 116 18

  6. Get dependencies with cmake

    CMake 58 3

1,010 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2020

Created a pull request in danmar/cppcheck that received 5 comments

Extend lifetimes to subfunctions

This should diagnose cases like this: struct A { std::vector<int*> v; void add(int* i) { v.push_back(i); } void f() { int i = 0; add(&i); } };

+107 −21 5 comments
3 contributions in private repositories Sep 14

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.