- Timestamp:
- Mar 13, 2006, 11:04:34 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r31 r84 1 1 $Id$ 2 3 Copyright (C) 2005, 2006 Jari Häkkinen 4 5 Files are copyright by their respective authors. The contributions to 6 files where copyright is not explicitly stated can be traced with the 7 source code revision system. 8 9 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 10 11 svnstat is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by the 13 Free Software Foundation; either version 2 of the License, or (at your 14 option) any later version. 15 16 svnstat is distributed in the hope that it will be useful, but WITHOUT 17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 18 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 19 for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 24 USA. 25 2 26 3 27 This package is developed and maintained by people at the Department -
trunk/ChangeLog
r74 r84 1 1 $Id$ 2 3 Copyright (C) 2005, 2006 Jari Häkkinen 4 5 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 6 7 svnstat is free software; you can redistribute it and/or modify it 8 under the terms of the GNU General Public License as published by the 9 Free Software Foundation; either version 2 of the License, or (at your 10 option) any later version. 11 12 svnstat is distributed in the hope that it will be useful, but WITHOUT 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 20 USA. 21 22 23 version 0.x: 24 - Added copyright statement to files. 25 - Proper version information is displayed using --version option. 2 26 3 27 version 0.2: … … 5 29 - Removed usage of temporary files. 6 30 - Added option to plot changes against time or revision. 31 - Several bugs removed. 7 32 8 33 version 0.1: -
trunk/Makefile.am
r21 r84 3 3 ## $Id$ 4 4 5 # Copyright (C) 2005, 2006 Jari Häkkinen 6 # 7 # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 8 # 9 # svnstat is free software; you can redistribute it and/or modify it 10 # under the terms of the GNU General Public License as published by 11 # the Free Software Foundation; either version 2 of the License, or 12 # (at your option) any later version. 13 # 14 # svnstat is distributed in the hope that it will be useful, but 15 # WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # General Public License for more details. 18 # 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 # 02111-1307, USA. 23 5 24 SUBDIRS = lib bin test -
trunk/NEWS
r8 r84 1 // $Id$ 1 $Id$ 2 3 Copyright (C) 2005, 2006 Jari Häkkinen 4 5 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 6 7 svnstat is free software; you can redistribute it and/or modify it 8 under the terms of the GNU General Public License as published by the 9 Free Software Foundation; either version 2 of the License, or (at your 10 option) any later version. 11 12 svnstat is distributed in the hope that it will be useful, but WITHOUT 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 20 USA. -
trunk/README
r31 r84 1 // $Id$ 1 $Id$ 2 3 Copyright (C) 2005, 2006 Jari Häkkinen 4 5 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 6 7 svnstat is free software; you can redistribute it and/or modify it 8 under the terms of the GNU General Public License as published by the 9 Free Software Foundation; either version 2 of the License, or (at your 10 option) any later version. 11 12 svnstat is distributed in the hope that it will be useful, but WITHOUT 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 20 USA. 21 2 22 3 23 Acknowledgements -
trunk/bin/Makefile.am
r81 r84 2 2 ## 3 3 ## $Id$ 4 5 # Copyright (C) 2005, 2006 Jari Häkkinen 6 # 7 # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 8 # 9 # svnstat is free software; you can redistribute it and/or modify it 10 # under the terms of the GNU General Public License as published by 11 # the Free Software Foundation; either version 2 of the License, or 12 # (at your option) any later version. 13 # 14 # svnstat is distributed in the hope that it will be useful, but 15 # WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # General Public License for more details. 18 # 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 # 02111-1307, USA. 4 23 5 24 bin_PROGRAMS = svnstat -
trunk/bin/Parameter.cc
r83 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Parameter.h" -
trunk/bin/Parameter.h
r73 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_parameter_ -
trunk/bin/rmdirhier.cc
r55 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "rmdirhier.h" -
trunk/bin/rmdirhier.h
r50 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_rmdirhier_ -
trunk/bin/svnstat.cc
r73 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Parameter.h" -
trunk/bootstrap
r8 r84 1 1 #!/bin/sh 2 2 3 # $Id$ 3 ## $Id$ 4 ## 5 ## Run this to generate all auto-generated files needed by the GNU 6 ## configure program. This should be run everytime configure.ac is 7 ## changed. 4 8 5 # Run this to generate all auto-generated files needed by the GNU 6 # configure program. This should be run everytime configure.ac is 7 # changed. 9 # Copyright (C) 2005, 2006 Jari Häkkinen 10 # 11 # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 12 # 13 # svnstat is free software; you can redistribute it and/or modify it 14 # under the terms of the GNU General Public License as published by 15 # the Free Software Foundation; either version 2 of the License, or 16 # (at your option) any later version. 17 # 18 # svnstat is distributed in the hope that it will be useful, but 19 # WITHOUT ANY WARRANTY; without even the implied warranty of 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 # General Public License for more details. 22 # 23 # You should have received a copy of the GNU General Public License 24 # along with this program; if not, write to the Free Software 25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 26 # 02111-1307, USA. 8 27 9 28 mkdir -p autotools -
trunk/configure.ac
r81 r84 1 # Process this file with autoconf to produce a configure script. 1 ## Process this file with autoconf to produce a configure script. 2 ## 3 ## $Id$ 4 ## 5 ## If you grabbed the source from subversion you should, at top-level, 6 ## execute: 7 ## ./bootstrap 8 9 # Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 2 10 # 3 # $Id$11 # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 4 12 # 5 # Author: Jari Hakkinen, jari@thep.lu.se 13 # svnstat is free software; you can redistribute it and/or modify it 14 # under the terms of the GNU General Public License as published by 15 # the Free Software Foundation; either version 2 of the License, or 16 # (at your option) any later version. 6 17 # 7 # If you grabbed the source from subversion you should, at top-level, 8 # execute: 9 # ./bootstrap 18 # svnstat is distributed in the hope that it will be useful, but 19 # WITHOUT ANY WARRANTY; without even the implied warranty of 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 # General Public License for more details. 10 22 # 23 # You should have received a copy of the GNU General Public License 24 # along with this program; if not, write to the Free Software 25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 26 # 02111-1307, USA. 11 27 12 28 AC_PREREQ(2.57) 13 AC_INIT([[svnstat]],[ 0.2],[jari@thep.lu.se])29 AC_INIT([[svnstat]],[pre0.3],[jari@thep.lu.se]) 14 30 AC_CONFIG_SRCDIR([lib/File.h]) 15 31 AC_CONFIG_AUX_DIR([autotools]) -
trunk/doc/readme.txt
r67 r84 1 1 $Id$ 2 3 Copyright (C) 2005, 2006 Jari Häkkinen 4 5 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 6 7 svnstat is free software; you can redistribute it and/or modify it 8 under the terms of the GNU General Public License as published by the 9 Free Software Foundation; either version 2 of the License, or (at your 10 option) any later version. 11 12 svnstat is distributed in the hope that it will be useful, but WITHOUT 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 20 USA. 21 22 2 23 3 24 svnstat traverses a directory structure (controlled by subversion) and -
trunk/lib/CommitStat.cc
r73 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "CommitStat.h" -
trunk/lib/CommitStat.h
r73 r84 1 //$Id$ 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_commit_stat_ -
trunk/lib/Directory.cc
r79 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Directory.h" -
trunk/lib/Directory.h
r60 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_directory_ -
trunk/lib/File.cc
r74 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "File.h" -
trunk/lib/File.h
r72 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_file_ -
trunk/lib/Gnuplot.cc
r74 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Gnuplot.h" -
trunk/lib/Gnuplot.h
r73 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_gnuplot_ -
trunk/lib/GnuplotFE.cc
r74 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "GnuplotFE.h" -
trunk/lib/GnuplotFE.h
r74 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_gnuplotfe_ -
trunk/lib/Makefile.am
r81 r84 1 # Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in 2 ## 3 ## $Id$ 4 5 # Copyright (C) 2005, 2006 Jari Häkkinen 2 6 # 3 # $Id$ 7 # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 8 # 9 # svnstat is free software; you can redistribute it and/or modify it 10 # under the terms of the GNU General Public License as published by 11 # the Free Software Foundation; either version 2 of the License, or 12 # (at your option) any later version. 13 # 14 # svnstat is distributed in the hope that it will be useful, but 15 # WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # General Public License for more details. 18 # 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 # 02111-1307, USA. 4 23 5 24 noinst_LIBRARIES = libsvnstat.a -
trunk/lib/Node.cc
r79 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Node.h" -
trunk/lib/Node.h
r80 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_node_ -
trunk/lib/Stats.cc
r80 r84 1 //$Id$ 1 // $Id$ 2 3 /* 4 Copyright (C) 2005 Peter Johansson 5 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 6 7 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 8 9 svnstat is free software; you can redistribute it and/or modify it 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2 of the License, or 12 (at your option) any later version. 13 14 svnstat is distributed in the hope that it will be useful, but 15 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 02111-1307, USA. 23 */ 2 24 3 25 #include "Stats.h" -
trunk/lib/Stats.h
r80 r84 1 //$Id$ 1 // $Id$ 2 3 /* 4 Copyright (C) 2005 Peter Johansson 5 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 6 7 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 8 9 svnstat is free software; you can redistribute it and/or modify it 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2 of the License, or 12 (at your option) any later version. 13 14 svnstat is distributed in the hope that it will be useful, but 15 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 02111-1307, USA. 23 */ 2 24 3 25 #ifndef _theplu_svnstat_stats_ -
trunk/lib/utility.cc
r80 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "utility.h" -
trunk/lib/utility.h
r71 r84 1 //$Id$ 1 // $Id$ 2 3 /* 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #ifndef _theplu_svnstat_utility_ -
trunk/test/Makefile.am
r56 r84 1 # Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in 2 ## 3 ## $Id$ 4 5 # Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 2 6 # 3 # $Id$ 7 # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 8 # 9 # svnstat is free software; you can redistribute it and/or modify it 10 # under the terms of the GNU General Public License as published by 11 # the Free Software Foundation; either version 2 of the License, or 12 # (at your option) any later version. 13 # 14 # svnstat is distributed in the hope that it will be useful, but 15 # WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # General Public License for more details. 18 # 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 # 02111-1307, USA. 4 23 5 24 TESTS = commit_stat directory file gnuplot_pipe stats -
trunk/test/commit_stat.cc
r69 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "CommitStat.h" 4 25 5 int main( )26 int main(const int argc,const char* argv[]) 6 27 { 7 28 using namespace theplu::svnstat; -
trunk/test/directory.cc
r69 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Directory.h" … … 5 26 #include <string> 6 27 7 int main( )28 int main(const int argc,const char* argv[]) 8 29 { 9 30 using namespace theplu::svnstat; -
trunk/test/file.cc
r69 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "File.h" … … 6 27 #include <string> 7 28 8 int main( )29 int main(const int argc,const char* argv[]) 9 30 { 10 31 using namespace theplu::svnstat; -
trunk/test/gnuplot_pipe.cc
r36 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Gnuplot.h" -
trunk/test/stats.cc
r69 r84 1 1 // $Id$ 2 3 /* 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 6 This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat 7 8 svnstat is free software; you can redistribute it and/or modify it 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 svnstat is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 02111-1307, USA. 22 */ 2 23 3 24 #include "Stats.h" 4 25 5 int main( )26 int main(const int argc,const char* argv[]) 6 27 { 7 28 using namespace theplu::svnstat;
Note: See TracChangeset
for help on using the changeset viewer.