Minutes 111309: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: == Attendees == == Technical Topics == == Action Items ==) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
== Action Items == | == Action Items == | ||
* Enable /W64 in Windows builds | |||
** http://msdn.microsoft.com/en-us/library/yt4xw8fh.aspx | |||
* Setup redwall.kitware experimental build with | |||
** ptrdiff_t OffsetValueType | |||
** ptrdiff_t IndexValueType | |||
** size_t SizeValueType | |||
* Enable Mac 64 bits to 32 bits warning in the directory | |||
** Common | |||
** How to convert ? | |||
*** Explore to see if other systems already have such functionality. | |||
**** boosts ? | |||
*** something better than just static_cast | |||
*** Check that the number will fit in the destination type. | |||
*** and if not... throw an exception. | |||
* Reconsider existing static_casts... |
Latest revision as of 18:53, 13 November 2009
Attendees
Technical Topics
Action Items
- Enable /W64 in Windows builds
- Setup redwall.kitware experimental build with
- ptrdiff_t OffsetValueType
- ptrdiff_t IndexValueType
- size_t SizeValueType
- Enable Mac 64 bits to 32 bits warning in the directory
- Common
- How to convert ?
- Explore to see if other systems already have such functionality.
- boosts ?
- something better than just static_cast
- Check that the number will fit in the destination type.
- and if not... throw an exception.
- Explore to see if other systems already have such functionality.
- Reconsider existing static_casts...