Timeline
03/27/08:
- 15:27 Ticket #54 (Ignore gcc-4.3 warnings) created by
- The semicolon after directly the closing parse of a for loop emits …
- 15:24 Ticket #19 (Global rnd object is not seedable/randomizable) reopened by
-
I reopen the ticket as the
randomize()
feature is still … - 15:17 Ticket #42 (The include files in random.h should be fixed) closed by
- fixed: Replying to deba: > The patch fixes the include files in …
- 14:01 Ticket #49 (Port tolerance.h) closed by
- fixed: Replying to kpeter: > It have been ported already: …
- 13:44 Ticket #53 (Port graph_utils.h) created by
- These files are affected: - lemon/graph_utils.h - …
- 13:36 Ticket #52 (Port time measuring and counter utilities) created by
- These files are affected: - lemon/time_measure.h - lemon/counter.h …
- 13:21 Ticket #51 (Port the remaining shortest path algorithms) created by
- The following files are affected: - lemon/floyd_warshall.h - …
- 13:00 Ticket #50 (Port Fibonacci, bucket and radix heaps) created by
- The affected files are - test/heap_test.cc - lemon/radix_heap.h - …
- 12:56 Ticket #49 (Port tolerance.h) created by
- Namely, port - lemon/tolerance.h
- 12:45 Ticket #48 (Port matching algorithms) created by
- The affected files are: - lemon/max_matching.h - …
- 12:43 Ticket #47 (Port network flow algorithms) created by
- The affected files are - lemon/elevator.h - lemon/edmonds_karp.h - …
- 12:42 Ticket #46 (Heap concept) created by
- The heap concept should be revised.
- 12:31 Ticket #45 (Port the lgf_gen tool) created by
- The affected file is - tools/lgf-gen.cc This ticket depends on #35.
- 11:56 Ticket #44 (Port the LP interface) created by
- The following files are affected: - lemon/lp_base.h - …
- 11:15 Ticket #43 (Port graph_to_eps and eps.h) created by
- We should also consider - using eps.h for the actual drawing. - …
- 09:57 Ticket #42 (The include files in random.h should be fixed) created by
- The <limits> file should be directly included and <ctime> is not required.
03/26/08:
- 17:26 Ticket #40 (Request port of SmartGraph) reopened by
- 16:44 Ticket #40 (Request port of SmartGraph) closed by
- fixed: The SmartDigraph? and SmartGraph?
- 16:42 Ticket #28 (Revise error.h and error_test.cc) reopened by
- This change is a good idea. I already put it into the main branch …
- 16:40 Ticket #28 (Revise error.h and error_test.cc) closed by
- fixed
- 15:39 Ticket #41 (No notification if a file is attached to a ticket) created by
- When the only change on a ticket is that a new attachmen is added, the …
03/25/08:
- 16:15 Ticket #40 (Request port of SmartGraph) created by
- The SmartGraph? and SmartUGraph should be ported from SVN
- 02:36 Ticket #39 (Remove \author commands) created by
-
We have agreed that
\author
Doxygen commands should be removed …
03/22/08:
- 17:59 Ticket #38 (Revise constMap() functions) created by
-
One version of the overloaded
constMap()
function can't be … - 17:50 Ticket #37 (operator= for RangeMap and SparseMap) created by
-
Now
operator=
function is private (without implementation) in … - 17:46 Ticket #36 (Revise StoreBoolMap implementation) created by
-
1.
StoreBoolMap
is now write-only, but it is said to be …
03/21/08:
03/20/08:
- 23:40 Ticket #35 (Port .lgf related tools) created by
-
This involves the
.lgf
specification and the reader and writer … - 23:36 Ticket #34 (Find a better name for StoreBoolMap) created by
-
StoreBoolMap
is necessary for … - 19:16 Ticket #19 (Global rnd object is not seedable/randomizable) closed by
- fixed: It is now in the main branch: [81563e019fa4].
- 16:03 Ticket #26 (UndirectedTagIndicator<> does not work) closed by
- fixed
- 10:51 Ticket #33 (Benchmarking) created by
- Lemon seriously needs a benchmarking environment to test - the effect …
- 10:47 Ticket #32 (Storing Arcs instead of OutArcIts in Dfs stack) created by
- The OutArcIt contains an int data field and a pointer to the graph, …
03/18/08:
- 16:46 Ticket #31 (Wrong usage of LEMON_ASSERT in ArgParser) closed by
- fixed: Fixed in [cc7e6b8b59bf].
03/17/08:
- 11:17 Ticket #31 (Wrong usage of LEMON_ASSERT in ArgParser) created by
- The usage of LEMON_ASSERT in [source:lemon/arg_parser.h@2981a73d49a3 …
03/15/08:
- 22:45 Ticket #14 (Review lemon/maps.h) closed by
- fixed: The overall clean-up is done.
03/07/08:
- 00:35 Ticket #30 (Erroneous initialization of static members) closed by
-
fixed: Replying to kpeter:
> Or should I use
const int
…
03/05/08:
03/02/08:
- 22:54 Ticket #26 (UndirectedTagIndicator<> does not work) reopened by
- Something went wrong about the 2de55e4f57a7 commit in HG repository. …
- 12:14 Ticket #30 (Erroneous initialization of static members) created by
- Only static integral constant members can be initialized by adding a …
03/01/08:
- 20:13 Ticket #12 (compiling under MSdev) closed by
- fixed: Fixed in svn r3474.
02/29/08:
- 21:13 Ticket #29 (Using \tparam doxygen command) created by
-
We should use
\tparam
for template parameter documentation. - 21:03 Ticket #22 (Transplant error.h into hg main) closed by
- fixed: A new ticket is created about this new problem.
- 21:01 Ticket #28 (Revise error.h and error_test.cc) created by
-
error_test.cc
is not used as a test program in SVN and HG and it … - 19:50 Documentation edited by
- (diff)
- 17:18 Ticket #20 (random.h fails to compile on Cygwin) closed by
- fixed: Solved in [a315a588a20d] by adding a header file …
02/28/08:
- 18:02 Ticket #26 (UndirectedTagIndicator<> does not work) closed by
- fixed: Bug solved in 2de55e4f57a7
- 17:52 Ticket #27 (Think over how the demo codes should look like) created by
- Some basic principles: - The demos should be simple and easy to …
- 14:31 Ticket #26 (UndirectedTagIndicator<> does not work) created by
- This defect appears in [fc178a057bbd] and also in svn trunk since -r!3130.
Note: See TracTimeline
for information about the timeline view.