Age | Commit message (Expand) | Author |
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann |
2016-05-25 | Remove unnecessary include of iostream header | Tobias Markmann |
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | 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 |
2016-03-15 | Explicitly convert between nullable and non-nullable on OS X | Tobias Markmann |
2015-10-30 | Remove Boost workaround for OS X headers | Tobias Markmann |
2015-05-19 | Consolidate Python and SCons files to tab based indentation | Tobias Markmann |
2015-04-28 | Add Qt flags detection using pkg-config on Linux platforms | Tobias Markmann |
2014-12-15 | Update Copyright In Slimber | Kevin Smith |
2014-10-01 | Port many of Isode's local fixes upstream | Kevin Smith |
2014-08-10 | Fix invalid characters being allowed in JID domains | Richard Maudsley |
2014-04-28 | Create ToplevelElement to replace Element. | Richard Maudsley |
2014-01-25 | Fix images which caused libpng to issue warnings | Pavol Babincak |
2013-08-15 | Getting rid of "-Wobjc-interface-ivars" warnings from clang. | Tobias Markmann |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2013-01-01 | Fix Objective-C memory leaks. | Remko Tronçon |
2012-12-23 | Fix Cocoa-Boost conflict. | Remko Tronçon |
2012-06-17 | Remove some unused private variables. | Remko Tronçon |
2012-06-05 | Added ICU support. | Remko Tronçon |
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-07-03 | Implement TableRoster with roster diff. | Remko Tronçon |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-06-18 | Fixed compilation of Slimber/Qt. | Remko Tronçon |
2011-06-18 | Fixed flag order in Slimber. | Remko Tronçon |
2011-06-18 | MergeFlags->UseFlags in Slimber. | Remko Tronçon |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-06-18 | Moving unused server code out of Swiften into Limber. | Remko Tronçon |
2011-06-13 | Added CppCheck script. | Remko Tronçon |
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon |
2011-05-10 | Fix build | Kevin Smith |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon |
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | Remko Tronçon |
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon |
2011-02-19 | Make Swift translatable. | Remko Tronçon |
2011-02-16 | Fixed slimber compilation. | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2011-01-26 | Make boost io_service a shared object. | Remko Tronçon |
2010-10-27 | Fixed Linux compilation. | Remko Tronçon |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon |
2010-10-24 | Added more missing platform link libraries. | Remko Tronçon |
2010-10-24 | Added missing platform link flags. | Remko Tronçon |
2010-10-09 | Moved Application from Swiften into SwifTools. | Remko Tronçon |