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-25 23:04:27 +02:00
2016-04-25 23:04:27 +02:00
2016-04-25 23:04:27 +02:00
2015-10-18 18:01:33 +02:00
2015-10-01 17:13:38 +02:00
2015-10-13 23:44:25 +02:00
2015-10-13 23:44:25 +02:00
2016-03-08 18:44:04 -05:00
2016-04-13 02:58:56 +02:00
2016-04-13 14:42:17 +02:00
2016-04-13 14:42:17 +02:00
2015-07-09 15:27:32 +02:00
2016-02-20 21:19:30 +01:00