| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-16 | General: Resolve warnings related to missing declarations | Lioncash | |
| 2020-03-18 | microprofile: Silence sign comparison warning | ReinUsesLisp | |
| 2020-03-12 | Microprofile: Allow accessing token. | Fernando Sahmkow | |
| 2019-11-08 | microprofile: Silence conversion warnings | ReinUsesLisp | |
| 2017-02-04 | Fix Microprofile in MinGW (#2530) | Fernando Sahmkow | |
| 2016-11-13 | Add mingw compile support | James Rowe | |
| 2016-10-27 | microprofile: unbreak on POSIX systems | Jan Beich | |
| 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' ^ [...] | |||
| 2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
| This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
