]> granicus.if.org Git - icinga2/history - lib/config/vmops.hpp
Workaround for GCC bug 61321
[icinga2] / lib / config / vmops.hpp
2017-12-20 Gunnar BeutnerWorkaround for GCC bug 61321
2017-12-19 Michael FriedrichMerge pull request #5717 from hrld/patch-1
2017-12-18 Michael FriedrichMerge pull request #5882 from Icinga/feature/avoid...
2017-12-18 Gunnar BeutnerAvoid unnecessary allocations for script frames 5882/head
2017-12-18 Michael FriedrichMerge pull request #5757 from ekeih/doc/systemd-restart...
2017-12-18 Michael FriedrichMerge pull request #5868 from Icinga/feature/expression-ptr
2017-12-15 Gunnar BeutnerUse std::unique_ptr for Expression objects 5868/head
2017-12-12 Gunnar BeutnerMerge pull request #5753 from Icinga/fix/ringbuffer...
2017-12-08 Michael FriedrichMerge pull request #5760 from Icinga/fix/http-client...
2017-12-07 Michael FriedrichMerge pull request #5811 from Icinga/feature/update...
2017-11-30 Michael FriedrichMerge pull request #5827 from Icinga/feature/replace...
2017-11-30 Michael FriedrichMerge pull request #5825 from Icinga/feature/boost...
2017-11-30 Michael FriedrichMerge pull request #5824 from Icinga/feature/cxx11...
2017-11-30 Gunnar BeutnerUse nullptr instead of <Type>::Ptr() 5824/head
2017-11-30 Gunnar BeutnerUse std::vector::emplace_back instead of std::vector...
2017-11-30 Gunnar BeutnerUse std::shared_ptr instead of boost::shared_ptr
2017-11-29 Gunnar BeutnerMerge pull request #5819 from Icinga/feature/avoid...
2017-11-29 Gunnar BeutnerMerge pull request #5816 from Icinga/feature/cxx11...
2017-11-29 Gunnar BeutnerRe-implement WrapFunction() using C++11 features 5816/head
2017-11-29 Gunnar BeutnerMerge pull request #5803 from Icinga/feature/cxx11...
2017-11-27 Gunnar BeutnerReplace boost::bind/boost::function with std::bind... 5803/head
2017-10-13 Michael FriedrichMerge pull request #5231 from Al2Klimov/bugfix/failure...
2017-05-11 Gunnar BeutnerMerge pull request #5242 from Icinga/feature/object...
2017-05-11 Gunnar BeutnerAllow expressions for the type in object/template decla... 5242/head
2017-05-09 Michael FriedrichMerge pull request #5042 from mbrgm/upgrade-docs-link
2017-03-29 Gunnar BeutnerMerge branch 'support/2.6'
2017-03-27 Gunnar BeutnerImprove function metadata by adding arguments
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-29 Gunnar BeutnerRemove unnecessary ScriptFrame variable
2016-08-28 Gunnar BeutnerImplement support for default templates
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
2016-08-12 Gunnar BeutnerChange scoping mechanism for the __using keyword
2016-08-12 Gunnar BeutnerImplement support for namespaces
2016-08-10 Gunnar BeutnerImplement support for marking functions as deprecated
2016-08-08 Gunnar BeutnerRegister a new script frame in Function::Invoke
2016-05-19 Gunnar BeutnerMerge branch 'support/2.4'
2016-05-19 Gunnar BeutnerMerge branch 'support/2.4'
2016-05-17 Gunnar BeutnerMerge branch 'support/2.4'
2016-04-21 Gunnar BeutnerMerge branch 'support/2.4'
2016-04-20 Gunnar BeutnerMerge branch 'support/2.4'
2016-04-20 Gunnar BeutnerMerge branch 'support/2.4'
2016-04-19 Gunnar BeutnerImprove performance for locks and value conversions
2016-04-18 Gunnar BeutnerImprove performance for field accesses
2016-03-29 Gunnar BeutnerImplement the DateTime class
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-11-14 Gunnar BeutnerAllow null values for constructor calls
2015-10-26 Gunnar BeutnerDon't allow scripts to access FANoUserView attributes...
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-13 Gunnar BeutnerFix: String methods cannot be invoked on an empty string
2015-10-05 Gunnar BeutnerImplement the ignore_on_error keyword
2015-09-22 Gunnar BeutnerFix: String methods cannot be invoked on an empty string
2015-09-17 Gunnar BeutnerImplement config object sync
2015-09-01 Michael FriedrichRename config/modules to config/packages
2015-08-24 Gunnar BeutnerFix crash when trying to set field on a value that...
2015-08-17 Michael FriedrichAdd module attribute for ConfigObject and set its origin
2015-08-15 Gunnar BeutnerMove object name validation into ConfigItemBuilder...
2015-07-30 Gunnar BeutnerFix crash when trying to set field on a value that...
2015-04-01 Paul RichardsFix crash in VMOps::FunctionCall
2015-03-31 Gunnar BeutnerAvoid unnecessary dictionary lookups
2015-03-31 Gunnar BeutnerAvoid setting up unnecessary stack frames for function...
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-03-21 Gunnar BeutnerFix: 'return' keyword doesn't work inside for loops
2015-03-21 Gunnar BeutnerFix: 'return' keyword doesn't work inside for loops
2015-03-21 Gunnar BeutnerImplement constructor-style casts
2015-03-21 Gunnar BeutnerFix copyright header indentation
2015-03-21 Gunnar BeutnerFix copyright header indentation
2015-03-19 Gunnar BeutnerImprove error message for invalid field access
2015-03-19 Gunnar BeutnerImprove error message for invalid field access
2015-02-19 Gunnar BeutnerImplement the 'continue' and 'break' keywords
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-21 Gunnar BeutnerRename ScriptFunction to Function
2015-01-16 Gunnar BeutnerFix deadlock in VMOps::For
2015-01-12 Gunnar BeutnerVerify array bounds
2014-12-18 Gunnar BeutnerRefactor the WorkQueue class to make error reporting...
2014-12-16 Gunnar BeutnerFix crash when accessing invalid fields on objects...
2014-12-15 Gunnar BeutnerAdd another unit test for expressions
2014-12-15 Gunnar BeutnerFix incorrect variable scoping
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-12-13 Gunnar BeutnerImplement the 'global' keyword to differentiate between...
2014-12-12 Gunnar BeutnerDisallow calling strings as functions
2014-12-12 Gunnar BeutnerMove the VMFrame class to libbase
2014-12-12 Gunnar BeutnerImplement prototype functions
2014-12-12 Gunnar BeutnerAdd missing DebugInfo for field accesses
2014-12-12 Gunnar BeutnerImplement string indexers
2014-12-11 Gunnar BeutnerImplement a way to call methods on objects
2014-12-11 Gunnar BeutnerUpdate error message to use the correct lexer token...
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-11-23 Gunnar BeutnerFix the __return keyword
2014-11-23 Gunnar BeutnerFix the reduce/reduce conflicts
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-20 Gunnar BeutnerBuild fix
2014-11-20 Gunnar BeutnerImplement a C++ code generator for libconfig