]> granicus.if.org Git - icinga2/history - lib/base/array.cpp
Update copyright headers for 2016
[icinga2] / lib / base / array.cpp
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-11-11 Gunnar BeutnerImplement support for recursive object locks
2015-11-04 Gunnar BeutnerFix indentation for nested dictionaries
2015-10-26 Gunnar BeutnerImplement Array::ToString and Dictionary::ToString
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-13 Gunnar BeutnerImplement the Array#reverse and String#reverse methods
2015-09-23 Gunnar BeutnerImplement the Array#reverse and String#reverse methods
2015-08-17 Michael FriedrichImplement Object#clone and rename Array/Dictionary...
2015-08-17 Gunnar BeutnerFix incorrect base class name for Array/Dictionary...
2015-07-07 Jean-Marcel FlachImplement URL parser
2015-03-10 Gunnar BeutnerAllow some of the Array and Dictionary methods to be...
2015-03-04 Gunnar BeutnerImprove Livestatus query performance
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-12 Gunnar BeutnerImplement prototype functions
2014-11-23 Gunnar BeutnerImprove test coverage for the array class
2014-11-15 Gunnar BeutnerUse Array::Contains in InExpression/NotInExpression
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-04 Gunnar BeutnerImplement support for arbitrarily complex indexers
2014-10-31 Gunnar BeutnerHide attributes in command auto-completion which cannot...
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-01 Michael FriedrichMerge branch 'fix/apply-req-group-assign-6105' into...
2014-05-01 Michael FriedrichMake AddGroup() unique.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-24 Gunnar BeutnerImprove error message for invalid inline service defini...
2014-03-20 Gunnar BeutnerImplement union() and intersection() functions.
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-12 Johannes MeyerMerge branch 'feature/Array-insert-functionality' into...
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-08-28 Gunnar BeutnerRefactor ASSERT macro.
2013-08-27 Gunnar BeutnerRefactor JSON-RPC library and implement check-result...
2013-06-19 Gunnar BeutnerDon't seal DynamicObject updates.
2013-04-19 Gunnar BeutnerAdd more unit tests.
2013-03-22 Gunnar BeutnerRemove @threadsafety doc strings
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-10 Gunnar BeutnerImplement proper support for JSON arrays.