- Option for lgf-gen to draw the edges only 2009-02-23, by Alpar Juttner
- Port lgf-gen from SVN -r3512 (#45) 2009-02-23, by Alpar Juttner
- Test for euler.h (#65) 2008-11-03, by Akos Ladanyi
- Rename euler() to eulerian() (#65) 2009-02-23, by Alpar Juttner
- Port Euler walk tools from SVN -r3512 (#65) 2009-02-23, by Alpar Juttner
- Fix several missing includes (#232) 2009-02-23, by Balazs Dezso
- Merge 2009-02-22, by Alpar Juttner
- Merge 2009-02-20, by Alpar Juttner
- Use pathCopy(from,to) instead of copyPath(to,from) (#321) 2009-10-16, by Peter Kovacs
- Slightly simplify adaptors_test.cc 2009-01-12, by Peter Kovacs
- Fix in pathSource() and pathTarget() (#250) 2009-10-12, by Peter Kovacs
- Remove duplicate list_graph.h entry from source list (#308) 2009-08-18, by Akos Ladanyi
- Do not distribute lemon/config.h and fix its bad include by core.h (#280) 2009-04-28, by Akos Ladanyi
- Prefix macro names with LEMON_ in lemon/config.h (#275) 2009-04-27, by Akos Ladanyi
- Install lemon/config.h (#274) 2009-04-28, by Akos Ladanyi
- unify-sources.sh refresh the dates according to the last modification 2009-04-27, by Alpar Juttner
- Small script making a release 2009-03-31, by Alpar Juttner
- LEMON is a COIN-OR project now 2009-03-28, by Alpar Juttner
- Minor fix in the LICENSE file 2009-03-10, by Alpar Juttner
- Fix missing 'inline' specifier in time_measure.h (#239) 2009-03-05, by Alpar Juttner
- Also note the cmake based build environment in INSTALL file 2009-02-02, by Peter Kovacs
- Various doc improvements 2009-02-23, by Peter Kovacs
- Include /lemon/config.h globally (#230) 2009-02-23, by Alpar Juttner
- Port MinCostArborescence algorithm from SVN #3509 2008-12-02, by Balazs Dezso
- CMAKE config improvements 2009-02-04, by Alpar Juttner
- Merge 2009-02-20, by Alpar Juttner
- Various fixes for compiling on AIX (#211, #212) 2009-02-20, by Peter Kovacs
- Default implementation of Tolerance<> is used for integer types (#229) 2009-02-20, by Alpar Juttner
- Add long long checking to build systems (#230) 2009-02-20, by Alpar Juttner
- Fixes in adaptors.h to compile on AIX 2009-02-20, by Peter Kovacs
- Add cmake/cmake.version to .hgignore 2009-02-20, by Alpar Juttner
- Further fixes to windows.cc (#215) 2009-02-17, by Janos Tapolcai
- Merge 2009-02-16, by Alpar Juttner
- Wrap around the usages of windows.h 2009-02-16, by Alpar Juttner
- Dirty hacking for VS 2005 in lp_base.h (#209) 2009-01-23, by Janos Tapolcai
- Merge 2009-02-13, by Alpar Juttner
- Fixes for MSVC 2008 in grap_adaptors.h and edge_set.h (#194) 2009-02-13, by Balazs Dezso
- Change LEMON's isnan() to isNaN() for the sake of AIX/xlC 2009-02-13, by Alpar Juttner
- Fix in lp_base.cc targeting AIX/xlC compatibility 2009-02-13, by Alpar Juttner
- Merge 2009-02-10, by Alpar Juttner
- Set the compatibily related MSVC defines only if they has't been defined yet 2009-02-10, by Alpar Juttner
- Compilation bug fixed in graph_to_eps.h with VS2005 (#214) 2009-02-10, by Janos Tapolcai
- Add missing include to time_measure.h 2009-02-07, by Alpar Juttner
- Merge (manually add cmake/FindGLPK.cmake to Makefile.am) 2009-01-23, by Alpar Juttner
- Set the proper version for CMAKE in the tarballs (made by autotools). 2009-01-23, by Alpar Juttner
- Enable the component-based installer 2009-01-22, by Akos Ladanyi
- Update the lemon icon 2009-01-22, by Akos Ladanyi
- Suppress or fix VS2008 warnings + turn off faulty tests using CMAKE (#208) 2009-01-22, by Alpar Juttner
- Merge 2009-01-21, by Alpar Juttner
- Fix 'make install' without 'make html' using CMAKE (#207) 2009-01-21, by Akos Ladanyi
- Fix CMAKE build without GLPK 2009-01-21, by Akos Ladanyi
- Build GLPK dependent parts with CMake too 2009-01-20, by Akos Ladanyi
- (.hg)ignore more build-like dirs (*objs* and *build*) 2009-01-19, by Alpar Juttner
- Fix lp indexing bug (#205) 2009-01-18, by Balazs Dezso
- Own support for isnan() 2009-01-14, by Alpar Juttner
- Merge 2009-01-12, by Alpar Juttner
- ArcSet and EdgeSet ports from SVN 3489 (ticket #67) 2008-12-08, by Balazs Dezso
- Merge 2009-01-12, by Alpar Juttner
- Rename graph adaptors with the migration script (#67) 2009-01-12, by Peter Kovacs
- Rename graph_adaptor_test.cc to adaptors_test.cc (#67) 2009-01-12, by Peter Kovacs
- Rename Residual to ResidualDigraph (#67) 2009-01-12, by Peter Kovacs
- Greatly extend and improve the test file for adaptors (#67) 2009-01-12, by Peter Kovacs
- Rename Lp*/Mip* to *Lp/*Mip 2009-01-12, by Alpar Juttner
- Remove lp_ prefix from the solver's header name 2009-01-12, by Alpar Juttner
- Bypass warnings with gcc 4.3 2009-01-12, by Alpar Juttner
- Thorough redesign of the LP/MIP interface (#44) 2008-12-02, by Balazs Dezso
- Port LP and MIP solvers from SVN -r3509 (#44) 2008-12-02, by Balazs Dezso
- Add HAVE_LP and HAVE_MIP #defines 2009-01-12, by Alpar Juttner
- Ignore standard .m4 files 2009-01-12, by Alpar Juttner
- Merge 2009-01-11, by Alpar Juttner
- Update lemon/adaptors.h's header to 2009 2009-01-11, by Alpar Juttner
- Remove non-checked subgraph adaptors + rename parameters (#67) 2009-01-11, by Peter Kovacs
- Rename convenience functions in subgraph adaptors (#67) 2009-01-09, by Peter Kovacs
- Various doc improvements for graph adaptors (#67) 2009-01-09, by Peter Kovacs
- Add creator functions for Residual and Residual::ResidualCapacity (#67) 2009-01-09, by Peter Kovacs
- Various bug fixes and code improvements in adaptors.h (#67) 2008-12-12, by Peter Kovacs
- Add missing const keywords (+ remove misleading ones) (#67) 2008-12-12, by Peter Kovacs
- Avoid warning in adaptors.h (#67) 2008-12-12, by Peter Kovacs
- Fix the usage of tags in adaptors.h (#67) 2008-12-12, by Peter Kovacs
- Merge 2009-01-08, by Alpar Juttner
- Update to 2009 plus whitespace unification 2009-01-08, by Alpar Juttner
- Rename counterSort to stableRadixSort 2008-12-02, by Balazs Dezso
- Doc improvements and source unification in radix_sort (#72) 2008-12-02, by Alpar Juttner
- Porting radix sorts from SVN #3509 2008-10-17, by Balazs Dezso
- Happy New Year again 2009-01-01, by Alpar Juttner
- Merge bugfix #197 2008-12-21, by Balazs Dezso
- Bug fix in heap unionfind (ticket #197) 2008-12-21, by Balazs Dezso
- Merge bugfix #197 2008-12-21, by Balazs Dezso
- Bug fix in heap unionfind (ticket #197) 2008-12-21, by Balazs Dezso
- Merge 2008-12-12, by Alpar Juttner
- Merge 2008-12-12, by Alpar Juttner
- Merge 2008-12-12, by Alpar Juttner
- Merge 2008-12-12, by Alpar Juttner
- Hide all docs in variant.h (#196) 2008-12-12, by Peter Kovacs
- Bug fix in variant.h (#196) 2008-12-12, by Peter Kovacs
- Bug fix in ConEdgeIt (#195) 2008-12-12, by Peter Kovacs
- Merge 2008-12-08, by Alpar Juttner
- Fix skipSection() function (ticket #193) 2008-12-08, by Balazs Dezso
- Merge 2008-12-08, by Alpar Juttner
- Fix typos (ticket #192) 2008-12-08, by Balazs Dezso
- Update test/CMakeLists.txt and test/Makefile.am 2008-12-08, by Alpar Juttner
- Inline the test input files into the source code 2008-12-08, by Alpar Juttner
- chg-len.py does not scan any hg config file now 2008-12-05, by Alpar Juttner
- Merge 2008-12-05, by Alpar Juttner
- Add missing 'const' for query functions of algorithms 2008-12-05, by Peter Kovacs
- Renamings in connectivity.h and bug fix in DfsVisit (#61) 2008-12-03, by Balazs Dezso
- Merge 2008-12-02, by Alpar Juttner
- Port topology.h as connectivity.h from SVN -r3509 (#61) 2008-11-30, by Balazs Dezso
- Reorganication of graph adaptors and doc improvements (#67) 2008-11-30, by Balazs Dezso
- Improvements in graph adaptors (#67) 2008-11-30, by Balazs Dezso
- Port graph adaptors from svn -r3498 (#67) 2008-11-30, by Balazs Dezso
- Merge 2008-12-02, by Alpar Juttner