K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-07-25T15:42:07.333119Z K 7 svn:log V 1171 - Update to 1.7.40 Changes: * Updated fxcpuid() with AVX, AVX2, FMA, XOP, etc. detection. * Updated tables for fxascii.cpp. * Added various macros for memory alignment in fxdefs.h. * Added API's to FXTreeList and FXFoldingList to replace one item with custom item. * Added API to return processor index of calling thread in FXThread. * Bounds check in FXTabBook's setCurrent(). * Added isAccessible API to FXStat. * Added API to rotate vector by quaternion to FXQuatd, FXQuatf. * Check valid path in FXPath. * FXFileList Drag and Drop now enabled. * Improvements to File Open Dialog right-click menu. * Add ability to remove as well as add directory bookmarks in File Open Dialogs. * AVX capabilities added to matrix and vector classes (if compiled with avx intrinsics). * FXThread sleep() function reverts to sleep if interrupted by signal. * 4x4 Double matrix transpose using AVX permute intrinsic. * Check UTIME_OMIT before using utimensat(). * Updates to PathFinder file manager. * Check for NULL name in FXMetaClass hash table additions. * Added isBinDigit() and isOctDigit() to Ascii character class functions. END