Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann | |
Test-Information: Build on macOS 10.12.1 and all tests pass. Change-Id: Iedaa3fa7e7672c77909fd0568bf30e9393cb87e0 | |||
2016-05-25 | Remove unnecessary include of iostream header | Tobias Markmann | |
Move std::cout/cerr logging to SWIFT_LOG. Test-Information: Builds and all tests pass on OS X 10.11.5. Change-Id: I0a0c24654a8b3abf3244a79fd6d970eee90559d0 | |||
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann | |
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480 | |||
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann | |
Changed "" style includes to <> style. Test-Information: Build with Clang 3.9.0 and ran all tests on OS X 10.11.4. Change-Id: Ic05e53f2e5dba39cc1307b116fc5f17b62ab9eb8 | |||
2014-12-15 | Update Copyright In Slimber | Kevin Smith | |
Change-Id: I927ac2ed7be0153bb0e3d9f33c3001734ee9f65c | |||
2012-06-17 | Remove some unused private variables. | Remko Tronçon | |
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-09 | Moved Application from Swiften into SwifTools. | Remko Tronçon | |
2010-08-20 | Comply to FreeDesktop.org standard for storing data files. | Remko Tronçon | |
Resolves: #526 | |||
2010-08-19 | Fixed compilation on OS X. | Remko Tronçon | |
2010-04-24 | Avoid segfault on Slimber shutdown. | Remko Tronçon | |
2010-04-22 | Add PlatformDNSSDQuerierFactory::canCreate(). | Remko Tronçon | |
2010-04-08 | Added copyrights to Slimber. | Remko Tronçon | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-02-11 | Moved some modules into separate git modules. | Remko Tronçon | |
2009-08-05 | Slimber: Use DNSSD factory. | Remko Tronçon | |
2009-08-03 | Slimber: Remove debug output. | Remko Tronçon | |
2009-08-02 | Slimber: Better error messages. | Remko Tronçon | |
2009-08-02 | Slimber: Handle conflicts/restarts. | Remko Tronçon | |
2009-08-02 | Slimber: Add restart menu. | Remko Tronçon | |
2009-08-02 | Slimber: Abstract controllers out of Cocoa UI. | Remko Tronçon | |