- Timestamp:
- Feb 15, 2010, 6:31:34 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
/branches/0.7-stable merged eligible /tags/0.7.3 merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/NEWS
r1023 r1036 18 18 svndigest 0.7.x series from 19 19 http://dev.thep.lu.se/svndigest/svn/branches/0.7-stable 20 21 Version 0.7.3 (released 15 February 2010) 22 - Fixed bug that authors were excluded in BlameStats plot (bug #441) 23 24 A complete list of closed tickets can be found here [[br]] 25 http://dev.thep.lu.se/svndigest/query?status=closed&milestone=0.7.3 20 26 21 27 Version 0.7.2 (released 2 January 2010) -
trunk/lib/BlameStats.cc
r1003 r1036 118 118 119 119 120 unsigned int BlameStats::max_element(const std::vector<unsigned int>& v) const121 {122 assert(v.size());123 return v.back();124 }125 126 120 }} // end of namespace svndigest and namespace theplu -
trunk/lib/BlameStats.h
r1003 r1036 46 46 void do_parse(const std::string&, svn_revnum_t); 47 47 void fill_in(Author2Vector&, svn_revnum_t rev); 48 unsigned int max_element(const std::vector<unsigned int>&) const;49 48 50 49 }; -
trunk/lib/ClassicStats.cc
r978 r1036 4 4 Copyright (C) 2005 Peter Johansson 5 5 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2009 Peter Johansson6 Copyright (C) 2009, 2010 Peter Johansson 7 7 8 8 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 74 74 75 75 76 unsigned int 77 ClassicStats::max_element(const std::vector<unsigned int>& v) const 78 { 79 assert(v.size()); 80 return v.back(); 81 } 82 76 83 }} // end of namespace svndigest and namespace theplu -
trunk/lib/ClassicStats.h
r978 r1036 7 7 Copyright (C) 2005 Peter Johansson 8 8 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 9 Copyright (C) 2010 Peter Johansson 9 10 10 11 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 44 45 private: 45 46 void do_parse(const std::string&, svn_revnum_t); 47 unsigned int max_element(const std::vector<unsigned int>&) const; 46 48 47 49 }; -
trunk/test/repo/db/current
r981 r1036 1 6 7 2o41 68 2s 4
Note: See TracChangeset
for help on using the changeset viewer.