]> granicus.if.org Git - icinga2/history - test/config-ops.cpp
Remove unnecessary imports from unit test config
[icinga2] / test / config-ops.cpp
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-13 Gunnar BeutnerFix parser error when using new-lines in dictionaries
2015-09-23 Gunnar BeutnerFix parser error when using new-lines in dictionaries
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-02-19 Gunnar BeutnerImplement the 'continue' and 'break' keywords
2015-02-03 Gunnar BeutnerImplement a unit test for nullary lambdas
2015-02-02 Gunnar BeutnerDocument operator precedence
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-08 Gunnar BeutnerAllow side-effect-free expressions in a limited number...
2015-01-07 Gunnar BeutnerFix a compiler warning
2015-01-07 Gunnar BeutnerAdd unit tests for escape sequences
2014-12-16 Gunnar BeutnerUpdate unit tests to use the new variable syntax
2014-12-15 Gunnar BeutnerAdd another unit test for expressions
2014-12-15 Gunnar BeutnerAdd unit tests for the "var" keyword
2014-12-15 Gunnar BeutnerFix unit test
2014-12-14 Gunnar BeutnerOnly implicitly convert strings to indexers
2014-12-13 Gunnar BeutnerRemove obsolete unit test
2014-12-12 Gunnar BeutnerRename VMFrame to ScriptFrame in the unit tests
2014-12-12 Gunnar BeutnerImplement prototype functions
2014-12-12 Gunnar BeutnerImplement string indexers
2014-12-11 Gunnar BeutnerFix unit tests
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-12-10 Gunnar BeutnerRemove obsolete unit tests
2014-12-09 Gunnar BeutnerFix operator precedence for %, |, ^, &, in and !in...
2014-12-09 Gunnar BeutnerImplement more unit tests for typeof()
2014-12-08 Gunnar BeutnerAdd unit tests for the typeof() operator
2014-11-28 Gunnar BeutnerFix the Expression unit tests
2014-11-25 Gunnar BeutnerImplicitly convert Number argument to string for operator +
2014-11-23 Gunnar BeutnerFix the __return keyword
2014-11-23 Gunnar BeutnerFix unary minus operator
2014-11-23 Gunnar BeutnerFix the reduce/reduce conflicts
2014-11-23 Gunnar BeutnerImplement more unit tests
2014-11-23 Gunnar BeutnerImplement unit tests for the config parser