pcsx2/common/include/Utilities
Jonathan Li 3c7e45ccc8 utilities: Remove ScopedArray implementation
It's now unused.
2016-01-17 22:54:22 +00:00
..
AppTrait.h wx: properly overwrite trait creation 2014-11-22 18:51:05 +01:00
Assertions.h Use __builtin_unreachable where possible for non-msvc 2014-08-15 14:43:52 +10:00
CheckedStaticBox.h UI: 2010-06-24 20:30:36 +00:00
Console.h pcsx2: Rearrange Console colour enum order 2016-01-17 22:06:32 +00:00
Dependencies.h common define _32kb and _4kb 2016-01-11 18:00:25 +01:00
EventSource.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
EventSource.inl Refactoring: 2010-08-09 04:10:38 +00:00
Exceptions.h common: make DESTRUCTOR_CATCHALL macro really exception safe 2015-09-25 18:41:19 +02:00
FixedPointTypes.h wxIsoFile: And a couple more compiler fixes. 2010-10-18 16:09:00 +00:00
FixedPointTypes.inl FixedInt - round instead of truncate on construction 2015-09-17 00:30:08 +03:00
General.h common: fix compilation 2015-06-05 21:18:21 +02:00
HashMap.h Use posix_memalign and _aligned_malloc for alignment. Remove unused code. 2014-08-17 21:03:43 +10:00
IniInterface.h Big gif transfer code rewrite! 2011-07-24 13:02:50 +00:00
MathUtils.h Rename Utilities/Math.h to Utilities/MathUtils.h 2015-08-09 22:41:18 +01:00
MemcpyFast.h Darwin/OSX SysMessage stub & __POSIX__ define. 2015-11-30 12:18:44 +02:00
MemsetFast.inl Remove some horrible old code. 2014-08-13 13:55:32 +10:00
PageFaultSource.h Darwin/OSX SysMessage stub & __POSIX__ define. 2015-11-30 12:18:44 +02:00
Path.h Portable mode: now allows fully custom folders, but still allows relocation of pcsx2 folder without breaking (install mode unmodified). 2011-03-29 17:41:11 +00:00
Perf.h profiler: add functions to plug linux Perf Event on JIT 2016-01-10 13:42:59 +01:00
PersistentThread.h windows build take3: revert previous commit 2015-01-18 19:25:46 +01:00
RedtapeWindows.h Use posix_memalign and _aligned_malloc for alignment. Remove unused code. 2014-08-17 21:03:43 +10:00
RwMutex.h Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +00:00
SafeArray.h pcsx2/common: fix tons of warning spamming on clang 2014-07-05 00:08:48 +02:00
SafeArray.inl linux: Fix _aligned_realloc implementation 2015-09-13 21:05:33 +01:00
ScopedAlloc.h linux: Fix _aligned_realloc implementation 2015-09-13 21:05:33 +01:00
ScopedPtr.h utilities: Remove ScopedArray implementation 2016-01-17 22:54:22 +00:00
ScopedPtrMT.h * Documented some of the event/threading proxy class and its underlying event queue. 2010-12-27 15:25:39 +00:00
StringHelpers.h common:FastFormatString: remove unimplemented m_Length 2015-09-23 09:47:27 +02:00
Threading.h Darwin/OSX SysMessage stub & __POSIX__ define. 2015-11-30 12:18:44 +02:00
ThreadingDialogs.h Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +00:00
TlsVariable.inl Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing. 2010-08-06 05:46:09 +00:00
TraceLog.h Utilities: Initialize all class members 2015-10-25 14:11:34 +05:30
lnx_memzero.h memset-linux: use std memset for memset_8 2015-10-28 14:25:12 +01:00
pxCheckBox.h pcsx2: remove template and pointer on overload function from wxGuiTools 2014-07-18 19:20:53 +02:00
pxEvents.h Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +00:00
pxForwardDefs.h Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +00:00
pxRadioPanel.h UI: Switched from the old 'native' text labels to a new custom draw text label that should (hopefully!) be a lot better about positioning and wrapping text, and fitting to windows and what-not. Also gets rid of my nasty "ideal width" hack I originally used to fix-size some of the dialogs. 2010-06-04 08:00:19 +00:00
pxStaticText.h pcsx2: remove template and pointer on overload function from wxGuiTools 2014-07-18 19:20:53 +02:00
pxStreams.h Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +00:00
win_memzero.h utilities:windows: Use standard memset for memset_8 2015-11-29 11:46:59 +00:00
wxAppWithHelpers.h Use standard allocator for pxEventList/wxEventList 2015-06-12 18:29:09 +01:00
wxBaseTools.h Converted the GameDB to use wxWidgets classes. 2010-06-09 17:37:11 +00:00
wxGuiTools.h gui:windows: Fix tooltip wrapping 2015-09-04 22:54:11 +01:00