|
|
@145
|
17 years |
Jari Häkkinen |
Removed test/parser.cc and test/stats.cc. These tests are an essential …
|
|
|
@144
|
17 years |
Jari Häkkinen |
test programs compile and all tests return success (but they cheat).
|
|
|
@143
|
17 years |
Jari Häkkinen |
CommitStat? is removed no test needed for it.
|
|
|
@142
|
17 years |
Jari Häkkinen |
Fixes #56. Changed pool usage to use subpools that are cleared after …
|
|
|
@141
|
17 years |
Jari Häkkinen |
Fixed #includes.
|
|
|
@140
|
17 years |
Jari Häkkinen |
Addresses #56. Fixed freeing of resources on svn error.
|
|
|
@139
|
17 years |
Jari Häkkinen |
Added clean-local targets.
|
|
|
@138
|
17 years |
Jari Häkkinen |
Fixes #23. No system calls to svn are done anymore.
|
|
|
@137
|
17 years |
Jari Häkkinen |
Added information to people downloading the source from the repository.
|
|
|
@136
|
17 years |
Jari Häkkinen |
Added some information on prerequisites to compile the project.
|
|
|
@135
|
17 years |
Jari Häkkinen |
Fixed strange SVNException message.
|
|
|
@134
|
17 years |
Jari Häkkinen |
Cleaning.
|
|
|
@133
|
17 years |
Jari Häkkinen |
Fixes ticket:31. Changed GnuplotFE plot and replot to make sure that …
|
|
|
@132
|
17 years |
Jari Häkkinen |
Updated doc ... the plot function do not return anything.
|
|
|
@131
|
17 years |
Jari Häkkinen |
Added static_cast to remove annoying compiler warning.
|
|
|
@130
|
17 years |
Jari Häkkinen |
Restructured some code.
|
|
|
@129
|
17 years |
Jari Häkkinen |
Addresses ticket:23. Changed usage of 'svn info' to API calls.
|
|
|
@128
|
17 years |
Jari Häkkinen |
No need to include fstream, iosfwd is enough.
|
|
|
@127
|
17 years |
Jari Häkkinen |
Removed unused code.
|
|
|
@126
|
17 years |
Jari Häkkinen |
Changed createdir to mkdir, removed the ugly force option from the …
|
|
|
@125
|
17 years |
Jari Häkkinen |
Cleaning.
|
|
|
@124
|
17 years |
Jari Häkkinen |
Fixed spelling.
|
|
|
@123
|
17 years |
Jari Häkkinen |
Addresses ticket:23. Removed 'svn log' for revision-date extraction.
|
|
|
@122
|
17 years |
Jari Häkkinen |
Cleaning.
|
|
|
@121
|
17 years |
Peter Johansson |
removed dotted border for anchors in menu
|
|
|
@120
|
17 years |
Peter Johansson |
fixed bug. anchor is now closed see Ref #53
|
|
|
@119
|
17 years |
Peter Johansson |
update test of gnuplot to match the fact that gnuplot functions now …
|
|
|
@118
|
17 years |
Peter Johansson |
fixes #46 #45 #26 #40
|
|
|
@117
|
17 years |
Peter Johansson |
fixed bug with root and target
|
|
|
@116
|
17 years |
Peter Johansson |
fixes #48 #49
|
|
|
@115
|
17 years |
Peter Johansson |
added pwd function
|
|
|
@114
|
17 years |
Peter Johansson |
uses std function in WhiteSpace? Functor
|
|
|
@113
|
17 years |
Peter Johansson |
removed upper and right tics in plots and made the plots transparent
|
|
|
@112
|
17 years |
Peter Johansson |
fixes #27 and added some beauty
|
|
|
@111
|
17 years |
Jari Häkkinen |
Reverted Gnuplot plot to return nothing (void). fputs have different …
|
|
|
@110
|
17 years |
Jari Häkkinen |
Fixed erroneous filename.
|
|
|
@109
|
17 years |
Peter Johansson |
fixed bug when forcing remove of prev output and there exist no prev …
|
|
|
@108
|
17 years |
Peter Johansson |
removed debug code
|
|
|
@107
|
17 years |
Peter Johansson |
Gnuplot functions returning int and utilizing that in the test. …
|
|
|
@106
|
17 years |
Peter Johansson |
closes #43 throwing exceptions in Parameter
|
|
|
@105
|
17 years |
Peter Johansson |
added test for new Parser class
|
|
|
@104
|
17 years |
Peter Johansson |
closes #39 checks that target and root exist, default parameter is …
|
|
|
@103
|
17 years |
Peter Johansson |
added class for parsing files for empty lines, comment lines, and code …
|
|
|
@102
|
17 years |
Peter Johansson |
added proper header in html output
|
|
|
@101
|
17 years |
Peter Johansson |
closes #28 #18 and added some lippstick to the node daughters table output
|
|
|
@100
|
17 years |
Peter Johansson |
closes #9 and move create function from svnstat.cc to lib/utility and …
|
|
|
@99
|
17 years |
Jari Häkkinen |
Tests compile again.
|
|
|
@98
|
17 years |
Jari Häkkinen |
Changed version() to const.
|
|
|
@97
|
17 years |
Jari Häkkinen |
Fixes #30.
|
|
|
@96
|
18 years |
Jari Häkkinen |
Added --with-apr and --with-svn options to configure script. These may …
|
|
|
@95
|
18 years |
Jari Häkkinen |
Removed absolute paths (allow cron to set path).
|
|
|
@94
|
18 years |
Jari Häkkinen |
Trying to get trac cron to run with latest svnstat binary.
|
|
|
@93
|
18 years |
Jari Häkkinen |
Changed Makefile.am's to compile at department.
|
|
|
@92
|
18 years |
Jari Häkkinen |
Fixed typo.
|
|
|
@91
|
18 years |
Jari Häkkinen |
Fixes #4, #19, #32, #34: Started to implement subversion API usage.
|
|
|
@90
|
18 years |
Peter Johansson |
changed default date format closes #30
|
|
|
@89
|
18 years |
Jari Häkkinen |
Added copyright statement.
|
|
|
@88
|
18 years |
Jari Häkkinen |
Added cron data to svnstat.sh.
|
|
|
@87
|
18 years |
Jari Häkkinen |
Renamed svnstat script.
|
|
|
@86
|
18 years |
Jari Häkkinen |
Removed stray line, added some svn properties.
|
|
|
@85
|
18 years |
Jari Häkkinen |
Added cron script that is run within the trac environment to create an …
|
|
|
@84
|
18 years |
Jari Häkkinen |
Added copyright statement. Bumped version number to pre0.3. Cleaned up …
|
|
|
@83
|
18 years |
Jari Häkkinen |
Fixed ticket:21 version information is taken from configure.ac.
|
|
|
@82
|
18 years |
Jari Häkkinen |
Tagging release 0.2
|
|
|
@81
|
18 years |
Jari Häkkinen |
Bumped version, added header files to the distribution (i.e. 'make dist').
|
|
|
@80
|
18 years |
Jari Häkkinen |
Removed nasty bug: svnstat crashed when the last checkin contained …
|
|
|
@79
|
18 years |
Jari Häkkinen |
Clean up code.
|
|
|
@78
|
18 years |
Jari Häkkinen |
Added title to plot.
|
|
|
@77
|
18 years |
Jari Häkkinen |
Fixed ticket:16, removal of multiple stringstreams in Stats::plot.
|
|
|
@76
|
18 years |
Jari Häkkinen |
Fixed ticket:17.
|
|
|
@75
|
18 years |
Peter Johansson |
the return of the white thin duke
|
|
|
@74
|
18 years |
Jari Häkkinen |
Improved web presentation. Y axises normalized, ticket ticket:15 resolved.
|
|
|
@73
|
18 years |
Jari Häkkinen |
Divided Gnuplot class into a basic gnuplot communication class
and a …
|
|
|
@72
|
18 years |
Peter Johansson |
prefer stl algorithms…
|
|
|
@71
|
18 years |
Peter Johansson |
class goes to typename, hi hi
|
|
|
@70
|
18 years |
Jari Häkkinen |
Fixed too many files open problem.
|
|
|
@69
|
18 years |
Jari Häkkinen |
Removed unused #include directives.
|
|
|
@68
|
18 years |
Jari Häkkinen |
Adding svnstat trac image.
|
|
|
@67
|
18 years |
Jari Häkkinen |
Fied minor errors in the text.
|
|
|
@66
|
18 years |
Jari Häkkinen |
Minor fix on help output.
|
|
|
@65
|
18 years |
Peter Johansson |
corrected includes
|
|
|
@64
|
18 years |
Peter Johansson |
fixed problem with parsing with user names with white spaces, e.g. (no …
|
|
|
@63
|
18 years |
Peter Johansson |
Fixed problem with mapping revison to date. Removed mkstemps. name of …
|
|
|
@62
|
18 years |
Peter Johansson |
oops
|
|
|
@61
|
18 years |
Peter Johansson |
fixed the problem with parsing from log?
|
|
|
@60
|
18 years |
Peter Johansson |
plotting vs date rather than revision
|
|
|
@59
|
18 years |
Jari Häkkinen |
Resurrected file.cc and removed tree.cc
|
|
|
@58
|
18 years |
Jari Häkkinen |
Removed string from print() interface.
|
|
|
@57
|
18 years |
Jari Häkkinen |
Change known program abort to print message and exit nicely.
|
|
|
@56
|
18 years |
Jari Häkkinen |
Removed tree.cc
|
|
|
@55
|
18 years |
Jari Häkkinen |
Fixed bug that made file names starting with a '.' to be invisible in …
|
|
|
@54
|
18 years |
Jari Häkkinen |
Changed command line paramters. Last [path] is invalid now, use -r.
|
|
|
@53
|
18 years |
Jari Häkkinen |
Added index.html symbolic link.
|
|
|
@52
|
18 years |
Jari Häkkinen |
bin/svnstat works
|
|
|
@51
|
18 years |
Jari Häkkinen |
Clean up.
|
|
|
@50
|
18 years |
Jari Häkkinen |
force parameter works, target removed if exist.
|
|
|
@49
|
18 years |
Jari Häkkinen |
bin directory compiles but svnstat not finished.
|
|
|
@48
|
18 years |
Peter Johansson |
added class for keeping stats from svn log
|
|
|
@47
|
18 years |
Peter Johansson |
added time/date tag in output footer
|
|
|
@46
|
18 years |
Jari Häkkinen |
Updated readme.txt
|
|
|