Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-17 | General: Resolve warnings related to missing declarations | Lioncash | 2 | -64/+64 | |
2020-03-19 | microprofile: Silence sign comparison warning | ReinUsesLisp | 1 | -3/+3 | |
2020-03-12 | Microprofile: Allow accessing token. | Fernando Sahmkow | 1 | -0/+1 | |
2019-11-08 | microprofile: Silence conversion warnings | ReinUsesLisp | 1 | -3/+3 | |
2018-01-15 | Fix some warnings | unknown | 1 | -3/+3 | |
2018-01-15 | Fix some warnings in the microprofile | Andrix44 | 1 | -4/+4 | |
2017-02-05 | Fix Microprofile in MinGW (#2530) | Fernando Sahmkow | 1 | -1/+1 | |
2017-02-04 | changed the WIN32 macro in microprofileui (#2528) | noah the goodra | 1 | -1/+1 | |
I changed the macro in microprofileui.h from WIN32 to _WIN32 so that it would correctly dectect that its being compiled on a windows platform | |||||
2016-11-14 | Add mingw compile support | James Rowe | 1 | -2/+2 | |
2016-10-28 | microprofile: unbreak on POSIX systems | Jan Beich | 2 | -4/+5 | |
In file included from src/common/microprofile.cpp:7: In file included from src/./common/microprofile.h:23: externals/microprofile/microprofile.h:830:5: error: use of undeclared identifier 'MP_BREAK' MP_ASSERT(t == nBegin); ^ externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT' ^ externals/microprofile/microprofile.h:831:5: error: use of undeclared identifier 'MP_BREAK' MP_ASSERT(nTimerIndex == (nToken&0x3fff)); ^ externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT' ^ [...] | |||||
2016-04-23 | microprofileui: Use correct printf specifier | Sam Spilsbury | 1 | -0/+5 | |
2016-04-23 | microprofile: Use std::abs | Sam Spilsbury | 1 | -1/+1 | |
Using the global-namespace C function will cause the wrong overload to get picked | |||||
2015-08-25 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 4 | -0/+10794 | |
This brings goodies such as a configurable user interface and multi-threaded timeline view. |