> Potential changes motivating a major version number bump include:

One thing I was thinking about was to really have lists as lists internally. 
Once you touch a variable in a list way (e.g. set() with more than one 
argument or any of the list() commands) a std::vector<> would be internally 
created and maintained as long as no non-list command (e.g. set() with only 
one argument that does not contain semicolons) is used on that variable. That 
way all following list-style accesses would be much faster. And even 
semicolons in list elements would work that way.

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to