CloverBootloader/rEFIt_UEFI/Settings
jief 32fbf76326 Update BaseLib.h with macro BASE_LIST_FOR_EACH.
Introduce class apd (automatic pointer destruction)
Introduce MemoryTracker
Weak symbols in MemoryAllocationLib to be able to redefine them (see
MemoryTracker).
Embed LegacyOS instead of a pointer.
Fixed a lot of memory leaks.
2023-11-18 11:04:54 +01:00
..
ConfigPlist Update BaseLib.h with macro BASE_LIST_FOR_EACH. 2023-11-18 11:04:54 +01:00
ConfigManager.cpp Update BaseLib.h with macro BASE_LIST_FOR_EACH. 2023-11-18 11:04:54 +01:00
ConfigManager.h Change DiscoveredHdaProperties.controller_name to avoid a memory leak. 2023-11-11 14:36:33 +01:00
Readme.md New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
Self.cpp redirect selfdir in the case of pseudo MS 2022-08-01 22:34:35 +03:00
Self.h Update BaseLib.h with macro BASE_LIST_FOR_EACH. 2023-11-18 11:04:54 +01:00
SelfOem.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
SelfOem.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00

Settings folder

In this folder is grouped all what deals with "settings". By settings, I mean :

  • user settings (for example plist files)
  • discovered charateristics (for example hardware, mac address, etc.)
  • live state (currently represented by GlobalConfig and scattered globals variables).

2021-04: work in progress. Not all are in there yet.