Wenzel Jakob 876eeab4ca redesigned format_descriptor<> and npy_format_descriptor<>
This somewhat heavyweight solution will avoid size_t/long long/long/int
mismatches on various platforms once and for all. The previous template
overloads could e.g. not handle size_t on Darwin.

One gotcha: the 'format_descriptor<T>::value()' syntax changed to just
'format_descriptor<T>::value'
2016-05-04 22:36:57 +02:00
..
2016-04-26 23:48:55 +02:00
2016-04-28 17:49:46 +02:00
2016-04-28 15:32:07 +02:00
2016-05-03 14:16:18 +02:00
2016-05-01 13:11:54 +02:00
2016-04-28 15:32:07 +02:00
2016-05-03 14:32:47 +02:00
2016-04-28 15:32:07 +02:00
2016-04-07 10:31:01 +02:00
2015-10-13 03:16:44 +02:00
2016-01-17 22:31:15 +01:00
2016-04-21 12:29:17 +02:00