1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add conda.recipe to allow to build librtdebug as a conda package More... about 1 month ago
implemented non-newline aware debugging and info functions to be used by applications. More... about 5 years ago
fix for missing vasprintf() on windows builds. More... about 5 years ago
added missing stdio.h inlcude (for vasprintf()) More... about 5 years ago
lets return std::ostream for all our debug/info methods. More... about 5 years ago
added missing info classes/method/files methods. More... about 5 years ago
add some prefixes to Error(), Warning(), etc. More... about 5 years ago
fixed w64/w64s cross-compilation build by adding localtime() uses where possible. More... about 5 years ago
adapted Makefile and CMakeLists.txt files to match latest changes in getting the project build on a wider range of build environments. More... about 5 years ago
more rework to get rtdebug also usable as a general purpose logging output library. More... about 5 years ago
introduced timeinfo calculation and output so that we will have some time information in addition to the normal debug output. More... about 5 years ago
removed all tabs from source files and updated indentation problems accordingly. More... about 5 years ago
added MinGW/MSYS relevenat changes More... over 7 years ago
Update README.md More... over 7 years ago
Update LICENSE More... over 7 years ago
Create LICENSE More... over 7 years ago
minor fix More... over 7 years ago
minor fix More... over 7 years ago
added localtime() fix for _WIN32 More... over 7 years ago
renamed README to README.md More... over 7 years ago
added check for native MinGW builds. More... over 7 years ago
added .gitignore. More... over 7 years ago
- added top-level makefile to run the build with a simple 'make' call. More... about 9 years ago
- remove HAVE_TIMERSUB More... about 9 years ago
- get things compiled for linux again More... about 9 years ago
* misc: switch build environment from qmake to cmake and implemented mxe-based cross compiling support for win32. More... about 9 years ago
- minor changes to top-level CMakeLists.txt More... about 9 years ago
- switched build environment to cmake More... about 9 years ago
* CRTDebug.cpp: added missing include for platforms like cygwin. More... over 9 years ago
* CRTDebug.cpp: changed the type of the value parameter from to "long" to "long long" to allow output of 64bit variables with the SHOWVALUE() macro. More... almost 10 years ago