You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2004/11/08 22:39:26 UTC

cvs commit: xml-xalan/c/Projects/Win32/VC6/AllInOne AllInOne.dsp AllInOneWithICU.dsp

dmitryh     2004/11/08 13:39:26

  Modified:    c/Projects/Win32/VC6/AllInOne AllInOne.dsp
                        AllInOneWithICU.dsp
  Log:
  Initial implementation on the pluggable memory management
  
  Revision  Changes    Path
  1.63      +20 -0     xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOne.dsp
  
  Index: AllInOne.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOne.dsp,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- AllInOne.dsp	14 Oct 2004 03:14:07 -0000	1.62
  +++ AllInOne.dsp	8 Nov 2004 21:39:26 -0000	1.63
  @@ -698,6 +698,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\xalanc\PlatformSupport\XalanMemoryManagement.cpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\xalanc\PlatformSupport\XalanMessageLoader.cpp
   # End Source File
   # Begin Source File
  @@ -3449,5 +3453,21 @@
   SOURCE=..\..\..\..\src\xalanc\Harness\XalanXMLFileReporter.hpp
   # End Source File
   # End Group
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemMgrAutoPtr.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemMgrHelper.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemMngArrayAllocate.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemoryManagement.hpp
  +# End Source File
   # End Target
   # End Project
  
  
  
  1.60      +20 -0     xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOneWithICU.dsp
  
  Index: AllInOneWithICU.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/AllInOne/AllInOneWithICU.dsp,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- AllInOneWithICU.dsp	14 Oct 2004 03:14:07 -0000	1.59
  +++ AllInOneWithICU.dsp	8 Nov 2004 21:39:26 -0000	1.60
  @@ -211,6 +211,22 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemMgrAutoPtr.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemMgrHelper.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemMngArrayAllocate.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\Include\XalanMemoryManagement.hpp
  +# End Source File
  +# Begin Source File
  +
   SOURCE=..\..\..\..\src\xalanc\Include\XalanObjectCache.hpp
   # End Source File
   # Begin Source File
  @@ -704,6 +720,10 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\xalanc\PlatformSupport\XalanLocator.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\src\xalanc\PlatformSupport\XalanMemoryManagement.cpp
   # End Source File
   # Begin Source File
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org