vtk-m2/vtkm/internal
Will Usher 046cd2d2b9 Change StorageBasic to use an aligned allocator.
The storage used will now be aligned to `VTKM_CACHE_LINE_SIZE bytes,
resulting in slightly better cache usage and load/store performance.
This define is set in `StorageBasic.h We also now detect if Posix is
available in Configure.h and will define VTKM_POSIX with _POSIX_VERSION
if it's available.

The AlignedAllocator used by StorageBasic is also STL compatible
and can be used in STL containers so user's can use it in their
std::vector and pass aligned user memory to the storage.
2015-08-11 13:42:55 -06:00
..
testing Merge branch 'fix_typo_in_copyright' 2015-05-21 10:32:08 -04:00
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Configure.h.in Change StorageBasic to use an aligned allocator. 2015-08-11 13:42:55 -06:00
ConfigureFor32.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ConfigureFor64.h Add new lines at end of files. 2015-06-05 13:14:28 -04:00
ExportMacros.h Fix compiler directives for icc 2015-07-06 10:35:06 -06:00
FunctionInterface.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
FunctionInterfaceDetailPost.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FunctionInterfaceDetailPost.h.in The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FunctionInterfaceDetailPre.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
FunctionInterfaceDetailPre.h.in Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
IndexTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Invocation.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ListTagDetail.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ListTagDetail.h.in The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00