Thu, 26 Oct 2006 14:20:17 +0000Bug #46 fixed: Superfluous template parameter in Heap concept
mqrelly [Thu, 26 Oct 2006 14:20:17 +0000] rev 2263
Bug #46 fixed: Superfluous template parameter in Heap concept
NOTE: Not every affected file tested.

Thu, 26 Oct 2006 13:35:35 +0000concept -> concepts cont'd
alpar [Thu, 26 Oct 2006 13:35:35 +0000] rev 2262
concept -> concepts cont'd

Thu, 26 Oct 2006 06:54:13 +0000Doc update
alpar [Thu, 26 Oct 2006 06:54:13 +0000] rev 2261
Doc update

Tue, 24 Oct 2006 17:19:16 +0000concept -> concepts (namespace & directory)
alpar [Tue, 24 Oct 2006 17:19:16 +0000] rev 2260
concept -> concepts (namespace & directory)

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.