Loki/MSVC/1300
rani_sharoni b53b3265e4 Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@108 7ec92016-0320-0410-acc4-a06ded1c099a
2003-02-27 20:09:08 +00:00
..
AbstractFactory.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
AssocVector.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
DataGenerators.h Renamed TypeList -> Typelist 2002-11-07 18:49:05 +00:00
EmptyType.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Factory.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
Functor.h Fixed my previous typo. 2003-02-04 22:33:56 +00:00
HierarchyGenerators.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
LokiTypeInfo.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
MinMax.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
MultiMethods.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
NullType.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
portby.txt no message 2002-08-15 02:01:04 +00:00
readme.txt Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Singleton.cpp Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Singleton.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
SmallObj.cpp Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
SmallObj.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
SmartPtr.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
static_check.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Threads.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
Typelist.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
TypeManip.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
TypeTraits.h Fix various issues related to stability when using highly compliant compilers such as Comeau 4.3.0.1, VC7.1 and GCC 3.2 2003-02-27 20:09:08 +00:00
Variant.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
VC_Alignment.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Visitor.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00

Last update: May 19, 2002

Directions:

To use Loki, simply extract the files from the archive, give your compiler access to their path, and include them appropriately in your code via #include.

If you use the small object allocator directly or indirectly (through the Functor class) you must add SmallObj.cpp to your project/makefile.

If you use Singletons with longevity you must add Singleton.cpp to your project/makefile.

Compatibility:
This is ported version of Loki to VC.NET (VC7 - 9466) it is only targeted for this compiler.
To compile your sources with the original Loki you'll have to place it in a separate directory.

More info:

http://moderncppdesign.com
http://www.geocities.com/rani_sharoni/LokiPort.html