]> granicus.if.org Git - icinga2/history - lib/base/CMakeLists.txt
Update copyright headers for 2016
[icinga2] / lib / base / CMakeLists.txt
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-11-11 Gunnar BeutnerImplement support for recursive object locks
2015-11-05 Gunnar BeutnerFix the 'type' attribute for the Object class
2015-10-26 Gunnar BeutnerImplement Array::ToString and Dictionary::ToString
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-08-31 Gunnar BeutnerImplement the Icinga Studio application
2015-08-25 Gunnar BeutnerImplement support for tracking dependencies between...
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-07-16 Jean-Marcel FlachMove url handler to /lib/remote
2015-07-07 Jean-Marcel FlachImplement URL parser
2015-05-13 Gunnar BeutnerDetermine NSClient++ installation path using MsiGetComp...
2015-05-12 Gunnar BeutnerDetermine NSClient++ installation path using MsiGetComp...
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-18 Gunnar BeutnerMake order for deferred initializers deterministic
2015-02-14 Gunnar BeutnerMove most of the socket I/O to a separate thread
2015-02-09 Gunnar BeutnerImplement the Json.encode and Json.decode methods
2015-02-02 Gunnar BeutnerFix missing files in the Windows package
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-21 Gunnar BeutnerRename ScriptFunction to Function
2015-01-15 Gunnar BeutnerImplement more utility functions
2015-01-14 Gunnar BeutnerImplement the call() method for functions
2014-12-20 Gunnar BeutnerImprove error reporting
2014-12-19 Gunnar BeutnerImplement CMake options for some of the modules
2014-12-18 Gunnar BeutnerRefactor the WorkQueue class to make error reporting...
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-12-12 Gunnar BeutnerMove the VMFrame class to libbase
2014-12-12 Gunnar BeutnerImplement prototype functions
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-11-20 Gunnar BeutnerAvoid rebuilding libbase when the version number changes
2014-11-20 Gunnar BeutnerImplement support for signals
2014-11-12 Gunnar BeutnerAllow locks to be inlined
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-09 Gunnar BeutnerImplement support for thin mutexes
2014-11-05 Gunnar BeutnerRemove some obsolete references to cJSON
2014-10-31 Gunnar BeutnerHide attributes in command auto-completion which cannot...
2014-10-27 Gunnar BeutnerUse system-provided version of YAJL where available
2014-10-26 Gunnar BeutnerFix incorrect include path
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-20 Gunnar BeutnerMove clicommand.{cpp,hpp} to lib/cli
2014-10-19 Gunnar BeutnerRename qstring.{cpp,hpp} to string.{cpp,hpp}
2014-10-17 Gunnar BeutnerImplement generic color support for terminals
2014-10-08 Gunnar BeutnerImplement support for CLI commands
2014-10-01 Gunnar BeutnerFix missing error messages (part 2)
2014-09-09 Gunnar BeutnerImprove error message for duplicate objects
2014-08-30 Gunnar BeutnerImplement support for unity builds
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-09 Gunnar BeutnerRemove the ZlibStream class and the stream_bio function...
2014-04-21 Gunnar BeutnerImplement Windows support for the Process class.
2014-04-14 Gunnar BeutnerFix another exception issue with FreeBSD.
2014-04-12 Gunnar BeutnerFix file descriptors not getting closed properly
2014-04-02 Gunnar BeutnerRemove support for external scripting languages.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-23 Gunnar BeutnerRefactor the config parser's AST.
2014-03-20 Gunnar BeutnerImplement missing operators for the Value class.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-02-17 Michael FriedrichImplement StatsFunction Registry for features.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-16 Gunnar BeutnerMerge branch 'feature/console-logger-5342' into next
2013-12-16 Gunnar BeutnerRemove the ConsoleLogger class and keep the default...
2013-11-21 Gunnar BeutnerMerge branch 'feature/log-context-5085' into next
2013-11-21 Gunnar BeutnerImplement support for high-level stack traces.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-05 Gunnar BeutnerMerge branch 'feature/reflection-4996' into next
2013-11-05 Gunnar BeutnerMerge ReflectionObject methods into the Object class.
2013-11-04 Gunnar BeutnerLink libase against libdl.
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerAdd cmake build files.