Activity for libinstrumentation

  • Skyfaller Skyfaller committed [db2c10] on Code

    Minor fix for the build system

  • Skyfaller Skyfaller committed [ce4b4b] on Code

    Build system fixes. Bug fix: bgstrscan could fail when missed the terminating 0.

  • Björn committed [24c2dd] on Code

    Improve BGStringTemplates type safety, concept detection, and string scanning

  • Björn Ganster committed [fc0f13] on Code

    Print a warning if linking the C runtime dynamically with msvc

  • Björn Ganster committed [038e44] on Code

    Minor bugfixes

  • Björn Ganster committed [a20b97] on Code

    Let libinstrumentation create a report of allocations that are known to be still active

  • Björn Ganster committed [57d287] on Code

    Improve memory tracker with a function to query pointers still allocated to report and find memory leaks

  • Skyfaller Skyfaller committed [006617] on Code

    Added pointer whitelists

  • Björn Ganster committed [effde1] on Code

    New function findFilename for path strings added to BGStringTemplates

  • Björn Ganster committed [9beba3] on Code

    Fix corrupt string written by stGetCurrentThreadStackTraceW, minor corrections

  • Björn Ganster committed [a71504] on Code

    It is good practice to delete objects after use - new function stDeleteThread added

  • Björn Ganster committed [15e751] on Code

    Catch Windows SEH exceptions from other threads

  • Björn Ganster committed [6551ef] on Code

    Open console when profiling is active, print how long profiling was active

  • Björn Ganster committed [3e878d] on Code

    Minor changes

  • Björn Ganster committed [06e1d9] on Code

    cmake updates

  • Björn Ganster committed [9d92eb] on Code

    Changes line endings to Unix (LF)

  • Björn Ganster committed [e55ee0] on Code

    Rename startProfiling -> stStartProfiling, stopProfiling -> stStopProfiling, add logging to file

  • Björn Ganster committed [d3e9ab] on Code

    Atomic updates of file number and lin numbers via int64

  • Björn Ganster committed [abdd0a] on Code

    Profiling support added

  • Björn Ganster committed [175d23] on Code

    Add scripts for building with MSVC 2022

  • libinstrumentation libinstrumentation released /libinstrumentation-SDK-win32-2023-02-16.zip

  • Skyfaller Skyfaller committed [cef85c] on Code

    Update pascal samples

  • Skyfaller Skyfaller committed [4eb5c6] on Code

    Remove more unneeded stuff: OSPathSep definition for gcc (as well as defines for Windows tha were already inactive)

  • Skyfaller Skyfaller committed [be5184] on Code

    Remove unneeded stuff: OSPathSep and addPathSep(...)

  • Skyfaller Skyfaller committed [76c534] on Code

    Cppcheck: catch exception by reference

  • Skyfaller Skyfaller committed [b074d0] on Code

    Portability changes

  • Skyfaller Skyfaller committed [18e0a4] on Code

    Correct some calling conventions

  • Skyfaller Skyfaller committed [88e3a1] on Code

    Fixed a heap corruption that could be caused by deeply nested loops or missing RETURN statements

  • Skyfaller Skyfaller committed [5d44a9] on Code

    Added detection for missing RETURN via a new callback, supplied via setMissingReturnCallback

  • Skyfaller Skyfaller committed [a82ed5] on Code

    Abstract from std::thread::id and add two functions to BGStringTemplates.h

  • Skyfaller Skyfaller committed [8e882c] on Code

    Move ReturnGuard struct from .h file to .cpp

  • libinstrumentation libinstrumentation released /libinstrumentation-SDK-win32-2023-01-13.zip

  • libinstrumentation libinstrumentation released /libinstrumentation-SDK-win32-2023-01-11.zip

  • Skyfaller Skyfaller committed [60abd5] on Code

    Optimization: stEnterScope returns a reference to the line variable, SET_OP now directly updates that variable. In _DEBUG builds, an addditional struct tracks improper pairings of SET_SCOPE and RETURN.

  • Skyfaller Skyfaller committed [2663a6] on Code

    Update tests

  • Skyfaller Skyfaller committed [27f457] on Code

    Fix problem with an unterminated string

  • Skyfaller Skyfaller committed [89276e] on Code

    Add readme file and fix the tests

  • Skyfaller Skyfaller committed [fcac8d] on Code

    Implement stPrepareUnload, ensure all functions have a st prefix

  • Skyfaller Skyfaller committed [7edd5e] on Code

    Code review

  • Skyfaller Skyfaller committed [f44ba2] on Code

    Initial commit

  • Skyfaller Skyfaller committed [235521] on Code

    Added comments, function resetThread implemented

1
MongoDB Logo MongoDB