Log of /branches/soprano

View Directory Listing Directory Listing


Sticky Revision:

Revision 1173513 - Directory Listing
Modified Thu Sep 9 15:49:00 2010 UTC (13 years, 2 months ago) by trueg
Backport: Do not delete the connection in a thread other than the one that created it. This might be a mem-leak since that thread might be gone already but a mem-leak is better than a crash.

Revision 1173429 - Directory Listing
Modified Thu Sep 9 10:33:04 2010 UTC (13 years, 2 months ago) by trueg
Version bump + fixed server threads default in virtuoso backend

Revision 1172583 - Directory Listing
Modified Tue Sep 7 15:01:53 2010 UTC (13 years, 2 months ago) by trueg
Backported Virtuoso working dir fix.

Revision 1163281 - Directory Listing
Modified Fri Aug 13 15:39:49 2010 UTC (13 years, 3 months ago) by nlecureuil
Backport commit 1163272
CCBUG: 221433


Revision 1159896 - Directory Listing
Modified Fri Aug 6 13:12:14 2010 UTC (13 years, 3 months ago) by trueg
Branched Soprano 2.5

Revision 1158322 - Directory Listing
Modified Mon Aug 2 14:07:40 2010 UTC (13 years, 4 months ago) by trueg
backport: fix crash when connection failed

Revision 1151819 - Directory Listing
Modified Mon Jul 19 16:01:08 2010 UTC (13 years, 4 months ago) by rdieter
+#include <QtCore/QDebug> where qDebug is used


Revision 1133248 - Directory Listing
Modified Tue Jun 1 10:22:41 2010 UTC (13 years, 6 months ago) by trueg
Backport: Properly read the bindingnames from the original iterator

Revision 1131714 - Directory Listing
Modified Fri May 28 19:16:24 2010 UTC (13 years, 6 months ago) by trueg
Backport: Use multi-parameter QString::arg to avoid replacing in replace strings.

Revision 1117926 - Directory Listing
Modified Fri Apr 23 13:15:48 2010 UTC (13 years, 7 months ago) by trueg
version bump

Revision 1117925 - Directory Listing
Modified Fri Apr 23 13:14:42 2010 UTC (13 years, 7 months ago) by trueg
Backport: Make sure we actually use the hints extracted via iodbc-config by prepending them to the searchpath with HINTS instead of PATHS.

Revision 1117464 - Directory Listing
Modified Thu Apr 22 09:34:57 2010 UTC (13 years, 7 months ago) by trueg
Instead of checking for the connection state in the current thread, actually try to connect. While this will effectively remove the constness of the isConnected method it fixes an issue in Nepomuk where the ClientModel is recreated on each command.

Revision 1114060 - Directory Listing
Modified Mon Apr 12 16:51:21 2010 UTC (13 years, 7 months ago) by trueg
Backport: Do not fail the entire removeGraph command in case one of the subcommands fails

Revision 1113988 - Directory Listing
Modified Mon Apr 12 12:50:10 2010 UTC (13 years, 7 months ago) by trueg
Backport: do not crash on connection loss in ClientModel

Revision 1113973 - Directory Listing
Modified Mon Apr 12 11:58:24 2010 UTC (13 years, 7 months ago) by trueg
Backport: slight optimizations in the Virtuoso backend due to less URI encoding and decoding

Revision 1113940 - Directory Listing
Modified Mon Apr 12 10:26:53 2010 UTC (13 years, 7 months ago) by trueg
ChangeLog update

Revision 1113939 - Directory Listing
Modified Mon Apr 12 10:25:41 2010 UTC (13 years, 7 months ago) by trueg
thread safe'ing

Revision 1113937 - Directory Listing
Modified Mon Apr 12 10:24:51 2010 UTC (13 years, 7 months ago) by trueg
Backported fix (to the wrong branch as last time :(

Revision 1113375 - Directory Listing
Modified Sat Apr 10 16:42:58 2010 UTC (13 years, 7 months ago) by trueg
Backported threading fix

Revision 1105774 - Directory Listing
Modified Sun Mar 21 11:35:37 2010 UTC (13 years, 8 months ago) by trueg
Move the SOCKET_HANDLE definition out of the public header

Revision 1102007 - Directory Listing
Modified Thu Mar 11 15:31:09 2010 UTC (13 years, 8 months ago) by trueg
Backport: Fixed query to get existing full text query rules

Revision 1102000 - Directory Listing
Modified Thu Mar 11 15:21:45 2010 UTC (13 years, 8 months ago) by trueg
less crashing on and after socket closing

Revision 1101987 - Directory Listing
Modified Thu Mar 11 14:25:40 2010 UTC (13 years, 8 months ago) by trueg
Fixed closing of connection

Revision 1101981 - Directory Listing
Modified Thu Mar 11 13:56:41 2010 UTC (13 years, 8 months ago) by trueg
Added new Socket* classes which replace QLocalSocket and QLocalServer on linux. A windows port is still pending. Also TCP client support is disabled for now.

Revision 1101979 - Directory Listing
Modified Thu Mar 11 13:43:53 2010 UTC (13 years, 8 months ago) by trueg
Branched Soprano to create a replacement for Qt sockets.


Revision 1101691 - Directory Listing
Modified Wed Mar 10 16:24:44 2010 UTC (13 years, 8 months ago) by trueg
Backport: Fixed deadlock

Revision 1100761 - Directory Listing
Modified Mon Mar 8 14:44:58 2010 UTC (13 years, 8 months ago) by trueg
Backport: Hack to work around another multithreading related crash.

Revision 1100658 - Directory Listing
Modified Mon Mar 8 09:06:42 2010 UTC (13 years, 8 months ago) by trueg
Backport: do not reconnect the client when deleting the model.


Revision 1097409 - Directory Listing
Modified Mon Mar 1 09:59:01 2010 UTC (13 years, 9 months ago) by trueg
Backport: Added pkgconfig files for sopranoclient, sopranoserver, and sopranoindex.


Revision 1094791 - Directory Listing
Modified Tue Feb 23 09:08:25 2010 UTC (13 years, 9 months ago) by trueg
Backport: wait for the killed Virtuoso instance to go down.

Revision 1092672 - Directory Listing
Modified Fri Feb 19 11:31:48 2010 UTC (13 years, 9 months ago) by trueg
Backport: Allow to Build soprano with -fvisibility=hidden -fvisibility-inlines-hidden, patch by Modestas Vainius of Debian.


Revision 1092129 - Directory Listing
Modified Thu Feb 18 11:26:22 2010 UTC (13 years, 9 months ago) by trueg
Backport: use the SIGINT signal to shut down Virtuoso

Revision 1090719 - Directory Listing
Modified Mon Feb 15 21:00:21 2010 UTC (13 years, 9 months ago) by trueg
Backported qHash(QUrl) fix for Qt 4.7.

Revision 1088714 - Directory Listing
Modified Thu Feb 11 12:40:29 2010 UTC (13 years, 9 months ago) by trueg
merge 2.3 branch changelog

Revision 1088689 - Directory Listing
Modified Thu Feb 11 11:16:28 2010 UTC (13 years, 9 months ago) by trueg
Backport:
New "forcedstart" Virtuoso parameter which makes the backend shut down Virtuoso instances accessing the 
data in the storage dir.


Revision 1088553 - Directory Listing
Modified Thu Feb 11 09:26:12 2010 UTC (13 years, 9 months ago) by trueg
Backport: unlock mutex before deleting it.

Revision 1088140 - Directory Listing
Modified Wed Feb 10 10:19:07 2010 UTC (13 years, 9 months ago) by trueg
Removed symlink check from virtuoso-t check according to Soprano SF bug #2948939

Revision 1087903 - Directory Listing
Modified Tue Feb 9 19:03:54 2010 UTC (13 years, 9 months ago) by trueg
Backport: fixed includes after the split of server and client

Revision 1087832 - Directory Listing
Modified Tue Feb 9 16:58:40 2010 UTC (13 years, 9 months ago) by trueg
Version bump to 2.4

Revision 1087830 - Directory Listing
Modified Tue Feb 9 16:56:37 2010 UTC (13 years, 9 months ago) by trueg
branched Soprano 2.4

Revision 1045209 - Directory Listing
Modified Thu Nov 5 13:11:59 2009 UTC (14 years, 1 month ago) by trueg
Backport: make onto2vocabularyclass work with the redland backend

Revision 1036389 - Directory Listing
Modified Sat Oct 17 09:01:15 2009 UTC (14 years, 1 month ago) by trueg
Backport: fixed parsing of plain literals with language code

Revision 1026709 - Directory Listing
Modified Tue Sep 22 09:50:08 2009 UTC (14 years, 2 months ago) by trueg
build fix

Revision 1026706 - Directory Listing
Modified Tue Sep 22 09:12:18 2009 UTC (14 years, 2 months ago) by trueg
updated changelog

Revision 1026704 - Directory Listing
Modified Tue Sep 22 09:11:06 2009 UTC (14 years, 2 months ago) by trueg
Backport: do not index empty strings

Revision 1014125 - Directory Listing
Modified Fri Aug 21 14:42:15 2009 UTC (14 years, 3 months ago) by trueg
backport: added missing space

Revision 1013910 - Directory Listing
Modified Fri Aug 21 07:43:25 2009 UTC (14 years, 3 months ago) by trueg
Backport: fix iterator

Revision 1013269 - Directory Listing
Modified Wed Aug 19 12:29:31 2009 UTC (14 years, 3 months ago) by trueg
Backport: fail on non-graph query export in sopranocmd

Revision 1011311 - Directory Listing
Modified Fri Aug 14 10:14:29 2009 UTC (14 years, 3 months ago) by trueg
Backport: Properly handle class names containing a dash '-' in onto2vocabularyclass

Revision 1007775 - Directory Listing
Modified Thu Aug 6 09:07:11 2009 UTC (14 years, 4 months ago) by trueg
Backport: do not throw an error if an added statement already exists.

Revision 1007762 - Directory Listing
Modified Thu Aug 6 09:00:32 2009 UTC (14 years, 4 months ago) by trueg
* Backport: workaround redland's statement duplicates bug
* fixed installation path of the soprano cmake module


Revision 997200 - Directory Listing
Modified Wed Jul 15 14:00:08 2009 UTC (14 years, 4 months ago) by trueg
version bump to 2.3 + removed last traces of virtuoso

Revision 997079 - Directory Listing
Modified Wed Jul 15 10:24:43 2009 UTC (14 years, 4 months ago) by trueg
removed virtuoso backend from 2.3 branch - sadly it is not ready yet as Virtuoso 5.0.11 is still not stable

Revision 997073 - Directory Listing
Modified Wed Jul 15 10:15:35 2009 UTC (14 years, 4 months ago) by trueg
Branching Soprano 2.3


Revision 986293 - Directory Listing
Modified Wed Jun 24 13:30:42 2009 UTC (14 years, 5 months ago) by trueg
backported index fix

Revision 983841 - Directory Listing
Modified Fri Jun 19 10:38:22 2009 UTC (14 years, 5 months ago) by trueg
backport: avoid borked args if the first one contains a percent encoding

Revision 983838 - Directory Listing
Modified Fri Jun 19 10:36:39 2009 UTC (14 years, 5 months ago) by trueg
version bump + index fix backport

Revision 944319 - Directory Listing
Modified Wed Mar 25 12:38:54 2009 UTC (14 years, 8 months ago) by reed
port plugin SHARED -> MODULE change from trunk

Revision 932999 - Directory Listing
Modified Fri Feb 27 19:27:48 2009 UTC (14 years, 9 months ago) by trueg
Backported the buildsystem changes for the tests which I forgot the last time.

Revision 924720 - Directory Listing
Modified Wed Feb 11 13:32:40 2009 UTC (14 years, 9 months ago) by trueg
Make gcc shut up more

Revision 923715 - Directory Listing
Modified Mon Feb 9 09:20:21 2009 UTC (14 years, 9 months ago) by trueg
cleanup

Revision 923714 - Directory Listing
Modified Mon Feb 9 09:18:20 2009 UTC (14 years, 9 months ago) by trueg
Backported iterator fix

Revision 921739 - Directory Listing
Modified Thu Feb 5 15:22:15 2009 UTC (14 years, 9 months ago) by trueg
Properly encode single quotes in urls, virtuoso needs that

Revision 921586 - Directory Listing
Modified Thu Feb 5 09:30:55 2009 UTC (14 years, 9 months ago) by trueg
Backport: convert date to utc when formatting QDateTime!


Revision 921322 - Directory Listing
Modified Wed Feb 4 19:31:51 2009 UTC (14 years, 10 months ago) by trueg
Finally the Virtuoso backend works nearly 100%. At least it is in a state where it can actually be used.
There are still some hacks in it, some of which will hopefully be resolved once I get the necessary information
or Virtuoso is improved.


Revision 920895 - Directory Listing
Modified Tue Feb 3 23:55:23 2009 UTC (14 years, 10 months ago) by trueg
Backport: no need for the overhead of dynamic_cast

Revision 920593 - Directory Listing
Modified Tue Feb 3 10:58:03 2009 UTC (14 years, 10 months ago) by trueg
backport: apidox build optionally

Revision 920358 - Directory Listing
Modified Mon Feb 2 19:29:29 2009 UTC (14 years, 10 months ago) by trueg
Backported the new cmake options

Revision 920326 - Directory Listing
Modified Mon Feb 2 18:25:06 2009 UTC (14 years, 10 months ago) by trueg
Make ServerCore::registerAsDBusObject a no-op without dbus so we do not have to install the config header

Revision 920266 - Directory Listing
Modified Mon Feb 2 16:25:41 2009 UTC (14 years, 10 months ago) by trueg
Backported optional dbus and redland build fix


Revision 918167 - Directory Listing
Modified Thu Jan 29 14:05:28 2009 UTC (14 years, 10 months ago) by trueg
updated changelog

Revision 918165 - Directory Listing
Modified Thu Jan 29 14:04:26 2009 UTC (14 years, 10 months ago) by trueg
Backport: properly clear error

Revision 917636 - Directory Listing
Modified Wed Jan 28 09:23:24 2009 UTC (14 years, 10 months ago) by trueg
enabled usage of non-overloaded methods

Revision 917290 - Directory Listing
Modified Tue Jan 27 15:11:56 2009 UTC (14 years, 10 months ago) by trueg
Backported the brute force support for removeAllStatements

Revision 917283 - Directory Listing
Modified Tue Jan 27 14:48:13 2009 UTC (14 years, 10 months ago) by trueg
Backported the custom sparql query path from trunk

Revision 917213 - Directory Listing
Modified Tue Jan 27 08:17:30 2009 UTC (14 years, 10 months ago) by trueg
Branched Soprano 2.2

Revision 903237 - Directory Listing
Modified Tue Dec 30 09:30:21 2008 UTC (14 years, 11 months ago) by trueg
Backport important fix from trunk

Revision 895669 - Directory Listing
Modified Thu Dec 11 11:24:39 2008 UTC (14 years, 11 months ago) by trueg
Some readme information and hacky support for default graph

Revision 895668 - Directory Listing
Modified Thu Dec 11 11:23:25 2008 UTC (14 years, 11 months ago) by trueg
check boudries of index

Revision 895667 - Directory Listing
Modified Thu Dec 11 11:22:57 2008 UTC (14 years, 11 months ago) by trueg
handle ports encoded in urls

Revision 895666 - Directory Listing
Modified Thu Dec 11 11:22:39 2008 UTC (14 years, 11 months ago) by trueg
Convinience methods, close to stable

Revision 895656 - Directory Listing
Modified Thu Dec 11 10:14:48 2008 UTC (14 years, 11 months ago) by trueg
Fixed include path

Revision 892982 - Directory Listing
Modified Fri Dec 5 16:56:01 2008 UTC (15 years ago) by trueg
Fixed time parsing

Revision 892981 - Directory Listing
Modified Fri Dec 5 16:54:46 2008 UTC (15 years ago) by trueg
Hack for ask and graph results: try to determine result type based on column name

Revision 892655 - Directory Listing
Modified Thu Dec 4 20:39:21 2008 UTC (15 years ago) by trueg
A lot of fixing and a first virtuoso unit test (still fails all over the place through.

Revision 892654 - Directory Listing
Modified Thu Dec 4 20:37:44 2008 UTC (15 years ago) by trueg
Handle true and false boolean node values; handle user and password for the sparql endpoint

Revision 892383 - Directory Listing
Modified Thu Dec 4 10:18:16 2008 UTC (15 years ago) by trueg
Added cmake module for iodbc, added actual backend plugin with installation.

Revision 892137 - Directory Listing
Modified Wed Dec 3 16:25:16 2008 UTC (15 years ago) by trueg
some new backend settings and more generic lib handling code to be reused in the virtuoso backend

Revision 891971 - Directory Listing
Modified Wed Dec 3 12:03:25 2008 UTC (15 years ago) by trueg
renamed odbcmodel to iodbcmodel

Revision 891970 - Directory Listing
Modified Wed Dec 3 12:01:37 2008 UTC (15 years ago) by trueg
some cleanup and default implementations

Revision 891967 - Directory Listing
Modified Wed Dec 3 11:39:50 2008 UTC (15 years ago) by trueg
More experimental backup

Revision 891965 - Directory Listing
Modified Wed Dec 3 11:32:54 2008 UTC (15 years ago) by trueg
creating a branch to finally having a backup of all my transaction, parser, and virtuoso work


Revision 848630 - Directory Listing
Modified Mon Aug 18 09:42:51 2008 UTC (15 years, 3 months ago) by trueg
backport from trunk: use QUrl::fromEncoded and its counterpart for URI serializing in DBus

Revision 846546 - Directory Listing
Modified Wed Aug 13 17:03:21 2008 UTC (15 years, 3 months ago) by trueg
Backup for all my BC breaking Soprano 3 changes

Revision 846540 - Directory Listing
Modified Wed Aug 13 16:57:15 2008 UTC (15 years, 3 months ago) by trueg
branched soprano3, only so I will not loose the changes I made for the next BC break.


Revision 839688 - Directory Listing
Modified Wed Jul 30 15:17:27 2008 UTC (15 years, 4 months ago) by trueg
Backport: README which points to sesame2 sources.

Revision 839613 - Directory Listing
Modified Wed Jul 30 12:20:15 2008 UTC (15 years, 4 months ago) by trueg
backport: use default Model::write implementation

Revision 838169 - Directory Listing
Modified Sun Jul 27 00:27:23 2008 UTC (15 years, 4 months ago) by trueg
Set version to 2.1

Revision 836545 - Directory Listing
Modified Tue Jul 22 14:01:55 2008 UTC (15 years, 4 months ago) by trueg
Branched Soprano 2.1

Revision 790358 - Directory Listing
Modified Wed Mar 26 17:10:41 2008 UTC (15 years, 8 months ago) by trueg
Backport

Revision 788093 - Directory Listing
Modified Thu Mar 20 16:51:06 2008 UTC (15 years, 8 months ago) by trueg
Updated sesame to 2.0.1

Revision 787911 - Directory Listing
Modified Thu Mar 20 07:29:23 2008 UTC (15 years, 8 months ago) by trueg
Backport: use RPATH in sesame2 backend

Revision 781681 - Directory Listing
Modified Mon Mar 3 13:44:16 2008 UTC (15 years, 9 months ago) by trueg
Backport

Revision 780296 - Directory Listing
Modified Thu Feb 28 18:05:30 2008 UTC (15 years, 9 months ago) by trueg
Backport from trunk

Revision 780291 - Directory Listing
Modified Thu Feb 28 17:50:27 2008 UTC (15 years, 9 months ago) by trueg
Backported LiteralValue::toString fix


Revision 775050 - Directory Listing
Modified Thu Feb 14 19:45:47 2008 UTC (15 years, 9 months ago) by trueg
Version bump to 2.0.2

Revision 775049 - Directory Listing
Modified Thu Feb 14 19:44:35 2008 UTC (15 years, 9 months ago) by trueg
Added missing files from last commit

Revision 775034 - Directory Listing
Modified Thu Feb 14 18:25:46 2008 UTC (15 years, 9 months ago) by trueg
Backported extreadwritelock

Revision 774404 - Directory Listing
Modified Wed Feb 13 08:28:10 2008 UTC (15 years, 9 months ago) by trueg
Backport from trunk

Revision 774315 - Directory Listing
Modified Tue Feb 12 23:44:51 2008 UTC (15 years, 9 months ago) by dagnele
Soprano can load correctly plugins also on mac osx

Revision 774085 - Directory Listing
Modified Tue Feb 12 13:32:59 2008 UTC (15 years, 9 months ago) by trueg
Now the namespaces are really fixed

Revision 774083 - Directory Listing
Modified Tue Feb 12 13:31:03 2008 UTC (15 years, 9 months ago) by trueg
Fixed NAO namespace

Revision 774082 - Directory Listing
Modified Tue Feb 12 13:29:11 2008 UTC (15 years, 9 months ago) by trueg
Fixed NRL namespace

Revision 774052 - Directory Listing
Modified Tue Feb 12 11:52:17 2008 UTC (15 years, 9 months ago) by trueg
Backport of datetime formatting fix

Revision 773504 - Directory Listing
Modified Mon Feb 11 08:23:43 2008 UTC (15 years, 9 months ago) by trueg
Added last two backports

Revision 773500 - Directory Listing
Modified Mon Feb 11 08:21:28 2008 UTC (15 years, 9 months ago) by trueg
Backport from trunk


Revision 773498 - Directory Listing
Modified Mon Feb 11 08:18:22 2008 UTC (15 years, 9 months ago) by trueg
Backport from trunk: always encode string literals as xls:string

Revision 761466 - Directory Listing
Modified Mon Jan 14 21:59:36 2008 UTC (15 years, 10 months ago) by cartman
Unbreak CLucene check by adding NO_DEFAULT_PATH at the end of paths list, as discussed on kde-buildsystem



Revision 761361 - Directory Listing
Modified Mon Jan 14 17:05:12 2008 UTC (15 years, 10 months ago) by mueller
merge -r761264

Revision 759728 - Directory Listing
Modified Fri Jan 11 08:02:35 2008 UTC (15 years, 10 months ago) by trueg
Backported DBus API documentation fix

Revision 758689 - Directory Listing
Modified Tue Jan 8 20:20:09 2008 UTC (15 years, 10 months ago) by trueg
added fix to changelog

Revision 758688 - Directory Listing
Modified Tue Jan 8 20:19:34 2008 UTC (15 years, 10 months ago) by trueg
Backported fix from trunk

Revision 758240 - Directory Listing
Modified Mon Jan 7 10:15:02 2008 UTC (15 years, 10 months ago) by trueg
Created Soprano 2.0 stable branch

CCMAIL: daniele.galdi@gmail.com


Revision 758237 - Directory Listing
Added Mon Jan 7 09:46:55 2008 UTC (15 years, 10 months ago) by dfaure
dir for soprano branches