~kubuntu-members/nepomuk-core/4.11

  • Committer: Raphael Kubo da Costa
  • Date: 2013-12-10 18:07:48 UTC
  • Revision ID: git-v1:d70b472678720e5637e61b12360dbe0aad1e0673
nepomukctl: Do not create a global static QTextStream.

Creating global static objects is a big no-no, and is properly documented in
KDE's policies. One never knows the order in which they are created and
destroyed, which was causing crashes at least on FreeBSD when libcxxrt is
used, as Qt's Q_GLOBAL_STATIC cleanup code would destroy QTextCodec
instances still referenced by that global QTextStream.

Since the QTextStream was only used as glorified fprintf(), resort to just
printing to std::cerr directly.

REVIEW: 114390
Filename Latest Rev Last Changed Committer Comment Size
..
autotests 1085 11 years ago Vishesh Handa Merge branch 'KDE/4.9' * e72214b - TestLibrary * Diff
cleaner 1195 11 years ago Vishesh Handa Merge branch 'feature/dataCleaner' This introduce Diff
cmake 1275 11 years ago Christophe Giboudeaux Port to feature_summary Diff
common 835 12 years ago Sebastian Trueg Merge branch 'master' of ../kde-runtime-frameworks Diff
includes 1034 11 years ago Sebastian Trueg Added fancy includes for Nepomuk. Diff
interfaces 835 12 years ago Sebastian Trueg Merge branch 'master' of ../kde-runtime-frameworks Diff
libnepomukcore 842 12 years ago Sebastian Trueg Created the nepomukcore library. - Moved all lib Diff
ontologies 835 12 years ago Sebastian Trueg Merge branch 'master' of ../kde-runtime-frameworks Diff
rcgen 846 12 years ago Sebastian Trueg Moved old rcgen to its own top level dir. Diff
removed-services 835 12 years ago Sebastian Trueg Merge branch 'master' of ../kde-runtime-frameworks Diff
server 835 12 years ago Sebastian Trueg Merge branch 'master' of ../kde-runtime-frameworks Diff
services 835 12 years ago Sebastian Trueg Merge branch 'master' of ../kde-runtime-frameworks Diff
servicestub 835 12 years ago Sebastian Trueg Merge branch 'master' of ../kde-runtime-frameworks Diff
tests 986 12 years ago Sebastian Trueg Added simple queryparser test app which shows the Diff
tools 1339 11 years ago Gabriel Poesia Add a new tool NepomukCtl (Nepomuk server manipula Diff
.emacs-dirvars 688 13 years ago Sebastian Trueg It might not follow the kdelibs style guide exactl 402 bytes Diff Download File
.reviewboardrc 1311 11 years ago Edward Toroshchin add .reviewboardrc This makes post-review work wi 126 bytes Diff Download File
CMakeLists.txt 1516 10 years ago Vishesh Handa Storage: Perform a runtime check for virtuoso 6.1. 5.8 KB Diff Download File
COPYING.GPL-2 1051 11 years ago Philip Muskovac Add copies of the GPL-2 GPL-3 LGPL-2 LGPL-2.1 LGPL 17.6 KB Diff Download File
COPYING.GPL-3 1051 11 years ago Philip Muskovac Add copies of the GPL-2 GPL-3 LGPL-2 LGPL-2.1 LGPL 34.3 KB Diff Download File
COPYING.LGPL-2 1051 11 years ago Philip Muskovac Add copies of the GPL-2 GPL-3 LGPL-2 LGPL-2.1 LGPL 24.7 KB Diff Download File
COPYING.LGPL-2.1 1051 11 years ago Philip Muskovac Add copies of the GPL-2 GPL-3 LGPL-2 LGPL-2.1 LGPL 25.9 KB Diff Download File
COPYING.LGPL-3 1051 11 years ago Philip Muskovac Add copies of the GPL-2 GPL-3 LGPL-2 LGPL-2.1 LGPL 7.4 KB Diff Download File
CTestConfig.cmake 1084 11 years ago Volker Krause Add CTest configuration. 541 bytes Diff Download File
CTestCustom.cmake 1084 11 years ago Volker Krause Add CTest configuration. 768 bytes Diff Download File
Info.plist.template 1075 11 years ago Till Adam Add the plist template referenced (on Mac) by the 1.3 KB Diff Download File
Mainpage.dox 1074.1.71 11 years ago Vishesh Handa Update Mainpage.dox * Port to Nepomuk2 * Add myse 21.3 KB Diff Download File
Nepomuk2AddOntologyClasses.cmake 1185 11 years ago Marco Martin remove duplicate find_program 3.9 KB Diff Download File
NepomukCoreConfig.cmake.in 1266.1.87 11 years ago Christophe Giboudeaux Be less verbose 1.9 KB Diff Download File