Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SwifTools
/
URIHandler
Age
Commit message (
Expand
)
Author
2016-09-26
Use const std::unique_ptr for pimpl idiom usage
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-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
2014-12-15
Update Copyright In SwifTools
Kevin Smith
2013-08-15
Getting rid of "-Wobjc-interface-ivars" warnings from clang.
Tobias Markmann
2013-01-01
Fix Objective-C memory leaks.
Remko Tronçon
2012-12-30
Enable & fix pedantic CLang warnings.
Remko Tronçon
2012-09-15
Added URL parser.
Remko Tronçon
2011-10-24
Don't register ourself as default URI handler.
Remko Tronçon
2011-05-05
Use naive XMPPURI transformation to work around a bug in GCC4.5+boost1.42.
Remko Tronçon
2011-04-18
JID escaping algorithm refactoring.
Remko Tronçon
2011-04-18
Fixed compilation on older GCCs.
Remko Tronçon
2011-04-18
Added RFC5122 XMPP URI parsing and basic handling.
Remko Tronçon