]> granicus.if.org Git - icinga2/history - lib/perfdata/perfdatawriter.cpp
Use std::vector::emplace_back instead of std::vector::push_back
[icinga2] / lib / perfdata / perfdatawriter.cpp
2017-11-30 Gunnar BeutnerUse std::vector::emplace_back instead of std::vector...
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-03-29 Gunnar BeutnerMerge branch 'support/2.6'
2017-02-08 Michael FriedrichAdd logging for started/stopped features
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
2016-05-19 Gunnar BeutnerFix exception in PerfdataWriter::RotateFile
2016-05-18 Gunnar BeutnerFix exception in PerfdataWriter::RotateFile
2016-05-12 Jason YoungThrow exception if PerfdataWriter::RotateFile fails...
2016-05-11 Jason YoungThrow exception if PerfdataWriter::RotateFile fails...
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-23 Jean-Marcel FlachImplement status api handler
2015-08-25 Gunnar BeutnerImplement support for tracking dependencies between...
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-02-11 Michael FriedrichMove ValidateMacroString into the MacroProcessor class
2015-02-11 Gunnar BeutnerReplace if( with if (
2015-02-11 Michael FriedrichAdd macro config validator for command args, env, custo...
2015-02-07 Michael FriedrichRemove name and return value for stats functions
2015-01-22 Michael FriedrichUpdate copyright year
2014-11-27 Gunnar BeutnerImplement support for arrays in command arguments
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-13 Gunnar BeutnerMove all libraries into the lib/ directory