- Timestamp:
- Aug 12, 2006, 11:11:46 AM (17 years ago)
- Location:
- trunk/lib
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r129 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 40 40 41 41 namespace theplu{ 42 namespace svn stat{42 namespace svndigest{ 43 43 44 44 … … 171 171 } 172 172 173 }} // end of namespace svn stat and namespace theplu173 }} // end of namespace svndigest and namespace theplu -
trunk/lib/Directory.h
r129 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_directory_25 #define _theplu_svn stat_directory_24 #ifndef _theplu_svndigest_directory_ 25 #define _theplu_svndigest_directory_ 26 26 27 27 #include "Node.h" … … 31 31 32 32 namespace theplu{ 33 namespace svn stat{33 namespace svndigest{ 34 34 35 35 /// … … 86 86 }; 87 87 88 }} // end of namespace svn stat and namespace theplu88 }} // end of namespace svndigest and namespace theplu 89 89 90 90 #endif -
trunk/lib/File.cc
r129 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 30 30 31 31 namespace theplu{ 32 namespace svn stat{32 namespace svndigest{ 33 33 34 34 std::string File::html_link(void) const … … 108 108 } 109 109 110 }} // end of namespace svn stat and namespace theplu110 }} // end of namespace svndigest and namespace theplu -
trunk/lib/File.h
r129 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_file_25 #define _theplu_svn stat_file_24 #ifndef _theplu_svndigest_file_ 25 #define _theplu_svndigest_file_ 26 26 27 27 #include "Node.h" … … 30 30 31 31 namespace theplu{ 32 namespace svn stat{32 namespace svndigest{ 33 33 34 34 class File : public Node … … 76 76 }; 77 77 78 }} // end of namespace svn stat and namespace theplu78 }} // end of namespace svndigest and namespace theplu 79 79 80 80 #endif -
trunk/lib/Gnuplot.cc
r145 r149 4 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 32 32 33 33 namespace theplu { 34 namespace svn stat {34 namespace svndigest { 35 35 36 36 … … 101 101 102 102 103 }} // end of namespace svn stat and namespace theplu103 }} // end of namespace svndigest and namespace theplu -
trunk/lib/Gnuplot.h
r145 r149 4 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_gnuplot_25 #define _theplu_svn stat_gnuplot_24 #ifndef _theplu_svndigest_gnuplot_ 25 #define _theplu_svndigest_gnuplot_ 26 26 27 27 #include <cassert> … … 37 37 38 38 namespace theplu { 39 namespace svn stat {39 namespace svndigest { 40 40 41 41 /// … … 168 168 }; 169 169 170 }} // end of namespace svn stat and namespace theplu170 }} // end of namespace svndigest and namespace theplu 171 171 172 172 #endif -
trunk/lib/GnuplotFE.cc
r133 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 31 31 32 32 namespace theplu { 33 namespace svn stat {33 namespace svndigest { 34 34 35 35 … … 90 90 91 91 92 }} // end of namespace svn stat and namespace theplu92 }} // end of namespace svndigest and namespace theplu -
trunk/lib/GnuplotFE.h
r133 r149 4 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_gnuplotfe_25 #define _theplu_svn stat_gnuplotfe_24 #ifndef _theplu_svndigest_gnuplotfe_ 25 #define _theplu_svndigest_gnuplotfe_ 26 26 27 27 #include "Gnuplot.h" … … 31 31 32 32 namespace theplu { 33 namespace svn stat {33 namespace svndigest { 34 34 35 35 /// … … 138 138 }; 139 139 140 }} // end of namespace svn stat and namespace theplu140 }} // end of namespace svndigest and namespace theplu 141 141 142 142 #endif -
trunk/lib/Makefile.am
r139 r149 6 6 # Copyright (C) 2006 Jari Häkkinen, Peter Johansson 7 7 # 8 # This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat8 # This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 9 9 # 10 # svn stat is free software; you can redistribute it and/or modify it10 # svndigest is free software; you can redistribute it and/or modify it 11 11 # under the terms of the GNU General Public License as published by 12 12 # the Free Software Foundation; either version 2 of the License, or 13 13 # (at your option) any later version. 14 14 # 15 # svn stat is distributed in the hope that it will be useful, but15 # svndigest is distributed in the hope that it will be useful, but 16 16 # WITHOUT ANY WARRANTY; without even the implied warranty of 17 17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 23 23 # 02111-1307, USA. 24 24 25 noinst_LIBRARIES = libsvn stat.a25 noinst_LIBRARIES = libsvndigest.a 26 26 27 27 noinst_HEADERS = Directory.h File.h Gnuplot.h GnuplotFE.h Node.h \ 28 28 Parser.h rmdirhier.h Stats.h SVN.h SVNblame.h SVNinfo.h utility.h 29 29 30 libsvn stat_a_SOURCES = Directory.cc File.cc Gnuplot.cc GnuplotFE.cc \30 libsvndigest_a_SOURCES = Directory.cc File.cc Gnuplot.cc GnuplotFE.cc \ 31 31 Node.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc SVNblame.cc \ 32 32 SVNinfo.cc utility.cc -
trunk/lib/Node.cc
r129 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 32 32 33 33 namespace theplu{ 34 namespace svn stat{34 namespace svndigest{ 35 35 36 36 Node::Node(const u_int level, const std::string& path, … … 68 68 os << "<p align=center><font size=-2>\nGenerated on " 69 69 << asctime (timeinfo) 70 << "by <a href=http://lev.thep.lu.se/trac/svn stat/>"70 << "by <a href=http://lev.thep.lu.se/trac/svndigest/>" 71 71 << PACKAGE_STRING << "</a>" 72 72 << "</font>\n</p>\n</div>\n</body>\n</html>\n"; … … 82 82 << " xml:lang=\"en\" lang=\"en\"><head>\n" 83 83 << "<head>\n" 84 << "<title> svn stat " << name() << "</title>\n"84 << "<title> svndigest " << name() << "</title>\n" 85 85 << "</head>\n" 86 86 << "<link rel=\"stylesheet\" " … … 88 88 for (u_int i=0; i<level_; ++i) 89 89 os << "../"; 90 os << "svn stat.css\" type=\"text/css\" />\n"90 os << "svndigest.css\" type=\"text/css\" />\n" 91 91 << "<body>\n" 92 92 << "<div id=\"menu\">" … … 101 101 } 102 102 103 }} // end of namespace svn stat and namespace theplu103 }} // end of namespace svndigest and namespace theplu -
trunk/lib/Node.h
r142 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_node_25 #define _theplu_svn stat_node_24 #ifndef _theplu_svndigest_node_ 25 #define _theplu_svndigest_node_ 26 26 27 27 #include "Stats.h" … … 34 34 35 35 namespace theplu{ 36 namespace svn stat{36 namespace svndigest{ 37 37 38 38 /// … … 147 147 }; 148 148 149 }} // end of namespace svn stat and namespace theplu149 }} // end of namespace svndigest and namespace theplu 150 150 151 151 #endif -
trunk/lib/Parser.cc
r118 r149 4 4 Copyright (C) 2006 Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 32 32 33 33 namespace theplu{ 34 namespace svn stat{34 namespace svndigest{ 35 35 36 36 … … 65 65 66 66 67 }} // end of namespace svn stat and namespace theplu67 }} // end of namespace svndigest and namespace theplu -
trunk/lib/Parser.h
r128 r149 4 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_parser_25 #define _theplu_svn stat_parser_24 #ifndef _theplu_svndigest_parser_ 25 #define _theplu_svndigest_parser_ 26 26 27 27 #include <iosfwd> … … 30 30 31 31 namespace theplu{ 32 namespace svn stat{32 namespace svndigest{ 33 33 34 34 /// … … 100 100 }; 101 101 102 }} // end of namespace svn stat end of namespace theplu102 }} // end of namespace svndigest end of namespace theplu 103 103 104 104 #endif -
trunk/lib/SVN.cc
r142 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat7 8 svn stat is free software; you can redistribute it and/or modify it6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 35 35 36 36 namespace theplu { 37 namespace svn stat {37 namespace svndigest { 38 38 39 39 … … 51 51 // thrown and caught with subsequent reinitializatios is safe 52 52 // memorywise but what about APR internal counters?) 53 if (svn_cmdline_init("svn stat",stderr) != EXIT_SUCCESS)53 if (svn_cmdline_init("svndigest",stderr) != EXIT_SUCCESS) 54 54 throw SVNException("SVN(void): svn_cmdline_init failed"); 55 55 … … 129 129 subpool); 130 130 if (err && err->apr_err!=SVN_ERR_CLIENT_IS_BINARY_FILE) { 131 svn_handle_error2(err, stderr, false, "svn stat: ");131 svn_handle_error2(err, stderr, false, "svndigest: "); 132 132 svn_error_clear(err); 133 133 svn_pool_destroy(subpool); … … 145 145 if (svn_error_t *err=svn_client_info(path.c_str(), NULL, NULL, receiver, 146 146 baton, false, context_, subpool)) { 147 svn_handle_error2(err, stderr, false, "svn stat: ");147 svn_handle_error2(err, stderr, false, "svndigest: "); 148 148 svn_error_clear(err); 149 149 svn_pool_destroy(subpool); … … 174 174 if ((err=svn_ra_get_latest_revnum(ra_session_, &(head.value.number), 175 175 subpool))) { 176 svn_handle_error2(err, stderr, false, "svn stat: ");176 svn_handle_error2(err, stderr, false, "svndigest: "); 177 177 svn_error_clear(err); 178 178 svn_pool_destroy(subpool); … … 187 187 log_message_receiver, static_cast<void*>(&lb), 188 188 context_, subpool))) { 189 svn_handle_error2(err, stderr, false, "svn stat: ");189 svn_handle_error2(err, stderr, false, "svndigest: "); 190 190 svn_error_clear(err); 191 191 svn_pool_destroy(subpool); … … 199 199 void SVN::cleanup_failed_initialization(svn_error_t *err) 200 200 { 201 svn_handle_error2(err,stderr,false,"svn stat:");201 svn_handle_error2(err,stderr,false,"svndigest:"); 202 202 svn_error_clear(err); 203 203 svn_pool_destroy(pool_); … … 224 224 if (svn_error_t *err=svn_client_open_ra_session(&ra_session_, path.c_str(), 225 225 context_,pool_)) { 226 svn_handle_error2(err,stderr,false,"svn stat:");226 svn_handle_error2(err,stderr,false,"svndigest:"); 227 227 svn_error_clear(err); 228 228 throw SVNException("setup_ra_session: svn_client_open_ra_session failed"); … … 239 239 false, -1, context_->cancel_func, 240 240 context_->cancel_baton, pool_)) { 241 svn_handle_error2(err,stderr,false,"svn stat:");241 svn_handle_error2(err,stderr,false,"svndigest:"); 242 242 svn_error_clear(err); 243 243 throw SVNException("setup_wc_adm_access: svn_wc_adm_open3 failed"); … … 253 253 svn_wc_status2(&status,svn_path_internal_style(path.c_str(), subpool), 254 254 adm_access_, subpool)) { 255 svn_handle_error2(err,stderr,false,"svn stat:");255 svn_handle_error2(err,stderr,false,"svndigest:"); 256 256 svn_error_clear(err); 257 257 svn_pool_destroy(subpool); … … 270 270 271 271 272 }} // end of namespace svn stat and namespace theplu272 }} // end of namespace svndigest and namespace theplu -
trunk/lib/SVN.h
r141 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_svn_25 #define _theplu_svn stat_svn_24 #ifndef _theplu_svndigest_svn_ 25 #define _theplu_svndigest_svn_ 26 26 27 27 #include <stdexcept> … … 33 33 34 34 namespace theplu { 35 namespace svn stat {35 namespace svndigest { 36 36 37 37 /// … … 193 193 }; 194 194 195 }} // end of namespace svn stat and namespace theplu195 }} // end of namespace svndigest and namespace theplu 196 196 197 197 #endif -
trunk/lib/SVNblame.cc
r138 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 28 28 29 29 namespace theplu { 30 namespace svn stat {30 namespace svndigest { 31 31 32 32 … … 84 84 85 85 86 }} // end of namespace svn stat and namespace theplu86 }} // end of namespace svndigest and namespace theplu -
trunk/lib/SVNblame.h
r138 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_svnblame_25 #define _theplu_svn stat_svnblame_24 #ifndef _theplu_svndigest_svnblame_ 25 #define _theplu_svndigest_svnblame_ 26 26 27 27 #include <string> … … 31 31 32 32 namespace theplu { 33 namespace svn stat {33 namespace svndigest { 34 34 35 35 class SVN; … … 113 113 }; 114 114 115 }} // end of namespace svn stat and namespace theplu115 }} // end of namespace svndigest and namespace theplu 116 116 117 117 #endif -
trunk/lib/SVNinfo.cc
r142 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 28 28 29 29 namespace theplu { 30 namespace svn stat {30 namespace svndigest { 31 31 32 32 … … 61 61 62 62 63 }} // end of namespace svn stat and namespace theplu63 }} // end of namespace svndigest and namespace theplu -
trunk/lib/SVNinfo.h
r142 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_svninfo_25 #define _theplu_svn stat_svninfo_24 #ifndef _theplu_svndigest_svninfo_ 25 #define _theplu_svndigest_svninfo_ 26 26 27 27 #include <string> … … 30 30 31 31 namespace theplu { 32 namespace svn stat {32 namespace svndigest { 33 33 34 34 class SVN; … … 108 108 }; 109 109 110 }} // end of namespace svn stat and namespace theplu110 }} // end of namespace svndigest and namespace theplu 111 111 112 112 #endif -
trunk/lib/Stats.cc
r138 r149 5 5 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 6 6 7 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat8 9 svn stat is free software; you can redistribute it and/or modify it7 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 8 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 11 the Free Software Foundation; either version 2 of the License, or 12 12 (at your option) any later version. 13 13 14 svn stat is distributed in the hope that it will be useful, but14 svndigest is distributed in the hope that it will be useful, but 15 15 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 General Public License for more details. 18 18 … … 44 44 45 45 namespace theplu{ 46 namespace svn stat{46 namespace svndigest{ 47 47 48 48 … … 234 234 } 235 235 236 }} // end of namespace svn stat and namespace theplu236 }} // end of namespace svndigest and namespace theplu -
trunk/lib/Stats.h
r138 r149 5 5 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 6 6 7 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat7 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 8 8 9 svn stat is free software; you can redistribute it and/or modify it9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 11 the Free Software Foundation; either version 2 of the License, or 12 12 (at your option) any later version. 13 13 14 svn stat is distributed in the hope that it will be useful, but14 svndigest is distributed in the hope that it will be useful, but 15 15 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 General Public License for more details. 18 18 … … 23 23 */ 24 24 25 #ifndef _theplu_svn stat_stats_26 #define _theplu_svn stat_stats_25 #ifndef _theplu_svndigest_stats_ 26 #define _theplu_svndigest_stats_ 27 27 28 28 #include "Parser.h" … … 36 36 37 37 namespace theplu{ 38 namespace svn stat{38 namespace svndigest{ 39 39 40 40 /// … … 155 155 Map_ total_; 156 156 }; 157 }} // end of namespace svn stat end of namespace theplu157 }} // end of namespace svndigest end of namespace theplu 158 158 159 159 #endif -
trunk/lib/rmdirhier.cc
r100 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 32 32 33 33 namespace theplu { 34 namespace svn stat {34 namespace svndigest { 35 35 36 36 void rmdirhier(const std::string& path) … … 95 95 } 96 96 97 }} // of namespace svn stat and namespace theplu97 }} // of namespace svndigest and namespace theplu -
trunk/lib/rmdirhier.h
r100 r149 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_rmdirhier_25 #define _theplu_svn stat_rmdirhier_24 #ifndef _theplu_svndigest_rmdirhier_ 25 #define _theplu_svndigest_rmdirhier_ 26 26 27 27 #include <stdexcept> … … 29 29 30 30 namespace theplu { 31 namespace svn stat {31 namespace svndigest { 32 32 33 33 struct DirectoryError : public std::runtime_error … … 48 48 void rmdirhier(const std::string& path); 49 49 50 }} // of namespace svn stat and namespace theplu50 }} // of namespace svndigest and namespace theplu 51 51 52 52 #endif -
trunk/lib/utility.cc
r138 r149 4 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 32 32 33 33 namespace theplu{ 34 namespace svn stat{34 namespace svndigest{ 35 35 36 36 std::string file_name(const std::string& full_path) … … 136 136 137 137 138 }} // end of namespace svn stat and namespace theplu138 }} // end of namespace svndigest and namespace theplu -
trunk/lib/utility.h
r138 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_utility_25 #define _theplu_svn stat_utility_24 #ifndef _theplu_svndigest_utility_ 25 #define _theplu_svndigest_utility_ 26 26 27 27 #include <algorithm> … … 35 35 36 36 namespace theplu{ 37 namespace svn stat{37 namespace svndigest{ 38 38 39 39 /// … … 121 121 }; 122 122 123 }} // end of namespace svn stat end of namespace theplu123 }} // end of namespace svndigest end of namespace theplu 124 124 125 125 #endif
Note: See TracChangeset
for help on using the changeset viewer.