zilmar
|
c23f5fe955
|
[common] Add #include "StdString.h" to Common/LogClass.h
|
2016-02-01 17:10:04 +11:00 |
zilmar
|
4203cbd2ef
|
[Common] Make sure we always have a path in CPath::SetComponents
|
2016-01-29 04:34:50 +11:00 |
zilmar
|
a44626855f
|
[Common] fixed spacing in StdString.cpp
|
2016-01-18 19:48:52 +11:00 |
zilmar
|
d37ea006f1
|
[Common] Add TraceModulesCommon.h to Common.vcproj
|
2016-01-18 19:47:05 +11:00 |
zilmar
|
e8468687ac
|
[Project64] remove windows.h from plugin handling
|
2016-01-18 05:48:19 +11:00 |
zilmar
|
e212bee0a4
|
[Project64] Fix rounding code to compile on VS 2008
|
2016-01-18 05:44:19 +11:00 |
zilmar
|
99e6df4612
|
[Common] Add fesetround to Platform.cpp
|
2016-01-17 16:58:47 +11:00 |
zilmar
|
554333711f
|
[Common] Clean up Platform.cpp
|
2016-01-17 16:57:08 +11:00 |
zilmar
|
cbd1f6760f
|
[Project64] Be able to correctly get old protection from ProtectMemory
|
2016-01-17 16:55:44 +11:00 |
zilmar
|
ec03eb642a
|
[Common] Cleanup MemoryManagement.cpp
|
2016-01-17 16:54:08 +11:00 |
zilmar
|
21c9e0b84a
|
Merge pull request #871 from cxd4/restored-includes
[Common] restored some needed header includes to md5.h
|
2016-01-14 06:15:33 +11:00 |
zilmar
|
01c1cf72c4
|
[Common] Add MemoryManagement.cpp
|
2016-01-13 20:39:23 +11:00 |
zilmar
|
cb2662afee
|
Merge pull request #872 from cxd4/need-time_h
[Common] Have required sys/time.h POSIX inc for new time code.
|
2016-01-13 20:04:39 +11:00 |
zilmar
|
4ce92df3f6
|
Merge pull request #873 from cxd4/have-objbase_h
[Common] some safety measures to guaranteeing __interface type
|
2016-01-13 20:04:19 +11:00 |
no
|
c1ac20d35c
|
[Common] fixed undeclared strcasecmp()
|
2016-01-12 21:21:23 -05:00 |
no
|
cf30a08b43
|
[Common] Ensure that __interface is declared for _WIN32 also.
|
2016-01-12 20:28:45 -05:00 |
no
|
1d5829bea0
|
[Common] #define __interface for any !WIN32, not just MSC.
|
2016-01-12 20:25:36 -05:00 |
no
|
06734af2ec
|
[Common] Have required sys/time.h POSIX inc for new time code.
|
2016-01-12 20:05:57 -05:00 |
no
|
17d1f574d1
|
[Common] restored some needed header includes to md5.h
|
2016-01-12 20:03:00 -05:00 |
zilmar
|
1b2ca46906
|
[Project64] Fix release build in common
|
2016-01-13 06:48:07 +11:00 |
zilmar
|
0939d70ef3
|
[Project64] Remove usage of windows.h from md5.cpp
|
2016-01-13 06:12:31 +11:00 |
zilmar
|
b420078089
|
[Project64] Make the FileClass.cpp more linux friendly
|
2016-01-13 06:09:01 +11:00 |
zilmar
|
3d29a5de52
|
[Projet64] Make Trace.cpp more linux friendly
|
2016-01-13 06:02:18 +11:00 |
zilmar
|
8580a1d5ce
|
[Project64] moved stdwstr_f::stdwstr_f out of .h and in to .cpp
|
2016-01-13 06:01:13 +11:00 |
zilmar
|
d6b8fe523e
|
[Project64] Use alloca in log message
|
2016-01-13 05:51:53 +11:00 |
zilmar
|
226a65cc04
|
[Project64] Cleanup LogClass.h
|
2016-01-13 05:48:35 +11:00 |
zilmar
|
5c7f3c5e21
|
[Project64] Remove tchar out of IniFileClass.cpp
|
2016-01-13 05:46:50 +11:00 |
zilmar
|
ba77c128ac
|
[Project64] Cleanup IniFileClass.cpp
|
2016-01-13 05:38:10 +11:00 |
zilmar
|
0a45420b4b
|
[Project64] Remove tchar from path
|
2016-01-12 23:19:50 +11:00 |
zilmar
|
7b747cb5e0
|
[Project64] Cleanup path.cpp
|
2016-01-12 17:52:59 +11:00 |
zilmar
|
2b31784057
|
[Project64] Fix up compile issues with me removing windows.h
|
2016-01-05 21:32:18 +11:00 |
zilmar
|
1e30be0945
|
[Project64] Add Platform.cpp
|
2016-01-04 17:49:33 +11:00 |
zilmar
|
6395ea52f7
|
[Project64] Code cleanup of MemTest.cpp
|
2015-12-23 13:10:04 +11:00 |
no
|
64b0635fa1
|
undeclared memcmp(), ::memset()
|
2015-12-21 15:12:30 -05:00 |
no
|
beb8c41575
|
undeclared sprintf()
|
2015-12-21 15:09:57 -05:00 |
zilmar
|
95a3319735
|
[Project64] Update logging system to use module and severity
|
2015-12-14 21:51:33 +11:00 |
zilmar
|
ac1211eb76
|
[Project64] Cleanup Trace Files
|
2015-12-10 17:38:33 +11:00 |
zilmar
|
146f295b10
|
[Project64] md5.cpp fix up brackets
|
2015-12-10 17:32:43 +11:00 |
zilmar
|
22fc35d49c
|
[Project64] MD5.cpp auto code clean up
|
2015-12-10 17:23:03 +11:00 |
Julio C. Rocha
|
7b2421884e
|
Adjusted minimum toolset versions to VS2010 for VCXPROJ and PROPS files.
|
2015-12-07 21:15:53 -08:00 |
no
|
da8d9c1126
|
non-implicit string.h inclusion to fix non-Win32 compiles
|
2015-12-07 18:59:05 -05:00 |
zilmar
|
e3b32c572d
|
[Project64] Remove spaces from filename
|
2015-12-04 17:49:31 +11:00 |
zilmar
|
f50f634daf
|
[Project64] Change file handling to be ansi
|
2015-11-30 21:14:14 +11:00 |
zilmar
|
839fda1e0e
|
Merge pull request #764 from cxd4/undeclared-ASSERTE-macro
[Common] Have fallback to including nonstandard <crtdbg.h>.
|
2015-11-18 06:36:32 +11:00 |
unknown
|
48a077c8e8
|
[Common] Have fallback to including nonstandard <crtdbg.h>.
|
2015-11-17 13:31:36 -05:00 |
unknown
|
c5114d820c
|
[Common] #include <malloc.h> to fix undeclared `alloca`
|
2015-11-16 21:46:54 -05:00 |
Samuel Yuan
|
4b43afe275
|
Added class to format wide strings
|
2015-11-14 22:12:24 -05:00 |
unknown
|
0174bae7a8
|
combined fix into a single line
|
2015-11-11 18:08:24 -05:00 |
unknown
|
ade04862f8
|
minor clean-ups
|
2015-11-11 12:43:57 -05:00 |
unknown
|
d9ef1cae17
|
fixed implicit (but wrong) operator precedence
|
2015-11-11 12:32:49 -05:00 |