Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-03-05 | Fix DLL linkage. | Remko Tronçon | |
Change-Id: Ia1ded5b7d4d7df500fc1df1a741a56d81de16b67 | |||
2013-03-03 | Remove the async vfs for sqlite, to avoid the crash | Kevin Smith | |
Change-Id: I8cda6397048911f48575659ef2f59076d8022f03 | |||
2012-12-31 | Fix more warnings. | Remko Tronçon | |
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a | |||
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon | |
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a | |||
2012-09-18 | Fix HistoryStorage from crashing | Cătălin Badea | |
Fix a crash related to HistoryStorage asynchronous access. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-09-01 | Move async into its own module so it'll work with system sqlite too | Kevin Smith | |
2012-08-30 | Don't compile sqlite history without sqlite | Kevin Smith | |
2012-08-30 | History dialog | Cătălin Badea | |
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon | |
2011-05-01 | Merge branch 'swift-1.x' | Remko Tronçon | |
Conflicts: Swiften/History/HistoryManager.h Swiften/SConscript | |||
2011-05-01 | Fixed compilation. | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon | |
Resolves: #798 | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-24 | Added test suite registration checker. | Remko Tronçon | |
2010-06-03 | Remove SQLite and SQLiteHistoryManager. | 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 | |
2010-03-02 | Adding iPhone compilation | Kevin Smith | |
2009-09-14 | Start splitting up monolithic Swiften SConscript file. | Remko Tronçon | |
2009-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-06-09 | Implemented basics of an SQLiteHistoryManager. | Remko Tronçon | |