]> granicus.if.org Git - icinga2/history - lib/base/value.hpp
Update copyright headers for 2016
[icinga2] / lib / base / value.hpp
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-13 Gunnar BeutnerRemove unnecessary check in Value::IsObject
2015-09-23 Gunnar BeutnerRemove unnecessary check in Value::IsObject
2015-08-17 Michael FriedrichImplement Object#clone and rename Array/Dictionary...
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-03-02 Gunnar BeutnerImplement the assignment operator for the Value class
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-20 Gunnar BeutnerMake sure that Value::IsEmpty() returns true for empty...
2014-12-20 Gunnar BeutnerImprove error message for invalid field accesses
2014-12-16 Gunnar BeutnerMake sure that operator % throws an exception when...
2014-12-12 Gunnar BeutnerImplement prototype functions
2014-12-10 Gunnar BeutnerImplement a boolean sub-type for the Value class
2014-11-11 Gunnar BeutnerAllow String class members to be inlined
2014-11-11 Gunnar BeutnerAllow Value class members to be inlined
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-08 Gunnar BeutnerImprove config compiler's memory usage
2014-11-06 Gunnar BeutnerFix dynamic_cast problem
2014-11-05 Gunnar BeutnerRemove some obsolete references to cJSON
2014-11-05 Gunnar BeutnerFix operator shared_ptr<T> for the Value class
2014-10-31 Gunnar BeutnerRemove static_cast optimization for Value's operator...
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-19 Gunnar BeutnerRename qstring.{cpp,hpp} to string.{cpp,hpp}
2014-05-25 Gunnar BeutnerRename C++ header files.