]> granicus.if.org Git - icinga2/history - lib/base/utility.cpp
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
[icinga2] / lib / base / utility.cpp
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-06 Gunnar BeutnerFinish implementing %validator.
2013-02-06 Gunnar BeutnerBugfix: Add missing parenthesis in function call.
2013-02-06 Gunnar BeutnerImplement AsyncTask::Wait() and make completion callbac...
2013-02-03 Gunnar BeutnerBugfix: Make sure Utility::Glob return false if no...
2013-02-02 Gunnar BeutnerAdded missing const qualifiers.
2013-02-01 Gunnar BeutnerConfig: implement support for wildcard includes
2013-01-31 Gunnar BeutnerUse boost::lexical_cast instead of stringstreams.
2013-01-30 Gunnar BeutnerMove exception_handler into libbase. Add handler for...
2013-01-30 Gunnar BeutnerImplement Utility::NewUUID().
2013-01-22 Gunnar BeutnerRemove InitializeLibrary TODO.
2013-01-17 Gunnar BeutnerImplemented the #library directive and fixed loading...
2012-09-27 Michael FriedrichMerge branch 'master' into mfriedrich/compatido
2012-09-27 Gunnar BeutnerFixed Utility::Sleep on Windows.
2012-09-27 Gunnar BeutnerMake exception messages more verbose.
2012-09-27 Gunnar BeutnerFixed crash in Utility::Daemonize().
2012-09-25 Gunnar BeutnerRemoved ::Sleep and implemented Utility::Sleep.
2012-09-22 Michael FriedrichMerge branch 'master' into compatido
2012-09-21 Gunnar BeutnerCleaned up the code a bit.
2012-09-19 Gunnar BeutnerAdded Utility::GetPid() helper function.
2012-09-17 Gunnar BeutnerUpdated doxygen documentation.
2012-09-07 Gunnar BeutnerRenamed 'doc' to 'docs'.