Commit Graph

238 Commits

Author SHA1 Message Date
zilmar aaa6fc8082 Core: Add $(Platform) to the output directory 2024-09-05 17:54:58 +09:30
zilmar 0e5b6cd0e8 Common: update stdstr::Replace with the version of replace being used 2023-02-27 11:02:25 +10:30
zilmar f802b18cdc Core: Change to using fenv.h instead of including the code directly 2023-01-30 10:07:51 +10:30
zilmar 761a1ee52a Code clean up 2022-10-10 10:52:17 +10:30
zilmar 92054583d4 Common: Code clean up of common 2022-10-03 18:34:42 +10:30
zilmar 64c0e93cde Android: SyncEvent::IsTriggered should not call reset 2022-07-11 21:18:59 +09:30
zilmar de5a8460fd x64: some code clean up and remove warning on Common and 3rd party 2022-07-11 19:30:25 +09:30
Anders 5c8f87d4f8
Don't use PROCESS_ALL_ACCESS when it is not required (#2181)
* Request SDK neutral PROCESS_ALL_ACCESS

* Use basic version test

* Just ask for the access required
2022-01-28 07:04:24 +10:30
zilmar 9ad8d49d0e Some code clean up to help build android 2021-06-28 11:27:35 +09:30
zilmar cc1344733b Copy Project64.cfg.development if Project64.cfg does not exist 2021-06-11 22:32:29 +09:30
zilmar ee864797ab vgturtle127's Beautification 14 - Source\Project64-video directory and final cleanup 2021-05-18 21:21:36 +09:30
zilmar 3a038b2eb3 Move Dynamic library code out of util in to dynamic library file 2021-04-21 10:03:04 +09:30
zilmar c512a592a7 Move class out of file names 2021-04-14 15:04:15 +09:30
zilmar 662637460e Remove Disable copy constructor comments 2021-04-13 09:37:11 +09:30
zilmar cf58754414 Change NULL to nullptr 2021-04-12 21:05:39 +09:30
zilmar a48f8d1a62 Remove PreCompiled header from Common 2021-04-12 19:11:28 +09:30
zilmar 3482e0a3fa Remove dsp and plg files 2021-04-12 16:09:27 +09:30
zilmar 62d2755300 Remove Common/stdtypes.h 2021-04-12 16:04:26 +09:30
zilmar 63a5b5c431 Remove SmartPointer.h 2021-04-12 15:34:59 +09:30
Derek "Turtle" Roe cc20cad590 Update md5.cpp
Convert multi line comments into single line comments, fix typos, fix spacing, fix title case, remove some punctuation, add newline
2021-03-17 20:45:42 -05:00
Derek "Turtle" Roe 2b94002489 Update md5.h
Convert multi line comments into single line comments, fix spacing, fix verbosity, fix some typos, add capitals
2021-03-17 20:45:42 -05:00
Derek "Turtle" Roe e630f1248e Update CriticalSection.cpp
Fix comments, add spacing, add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe b1caa76be6 Update FileClass.cpp
Fix title case, add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 00653b2b65 Update IniFileClass.cpp
Fix title case, add spacing, fix some typos
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 311e39e0d0 Update path.cpp
Convert multi line comments, remove extra characters, fix spacing, adjust some wording, fix trace log comments, fix typos, remove unneeded punctuation, remove some unnecessary numbering
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 4723dd0db9 Update path.h
Add spaces, fix title case, change some wording
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 1e70f0b727 Update TraceModulesCommon.h
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 5d29170be0 Update Trace.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 98788d7e99 Update Thread.h
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe d6de0a8690 Update Thread.cpp
Remove extra punctuation
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe eea4b66a36 Update SyncEvent.h
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe e74d8f07b6 Update SyncEvent.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe e47397ce88 Update stdtypes.h
Convert multi line comments into single line comments
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe e7353ceac4 Update StdString.cpp
Fix title case, add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 5338a99b37 Update SmartPointer.h
Add spaces and fix title case, fix abbreviations
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 38263c8270 Update Random.h
Convert to single line comments and remove punctuation
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 0410cdd60f Update Random.cpp
Convert multi line comments into single line comments and fix some unneeded punctuation
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 1a7e8cebad Update Platform.h
Add space
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 227ffbe936 Update MemTest.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 7d24276bb2 Update MemoryManagement.cpp
Add newline and fix title case and spacing
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 10d8fe0acb Update LogClass.cpp
Fix capitalization and add spaces, adjust some wording
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 0ceb1a7051 Update IniFileClass.h
Add space and fix title case
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe cf27e2bf60 Update HighResTimeStamp.h
Remove extra space
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 12a99d3d03 Update HighResTimeStamp.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 41f43ae4c0 Update FileClass.h
Fix typo
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 012b5466d8 Update DateTimeClass.h
Remove extra space
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 474109f919 Update CriticalSection.h
Remove extra newline
2021-03-17 20:45:41 -05:00
zilmar 5c60ea213f Update copyright date 2021-03-02 12:43:17 +10:30
Vincent Cunningham a76781bf0f IniFileClass.cpp: Restore include directive 2021-02-28 18:30:53 -05:00
Vincent Cunningham 38ca1407c9
Fix platform difference errors 2021-02-28 18:02:40 -05:00