From 9425c15f2721b09faac6c9a4499199e50487a4de Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 16 Feb 2005 06:58:05 +0000 Subject: [PATCH] removal of Log tag --- include/Application.hpp | 15 +-------------- include/Log.hpp | 18 +----------------- include/LogSink.hpp | 24 +----------------------- include/entrypoint.hpp | 12 +----------- include/exceptions.hpp | 24 +----------------------- include/types.hpp | 18 +----------------- include/util/ConfigFile.hpp | 21 +-------------------- include/util/FileBuffer.hpp | 15 +-------------- include/util/RandGen.hpp | 15 +-------------- include/util/VersionInfo.hpp | 18 +----------------- include/util/filesys/filesys.hpp | 15 +-------------- makefile | 9 +-------- src/Application.cpp | 15 +-------------- src/Log.cpp | 18 +----------------- src/LogSink.cpp | 24 +----------------------- src/exceptions.cpp | 18 +----------------- src/util/ConfigFile.cpp | 15 +-------------- src/util/FileBuffer.cpp | 15 +-------------- src/util/RandGen.cpp | 15 +-------------- src/util/VersionInfo.cpp | 15 +-------------- src/util/filesys/filesys.cpp | 15 +-------------- 21 files changed, 21 insertions(+), 333 deletions(-) diff --git a/include/Application.hpp b/include/Application.hpp index b4a5dd5..50362a9 100644 --- a/include/Application.hpp +++ b/include/Application.hpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: Application.hpp,v 1.2 2005/02/16 04:26:22 cozman Exp $ -// -// Revisions: -// $Log: Application.hpp,v $ -// Revision 1.2 2005/02/16 04:26:22 cozman -// constructor fixes -// -// Revision 1.1 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.1 2005/02/07 02:00:48 cozman -// Application re-integrated -// -// +// $Id: Application.hpp,v 1.3 2005/02/16 06:58:05 cozman Exp $ #ifndef PHOTON_APPLICATION_HPP #define PHOTON_APPLICATION_HPP diff --git a/include/Log.hpp b/include/Log.hpp index 4f277bc..3d18652 100644 --- a/include/Log.hpp +++ b/include/Log.hpp @@ -5,23 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: Log.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: Log.hpp,v $ -// Revision 1.1 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.3 2005/02/07 01:48:26 cozman -// string references -// -// Revision 1.2 2005/02/04 08:11:54 cozman -// switched Log to shared_ptrs and added extra flushes -// -// Revision 1.1 2005/01/27 03:35:23 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: Log.hpp,v 1.2 2005/02/16 06:58:05 cozman Exp $ #ifndef PHOTON_LOG_HPP #define PHOTON_LOG_HPP diff --git a/include/LogSink.hpp b/include/LogSink.hpp index e02c725..60b4669 100644 --- a/include/LogSink.hpp +++ b/include/LogSink.hpp @@ -5,29 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: LogSink.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: LogSink.hpp,v $ -// Revision 1.1 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.5 2005/02/07 01:48:26 cozman -// string references -// -// Revision 1.4 2005/02/05 03:01:03 cozman -// removed getStream() (useless) -// -// Revision 1.3 2005/02/04 08:11:54 cozman -// switched Log to shared_ptrs and added extra flushes -// -// Revision 1.2 2005/01/27 05:24:11 cozman -// minor documentation update -// -// Revision 1.1 2005/01/27 03:35:23 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: LogSink.hpp,v 1.2 2005/02/16 06:58:05 cozman Exp $ #ifndef PHOTON_LOGSINK_HPP #define PHOTON_LOGSINK_HPP diff --git a/include/entrypoint.hpp b/include/entrypoint.hpp index cb87e82..5b273f5 100644 --- a/include/entrypoint.hpp +++ b/include/entrypoint.hpp @@ -5,17 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: entrypoint.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: entrypoint.hpp,v $ -// Revision 1.1 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.1 2005/02/07 02:00:48 cozman -// Application re-integrated -// -// +// $Id: entrypoint.hpp,v 1.2 2005/02/16 06:58:05 cozman Exp $ #ifndef PHOTON_ENTRYPOINT_HPP diff --git a/include/exceptions.hpp b/include/exceptions.hpp index ab52620..9171e44 100644 --- a/include/exceptions.hpp +++ b/include/exceptions.hpp @@ -5,29 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: exceptions.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: exceptions.hpp,v $ -// Revision 1.1 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.5 2005/02/07 01:48:26 cozman -// string references -// -// Revision 1.4 2005/02/06 21:28:47 cozman -// removed require -// -// Revision 1.3 2005/01/31 15:44:38 cozman -// simplified exceptions -// -// Revision 1.2 2005/01/27 05:24:11 cozman -// minor documentation update -// -// Revision 1.1 2005/01/27 03:35:23 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: exceptions.hpp,v 1.2 2005/02/16 06:58:05 cozman Exp $ #ifndef PHOTON_EXCEPTIONS_HPP #define PHOTON_EXCEPTIONS_HPP diff --git a/include/types.hpp b/include/types.hpp index 13c646b..c97bd0c 100644 --- a/include/types.hpp +++ b/include/types.hpp @@ -5,23 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: types.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: types.hpp,v $ -// Revision 1.1 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.3 2005/02/07 01:48:26 cozman -// string references -// -// Revision 1.2 2005/02/04 08:12:14 cozman -// shared_ptr -// -// Revision 1.1 2005/01/27 03:35:23 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: types.hpp,v 1.2 2005/02/16 06:58:05 cozman Exp $ #ifndef PHOTON_TYPES_HPP #define PHOTON_TYPES_HPP diff --git a/include/util/ConfigFile.hpp b/include/util/ConfigFile.hpp index f71c7e2..9475190 100644 --- a/include/util/ConfigFile.hpp +++ b/include/util/ConfigFile.hpp @@ -5,26 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: ConfigFile.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $ -// -// Revisions: -// $Log: ConfigFile.hpp,v $ -// Revision 1.1 2005/02/13 22:12:04 cozman -// .h->.hpp -// -// Revision 1.4 2005/02/05 03:00:41 cozman -// fixed binary_function -// -// Revision 1.3 2005/02/03 20:38:56 cozman -// conversion to LF -// -// Revision 1.2 2005/01/31 15:44:13 cozman -// ConfigFile rewrite -// -// Revision 1.1 2005/01/27 03:35:23 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: ConfigFile.hpp,v 1.2 2005/02/16 06:58:05 cozman Exp $ #ifndef PHOTON_UTIL_CONFIGFILE_HPP #define PHOTON_UTIL_CONFIGFILE_HPP diff --git a/include/util/FileBuffer.hpp b/include/util/FileBuffer.hpp index 551c001..1e807b6 100644 --- a/include/util/FileBuffer.hpp +++ b/include/util/FileBuffer.hpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: FileBuffer.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $ -// -// Revisions: -// $Log: FileBuffer.hpp,v $ -// Revision 1.1 2005/02/13 22:12:04 cozman -// .h->.hpp -// -// Revision 1.2 2005/02/07 01:48:26 cozman -// string references -// -// Revision 1.1 2005/02/06 21:30:10 cozman -// PhysFS initial integration -// -// +// $Id: FileBuffer.hpp,v 1.2 2005/02/16 06:58:06 cozman Exp $ #ifndef PHOTON_UTIL_FILEBUFFER_HPP #define PHOTON_UTIL_FILEBUFFER_HPP diff --git a/include/util/RandGen.hpp b/include/util/RandGen.hpp index 330c23d..aaff9cd 100644 --- a/include/util/RandGen.hpp +++ b/include/util/RandGen.hpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: RandGen.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $ -// -// Revisions: -// $Log: RandGen.hpp,v $ -// Revision 1.1 2005/02/13 22:12:04 cozman -// .h->.hpp -// -// Revision 1.2 2005/02/04 21:56:39 cozman -// RandGen implemented/tested -// -// Revision 1.1 2005/01/27 03:35:23 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: RandGen.hpp,v 1.2 2005/02/16 06:58:06 cozman Exp $ #ifndef PHOTON_UTIL_RANDGEN_HPP #define PHOTON_UTIL_RANDGEN_HPP diff --git a/include/util/VersionInfo.hpp b/include/util/VersionInfo.hpp index 4b5307c..d61926f 100644 --- a/include/util/VersionInfo.hpp +++ b/include/util/VersionInfo.hpp @@ -5,23 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: VersionInfo.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $ -// -// Revisions: -// $Log: VersionInfo.hpp,v $ -// Revision 1.1 2005/02/13 22:12:04 cozman -// .h->.hpp -// -// Revision 1.3 2005/02/07 01:48:26 cozman -// string references -// -// Revision 1.2 2005/02/05 02:57:07 cozman -// *** empty log message *** -// -// Revision 1.1 2005/01/27 03:35:23 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: VersionInfo.hpp,v 1.2 2005/02/16 06:58:06 cozman Exp $ #ifndef PHOTON_UTIL_VERSIONINFO_HPP #define PHOTON_UTIL_VERSIONINFO_HPP diff --git a/include/util/filesys/filesys.hpp b/include/util/filesys/filesys.hpp index 16e1a94..e63942e 100644 --- a/include/util/filesys/filesys.hpp +++ b/include/util/filesys/filesys.hpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: filesys.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $ -// -// Revisions: -// $Log: filesys.hpp,v $ -// Revision 1.1 2005/02/13 22:12:04 cozman -// .h->.hpp -// -// Revision 1.2 2005/02/07 01:48:50 cozman -// fixed several issues in testing -// -// Revision 1.1 2005/02/06 21:30:10 cozman -// PhysFS initial integration -// -// +// $Id: filesys.hpp,v 1.2 2005/02/16 06:58:06 cozman Exp $ #ifndef PHOTON_UTIL_FILESYS_FILESYS_HPP #define PHOTON_UTIL_FILESYS_FILESYS_HPP diff --git a/makefile b/makefile index e7b6b66..691cc14 100644 --- a/makefile +++ b/makefile @@ -5,14 +5,7 @@ # James Turk (jpt2433@rit.edu) # # Version: -# $Id: makefile,v 1.1 2005/02/16 04:26:51 cozman Exp $ -# -# Revisions: -# $Log: makefile,v $ -# Revision 1.1 2005/02/16 04:26:51 cozman -# added makefile, so far tested only w/ mgw -# -# +# $Id: makefile,v 1.2 2005/02/16 06:58:26 cozman Exp $ INCLUDE_DIR = ./include SRC_DIR = ./src diff --git a/src/Application.cpp b/src/Application.cpp index f8d7d49..d27af1b 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: Application.cpp,v 1.3 2005/02/16 04:26:23 cozman Exp $ -// -// Revisions: -// $Log: Application.cpp,v $ -// Revision 1.3 2005/02/16 04:26:23 cozman -// constructor fixes -// -// Revision 1.2 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.1 2005/02/07 02:00:49 cozman -// Application re-integrated -// -// +// $Id: Application.cpp,v 1.4 2005/02/16 06:58:26 cozman Exp $ #include "Application.hpp" diff --git a/src/Log.cpp b/src/Log.cpp index ec6855f..76894b8 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -5,23 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: Log.cpp,v 1.4 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: Log.cpp,v $ -// Revision 1.4 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.3 2005/02/07 01:48:27 cozman -// string references -// -// Revision 1.2 2005/02/04 08:11:54 cozman -// switched Log to shared_ptrs and added extra flushes -// -// Revision 1.1 2005/01/27 03:35:24 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: Log.cpp,v 1.5 2005/02/16 06:58:26 cozman Exp $ #include "Log.hpp" diff --git a/src/LogSink.cpp b/src/LogSink.cpp index ac1a814..96b6ccb 100644 --- a/src/LogSink.cpp +++ b/src/LogSink.cpp @@ -5,29 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: LogSink.cpp,v 1.6 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: LogSink.cpp,v $ -// Revision 1.6 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.5 2005/02/07 01:48:27 cozman -// string references -// -// Revision 1.4 2005/02/05 03:01:04 cozman -// removed getStream() (useless) -// -// Revision 1.3 2005/02/04 08:11:54 cozman -// switched Log to shared_ptrs and added extra flushes -// -// Revision 1.2 2005/01/27 05:24:11 cozman -// minor documentation update -// -// Revision 1.1 2005/01/27 03:35:24 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: LogSink.cpp,v 1.7 2005/02/16 06:58:26 cozman Exp $ #include "LogSink.hpp" diff --git a/src/exceptions.cpp b/src/exceptions.cpp index 25969d6..33055cd 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -5,23 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: exceptions.cpp,v 1.4 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: exceptions.cpp,v $ -// Revision 1.4 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.3 2005/02/07 01:48:27 cozman -// string references -// -// Revision 1.2 2005/01/31 15:44:38 cozman -// simplified exceptions -// -// Revision 1.1 2005/01/27 03:35:24 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: exceptions.cpp,v 1.5 2005/02/16 06:58:26 cozman Exp $ #include "exceptions.hpp" diff --git a/src/util/ConfigFile.cpp b/src/util/ConfigFile.cpp index 411ce24..ce603da 100644 --- a/src/util/ConfigFile.cpp +++ b/src/util/ConfigFile.cpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: ConfigFile.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: ConfigFile.cpp,v $ -// Revision 1.3 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.2 2005/01/31 15:44:13 cozman -// ConfigFile rewrite -// -// Revision 1.1 2005/01/27 03:35:24 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: ConfigFile.cpp,v 1.4 2005/02/16 06:58:26 cozman Exp $ #include "util/ConfigFile.hpp" #include "exceptions.hpp" diff --git a/src/util/FileBuffer.cpp b/src/util/FileBuffer.cpp index 8b2f50f..dece738 100644 --- a/src/util/FileBuffer.cpp +++ b/src/util/FileBuffer.cpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: FileBuffer.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: FileBuffer.cpp,v $ -// Revision 1.3 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.2 2005/02/07 01:48:27 cozman -// string references -// -// Revision 1.1 2005/02/06 21:30:10 cozman -// PhysFS initial integration -// -// +// $Id: FileBuffer.cpp,v 1.4 2005/02/16 06:58:26 cozman Exp $ #include "util/FileBuffer.hpp" diff --git a/src/util/RandGen.cpp b/src/util/RandGen.cpp index 56a9821..65631ff 100644 --- a/src/util/RandGen.cpp +++ b/src/util/RandGen.cpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: RandGen.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: RandGen.cpp,v $ -// Revision 1.3 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.2 2005/02/04 21:56:40 cozman -// RandGen implemented/tested -// -// Revision 1.1 2005/01/27 03:35:24 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: RandGen.cpp,v 1.4 2005/02/16 06:58:26 cozman Exp $ // The source in this file is based on MT19937, with much of the source // replicated from mt19937ar.c, because of this the original license diff --git a/src/util/VersionInfo.cpp b/src/util/VersionInfo.cpp index ecb3293..055988f 100644 --- a/src/util/VersionInfo.cpp +++ b/src/util/VersionInfo.cpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: VersionInfo.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: VersionInfo.cpp,v $ -// Revision 1.3 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.2 2005/02/05 02:57:07 cozman -// *** empty log message *** -// -// Revision 1.1 2005/01/27 03:35:24 cozman -// initial import (exceptions,types, and logging,oh my!) -// -// +// $Id: VersionInfo.cpp,v 1.4 2005/02/16 06:58:26 cozman Exp $ #include "util/VersionInfo.hpp" diff --git a/src/util/filesys/filesys.cpp b/src/util/filesys/filesys.cpp index e8d191b..7b1ab3a 100644 --- a/src/util/filesys/filesys.cpp +++ b/src/util/filesys/filesys.cpp @@ -5,20 +5,7 @@ // James Turk (jpt2433@rit.edu) // // Version: -// $Id: filesys.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $ -// -// Revisions: -// $Log: filesys.cpp,v $ -// Revision 1.3 2005/02/13 22:12:03 cozman -// .h->.hpp -// -// Revision 1.2 2005/02/07 01:48:51 cozman -// fixed several issues in testing -// -// Revision 1.1 2005/02/06 21:30:10 cozman -// PhysFS initial integration -// -// +// $Id: filesys.cpp,v 1.4 2005/02/16 06:58:26 cozman Exp $ #include "util/filesys/filesys.hpp"