CloverBootloader/rEFIt_UEFI/Settings
2021-09-28 12:14:59 +03:00
..
ConfigPlist Remove non const value() in xmllite that breaks encapsulation. 2021-09-28 12:14:59 +03:00
ConfigManager.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
ConfigManager.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
Readme.md New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
Self.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
Self.h Changed hard coded EFI/Clover to self path in menus. 2021-09-27 09:39:06 +03:00
SelfOem.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
SelfOem.h New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +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.