CMake/Source/CPack/WiX
Ben Boeckel 3e027d9def c++: prefer vectors over lists
None of these usages of `std::list` were inserting or removing elements
in the middle of the structure, so there were no benefits to using it.

Other uses were related to C pointers being stable in a list of strings
whereas in a vector of strings, small pointer optimizations could be
moved and become invalid after a modification to the hosting vector.
None of these uses modified the vector after handing out a C string to
an external store.
2017-05-04 11:17:49 -04:00
..
cmCPackWIXGenerator.cxx wix: adds ability to modify attributes with patch 2017-04-24 10:06:45 -04:00
cmCPackWIXGenerator.h wix: fix spelling error in function name 2017-04-24 10:04:51 -04:00
cmWIXAccessControlList.cxx Use quotes for non-system includes 2017-04-11 22:35:21 +02:00
cmWIXAccessControlList.h Use quotes for non-system includes 2017-04-11 22:35:21 +02:00
cmWIXDirectoriesSourceWriter.cxx
cmWIXDirectoriesSourceWriter.h CPack: drop CPack prefix for includes 2017-04-11 22:35:20 +02:00
cmWIXFeaturesSourceWriter.cxx wix: adds ability to modify attributes with patch 2017-04-24 10:06:45 -04:00
cmWIXFeaturesSourceWriter.h CPack: drop CPack prefix for includes 2017-04-11 22:35:20 +02:00
cmWIXFilesSourceWriter.cxx wix: adds ability to modify attributes with patch 2017-04-24 10:06:45 -04:00
cmWIXFilesSourceWriter.h CPack: drop CPack prefix for includes 2017-04-11 22:35:20 +02:00
cmWIXPatch.cxx wix: adds ability to modify attributes with patch 2017-04-24 10:06:45 -04:00
cmWIXPatch.h
cmWIXPatchParser.cxx wix: adds ability to modify attributes with patch 2017-04-24 10:06:45 -04:00
cmWIXPatchParser.h c++: prefer vectors over lists 2017-05-04 11:17:49 -04:00
cmWIXRichTextFormatWriter.cxx Use quotes for non-system includes 2017-04-11 22:35:21 +02:00
cmWIXRichTextFormatWriter.h Use quotes for non-system includes 2017-04-11 22:35:21 +02:00
cmWIXShortcut.cxx
cmWIXShortcut.h Use quotes for non-system includes 2017-04-11 22:35:21 +02:00
cmWIXSourceWriter.cxx Use quotes for non-system includes 2017-04-11 22:35:21 +02:00
cmWIXSourceWriter.h Use quotes for non-system includes 2017-04-11 22:35:21 +02:00