removal of Log tag
This commit is contained in:
parent
76e3aa03ff
commit
9425c15f27
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: Application.hpp,v 1.2 2005/02/16 04:26:22 cozman Exp $
|
// $Id: Application.hpp,v 1.3 2005/02/16 06:58:05 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
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_APPLICATION_HPP
|
#ifndef PHOTON_APPLICATION_HPP
|
||||||
#define PHOTON_APPLICATION_HPP
|
#define PHOTON_APPLICATION_HPP
|
||||||
|
@ -5,23 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: Log.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $
|
// $Id: Log.hpp,v 1.2 2005/02/16 06:58:05 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_LOG_HPP
|
#ifndef PHOTON_LOG_HPP
|
||||||
#define PHOTON_LOG_HPP
|
#define PHOTON_LOG_HPP
|
||||||
|
@ -5,29 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: LogSink.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $
|
// $Id: LogSink.hpp,v 1.2 2005/02/16 06:58:05 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_LOGSINK_HPP
|
#ifndef PHOTON_LOGSINK_HPP
|
||||||
#define PHOTON_LOGSINK_HPP
|
#define PHOTON_LOGSINK_HPP
|
||||||
|
@ -5,17 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: entrypoint.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $
|
// $Id: entrypoint.hpp,v 1.2 2005/02/16 06:58:05 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
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef PHOTON_ENTRYPOINT_HPP
|
#ifndef PHOTON_ENTRYPOINT_HPP
|
||||||
|
@ -5,29 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: exceptions.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $
|
// $Id: exceptions.hpp,v 1.2 2005/02/16 06:58:05 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_EXCEPTIONS_HPP
|
#ifndef PHOTON_EXCEPTIONS_HPP
|
||||||
#define PHOTON_EXCEPTIONS_HPP
|
#define PHOTON_EXCEPTIONS_HPP
|
||||||
|
@ -5,23 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: types.hpp,v 1.1 2005/02/13 22:12:03 cozman Exp $
|
// $Id: types.hpp,v 1.2 2005/02/16 06:58:05 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_TYPES_HPP
|
#ifndef PHOTON_TYPES_HPP
|
||||||
#define PHOTON_TYPES_HPP
|
#define PHOTON_TYPES_HPP
|
||||||
|
@ -5,26 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: ConfigFile.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $
|
// $Id: ConfigFile.hpp,v 1.2 2005/02/16 06:58:05 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_UTIL_CONFIGFILE_HPP
|
#ifndef PHOTON_UTIL_CONFIGFILE_HPP
|
||||||
#define PHOTON_UTIL_CONFIGFILE_HPP
|
#define PHOTON_UTIL_CONFIGFILE_HPP
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: FileBuffer.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $
|
// $Id: FileBuffer.hpp,v 1.2 2005/02/16 06:58:06 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
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_UTIL_FILEBUFFER_HPP
|
#ifndef PHOTON_UTIL_FILEBUFFER_HPP
|
||||||
#define PHOTON_UTIL_FILEBUFFER_HPP
|
#define PHOTON_UTIL_FILEBUFFER_HPP
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: RandGen.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $
|
// $Id: RandGen.hpp,v 1.2 2005/02/16 06:58:06 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_UTIL_RANDGEN_HPP
|
#ifndef PHOTON_UTIL_RANDGEN_HPP
|
||||||
#define PHOTON_UTIL_RANDGEN_HPP
|
#define PHOTON_UTIL_RANDGEN_HPP
|
||||||
|
@ -5,23 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: VersionInfo.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $
|
// $Id: VersionInfo.hpp,v 1.2 2005/02/16 06:58:06 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_UTIL_VERSIONINFO_HPP
|
#ifndef PHOTON_UTIL_VERSIONINFO_HPP
|
||||||
#define PHOTON_UTIL_VERSIONINFO_HPP
|
#define PHOTON_UTIL_VERSIONINFO_HPP
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: filesys.hpp,v 1.1 2005/02/13 22:12:04 cozman Exp $
|
// $Id: filesys.hpp,v 1.2 2005/02/16 06:58:06 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
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef PHOTON_UTIL_FILESYS_FILESYS_HPP
|
#ifndef PHOTON_UTIL_FILESYS_FILESYS_HPP
|
||||||
#define PHOTON_UTIL_FILESYS_FILESYS_HPP
|
#define PHOTON_UTIL_FILESYS_FILESYS_HPP
|
||||||
|
9
makefile
9
makefile
@ -5,14 +5,7 @@
|
|||||||
# James Turk (jpt2433@rit.edu)
|
# James Turk (jpt2433@rit.edu)
|
||||||
#
|
#
|
||||||
# Version:
|
# Version:
|
||||||
# $Id: makefile,v 1.1 2005/02/16 04:26:51 cozman Exp $
|
# $Id: makefile,v 1.2 2005/02/16 06:58:26 cozman Exp $
|
||||||
#
|
|
||||||
# Revisions:
|
|
||||||
# $Log: makefile,v $
|
|
||||||
# Revision 1.1 2005/02/16 04:26:51 cozman
|
|
||||||
# added makefile, so far tested only w/ mgw
|
|
||||||
#
|
|
||||||
#
|
|
||||||
|
|
||||||
INCLUDE_DIR = ./include
|
INCLUDE_DIR = ./include
|
||||||
SRC_DIR = ./src
|
SRC_DIR = ./src
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: Application.cpp,v 1.3 2005/02/16 04:26:23 cozman Exp $
|
// $Id: Application.cpp,v 1.4 2005/02/16 06:58:26 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
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#include "Application.hpp"
|
#include "Application.hpp"
|
||||||
|
18
src/Log.cpp
18
src/Log.cpp
@ -5,23 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: Log.cpp,v 1.4 2005/02/13 22:12:03 cozman Exp $
|
// $Id: Log.cpp,v 1.5 2005/02/16 06:58:26 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "Log.hpp"
|
#include "Log.hpp"
|
||||||
|
|
||||||
|
@ -5,29 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: LogSink.cpp,v 1.6 2005/02/13 22:12:03 cozman Exp $
|
// $Id: LogSink.cpp,v 1.7 2005/02/16 06:58:26 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "LogSink.hpp"
|
#include "LogSink.hpp"
|
||||||
|
|
||||||
|
@ -5,23 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: exceptions.cpp,v 1.4 2005/02/13 22:12:03 cozman Exp $
|
// $Id: exceptions.cpp,v 1.5 2005/02/16 06:58:26 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#include "exceptions.hpp"
|
#include "exceptions.hpp"
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: ConfigFile.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $
|
// $Id: ConfigFile.cpp,v 1.4 2005/02/16 06:58:26 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "util/ConfigFile.hpp"
|
#include "util/ConfigFile.hpp"
|
||||||
#include "exceptions.hpp"
|
#include "exceptions.hpp"
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: FileBuffer.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $
|
// $Id: FileBuffer.cpp,v 1.4 2005/02/16 06:58:26 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
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "util/FileBuffer.hpp"
|
#include "util/FileBuffer.hpp"
|
||||||
|
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: RandGen.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $
|
// $Id: RandGen.cpp,v 1.4 2005/02/16 06:58:26 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
// The source in this file is based on MT19937, with much of the source
|
// The source in this file is based on MT19937, with much of the source
|
||||||
// replicated from mt19937ar.c, because of this the original license
|
// replicated from mt19937ar.c, because of this the original license
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: VersionInfo.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $
|
// $Id: VersionInfo.cpp,v 1.4 2005/02/16 06:58:26 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!)
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "util/VersionInfo.hpp"
|
#include "util/VersionInfo.hpp"
|
||||||
|
|
||||||
|
@ -5,20 +5,7 @@
|
|||||||
// James Turk (jpt2433@rit.edu)
|
// James Turk (jpt2433@rit.edu)
|
||||||
//
|
//
|
||||||
// Version:
|
// Version:
|
||||||
// $Id: filesys.cpp,v 1.3 2005/02/13 22:12:03 cozman Exp $
|
// $Id: filesys.cpp,v 1.4 2005/02/16 06:58:26 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
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#include "util/filesys/filesys.hpp"
|
#include "util/filesys/filesys.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user