Wed, 18 Jun 2008 12:59:07 +0100Remove LgfContents.is*()
Alpar Juttner <alpar@cs.elte.hu> [Wed, 18 Jun 2008 12:59:07 +0100] rev 180
Remove LgfContents.is*()

Wed, 18 Jun 2008 12:39:20 +0100Content -> contents
Alpar Juttner <alpar@cs.elte.hu> [Wed, 18 Jun 2008 12:39:20 +0100] rev 179
Content -> contents

Tue, 15 Apr 2008 14:12:10 +0200Doc improvements in random.h
Alpar Juttner <alpar@cs.elte.hu> [Tue, 15 Apr 2008 14:12:10 +0200] rev 178
Doc improvements in random.h

Thu, 19 Jun 2008 10:59:22 +0200Seeding from file source or from pid and time (ticket #19)
Balazs Dezso <deba@inf.elte.hu> [Thu, 19 Jun 2008 10:59:22 +0200] rev 177
Seeding from file source or from pid and time (ticket #19)

Tue, 17 Jun 2008 12:47:15 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 17 Jun 2008 12:47:15 +0100] rev 176
Merge

Mon, 16 Jun 2008 14:57:02 +0100Reworked versioning.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Mon, 16 Jun 2008 14:57:02 +0100] rev 175
Reworked versioning.

Tue, 17 Jun 2008 12:28:49 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 17 Jun 2008 12:28:49 +0100] rev 174
Merge

Mon, 16 Jun 2008 18:23:11 +0200LGF content reader class
Balazs Dezso <deba@inf.elte.hu> [Mon, 16 Jun 2008 18:23:11 +0200] rev 173
LGF content reader class

Mon, 16 Jun 2008 18:19:07 +0200Clarifying the usage of skipSection
Balazs Dezso <deba@inf.elte.hu> [Mon, 16 Jun 2008 18:19:07 +0200] rev 172
Clarifying the usage of skipSection

Sun, 15 Jun 2008 22:05:23 +0200Improve and redesign test programs + unify their output (ticket #25)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 15 Jun 2008 22:05:23 +0200] rev 171
Improve and redesign test programs + unify their output (ticket #25)
- Move graph related utilities form test_tools.h to graph_test.h.
- Move the contents of graph_utils_test.h to graph_utils_test.cc.
- Rename map_test.h -> graph_maps_test.h.
- Rename digraph_test.h -> graph_test.h.
- Many improvements in the following files:
* digraph_test.cc
* graph_test.cc
* graph_test.h
* graph_maps_test.h
* graph_utils_test.cc
* bfs_test.cc
* dfs_test.cc
* counter_test.cc
- Test programs print messages only if it really seems necessary.
- Remove \file commands form .cc test files.