removal of Log tag

This commit is contained in:
James Turk 2005-02-16 06:58:05 +00:00
parent 76e3aa03ff
commit 9425c15f27
21 changed files with 21 additions and 333 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"