]> granicus.if.org Git - icinga2/history - lib/base/value-operators.cpp
Implement comparison operators for the Array class
[icinga2] / lib / base / value-operators.cpp
2016-08-14 Gunnar BeutnerImplement comparison operators for the Array class
2016-06-16 Gunnar BeutnerFix unit tests for Convert::ToString
2016-06-16 Gunnar BeutnerFix incorrect formatting for some macro values
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-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-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-13 Gunnar BeutnerFix: null + null should not be ""
2015-09-22 Gunnar BeutnerFix: null + null should not be ""
2015-08-24 Gunnar BeutnerFix: Operator + is inconsistent when used with empty...
2015-08-01 Gunnar BeutnerFix: Operator + is inconsistent when used with empty...
2015-07-30 Gunnar BeutnerFix: Operator - should not work with "" and numbers
2015-07-30 Gunnar BeutnerFix: "" should not be equal to 0
2015-03-02 Gunnar BeutnerImplement the assignment operator for the Value class
2015-03-02 Gunnar BeutnerFix incorrect operator in Value::operator^
2015-01-30 Gunnar BeutnerDon't allow comparison of strings and numbers
2015-01-29 Gunnar BeutnerImprove error message for failed casts
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-16 Gunnar BeutnerImplement some more utility functions
2014-12-17 Gunnar BeutnerUpdate livestatus and statusdata to properly support...
2014-12-16 Gunnar BeutnerMake sure that operator % throws an exception when...
2014-12-10 Gunnar BeutnerImplement a boolean sub-type for the Value class
2014-12-08 Gunnar BeutnerImprove output of ToString for type objects
2014-11-25 Gunnar BeutnerImplicitly convert Number argument to string for operator +
2014-11-11 Gunnar BeutnerAllow Value class members to be inlined
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-30 Gunnar BeutnerFix operator== for Value and String comparisons
2014-09-02 Gunnar BeutnerFix build problems with Oracle Solaris Studio
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-11 Gunnar BeutnerFix some compiler warnings.
2014-04-02 Gunnar BeutnerImplement operator - for arrays.
2014-03-30 Gunnar BeutnerBuild fix for FreeBSD/OS X.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-23 Gunnar BeutnerRefactor the config parser's AST.
2014-03-22 Gunnar BeutnerImplement comparison operators for operands of differen...
2014-03-20 Gunnar BeutnerAdd missing file.