CloverBootloader/rEFIt_UEFI/Platform/plist
2021-05-06 10:55:11 +03:00
..
base64.cpp Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
base64.h Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
plist.cpp Fix validator xcode 12.5 compilation problem. 2021-05-06 10:55:11 +03:00
plist.h Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
TagArray.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagArray.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
TagBool.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagBool.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
TagData.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagData.h Continuation of refactor of settings. 2021-03-15 12:02:34 +03:00
TagDate.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagDate.h release compilation should never panic on bad user input, use DEBUG for testing 2021-02-21 16:49:09 +03:00
TagDict.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagDict.h release compilation should never panic on bad user input, use DEBUG for testing 2021-02-21 16:49:09 +03:00
TagFloat.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagFloat.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
TagInt64.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagInt64.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
TagKey.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagKey.h Fix bug : it was ignoring legacy with PBR, MBR and CD. 2021-04-23 15:20:48 +03:00
TagString8.cpp DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
TagString8.h Final refactoring of plist : now each tag is a class. 2020-08-25 18:35:19 +03:00
xml.cpp Fix a wrong cast in XImage. 2021-04-12 15:11:01 +03:00
xml.h Created ABSTRACT_PATCH. 2021-03-25 17:32:56 +03:00