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