]> granicus.if.org Git - icinga2/history - lib/config/config_parser.yy
Implement more unit tests
[icinga2] / lib / config / config_parser.yy
2014-11-23 Gunnar BeutnerImplement more unit tests
2014-11-23 Gunnar BeutnerRemove debug code
2014-11-23 Gunnar BeutnerFix some more shift/reduce conflicts
2014-11-22 Gunnar BeutnerFix the shift/reduce conflicts in the parser
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-20 Gunnar BeutnerImplement a C++ code generator for libconfig
2014-11-20 Gunnar BeutnerImplement support for signals
2014-11-10 Gunnar BeutnerOptimize apply/object filters
2014-11-10 Gunnar BeutnerRefactor the AST
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-05 Gunnar BeutnerFix memory leak in the config parser
2014-11-04 Gunnar BeutnerAllow strings as indexers
2014-11-04 Gunnar BeutnerImplement support for arbitrarily complex indexers
2014-11-04 Gunnar BeutnerImplement dictionary support for apply+for
2014-11-02 Gunnar BeutnerImplement support for arrays in custom variables
2014-11-01 Gunnar BeutnerFix: Nesting an object in a template causes the templat...
2014-11-01 Gunnar BeutnerClean up the config parser a bit
2014-10-28 Gunnar BeutnerRemove support for partial type validators
2014-10-17 Gunnar BeutnerRemove zone keyword
2014-10-16 Gunnar BeutnerRename AExpression to Expression
2014-10-13 Gunnar BeutnerReplace spaces with tabs
2014-10-01 Gunnar BeutnerFix missing error messages (part 2)
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-13 Gunnar BeutnerImplicitly set zone attribute for files includes from...
2014-05-12 Gunnar BeutnerRename the function, return and for keywords and remove...
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-11 Gunnar BeutnerFix some compiler warnings.
2014-05-10 Gunnar BeutnerImplement for loops.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-08 Gunnar BeutnerImplement support for the "package" keyword.
2014-04-23 Michael FriedrichAdd group assign/ignore rules.
2014-04-11 Gunnar BeutnerAllow trailing comma in arrays.
2014-04-09 Gunnar BeutnerImplement the "return" keyword.
2014-04-07 Michael FriedrichThrow error on missing 'assign' in 'apply'.
2014-04-05 Gunnar BeutnerImplement apply target types.
2014-04-02 Gunnar BeutnerAllow functions to return values.
2014-04-01 Gunnar BeutnerSupport new-lines in addition to commas to separate...
2014-03-30 Gunnar BeutnerAllow "object" and "apply" in AST expressions.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-30 Gunnar BeutnerRemove support for the deprecated "var" and "set" keywords.
2014-03-30 Gunnar BeutnerAllow rterm in indexer ops.
2014-03-30 Gunnar BeutnerFix operator precedence.
2014-03-30 Gunnar BeutnerFix incorrect debug info for "apply" rules.
2014-03-28 Gunnar BeutnerUpdate example config.
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-28 Gunnar BeutnerImplement the new syntax for the "apply" keyword.
2014-03-28 Gunnar BeutnerImplement the "." operator.
2014-03-28 Gunnar BeutnerImplement the "import" keyword.
2014-03-24 Gunnar BeutnerBuild fixes.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-24 Gunnar BeutnerAllow semi-colons as separators for lterms.
2014-03-24 Gunnar BeutnerFix scoping rules for object definitions.
2014-03-24 Gunnar BeutnerClean up the +=, -=, *= and /= operators.
2014-03-23 Gunnar BeutnerAllow rterms as object names.
2014-03-23 Gunnar BeutnerFix AExpression::ExtractPath.
2014-03-23 Gunnar BeutnerMake sure +=, -=, *= and /= behave like they did before.
2014-03-23 Gunnar BeutnerRefactor the config parser's AST.
2014-03-22 Gunnar BeutnerClean up the AExpression class.
2014-03-22 Gunnar BeutnerAllow values as top-level statements.
2014-03-22 Gunnar BeutnerImprove error messages for exceptions in AExpressions.
2014-03-21 Gunnar BeutnerFix location messages.
2014-03-21 Gunnar BeutnerMake config error messages friendler.
2014-03-21 Gunnar BeutnerBuild fix.
2014-03-21 Gunnar BeutnerMake config error messages more awesome.
2014-03-21 Gunnar BeutnerAdd line number info to duplicate object error message.
2014-03-21 Gunnar BeutnerFix path names in DebugInfo objects.
2014-03-21 Gunnar BeutnerImprove line number information.
2014-03-20 Gunnar BeutnerMake duplicate object definitions an error.
2014-03-20 Gunnar BeutnerImplement missing operators for the Value class.
2014-03-19 Gunnar BeutnerImplement len() and the operators >, >=, < and <=.
2014-03-19 Gunnar BeutnerMerge branch 'feature/apply-5789' into next
2014-03-19 Gunnar BeutnerImplement regex() and match() functions.
2014-03-19 Gunnar BeutnerMake braces around constant expressions optional.
2014-03-19 Gunnar BeutnerImplement additional operators: &&, ||, in and !in.
2014-03-19 Gunnar BeutnerAllow arrays as operands in constant expressions.
2014-03-19 Gunnar BeutnerImplement the 'apply template' directive.
2014-03-19 Gunnar BeutnerImplement support for local variables in AExpressions.
2014-03-19 Gunnar BeutnerImplement == and != operators for AExpressions.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-02-12 Gunnar BeutnerMake script variables constant.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-12 Michael FriedrichUse exclamation mark for auto-generated config item...
2013-12-04 Gunnar BeutnerMerge branch 'feature/constants-4946' into next
2013-12-04 Gunnar BeutnerImplement support for constants in the config parser.
2013-12-04 Gunnar BeutnerFix leak in the config parser.
2013-11-29 Gunnar BeutnerImplement include_recursive config directive.
2013-11-20 Gunnar BeutnerImplement support for stack traces for STL exceptions.
2013-11-20 Gunnar BeutnerImplement DbCatEverything flag.
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerImprove compatibility with ancient versions of Bison.
2013-10-20 Gunnar Beutnerconfig: Implement AST support for const expressions.
2013-09-25 Gunnar Beutnerconfig: Remove the "abstract" keyword.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-24 Gunnar BeutnerImprove config validation.
2013-09-18 Gunnar BeutnerFix memory leaks in the config parser.
2013-09-13 Gunnar Beutnerconfig: Fix += { }.
2013-09-10 Gunnar BeutnerRefactor how Application objects work.
2013-08-30 Gunnar BeutnerImplement script variables IcingaPrefixDir, IcingaLocal...
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
next