List Info

Thread: Code completion




Code completion
user name
2006-12-07 20:36:37
Jens Dagerbo <jens.dagerbo <at> swipnet.se>
writes:
> Code Completion has changed ALOT in 3.4 development.
Now's your chance to 
find 
> bugs in it before the release! 
> 
> // jens
> 

I'm using version 3.3.93. How do I make code completion work
with custom 
makefile projects?
It just says "File blah/blah.cpp does not exist in the
code-model"




_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-07 21:36:09
On 07.12.06 20:36:37, Massimiliano Torromeo wrote:
> Jens Dagerbo <jens.dagerbo <at> swipnet.se>
writes:
> > Code Completion has changed ALOT in 3.4
development. Now's your chance to 
> find 
> > bugs in it before the release! 
> > 
> > // jens
> > 
> 
> I'm using version 3.3.93. How do I make code completion
work with custom 
> makefile projects?
> It just says "File blah/blah.cpp does not exist in
the code-model"

Add the files to the project. This can be done via the
FileTree view on
the left side. 

Code-Completion should work for all files that are mentioned
in the
<project>.kdevelop.filelist file in the top-level
project dir.

Andreas

-- 
Don't you wish you had more energy... or less ambition?

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-07 21:36:09
On 07.12.06 20:36:37, Massimiliano Torromeo wrote:
> Jens Dagerbo <jens.dagerbo <at> swipnet.se>
writes:
> > Code Completion has changed ALOT in 3.4
development. Now's your chance to 
> find 
> > bugs in it before the release! 
> > 
> > // jens
> > 
> 
> I'm using version 3.3.93. How do I make code completion
work with custom 
> makefile projects?
> It just says "File blah/blah.cpp does not exist in
the code-model"

Add the files to the project. This can be done via the
FileTree view on
the left side. 

Code-Completion should work for all files that are mentioned
in the
<project>.kdevelop.filelist file in the top-level
project dir.

Andreas

-- 
Don't you wish you had more energy... or less ambition?

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-08 15:46:27
On Friday 08 December 2006 03:06 IST, Andreas Pakulat wrote:
> Add the files to the project. This can be done via the
FileTree view on
> the left side.

Ah! I always liked FileTree, but would disable it first
thing as it would 
freeze KDevelop while it did an svn update. Can take a long
time with large 
projects and a slow connections.

> Code-Completion should work for all files that are
mentioned in the
> <project>.kdevelop.filelist file in the top-level
project dir.

Tell me. When i import a large custom makefile project, like
lets say the 
linux kernel itself, The system memory gets rapidly
consumed. First the RAM 
then swap, before the system freezes completely. This happen
even if i 
choose to not 'populate' the project with source files. Does
code 
completion have anything to do in here? Or is it just that
KDevelop is not 
capable of handling such large projects?

My system has 1GB of RAM and 2GB swap space.
-- 
Cheers!
kitts

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-08 15:46:27
On Friday 08 December 2006 03:06 IST, Andreas Pakulat wrote:
> Add the files to the project. This can be done via the
FileTree view on
> the left side.

Ah! I always liked FileTree, but would disable it first
thing as it would 
freeze KDevelop while it did an svn update. Can take a long
time with large 
projects and a slow connections.

> Code-Completion should work for all files that are
mentioned in the
> <project>.kdevelop.filelist file in the top-level
project dir.

Tell me. When i import a large custom makefile project, like
lets say the 
linux kernel itself, The system memory gets rapidly
consumed. First the RAM 
then swap, before the system freezes completely. This happen
even if i 
choose to not 'populate' the project with source files. Does
code 
completion have anything to do in here? Or is it just that
KDevelop is not 
capable of handling such large projects?

My system has 1GB of RAM and 2GB swap space.
-- 
Cheers!
kitts

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-08 16:10:32
On 08.12.06 21:16:27, kitts wrote:
> On Friday 08 December 2006 03:06 IST, Andreas Pakulat
wrote:
> > Code-Completion should work for all files that are
mentioned in the
> > <project>.kdevelop.filelist file in the
top-level project dir.
> 
> Tell me. When i import a large custom makefile project,
like lets say the 
> linux kernel itself, The system memory gets rapidly
consumed. First the RAM 
> then swap, before the system freezes completely. This
happen even if i 
> choose to not 'populate' the project with source files.
Does code 
> completion have anything to do in here? Or is it just
that KDevelop is not 
> capable of handling such large projects?

Hmm, no code-completion only runs on the files that the
project manager
returns. Try running kdevelop through gdb when you import
the kernel
source and interrupt it when it starts to massively consume
memory,
create a backtrace and post that here.

Andreas

-- 
You will be recognized and honored as a community leader.

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-08 16:10:32
On 08.12.06 21:16:27, kitts wrote:
> On Friday 08 December 2006 03:06 IST, Andreas Pakulat
wrote:
> > Code-Completion should work for all files that are
mentioned in the
> > <project>.kdevelop.filelist file in the
top-level project dir.
> 
> Tell me. When i import a large custom makefile project,
like lets say the 
> linux kernel itself, The system memory gets rapidly
consumed. First the RAM 
> then swap, before the system freezes completely. This
happen even if i 
> choose to not 'populate' the project with source files.
Does code 
> completion have anything to do in here? Or is it just
that KDevelop is not 
> capable of handling such large projects?

Hmm, no code-completion only runs on the files that the
project manager
returns. Try running kdevelop through gdb when you import
the kernel
source and interrupt it when it starts to massively consume
memory,
create a backtrace and post that here.

Andreas

-- 
You will be recognized and honored as a community leader.

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-08 17:25:46
On Friday 08 December 2006 21:40 IST, Andreas Pakulat wrote:
> Hmm, no code-completion only runs on the files that the
project manager
> returns. Try running kdevelop through gdb when you
import the kernel
> source and interrupt it when it starts to massively
consume memory,
> create a backtrace and post that here.

OK. RC1 seems to be much more well behaved than the beta.
Atleast, kdevelop 
is showing progress and seemed to be working fine except for
the memory 
issue.

Loading process had progressed to about 33% in the status
bar. 2% remaining 
RAM space and 23% remaining swap space (on this machine i
have 1GB swap). I 
interrupted the process and the backtrace gives

(gdb) bt
#0  0x00002ad4bcc078f2 in select () from /lib/libc.so.6
#1  0x00002ad4ba711fe9 in QEventLoop::processEvents () 
from /usr/lib/libqt-mt.so.3
#2  0x00002ad4ba78480b in QEventLoop::enterLoop () 
from /usr/lib/libqt-mt.so.3
#3  0x00002ad4ba784613 in QEventLoop::exec () from
/usr/lib/libqt-mt.so.3
#4  0x00002ad4ba76cd9c in QApplication::exec () from
/usr/lib/libqt-mt.so.3
#5  0x0000000000408969 in main (argc=1, argv=0x7ffff3fc2688)
at main.cpp:149
(gdb)

Console output shows it processing a long list of files as
below

<snip>
kdevelop (cpp support): files in code-model after parseEmit:
10439 before: 
10438
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/ncp_no.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/ncp_no.h
kdevelop (cpp support): files in code-model after parseEmit:
10440 before: 
10439
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/net.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/net.h
kdevelop (cpp support): files in code-model after parseEmit:
10441 before: 
10440
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netdevice.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netdevice.h
kdevelop (cpp support): files in code-model after parseEmit:
10442 before: 
10441
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter.h
kdevelop (cpp support): files in code-model after parseEmit:
10443 before: 
10442
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_arp.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_arp.h
kdevelop (cpp support): files in code-model after parseEmit:
10444 before: 
10443
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_bridge.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_bridge.h
kdevelop (cpp support): files in code-model after parseEmit:
10445 before: 
10444
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_decnet.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_decnet.h
kdevelop (cpp support): files in code-model after parseEmit:
10446 before: 
10445
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_ipv4.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_ipv4.h
kdevelop (cpp support): files in code-model after parseEmit:
10447 before: 
10446
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_ipv6.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_ipv6.h
kdevelop (cpp support): files in code-model after parseEmit:
10448 before: 
10447
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_logging.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_logging.h
kdevelop (cpp support): files in code-model after parseEmit:
10449 before: 
10448
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netlink.h

-- 
Cheers!
kitts

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-08 17:25:46
On Friday 08 December 2006 21:40 IST, Andreas Pakulat wrote:
> Hmm, no code-completion only runs on the files that the
project manager
> returns. Try running kdevelop through gdb when you
import the kernel
> source and interrupt it when it starts to massively
consume memory,
> create a backtrace and post that here.

OK. RC1 seems to be much more well behaved than the beta.
Atleast, kdevelop 
is showing progress and seemed to be working fine except for
the memory 
issue.

Loading process had progressed to about 33% in the status
bar. 2% remaining 
RAM space and 23% remaining swap space (on this machine i
have 1GB swap). I 
interrupted the process and the backtrace gives

(gdb) bt
#0  0x00002ad4bcc078f2 in select () from /lib/libc.so.6
#1  0x00002ad4ba711fe9 in QEventLoop::processEvents () 
from /usr/lib/libqt-mt.so.3
#2  0x00002ad4ba78480b in QEventLoop::enterLoop () 
from /usr/lib/libqt-mt.so.3
#3  0x00002ad4ba784613 in QEventLoop::exec () from
/usr/lib/libqt-mt.so.3
#4  0x00002ad4ba76cd9c in QApplication::exec () from
/usr/lib/libqt-mt.so.3
#5  0x0000000000408969 in main (argc=1, argv=0x7ffff3fc2688)
at main.cpp:149
(gdb)

Console output shows it processing a long list of files as
below

<snip>
kdevelop (cpp support): files in code-model after parseEmit:
10439 before: 
10438
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/ncp_no.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/ncp_no.h
kdevelop (cpp support): files in code-model after parseEmit:
10440 before: 
10439
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/net.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/net.h
kdevelop (cpp support): files in code-model after parseEmit:
10441 before: 
10440
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netdevice.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netdevice.h
kdevelop (cpp support): files in code-model after parseEmit:
10442 before: 
10441
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter.h
kdevelop (cpp support): files in code-model after parseEmit:
10443 before: 
10442
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_arp.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_arp.h
kdevelop (cpp support): files in code-model after parseEmit:
10444 before: 
10443
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_bridge.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_bridge.h
kdevelop (cpp support): files in code-model after parseEmit:
10445 before: 
10444
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_decnet.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_decnet.h
kdevelop (cpp support): files in code-model after parseEmit:
10446 before: 
10445
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_ipv4.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_ipv4.h
kdevelop (cpp support): files in code-model after parseEmit:
10447 before: 
10446
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_ipv6.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_ipv6.h
kdevelop (cpp support): files in code-model after parseEmit:
10448 before: 
10447
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netfilter_logging.h
kdevelop (class view): [void Navigator::addFile(const
QString&)] 
file:
/media/devel/devel/Installs/linux-2.6.18.1/debian/linux-head
ers-2.6.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/in
clude/linux/netfilter_logging.h
kdevelop (cpp support): files in code-model after parseEmit:
10449 before: 
10448
kdevelop (cpp support): CppSupportPart::customEvent(2000)
kdevelop (cpp support): 
ProblemReporter::removeAllProblems()debian/linux-headers-2.6
.18.1-custom/usr/src/linux-headers-2.6.18.1-custom/include/l
inux/netlink.h

-- 
Cheers!
kitts

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
Code completion
user name
2006-12-08 19:57:45
On 08.12.06 22:55:46, kitts wrote:
> On Friday 08 December 2006 21:40 IST, Andreas Pakulat
wrote:
> > Hmm, no code-completion only runs on the files
that the project manager
> > returns. Try running kdevelop through gdb when you
import the kernel
> > source and interrupt it when it starts to
massively consume memory,
> > create a backtrace and post that here.
> 
> OK. RC1 seems to be much more well behaved than the
beta. Atleast, kdevelop 
> is showing progress and seemed to be working fine
except for the memory 
> issue.
> 
> Loading process had progressed to about 33% in the
status bar. 2% remaining 
> RAM space and 23% remaining swap space (on this machine
i have 1GB swap). I 
> interrupted the process and the backtrace gives

That is definetly the backgroundparser. But I don't know how
to turn it
off. I suggest you send a mail to kdevelop-devel without the
backtrace
but with the konsole output. David Nolden, the guy currently
working on
it reads that list more than this one.

Andreas

-- 
You will meet an important person who will help you advance
professionally.

_______________________________________________
kdevelop mailing list
kdevelopbarney.cs.uni-potsdam.de
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdev
elop
[1-10] [11-13]

about | contact  Other archives ( Real Estate discussion Medical topics )