add some thread stuff
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@176 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
7af7ab498b
commit
bd319aeaaa
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,9 @@
|
||||||
# pragma warning(disable: 4018 4097 4100 4213 4290 4512 4514 4700 4702 4710 4786 4800)
|
# pragma warning(disable: 4018 4097 4100 4213 4290 4512 4514 4700 4702 4710 4786 4800)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//#define DEFAULT_THREADING ::Loki::ObjectLevelLockable
|
||||||
|
//#define DEFAULT_THREADING ::Loki::ClassLevelLockable
|
||||||
|
|
||||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
#include <Windows.h> // for threads, part of the sdk, disable if not found
|
#include <Windows.h> // for threads, part of the sdk, disable if not found
|
||||||
#endif
|
#endif
|
||||||
|
@ -47,11 +50,12 @@ Test::tests_type Test::tests;
|
||||||
#include "SingletonTest.h"
|
#include "SingletonTest.h"
|
||||||
#include "SmartPtrTest.h"
|
#include "SmartPtrTest.h"
|
||||||
#include "FactoryTest.h"
|
#include "FactoryTest.h"
|
||||||
|
//#include "FactoryParmTest.h"
|
||||||
#include "AbstractFactoryTest.h"
|
#include "AbstractFactoryTest.h"
|
||||||
#include "AssocVectorTest.h"
|
#include "AssocVectorTest.h"
|
||||||
#include "FunctorTest.h"
|
#include "FunctorTest.h"
|
||||||
#include "DataGeneratorsTest.h"
|
#include "DataGeneratorsTest.h"
|
||||||
|
/* */
|
||||||
/*
|
/*
|
||||||
* AP - All Pass
|
* AP - All Pass
|
||||||
* FC - Fails to Compile
|
* FC - Fails to Compile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue