8 Commits

Author SHA1 Message Date
Ignacio R. Morelle
57ae45387a New Year copyright update 2015-01-01 19:07:35 -03:00
gfgtdf
e78fde8137 simplfy use of config_of
when using config_of with config_of child we now don't need to
explicitly cast the child to config.
2014-12-05 20:39:01 +01:00
gfgtdf
c2d61b3595 fix some copyright notices 2014-10-31 22:35:45 +01:00
gfgtdf
179c9a9786 add some copyright notices. 2014-06-25 18:02:06 +02:00
Mark de Wever
e35f4bb501 Strip trailing whitespace. 2014-06-09 15:26:19 +02:00
Alexander van Gessel
4936876431 Add missing newlines at EOF 2014-05-03 14:28:59 +02:00
gfgtdf
bf1eb2eef0 use template for config_assign
this removes code dublication,
2014-04-23 23:03:02 +02:00
gfgtdf
fef7c49e83 add config_of function
in the file config_assign.cpp/hpp, it can be use similar to boost's boost::assign for config object.
I don't use it that much, but i found it useful especialy to pass or return a config that just contains one or two childs.
2014-04-01 21:06:43 +02:00