summaryrefslogtreecommitdiff
path: root/Source/UnitTests/TestUtils
AgeCommit message (Collapse)Author
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-04Host: Add Host_RendererIsFullscreen().Jules Blok
2014-11-17Host: Kill off GetRenderWindowSizeLioncash
2014-11-05Host: Kill off Host_SysMessageLioncash
Equivalent facilities already exist.
2014-09-01msvc: get UnitTests compilingShawn Hoffman
Choose it from VS or pass /p:RunUnitTests=true to msbuild
2014-08-24UnitTests: Remove now non-existent UpdateStatusBar from StubHost.Lioncash
2014-08-15Core: Kill off Host_ShowJitResultsLioncash
Another host function that can be killed off by simple wx event handling
2014-08-08Core: Kill off Host_UpdateLogDisplay()Lioncash
This was actually never used as far as I can tell. There was no wx event handling done whatsoever for the global ID, So this is basically a dead function.
2014-08-08UnitTests: Get rid of now-nonexistent Host_GetInstance() within StubHostLioncash
2014-08-08Core: Kill off Host_UpdateBreakPointView()Lioncash
Uses wxWidgets event propagation to the parent window which then appropriately handles the breakpoint list updating.
2014-08-02UnitTests: make it possible to build tests for code that has global dependenciesPierre Bourdon