Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | Remove Boost workaround for OS X headers | Tobias Markmann | |
Older versions of OS X define the same symbol as Boost does. The workaround, defining __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES as 0 worked around this issue, however __ prefixed defines are considered private and cause the warning "macro name is a reserved identifier [-Wreserved-id-macro]". Test-Information: Builds and unit tests pass on OS X 10.10.5. Change-Id: I489ec201dc31fb4e43336da690c7d348a7d0d9ca | |||
2013-08-16 | Fix Cocoa-Boost conflict. | Remko Tronçon | |
This one only seems to appear when using CLang. Change-Id: Ib12fbeb3da0dfb54aef0613c7b9eba577654cd6a | |||
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-12-21 | Make dock get the number of pending messages (instead of a generic message). | Remko Tronçon | |
2010-09-12 | Moved application message display around. | Remko Tronçon | |