]> git.ipfire.org Git - thirdparty/squid.git/commit
Update cf_gen objects to use STL containers and extend syntax for DEFAULT*
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 21 Aug 2011 06:34:26 +0000 (18:34 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 21 Aug 2011 06:34:26 +0000 (18:34 +1200)
commit576b1e98c872a128504bb734ed00023c539179d4
tree9c2e05b8edbd86dd2cb7fcccb322885ab0faf68a
parent378e20f351c7fc0c455770b40c9075cfef7ed414
Update cf_gen objects to use STL containers and extend syntax for DEFAULT*

Removes all need for explicit memory management of the parsed tree.

Alters DEFAULT: tag to allow multiple line values to be pre-defined.

Adds DEFAULT_DOC: tag to allow text description of a default in the documented
versions of config file instead of explicit code-level values.

Also updates the output slightly so cf_parser.cci conforms to the current
coding style gidelines.
src/cf_gen.cc