|
|
@146
|
17 years |
Jari Häkkinen |
Bumped version number in preparation for new release.
|
|
|
@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
|
17 years |
Jari Häkkinen |
Added --with-apr and --with-svn options to configure script. These may …
|
|
|
@95
|
17 years |
Jari Häkkinen |
Removed absolute paths (allow cron to set path).
|
|
|
@94
|
17 years |
Jari Häkkinen |
Trying to get trac cron to run with latest svnstat binary.
|
|
|
@93
|
17 years |
Jari Häkkinen |
Changed Makefile.am's to compile at department.
|
|
|
@92
|
17 years |
Jari Häkkinen |
Fixed typo.
|
|
|
@91
|
17 years |
Jari Häkkinen |
Fixes #4, #19, #32, #34: Started to implement subversion API usage.
|
|
|
@90
|
17 years |
Peter Johansson |
changed default date format closes #30
|
|
|
@89
|
17 years |
Jari Häkkinen |
Added copyright statement.
|
|
|
@88
|
17 years |
Jari Häkkinen |
Added cron data to svnstat.sh.
|
|
|
@87
|
17 years |
Jari Häkkinen |
Renamed svnstat script.
|
|
|
@86
|
17 years |
Jari Häkkinen |
Removed stray line, added some svn properties.
|
|
|
@85
|
17 years |
Jari Häkkinen |
Added cron script that is run within the trac environment to create an …
|
|
|
@84
|
17 years |
Jari Häkkinen |
Added copyright statement. Bumped version number to pre0.3. Cleaned up …
|
|
|
@83
|
17 years |
Jari Häkkinen |
Fixed ticket:21 version information is taken from configure.ac.
|