CloverBootloader/rEFIt_UEFI/Platform
SergeySlice 67d332ce14 somehow resolve conflict between c++ and swift
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
2020-09-01 20:58:59 +03:00
..
Posix MemLogfVA now use only printf_lite which has better handling of 2020-08-26 21:49:49 +03:00
plist make TagData::setDataValue accept NULL value for data. 2020-08-30 22:53:40 +03:00
APFS.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
APFS.h Rework APFS Preboot and Recovery volumes 2020-08-07 11:23:46 +03:00
AcpiPatcher.cpp Refactor BlackList as XStringWArray and rename to DisabledDriverArray. 2020-08-31 12:00:52 +03:00
AcpiPatcher.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
AmlGenerator.cpp Refactoring some CHAR8* and CHAR16* to XString. 2020-08-15 16:47:56 +03:00
AmlGenerator.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
BasicIO.cpp Get rid of Print() calls. 2020-03-28 18:14:18 +03:00
BasicIO.h Get rid of Print() calls. 2020-03-28 18:14:18 +03:00
BdsConnect.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
BootLog.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
BootLog.h Remove macro from Platform.h. 2020-04-16 12:09:22 +03:00
BootOptions.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
BootOptions.h Refactor some Path to XStringW. 2020-04-27 12:50:49 +03:00
Console.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
Console.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
DataHubCpu.cpp Refactor RT_VARIABLES as a class and RtVariables as a XObjArray. 2020-08-31 09:22:21 +03:00
DataHubCpu.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
DevicePath.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
Edid.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
Edid.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
Events.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
Events.h Remove the last PoolPrints. 2020-08-09 18:55:30 +03:00
FixBiosDsdt.cpp Merge branch 'master' of https://github.com/CloverHackyColor/CloverBootloader 2020-08-30 20:25:30 +03:00
FixBiosDsdt.h DSDT Patches refactor as an array of object. 2020-08-27 21:47:56 +03:00
HdaCodecDump.cpp Refactor HDA_OUTPUTS as a class and AudioList as a XObjArray. 2020-08-31 10:07:36 +03:00
HdaCodecDump.h Final switch to C++ compiler 2020-02-17 23:41:09 +03:00
Hibernate.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
Hibernate.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
Injectors.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
Injectors.h Refactoring some CHAR8* and CHAR16* to XString. 2020-08-15 16:47:56 +03:00
LegacyBiosThunk.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
LegacyBiosThunk.h Get rid of UnicodeSPrint. 2020-04-04 16:50:13 +03:00
LegacyBoot.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
LegacyBoot.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
Net.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
Net.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
Nvram.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
Nvram.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
Platform.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
PlatformDriverOverride.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
PlatformDriverOverride.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
Settings.cpp somehow resolve conflict between c++ and swift 2020-09-01 20:58:59 +03:00
Settings.h Refactor BlackList as XStringWArray and rename to DisabledDriverArray. 2020-08-31 12:00:52 +03:00
StartupSound.cpp Refactor HDA_OUTPUTS as a class and AudioList as a XObjArray. 2020-08-31 10:07:36 +03:00
StartupSound.h security update for startup sound 2020-06-05 12:43:12 +03:00
StateGenerator.cpp Refactoring some CHAR8* and CHAR16* to XString. 2020-08-15 16:47:56 +03:00
StateGenerator.h exclude unused CPUBase, by Florin9doi 2019-09-13 13:45:30 +03:00
Utils.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
Utils.h Refactoring some CHAR8* and CHAR16* to XString. 2020-08-15 16:47:56 +03:00
VersionString.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
VersionString.h Refactoring KEXT_PATCH. 2020-08-12 18:15:47 +03:00
ati.cpp allow empty data in plist 2020-08-30 14:12:46 +03:00
ati.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
ati_reg.h initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
b64cdecode.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
b64cdecode.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
boot.h account kext address can be decimal 2020-07-24 21:59:51 +03:00
card_vlist.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
card_vlist.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
cpu.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
cpu.h dynamic images again with memory free 2020-05-23 14:16:02 +03:00
device_inject.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
device_inject.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
gma.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
gma.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
guid.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
guid.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
hda.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
hda.h Refactoring KEXT_PATCH. 2020-08-12 18:15:47 +03:00
kernel_patcher.cpp make TagData::setDataValue accept NULL value for data. 2020-08-30 22:53:40 +03:00
kernel_patcher.h Fix -W effc++ warnings. 2020-08-11 15:43:53 +03:00
kext_inject.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
kext_inject.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
kext_patcher.cpp make TagData::setDataValue accept NULL value for data. 2020-08-30 22:53:40 +03:00
memvendors.h Final switch to C++ compiler 2020-02-17 23:41:09 +03:00
nvidia.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
nvidia.h Remove macro from Platform.h. 2020-04-16 12:09:22 +03:00
platformdata.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
platformdata.h Refactoring some CHAR8* and CHAR16* to XString. 2020-08-15 16:47:56 +03:00
smbios.cpp ROM setting can now be string or data, like it was before. 2020-08-27 16:02:25 +03:00
smbios.h Remove struct definitions from Plateform.h 2020-04-16 10:48:13 +03:00
sound.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
spd.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
spd.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
sse3_5_patcher.h initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
sse3_patcher.h initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
usbfix.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
usbfix.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00