subversion uses Id instead of Header
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@760 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
9b473fd7f2
commit
a35442b5d1
53 changed files with 122 additions and 65 deletions
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ABSTRACTFACTORYTEST_H
|
||||
#define ABSTRACTFACTORYTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <memory>
|
||||
#include <typeinfo>
|
||||
#include <loki/AbstractFactory.h>
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ASSOCVECTORTEST_H
|
||||
#define ASSOCVECTORTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// $Id$
|
||||
|
||||
//DataGeneratorsTest.h
|
||||
|
||||
|
||||
|
|
|
@ -12,12 +12,11 @@
|
|||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header$
|
||||
|
||||
#ifndef FACTORYPARMTEST_H
|
||||
#define FACTORYPARMTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#ifdef ENABLE_NEW_FACTORY_CODE
|
||||
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef FACTORYTEST_H
|
||||
#define FACTORYTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <loki/Factory.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header:
|
||||
|
||||
#ifndef FUNCTORTEST_H
|
||||
#define FUNCTORTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <loki/Functor.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SEQUENCETEST_H
|
||||
#define SEQUENCETEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <loki/Sequence.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SINGLETONTEST_H
|
||||
#define SINGLETONTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <cassert>
|
||||
#include <loki/Singleton.h>
|
||||
#include "UnitTest.h"
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SMALLOBJECTTEST_H
|
||||
#define SMALLOBJECTTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <cstdlib>
|
||||
#include <loki/SmallObj.h>
|
||||
#include "UnitTest.h"
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header:
|
||||
|
||||
#ifndef SMARTPTRTEST_H
|
||||
#define SMARTPTRTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "UnitTest.h"
|
||||
#include <loki/SmartPtr.h>
|
||||
#include <cassert>
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
#ifdef __INTEL_COMPILER
|
||||
# pragma warning(disable: 111 193 304 383 444 488 981 1418)
|
||||
|
|
|
@ -10,10 +10,12 @@
|
|||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef THREADSTEST_H
|
||||
#define THREADSTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <loki/Threads.h>
|
||||
#include "UnitTest.h"
|
||||
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef TYPEMANIPTEST_H
|
||||
#define TYPEMANIPTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <loki/TypeManip.h>
|
||||
#include "UnitTest.h"
|
||||
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef TYPETRAITSTEST_H
|
||||
#define TYPETRAITSTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <loki/TypeTraits.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
// Loki TypeTraits test program
|
||||
// Kalle Rutanen
|
||||
// 25.9.2005
|
||||
// Kalle Rutanen 25.9.2005
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
//
|
||||
// Some type sets
|
||||
// --------------
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef TYPELISTTEST_H
|
||||
#define TYPELISTTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
|
||||
#include <loki/Typelist.h>
|
||||
#include <loki/Sequence.h>
|
||||
|
||||
|
|
|
@ -9,11 +9,12 @@
|
|||
//
|
||||
// This software is provided "as is" without express or implied warranty.
|
||||
//
|
||||
// Last update: September 16, 2002
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef LOKI_UNITTEST_H
|
||||
#define LOKI_UNITTEST_H
|
||||
|
||||
// $Id$
|
||||
|
||||
#ifndef UNITTEST_H
|
||||
#define UNITTEST_H
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue