Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix windows compile (nw) | 2017-02-11 | 2 | -0/+2 | |
| | |||||
* | Remove emu.h from headers (nw) | 2017-02-11 | 2 | -0/+2 | |
| | | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude. | ||||
* | Move special windows.h include directives to build defines (nw) | 2016-12-28 | 2 | -6/+0 | |
| | |||||
* | Merge pull request #1749 from bradhugh/dynamic_api | 2016-12-02 | 1 | -10/+5 | |
|\ | | | | | Created DYNAMIC_API macros for dynamic bind helper classes | ||||
| * | Update name of DYNAMIC_API macros (nw) | 2016-12-01 | 1 | -4/+4 | |
| | | |||||
| * | Simpler low-cost implementation making modules and function pointers class ↵ | 2016-11-21 | 1 | -6/+5 | |
| | | | | | | | | members instead (nw) | ||||
| * | Changing singleton to be thread safe (nw) | 2016-11-20 | 1 | -1/+1 | |
| | | |||||
| * | Created DYNAMIC_API macros for cleaner definition of dynamically linked ↵ | 2016-11-20 | 1 | -11/+7 | |
| | | | | | | | | functions | ||||
* | | Small 32 bit windows monitor module fix (nw) | 2016-11-28 | 1 | -1/+1 | |
|/ | |||||
* | Change window handle storage to template instead of void* (nw) (#1725) | 2016-11-17 | 3 | -3/+4 | |
| | | | | * Change window handle storage to template instead of void* (nw) | ||||
* | Small cleanup (nw) | 2016-11-11 | 1 | -0/+4 | |
| | |||||
* | More UWP work - the UI actually renders (nw) | 2016-11-10 | 1 | -1/+17 | |
| | |||||
* | Cleanup linux OSD (nw) | 2016-10-22 | 1 | -1/+1 | |
| | |||||
* | Bulk renaming of Windows string conversion functions | 2016-10-03 | 2 | -4/+4 | |
| | | | | | utf8_from_[a|w|t]string ==> osd::text::from_[a|w|t]string [a|w|t]string_from_utf8 ==> osd::text::to_[a|w|t]string | ||||
* | srcclean (nw) | 2016-09-26 | 4 | -6/+6 | |
| | |||||
* | Convert OSD monitor info to modules plus add DXGI implementation | 2016-09-14 | 6 | -0/+731 | |