]> granicus.if.org Git - icinga2/history - lib/config/config_parser.yy
Implement more unit tests
[icinga2] / lib / config / config_parser.yy
2013-06-26 Gunnar BeutnerConfig: Implement << and >> operators.
2013-06-25 Gunnar BeutnerImplement script variables.
2013-06-21 Gunnar BeutnerConfig: Fix nested dictionaries in arrays.
2013-06-06 Gunnar BeutnerFix inheritance for config types.
2013-05-08 Gunnar BeutnerMake error message about invalid object names more...
2013-05-07 Gunnar BeutnerDisallow colons in user-defined objects. Use colons...
2013-05-03 Gunnar BeutnerImplement new validation type: name(Type)
2013-04-04 Gunnar BeutnerFix memory leaks in the config parser.
2013-03-27 Gunnar BeutnerRemove some static vars from the config compiler (in...
2013-03-26 Gunnar BeutnerFixed double-free in the config parser.
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-14 Gunnar BeutnerImplement config support for arrays.
2013-03-07 Gunnar BeutnerCheck return values of SymGetLineFromAddr64 and SymFrom...
2013-02-16 Gunnar BeutnerImplement an alias for "abstract object".
2013-02-13 Gunnar BeutnerRemoved array support, implemented support for anonymou...
2013-02-13 Gunnar BeutnerConfig: Implement arrays.
2013-02-11 Gunnar BeutnerFixed some more memory leaks.
2013-02-11 Gunnar BeutnerFixed some memory leaks in the config parser.
2013-02-07 Gunnar BeutnerBugfix: Removing obsolete items after reloading config...
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-05 Gunnar BeutnerConfig: Implement detection of missing required attributes
2013-02-05 Gunnar BeutnerValidate config objects before trying to activate them.
2013-02-03 Gunnar BeutnerPrint DebugInfo for failed #includes
2013-02-02 Gunnar BeutnerRemoved some debug output.
2013-02-02 Gunnar BeutnerImplement type keyword in the config compiler
2013-02-01 Gunnar BeutnerImplement search dirs for #include.
2013-01-29 Gunnar BeutnerAllow T_STRING for dictionary keys.
2013-01-17 Gunnar BeutnerImplemented the #library directive and fixed loading...
2012-09-07 Gunnar BeutnerRenamed 'doc' to 'docs'.