no Log keyword any more, see also http://subversion.tigris.org/faq.html#log-in-source
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@761 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a35442b5d1
commit
da502b99be
11 changed files with 1 additions and 267 deletions
|
@ -758,8 +758,3 @@ int main( unsigned int argc, const char * const argv[] )
|
|||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// $Log$
|
||||
// Revision 1.1 2005/10/13 00:40:38 rich_sposato
|
||||
// Added program to test how compiler uses default new and delete operators.
|
||||
//
|
||||
|
|
|
@ -324,50 +324,3 @@ int main()
|
|||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// $Log$
|
||||
// Revision 1.20 2006/01/25 18:07:40 rich_sposato
|
||||
// Changed values for template parameters used to make SmallObject allocator.
|
||||
//
|
||||
// Revision 1.19 2006/01/19 23:11:57 lfittl
|
||||
// - Disabled -Weffc++ flag, fixing these warnings produces too much useless code
|
||||
// - Enabled -pedantic, -Wold-style-cast and -Wundef for src/ and test/
|
||||
//
|
||||
// Revision 1.18 2006/01/05 09:55:09 syntheticpp
|
||||
// assert, include path, and virtual ~ patches by Lukas Fittl
|
||||
//
|
||||
// Revision 1.17 2006/01/04 23:54:30 syntheticpp
|
||||
// remove system(PAUSE) for gcc, Thanks to Lukas Fittl
|
||||
//
|
||||
// Revision 1.16 2005/12/08 22:23:33 rich_sposato
|
||||
// Added checks for whether loki's allocator is corrupted.
|
||||
//
|
||||
// Revision 1.15 2005/11/02 01:46:04 rich_sposato
|
||||
// Added explanatory comment about why class has no new [] and delete []
|
||||
// operators. Removed other comment which is now useless.
|
||||
//
|
||||
// Revision 1.14 2005/10/30 14:33:33 syntheticpp
|
||||
// test correct also when boost is disabled
|
||||
//
|
||||
// Revision 1.13 2005/10/30 14:03:23 syntheticpp
|
||||
// replace tabs space
|
||||
//
|
||||
// Revision 1.12 2005/10/29 12:38:22 syntheticpp
|
||||
// replace with new implementation
|
||||
//
|
||||
// Revision 1.11 2005/10/29 10:21:46 syntheticpp
|
||||
// find loki include files without a correct sreach pathand some small fixes
|
||||
//
|
||||
// Revision 1.10 2005/10/27 19:10:32 syntheticpp
|
||||
// gcc fix
|
||||
//
|
||||
// Revision 1.9 2005/10/26 23:30:06 syntheticpp
|
||||
// make object size more flexible
|
||||
//
|
||||
// Revision 1.8 2005/10/26 00:41:00 rich_sposato
|
||||
// Added comparison to boost::pool memory allocator.
|
||||
//
|
||||
// Revision 1.7 2005/10/14 18:35:06 rich_sposato
|
||||
// Added cvs keywords.
|
||||
//
|
||||
|
||||
|
||||
|
|
|
@ -365,46 +365,3 @@ int main()
|
|||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// $Log$
|
||||
// Revision 1.1 2006/01/05 21:05:19 syntheticpp
|
||||
// rename Small->SmallObj
|
||||
//
|
||||
// Revision 1.13 2006/01/05 09:55:09 syntheticpp
|
||||
// assert, include path, and virtual ~ patches by Lukas Fittl
|
||||
//
|
||||
// Revision 1.12 2006/01/04 23:54:30 syntheticpp
|
||||
// remove system(PAUSE) for gcc, Thanks to Lukas Fittl
|
||||
//
|
||||
// Revision 1.11 2005/12/08 21:03:02 rich_sposato
|
||||
// Changed template parameter values for SmallObject allocator.
|
||||
//
|
||||
// Revision 1.10 2005/11/13 13:39:15 syntheticpp
|
||||
// add removed tests with NoDestroy plolicy
|
||||
//
|
||||
// Revision 1.9 2005/11/07 12:06:43 syntheticpp
|
||||
// change lifetime policy DieOrder to a msvc7.1 compilable version. Make this the default lifetime for SmallObject
|
||||
//
|
||||
// Revision 1.8 2005/11/05 17:43:55 syntheticpp
|
||||
// disable FollowIntoDeath/DieOrder lifetime policies when using the msvc 7.1 compiler, bug article: 839821 'Microsoft has confirmed that this is a problem..'
|
||||
//
|
||||
// Revision 1.7 2005/11/02 15:00:38 syntheticpp
|
||||
// use new singleton lifetime policies
|
||||
//
|
||||
// Revision 1.6 2005/11/02 14:15:44 syntheticpp
|
||||
// use new singleton lifetime policies
|
||||
//
|
||||
// Revision 1.5 2005/11/02 14:11:18 syntheticpp
|
||||
// use new singleton lifetime policies
|
||||
//
|
||||
// Revision 1.4 2005/11/02 13:58:18 syntheticpp
|
||||
// use new singleton lifetime policies
|
||||
//
|
||||
// Revision 1.3 2005/10/30 14:03:23 syntheticpp
|
||||
// replace tabs space
|
||||
//
|
||||
// Revision 1.2 2005/10/29 10:21:46 syntheticpp
|
||||
// find loki include files without a correct sreach pathand some small fixes
|
||||
//
|
||||
// Revision 1.1 2005/10/14 18:48:10 rich_sposato
|
||||
// Adding SmallSingleton test project to CVS.
|
||||
//
|
||||
|
|
|
@ -73,14 +73,3 @@ private:
|
|||
|
||||
#endif
|
||||
|
||||
// $Log$
|
||||
// Revision 1.6 2006/01/19 23:11:57 lfittl
|
||||
// - Disabled -Weffc++ flag, fixing these warnings produces too much useless code
|
||||
// - Enabled -pedantic, -Wold-style-cast and -Wundef for src/ and test/
|
||||
//
|
||||
// Revision 1.5 2005/10/30 14:03:23 syntheticpp
|
||||
// replace tabs space
|
||||
//
|
||||
// Revision 1.4 2005/10/26 00:38:49 rich_sposato
|
||||
// Added CVS keywords and header lines.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue