libfactory-announce Mailing List for libfactory++
Status: Alpha
Brought to you by:
madduck
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Martin F K. <kr...@ai...> - 2005-05-26 06:56:03
|
also sprach Martin F Krafft <kr...@ai...> [2005.05.19.1854 +0200]: > $ baz register-archive sftp://arch.madduck.net/srv/arch/madduck/pub/200= 5/coding This should be baz register-archive http://arch.madduck.net/~madduck/pub/2005/coding Sorry for the mistake. --=20 Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: kr...@ai... University of Zurich Tel: +41.(0)44.63-54323 Andreasstrasse 15, Office 2.18 http://ailab.ch/people/krafft CH-8050 Zurich, Switzerland =20 Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! Spamtraps: kra...@ai... kra...@if... =20 "memory is like an orgasm. it's a lot better if you don't have to fake it." -- seymour cray commenting on virtual memory =20 "but virtual memory still gets the job done." -- gr |
|
From: Martin F K. <kr...@ai...> - 2005-05-19 16:54:33
|
Arch is a great system, btw, and I suggest bazaar [0] instead of tla: http://bazaar.canonical.com/ arch is a distributed SCM and essentially, there are two modes of checking out the archive now: read-only and write. Write is not what it may seem, you won't be able to commit directly, but instead you will branch off the main tree and your branch can then be easily merged when you are done. To checkout the archive in read-only mode: $ baz register-archive sftp://arch.madduck.net/srv/arch/madduck/pub/2005/= coding $ baz get ma...@ar...--2005-coding/libfactory--main--0 libtr= ee++ [...] $ baz update If you want to create a branch for your local development, you need to set up your own arch archive, which you can name however you like: $ baz my-id 'my name <my...@em...>' $ baz make-archive my...@em...--external ~/arch/external $ baz branch ma...@ar...--2005-coding/libfactory--main--0 \ my...@em...--external/libfactory--myname--0 $ baz get my...@em...--external/libfactory--myname--0 libtree++ [...] # merge new changes from my repository into yours $ baz merge ma...@ar...--2005-coding/libfactory--main--0 [...] # commit your own changes to your local repository $ baz commit [...] And then to prepare a changeset between your branch and mine: $ baz delta ma...@ar...--2005-coding/libfactory--main--0 \ my...@em...--external/libfactory--myname--0 \ /tmp/libfactory--myname $ baz show-changeset --diffs /tmp/libfactory--myname [...] More info about arch is available from here: http://www.gnu.org/software/gnu-arch/tutorial/arch.html http://wiki.gnuarch.org/ http://wiki.gnuarch.org/Learning_20Arch_20commands_20for_20CVS_20users http://debian.madduck.net/pkg-zope/wiki/Arch/Setup http://debian.madduck.net/pkg-zope/wiki/Arch/Basics I hope this helps. Sorry if my change too you by surprise, but I've had it with CVS once and for all! Arch is *much* nicer! Feel free to ask me any questions about it. --=20 Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: kr...@ai... University of Zurich Tel: +41.(0)44.63-54323 Andreasstrasse 15, Office 2.18 http://ailab.ch/people/krafft CH-8050 Zurich, Switzerland =20 Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! Spamtraps: kra...@ai... kra...@if... =20 "da haben wir es also: eine kirchliche ordnung mit priesterschaft, theologie, kultus, sakrament; kurz, alles das, was jesus von nazareth bek=E4mpft hatte..." - friedrich nietzsche |
|
From: martin f k. <ma...@ma...> - 2005-05-16 18:24:22
|
This CVS repository has been discontinued in favour of GNU arch. It is now
available as category libfactory--main--0 from the following archive:
ma...@ar...--2005-coding
http://arch.madduck.net/~madduck/pub/2005/coding
The tree may be viewed online at
http://arch.madduck.net/cgi-bin/archzoom.cgi/ma...@ar...--20=
05-coding/libfactory--main--LATEST--LATEST
--=20
martin; (greetings from the heart of the sun.)
\____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
=20
invalid/expired pgp subkeys? use subkeys.pgp.net as keyserver!
spamtraps: mad...@ma...
=20
"we all know linux is great...
it does infinite loops in 5 seconds."
-- linus torvalds
|
|
From: martin f k. <ma...@ma...> - 2005-05-16 18:17:01
|
libkdtree++ CVS repository discontinued
---------------------------------------
This CVS repository has been discontinued in favour of GNU arch. It is now
available as category libkdtree--main--0 from the following archive:
ma...@ar...--2005-coding
http://arch.madduck.net/~madduck/pub/2005/coding
The tree may be viewed online at
http://arch.madduck.net/cgi-bin/archzoom.cgi/ma...@ar...--20=
05-coding/libkdtree--main--LATEST--LATEST
-- martin f. krafft <lib...@po...> Mon, 16 May 2005 20:05:=
56 +0200
--=20
martin; (greetings from the heart of the sun.)
\____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
=20
invalid/expired pgp subkeys? use subkeys.pgp.net as keyserver!
spamtraps: mad...@ma...
=20
"we all know linux is great...
it does infinite loops in 5 seconds."
-- linus torvalds
|
|
From: martin f k. <ma...@ma...> - 2004-11-15 17:59:20
|
Version 0.2.1 of libkdtree++ now compiles cleanly with GCC 3.4 and 4.0pre0. This fixes SourceForge Bug#1066662. New files are available at http://people.debian.org/~madduck/packages/stage/libkdtree++/source http://people.debian.org/~madduck/packages/stage/libkdtree++/binary Thanks to Romain Behar for spotting these! --=20 martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck =20 invalid/expired pgp subkeys? use subkeys.pgp.net as keyserver! spamtraps: mad...@ma... =20 "die menschen dr=E4ngen sich zum lichte, nicht um besser zu sehen, sondern um besser zu gl=E4nzen." - friedrich nietzsche |
|
From: martin f k. <ma...@ma...> - 2004-11-15 08:55:56
|
Thanks to Paul Harris, version 0.2.0 of libkdtree++ features some
minor enhancements to the code. The most important are:
- A full set of range constructors and insert(range) methods. It now
works with inserter(tree,tree.begin()).
- Target type no longer needs a default constructor.
- Added a new method: count_within_range().
Thanks, Paul, and thank you for using libkdtree++!
--=20
martin; (greetings from the heart of the sun.)
\____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
=20
invalid/expired pgp subkeys? use subkeys.pgp.net as keyserver!
spamtraps: mad...@ma...
=20
whatever you do will be insignificant,
but it is very important that you do it.
-- mahatma gandhi
|
|
From: Martin F K. <kr...@ai...> - 2004-11-04 09:45:05
|
Paul Harris has submitted two patches to fix bugs[0][1] in the code, so I am making a new minor release. 0. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D279614 1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D279620 You can get the new files from http://people.debian.org/~madduck/packages/stage/libkdtree++/source Alternatively, add deb http://people.debian.org/~madduck/packages/stage/libkdtree++ ./ deb-src http://people.debian.org/~madduck/packages/stage/libkdtree++ ./ to /etc/apt/sources.list if you are using Debian to always get the latest files. The packages are signed. More information is here[2]. 2. http://people.debian.org/~madduck/packages/ Thanks for using libkdtree++! --=20 Martin F. Krafft Artificial Intelligence Laboratory Ph.D. Student Department of Information Technology Email: kr...@ai... University of Zurich Tel: +41.(0)44.63-54323 Andreasstrasse 15, Office 2.18 http://ailab.ch/people/krafft CH-8050 Zurich, Switzerland =20 Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! Spamtraps: kra...@ai... kra...@if... =20 "if you are going to run a rinky-dink distro made by a couple of volunteers, why not run a rinky-dink distro made by a lot of volunteers?" -- jaldhar h. vyas |