Timeline



Mar 18, 2006:

11:53 PM Ticket #32 (svnstat binary should check that it runs against a subversion repo) created by Jari Häkkinen
11:53 PM Ticket #31 (svnstat binary should check that the repo is upto date) created by Jari Häkkinen
All version controlled items must be at same revision otherwise the …

Mar 15, 2006:

10:09 AM Ticket #30 (Change dates in gnuplot. Should be mm-yy.) created by Jari Häkkinen
1:32 AM WikiStart edited by Jari Häkkinen
(diff)
1:32 AM WikiStart edited by Jari Häkkinen
Added screenshots link. (diff)
1:19 AM Changeset [89] by Jari Häkkinen
Added copyright statement.
1:09 AM Changeset [88] by Jari Häkkinen
Added cron data to svnstat.sh.
1:03 AM Changeset [87] by Jari Häkkinen
Renamed svnstat script.
12:53 AM Changeset [86] by Jari Häkkinen
Removed stray line, added some svn properties.
12:50 AM Changeset [85] by Jari Häkkinen
Added cron script that is run within the trac environment to create an …
12:50 AM Ticket #29 (screenshot) closed by Jari Häkkinen
fixed: (In [85]) Added cron script that is run within the trac environment to …

Mar 14, 2006:

9:55 PM Ticket #29 (screenshot) created by Peter Johansson
Screenshot. Från http://lev.thep.lu.se/trac/svnstat/wiki ska det …
8:36 PM Ticket #28 (Directories should be in top in output) created by Peter Johansson
Sort nodes such that directories are in top, and make them look …
10:43 AM Ticket #25 (Smarter parsing of files) closed by Jari Häkkinen
duplicate: Same as ticket:26
10:34 AM Ticket #27 (add columns to table output) created by Jari Häkkinen
For example author, date, and number of latest checked in revision. …
10:31 AM Ticket #26 (differentiate parsing) created by Jari Häkkinen
Differentiate between comment/documentation, empty lines, and code. …
10:16 AM Ticket #25 (Smarter parsing of files) created by gregory
Differentiate comments, empty lines, documentation, and code in parsing.
10:09 AM Ticket #24 (Alternative statistics) created by Jari Häkkinen
See also #66, #82, and #227. Create statistics that shows how many …
10:05 AM Ticket #23 (Convert all system calls to Subversion API usage) created by Jari Häkkinen

Mar 13, 2006:

11:04 PM Changeset [84] by Jari Häkkinen
Added copyright statement. Bumped version number to pre0.3. Cleaned up …
11:02 PM Ticket #22 (Does 'make check' make sense?) created by Jari Häkkinen
The checks depends on an existing subversion working copy. Some test …
9:48 PM Ticket #21 (Make sure that svnstat --version generate the proper information) closed by Jari Häkkinen
fixed
9:45 PM Changeset [83] by Jari Häkkinen
Fixed ticket:21 version information is taken from configure.ac.
8:27 PM Ticket #21 (Make sure that svnstat --version generate the proper information) created by anonymous
This should be set by autoconf package, i.e. the version in …

Mar 12, 2006:

1:08 AM Ticket #20 (configure should check that gnuplot exists.) created by Jari Häkkinen
1:07 AM Milestone 0.2 completed
Vanilla version. Basic features, first public release.
1:06 AM WikiStart edited by Jari Häkkinen
(diff)
1:01 AM WikiStart edited by Jari Häkkinen
(diff)
12:48 AM Changeset [82] by Jari Häkkinen
Tagging release 0.2
12:47 AM Changeset [81] by Jari Häkkinen
Bumped version, added header files to the distribution (i.e. 'make dist').
12:46 AM Ticket #19 (Make a more graceful exit if source directory is not under subversion ...) created by Jari Häkkinen

Mar 10, 2006:

5:52 PM Changeset [80] by Jari Häkkinen
Removed nasty bug: svnstat crashed when the last checkin contained …
1:12 PM Ticket #13 (Gnuplot zero range problem) closed by Jari Häkkinen
fixed: This is fixed as of revision:73 (faulty use of STL).
12:44 PM Changeset [79] by Jari Häkkinen
Clean up code.
8:45 AM Changeset [78] by Jari Häkkinen
Added title to plot.
8:43 AM Ticket #18 (Plot title should reflect the directory hierarchy) created by Jari Häkkinen
Should probably be resolved in conjunction to ticket:9
8:41 AM Ticket #14 (make output prettier) closed by Jari Häkkinen
fixed
12:47 AM Changeset [77] by Jari Häkkinen
Fixed ticket:16, removal of multiple stringstreams in Stats::plot.
12:46 AM Ticket #16 (Get reid of those multiple stringstreams in code) closed by Jari Häkkinen
fixed: The string in a stringstream is emptied with a ss.str("").
12:19 AM Changeset [76] by Jari Häkkinen
Fixed ticket:17.
12:19 AM Ticket #17 (Total plot should be plotted on top of other contribs, i.e. last in ...) closed by Jari Häkkinen
fixed

Mar 9, 2006:

11:53 AM Changeset [75] by Peter Johansson
the return of the white thin duke

Mar 7, 2006:

4:54 PM Ticket #17 (Total plot should be plotted on top of other contribs, i.e. last in ...) created by Jari Häkkinen
4:47 PM Ticket #15 (Y axis is not the same for different plots.) closed by Jari Häkkinen
fixed
4:46 PM Changeset [74] by Jari Häkkinen
Improved web presentation. Y axises normalized, ticket ticket:15 resolved.
4:43 PM Ticket #16 (Get reid of those multiple stringstreams in code) created by Jari Häkkinen
See Stats::plot

Mar 4, 2006:

7:22 PM Ticket #15 (Y axis is not the same for different plots.) created by Jari Häkkinen
Plots are generated one by one. So now the y axis has to be set …
7:17 PM Milestone 0.1 completed
Internal version only. Intended for close friends. Complete some time …
7:12 PM Ticket #11 (Gnuplot treatment of temporary files) closed by Jari Häkkinen
fixed: Removed temporary file usage completely. Now using gnuplot's ability …
7:10 PM Changeset [73] by Jari Häkkinen
Divided Gnuplot class into a basic gnuplot communication class and a …

Mar 2, 2006:

11:16 PM Changeset [72] by Peter Johansson
prefer stl algorithms…

Feb 23, 2006:

10:25 AM Changeset [71] by Peter Johansson
class goes to typename, hi hi

Feb 22, 2006:

4:36 PM Ticket #14 (make output prettier) created by Peter Johansson
For example type of file should be (color) coded, and in case of …
4:33 PM Ticket #10 (empty files) closed by Peter Johansson
duplicate
4:30 PM Ticket #13 (Gnuplot zero range problem) created by anonymous
When the range of vector is zero, Gnuplot complains. This should be …
4:26 PM Ticket #12 (directories, ignore:files, and binary:files coherent) created by anonymous
make treatment of directories, ignore:files, and binary:files …
8:40 AM Changeset [70] by Jari Häkkinen
Fixed too many files open problem.
3:33 AM Ticket #11 (Gnuplot treatment of temporary files) created by Jari Häkkinen
In Gnuplot.h there is a template function that uses mkstemp to acquire …
1:44 AM Ticket #7 (replace mkstemp) closed by Jari Häkkinen
wontfix: mkstemp works, and is almost standard. Any decent C library provides it.
Note: See TracTimeline for information about the timeline view.