[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [tortoisesvn] r23238 committed - Do not copy CFileTextLines before converting...

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 28 Aug 2012 17:14:49 +0200

On Tue, Aug 28, 2012 at 2:35 PM, <tortoisesvn_at_googlecode.com> wrote:
> Revision: 23238
> Author: htcotik
> Date: Tue Aug 28 05:34:42 2012
> Log: Do not copy CFileTextLines before converting
> Use home made list for text lines
> Reduce array management using only one array with struct
> http://code.google.com/p/tortoisesvn/source/detail?r=23238
>
> Added:
> /trunk/src/Utils/ListOfObjects.h

Is there a very, very good reason why all the already available list
containers are not good enough?
I really hate introducing yet another
buffer/container/list/vector/whatever which only adds to maintenance.

If it's possible, please use std::list, std::vector or something that
already exists.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3001654
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-08-28 17:15:14 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.