mirror of https://github.com/BOINC/boinc.git
aa8c53773b
I set out to make project-specific prefs use the same object framework (PREF_BOOL, PREF_NUM etc.) as other prefs. This turned out to be infeasible, so I settled for a code cleanup instead. The reason it's infeasible is that the "other prefs" code uses a SAX parser (xml_parser_create() etc.), while the code for project-specific prefs uses the primitive parse_element() and parse_next_element() functions in util_basic.inc. If I'm going to change anything, I want to switch to a DOM parser (e.g. simplexml) for both purposes. |
||
---|---|---|
.. | ||
bt | ||
drupal | ||
inc | ||
languages/translations | ||
ops | ||
project.sample | ||
queue | ||
user | ||
Makefile.am |