Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | Update Copyright in Swiften | Kevin Smith | |
Change-Id: I94ab4bbb68c603fe872abeb8090575de042f5cb4 | |||
2013-05-17 | Fixed unicode path handling. | Remko Tronçon | |
- Use boost::filesystem::path consistently for referring to files. - Use boost::filesystem streams for I/O, such that paths are always handled correctly. - Use stringToPath and pathToString for conversion between strings and boost::filesystem::path, to ensure we have consistent unicode handling across platforms and environments. The default constructor and string conversion uses platform-dependent encoding, depending on the global locale set in the application, which causes problems. So, unless you are in platform dependent code, the default constructor and string() function should not be used. When constructing paths from other paths (e.g. using operator/), also use stringToPath (instead of string arguments) if the path can contain unicode characters. Change-Id: If286bd9e71c8414afc0b24ba67e26ab7608ef6ea | |||
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-14 | String refactoring. | Remko Tronçon | |
Removed String::getLength(). Rewrote String::removeAll(). | |||
2011-02-13 | Use boost string algorithms. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2009-07-31 | Add String::split(). | Remko Tronçon | |
2009-06-23 | Add missing algorithm include. | Remko Tronçon | |
2009-06-22 | Use lowercase app name for application dir on Un*x systems. | Remko Tronçon | |
2009-06-01 | Import. | Remko Tronçon | |