summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-26Remove unneeded forward declarations from Swiften headersTobias Markmann
2016-11-23Fix building with Avahi support on LinuxTobias Markmann
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-11-18Improve string to HostAddress conversion APITobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
2016-04-12Use C++11 threading library instead of Boost.ThreadTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias Markmann
2016-04-04Apply automated clang-tidy fixes and add missing includesTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2015-10-14Fix compiler warnings about unused variables/argumentsTobias Markmann
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-10-01Port many of Isode's local fixes upstreamKevin Smith
2014-04-28Create ToplevelElement to replace Element.Richard Maudsley
2014-02-25Build with new Boostish stuff.Kevin Smith
2013-01-13Fix more warnings.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-09-17Support for building swiften as a DLLRemko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2012-04-17Fixing some clang warnings.Tobias Markmann
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2011-10-07Hoist XML parser factory creation out of Swiften.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-05-25Added 'assertions' scons flag.Remko Tronçon
2011-05-25Change include order so clang doesn't complain anymore.Tobias Markmann
2011-05-06Fixed Avahi compilation for real now.Remko Tronçon
2011-05-06Fixed Avahi compilation.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-14String refactoring.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2010-10-27Fixed Linux compilation.Remko Tronçon
2010-10-27Remove MainEventLoop singleton.Remko Tronçon
2010-10-26Fix compliation problems with CLang.Remko Tronçon
2010-06-19Added DNSSDTest.Remko Tronçon
2010-06-09Fixed compilation warningns for Linux build.Remko Tronçon
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-06-02Rename boost_signalslib.h to boost_bsignals.Remko Tronçon
2010-06-02Using Boost workaround for Qt signals keyword clash.Remko Tronçon
2010-04-24Fix leaks in LinkLocalConnector.Remko Tronçon
2010-04-24Don't lookup duplicate discovered link-local services.Remko Tronçon
2010-04-23Add beginnings of LinkLocalTool.Remko Tronçon