]> granicus.if.org Git - icinga2/history - tools/mkclass/classcompiler.cpp
Merge pull request #5602 from Icinga/fix/config-validation-fails-on-windows-with...
[icinga2] / tools / mkclass / classcompiler.cpp
2017-10-13 Michael FriedrichMerge pull request #5602 from Icinga/fix/config-validat...
2017-10-13 Michael FriedrichMerge pull request #5231 from Al2Klimov/bugfix/failure...
2017-10-12 Michael FriedrichMerge pull request #5581 from Icinga/fix/api-crash...
2017-10-12 Michael FriedrichMerge pull request #5637 from Icinga/fix/influxdb-unnec...
2017-10-10 Michael FriedrichMerge pull request #5554 from Icinga/feature/cn-check...
2017-10-10 Michael FriedrichMerge pull request #5636 from Icinga/fix/db-ido-comment...
2017-10-10 Michael FriedrichMerge pull request #5635 from Icinga/fix/match-with...
2017-10-02 Michael FriedrichMerge pull request #5624 from mcktr/mcktr/fix/missing...
2017-10-02 Michael FriedrichMerge pull request #5641 from Icinga/fix/compiler-warni...
2017-10-02 Gunnar BeutnerFix compiler warnings on macOS 10.13 5641/head
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-27 Gunnar BeutnerUse range-based for loops in mkclass
2016-08-26 Gunnar BeutnerImprove config validation for arrays of object names
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
2016-08-24 Gunnar BeutnerFix compiler warnings
2016-08-16 Gunnar BeutnerImprove performance for type lookups
2016-08-12 Gunnar BeutnerChange wording for the function validation message
2016-08-10 Gunnar BeutnerImplement support for marking functions as deprecated
2016-08-09 Gunnar BeutnerFix building Icinga with -fvisibility=hidden
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-05-12 Gunnar BeutnerMake sure the dependency graph is properly updated...
2016-05-09 Gunnar BeutnerMake sure the dependency graph is properly updated...
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-20 Gunnar BeutnerFix compiler warning in *::NotifyActive
2016-04-20 Gunnar BeutnerImprove validation for arrays
2016-04-13 Gunnar BeutnerFix compiler warning in *::NotifyActive
2016-03-29 Gunnar BeutnerImplement the DateTime class
2016-03-24 Gunnar BeutnerImprove validation for arrays
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-10-28 Gunnar BeutnerConvert Comment/Downtime to config objects
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-09-28 Gunnar BeutnerImplement API permissions
2015-09-28 Gunnar BeutnerFix incorrect location info for validators
2015-09-23 Gunnar BeutnerMake ConfigObject::{Get,Set}Field() methods public
2015-09-22 Gunnar BeutnerImplement joins for status queries
2015-08-27 Gunnar BeutnerFix compiler warning
2015-08-25 Gunnar BeutnerImplement support for tracking dependencies between...
2015-08-21 Michael FriedrichFix formatting in mkclass
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Gunnar BeutnerImplement validation for modified attributes
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-04-20 Michael FriedrichFix compiler warnings w/ config validators
2015-03-30 Gunnar BeutnerFix incorrect validator for strings
2015-03-28 Gunnar BeutnerRemove unused prototypes in the THPP files
2015-03-28 Gunnar BeutnerAvoid some unnecessary PLT indirections for constructor...
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-02-25 Gunnar BeutnerMake sure that Notification objects are activated after...
2015-02-09 Gunnar BeutnerDon't set up instance variables for fields which have...
2015-02-09 Gunnar BeutnerBuild fix for Windows
2015-02-09 Gunnar BeutnerImplement additional attributes for the Host class
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-10 Gunnar BeutnerImplement a boolean sub-type for the Value class
2014-12-08 Gunnar BeutnerFix typeof incorrectly returning null for arrays and...
2014-11-10 Gunnar BeutnerAvoid unnecessary type lookups
2014-11-08 Gunnar BeutnerImprove config compiler's memory usage
2014-11-07 Gunnar Beutnermkclass: Optimize struct layout
2014-11-07 Gunnar BeutnerSpeed up type lookups
2014-11-02 Gunnar BeutnerImplement typeof() function
2014-10-31 Gunnar BeutnerHide attributes in command auto-completion which cannot...
2014-10-17 Gunnar BeutnerImplement support for C/C++ comments in the TI compiler
2014-09-10 Gunnar BeutnerBuild fix for Windows
2014-09-09 Gunnar BeutnerBuild fix for OS X
2014-09-09 Gunnar BeutnerImplement include guards for mkclass
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-11 Gunnar BeutnerFix some more compiler warnings.
2014-04-05 Gunnar BeutnerImplement relative object names.
2014-03-20 Gunnar BeutnerImplement missing operators for the Value class.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-18 Gunnar BeutnerImplement "safe mode" for icinga::Deserialize.
2013-12-17 Gunnar BeutnerMerge branch 'feature/compiler-warnings-5349' into...
2013-12-17 Gunnar BeutnerFix compiler warnings in auto-generated mkclass code.
2013-12-13 Gunnar BeutnerMerge branch 'feature/tp-contention-5327' into next
2013-12-13 Gunnar BeutnerImprove performance for icinga::Deserialize.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerFix compiler warnings in auto-generated code.
2013-11-08 Gunnar BeutnerRemove GetType().
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-07 Gunnar BeutnerMerge branch 'feature/perfdata-2710' into next
2013-11-07 Gunnar BeutnerOptimize ObjectImpl<>::GetDefault*().
2013-11-05 Gunnar BeutnerMerge branch 'feature/reflection-4996' into next
2013-11-05 Gunnar BeutnerImplement Type::GetBaseType().
2013-11-05 Gunnar BeutnerMerge ReflectionObject methods into the Object class.
2013-11-05 Gunnar BeutnerImplement the ReflectionType class.
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerAdd cmake build files.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.