Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-13 | Adding basic support for Android and Unbound (No IPv6 yet). | Tobias Markmann | |
Change-Id: I1d74324515b20e0dc3d0ef4aa2f556fea7b4bee3 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.s | |||
2013-07-13 | Added scons2ninja script. | Remko Tronçon | |
This script allows you to use ninja to drive your build, but using SCons in the back to generate the ninja files. Change-Id: I410d80d91f3c2ca6f369169d9b004b531625022f | |||
2013-04-21 | Fix compilation when 3rdParty/ is not there. | Remko Tronçon | |
Change-Id: I6d86bf7d8dcc750ff69ff08500c9987b3c1de43e | |||
2013-04-19 | Avoid 'test' phase when parsing SConscripts. | Remko Tronçon | |
Change-Id: I504fa7d33b8cb6572f05ba8478d277ddc7705483 | |||
2013-03-30 | Making stuff build against non-bundled libraries | Kevin Smith | |
Change-Id: I2c00de607e204f7d2c474aa9d4c18cde86d575ec | |||
2013-03-15 | Spell checker implementation using Hunspell | Vlad Voicu | |
Change-Id: Ia15b6532edf6eef7c45bdfb273e77f65ce998f13 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details | |||
2013-03-03 | Remove the async vfs for sqlite, to avoid the crash | Kevin Smith | |
Change-Id: I8cda6397048911f48575659ef2f59076d8022f03 | |||
2013-02-11 | Fix bundled OpenSSL builds. | Remko Tronçon | |
Change-Id: Ic11b04663f324b75d81a18887cbe4c7324823c86 | |||
2012-12-31 | Remove obsolete CLang & MSVS tools. | Remko Tronçon | |
Change-Id: I5fbe1a44ae95c80eaf11bda466576154633abda8 | |||
2012-12-22 | Use precompiled header in EchoBot variants. | Remko Tronçon | |
This slightly speeds up compilation on Windows. Adding this mostly as demonstrating/documentation purposes. Change-Id: Ic50aaef04589c79b926a0dcb4bb8d00284fd5a21 | |||
2012-10-13 | Remove restriction to only detect Boost FileSystem v2. | Remko Tronçon | |
Resolves: #1173 Change-Id: I79343bf8ff0d14528825699d8eee79985a09d29d | |||
2012-09-16 | Fixed compilation on windows. | Remko Tronçon | |
2012-09-12 | Don't use SQLite in non-experimental. | Remko Tronçon | |
2012-09-01 | Allow forcing of bundled sqlite, and compile sqlite on OS X | 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. | |||
2012-07-15 | Provide replace_pragma_once flag. | Remko Tronçon | |
2012-06-05 | Fixed LibIDN build. | Remko Tronçon | |
2012-06-05 | Added ICU support. | Remko Tronçon | |
2012-04-25 | Make SCons list Schannel as TLS mechanism instead of 'None'. | Remko Tronçon | |
2012-03-09 | Handle double growl callbacks. | Remko Tronçon | |
2012-03-07 | Disable Growl temporarily | Kevin Smith | |
2011-11-03 | Quick brush up after previous patch. | Kevin Smith | |
Includes: Initial cleanup of SChannel code; compiling on non-Windows Be willing to compile Swift with SChannel Undo some (presumably accidental) OpenSSL changes Where TLS doesn't support finish messages (SChannel), don't try -PLUS | |||
2011-11-03 | * Added Schannel support. | dreijer | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-07 | Remove system natpmp and libminiupnp checking completely. | Remko Tronçon | |
2011-09-25 | File transfer changes. | Remko Tronçon | |
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-08-27 | fix compilation on ubuntu 11.10 (e.g. for gcc 4.6) | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-07-10 | Fixed compilation problem on some compilers. | Remko Tronçon | |
2011-07-10 | Added enable_variants build option. | Remko Tronçon | |
2011-07-10 | Make SConscript files more robust against variant dirs. | Remko Tronçon | |
2011-07-09 | Revert "Allow ccache when compiling from xcode" | Remko Tronçon | |
This reverts commit 1c2cd11645b33aadee31c37e15f4a24d6ae37587. | |||
2011-07-09 | Set CCache flags last in the compile settings. | Remko Tronçon | |
2011-07-09 | Allow ccache when compiling from xcode | Kevin Smith | |
2011-07-09 | Detect release build. | Remko Tronçon | |
2011-07-04 | Fixed TableRoster bugs. | Remko Tronçon | |
2011-06-18 | Disable compilation of SQLite. | Remko Tronçon | |
2011-06-17 | Fixed build for Mac OS X 10.5. | Remko Tronçon | |
2011-06-17 | Check for LibXML version >= 2.6.23. | Remko Tronçon | |
Earlier versions have a bug in non-namespaced attribute handling. | |||
2011-06-11 | Explicitly link against gobject. | Remko Tronçon | |
This is required for newer linkers (gold) on Linux. | |||
2011-05-25 | Added 'assertions' scons flag. | Remko Tronçon | |
2011-05-25 | Revert "Remove compiler arguments which are unsupported in latest clang." | Tobias Markmann | |
This reverts commit 45670c6a4ede70ef9383d5ba72301e9484efe6d4. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-05-22 | Remove compiler arguments which are unsupported in latest clang. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-05-13 | Always include -lX11 on Linux. | Remko Tronçon | |
2011-04-30 | Remove dependency on python 2.5 in SConscript file. | Remko Tronçon | |
2011-04-26 | Added CertificateMemoryStorage. | Remko Tronçon | |
2011-04-25 | Added SQLite build flags. | Remko Tronçon | |
2011-04-19 | Fixed OS X ProxyProvider compilation. | Remko Tronçon | |
2011-04-19 | Allow compilation warnings by default. | Remko Tronçon | |
2011-04-19 | Fixed Linux compilation. | Remko Tronçon | |
2011-04-18 | Added option to build library with tests. | Remko Tronçon | |