Tue, 24 Oct 2006 16:49:41 +0000Spellcheck
alpar [Tue, 24 Oct 2006 16:49:41 +0000] rev 2259
Spellcheck

Sun, 22 Oct 2006 19:45:57 +0000Docfix.
alpar [Sun, 22 Oct 2006 19:45:57 +0000] rev 2258
Docfix.
maps.h is still very fuzzy.

Fri, 20 Oct 2006 12:06:49 +0000Doc improvements.
alpar [Fri, 20 Oct 2006 12:06:49 +0000] rev 2257
Doc improvements.

Fri, 20 Oct 2006 12:05:54 +0000Graph imlementations actually provide ReferenceMaps.
alpar [Fri, 20 Oct 2006 12:05:54 +0000] rev 2256
Graph imlementations actually provide ReferenceMaps.

Wed, 18 Oct 2006 15:18:27 +0000It have not been saved
deba [Wed, 18 Oct 2006 15:18:27 +0000] rev 2255
It have not been saved

Wed, 18 Oct 2006 15:05:12 +0000Some improvements on item readers and writers
deba [Wed, 18 Oct 2006 15:05:12 +0000] rev 2254
Some improvements on item readers and writers

Tue, 17 Oct 2006 11:05:23 +0000Remove superfluous #ifndef boundaries
alpar [Tue, 17 Oct 2006 11:05:23 +0000] rev 2253
Remove superfluous #ifndef boundaries

Tue, 17 Oct 2006 11:02:30 +0000A trial to make the last test platform independent.
alpar [Tue, 17 Oct 2006 11:02:30 +0000] rev 2252
A trial to make the last test platform independent.

Tue, 17 Oct 2006 11:02:05 +0000Documentation for UndirGraphAdaptor
deba [Tue, 17 Oct 2006 11:02:05 +0000] rev 2251
Documentation for UndirGraphAdaptor

Tue, 17 Oct 2006 11:01:35 +0000Compilation warning resolved.
alpar [Tue, 17 Oct 2006 11:01:35 +0000] rev 2250
Compilation warning resolved.

Tue, 17 Oct 2006 11:01:19 +0000Compilation warning resolved.
alpar [Tue, 17 Oct 2006 11:01:19 +0000] rev 2249
Compilation warning resolved.

Tue, 17 Oct 2006 11:01:16 +0000SimpleMap and SimpleWriteMap
deba [Tue, 17 Oct 2006 11:01:16 +0000] rev 2248
SimpleMap and SimpleWriteMap
- Trivial adaptors, but they are useful in some case

Some combined maps will be reference map if the first
template parameter map is reference map or not. If I want
to give a refernce map as first map but there is a non
reference map parameter then I should wrap my first map
to a regular read-write map.

Tue, 17 Oct 2006 10:50:57 +0000Update the Path concept
deba [Tue, 17 Oct 2006 10:50:57 +0000] rev 2247
Update the Path concept
Concept check for paths

DirPath renamed to Path
The interface updated to the new lemon interface
Make difference between the empty path and the path from one node
Builder interface have not been changed
// I wanted but there was not accordance about it

UPath is removed
It was a buggy implementation, it could not iterate on the
nodes in the right order
Right way to use undirected paths => path of edges in undirected graphs

The tests have been modified to the current implementation

Tue, 17 Oct 2006 10:42:19 +0000Documentation is moved to source file
deba [Tue, 17 Oct 2006 10:42:19 +0000] rev 2246
Documentation is moved to source file

Tue, 17 Oct 2006 10:40:28 +0000Little modification on interface and documentation
deba [Tue, 17 Oct 2006 10:40:28 +0000] rev 2245
Little modification on interface and documentation