]> granicus.if.org Git - icinga2/history - lib/config
Fix missing location information for included files
[icinga2] / lib / config /
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-12-10 Gunnar BeutnerMake ConfigCompiler::HandleInclude return an inline...
2014-12-10 Gunnar BeutnerImplement a boolean sub-type for the Value class
2014-12-09 Gunnar BeutnerFix operator precedence for %, |, ^, &, in and !in...
2014-12-09 Gunnar BeutnerAllow modifying the name attribute
2014-12-06 Gunnar BeutnerFix minor memory leak in the config parser
2014-11-28 Gunnar BeutnerMake the config lexer return an error for unterminated...
2014-11-28 Gunnar BeutnerMake the config parser thread-safe
2014-11-27 Gunnar BeutnerRemove the __parent field in the DynamicObject class
2014-11-25 Gunnar BeutnerImplement the %, ^, %=, ^=, &= and |= operators
2014-11-25 Gunnar BeutnerBuild fix for GCC
2014-11-25 Gunnar BeutnerMove the parser's global variables to the ConfigCompile...
2014-11-25 Gunnar BeutnerFix parser problem with missing new-lines
2014-11-25 Gunnar BeutnerUse MakeLiteral instead of 'new LiteralExpression'
2014-11-25 Gunnar BeutnerRemove the global m_Expressions variable
2014-11-24 Gunnar BeutnerMake SetExpression check whether the LHS is null
2014-11-24 Gunnar BeutnerFix some compiler warnings
2014-11-24 Gunnar BeutnerDisallow - in identifiers
2014-11-24 Gunnar BeutnerImplement the __if and __else keywords
2014-11-24 Gunnar BeutnerChange parameter type for include and include_recursive...
2014-11-23 Gunnar BeutnerFix the __return keyword
2014-11-23 Gunnar BeutnerFix unary minus operator
2014-11-23 Gunnar BeutnerFix scoping for __for
2014-11-23 Gunnar BeutnerFix the reduce/reduce conflicts
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-23 Gunnar BeutnerImplement unit tests for the config parser
2014-11-23 Gunnar BeutnerFix incorrect result for the !in operator
2014-11-22 Gunnar BeutnerFix the shift/reduce conflicts in the parser
2014-11-22 Gunnar BeutnerRemove the C++ code generator
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-21 Gunnar BeutnerMake sure source information is always available for...
2014-11-21 Gunnar BeutnerSplit DynamicObject::OnConfigLoaded into two separate...
2014-11-21 Gunnar BeutnerImprove error messages for the config parser
2014-11-21 Gunnar BeutnerFix some incorrectly generated code
2014-11-20 Gunnar BeutnerBuild fix
2014-11-20 Gunnar BeutnerImplement a C++ code generator for libconfig
2014-11-20 Gunnar BeutnerRefactor apply/object rules
2014-11-20 Gunnar BeutnerRefactor the config validator so that it doesn't requir...
2014-11-20 Gunnar BeutnerImplement support for signals
2014-11-17 Gunnar BeutnerClean up the DebugHint class
2014-11-15 Gunnar BeutnerFix: Names for nested objects are evaluated at the...
2014-11-15 Gunnar BeutnerFix missing debug info for nested dictionaries
2014-11-15 Gunnar BeutnerUse Array::Contains in InExpression/NotInExpression
2014-11-14 Gunnar BeutnerMerge branch 'larsengels-master'
2014-11-13 Gunnar BeutnerFix null pointer dereference while parsing the config
2014-11-13 Gunnar BeutnerAdd default parameters to the AST classes
2014-11-13 Gunnar BeutnerRemove unions from the DebugInfo class
2014-11-11 Gunnar BeutnerClean up the code a bit
2014-11-10 Gunnar BeutnerAvoid unnecessary type lookups
2014-11-10 Gunnar BeutnerOptimize apply/object filters
2014-11-10 Gunnar BeutnerRefactor the AST
2014-11-10 Gunnar BeutnerRemove unused fields from the ObjectRule class
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-09 Gunnar BeutnerFix GetInstance() methods for the DbType and config...
2014-11-09 Gunnar BeutnerDiscard unnamed config items as early as possible
2014-11-08 Gunnar BeutnerFix problem with missing config items
2014-11-08 Gunnar BeutnerImprove config compiler's memory usage
2014-11-07 Gunnar BeutnerSpeed up type lookups
2014-11-06 Gunnar BeutnerFix variable scope for object rules
2014-11-06 Gunnar BeutnerFix compiler warnings for the lexers
2014-11-05 Gunnar BeutnerFix templates field
2014-11-05 Gunnar BeutnerFix memory leak in the config parser
2014-11-05 Gunnar BeutnerImprove memory usage for the config compiler
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 typeof() function
2014-11-02 Gunnar BeutnerImplement support for arrays in custom variables
2014-11-01 Gunnar BeutnerMake the 'name' attribute available in object definitions
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-11-01 Gunnar BeutnerMake sure templates are never evaluated on their own
2014-10-30 Gunnar BeutnerFix scoping rules for apply rules
2014-10-28 Gunnar BeutnerFix incorrect locks
2014-10-28 Gunnar BeutnerBuild fix for Windows
2014-10-28 Gunnar BeutnerFix: Don't validate templates
2014-10-28 Gunnar BeutnerImplement validation for "repository add"
2014-10-28 Gunnar BeutnerRemove support for partial type validators
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-17 Gunnar BeutnerImplement generic color support for terminals
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-10-01 Gunnar BeutnerAdd error message for missing imports (and possibly...
2014-09-09 Gunnar BeutnerImprove error message for duplicate objects
2014-09-01 Gunnar BeutnerImplement support for excluding files from unity builds
2014-08-31 Gunnar BeutnerRemove validator for the Script type
2014-08-30 Gunnar BeutnerImplement support for unity builds
2014-08-17 Gunnar BeutnerClean up some parts of the code
2014-08-16 Gunnar BeutnerFix some minor issues with the icinga2.debug feature
2014-08-16 Gunnar BeutnerMerge branch 'feature/objects-json-6702'
2014-08-16 Gunnar BeutnerAdd debug hints for attributes
2014-08-15 Gunnar BeutnerImplement support for writing the icinga2.debug file
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichFix AExpression log message.
next