Mercurial
lemon-0.x
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
scripts/make-snapshot
author
deba
Wed, 06 Sep 2006 10:01:15 +0000
changeset 2200
2f2ac1b1ca1e
permissions
-rwxr-xr-x
An easy avoiding of a bug
The functional interfaces are removed.
Better solution could be a reference counted core of the io interfaces
Now it is huge work so just write that:
GraphReader<ListGraph>(std::cin, graph).
Instead of:
graphReader(std::cin, graph).
alpar@1937
1
#!/bin/bash
alpar@1937
2
alpar@1937
3
make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*