Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated xxhash to latest version | Yann Collet | 2018-09-18 | 1 | -239/+375 |
| | |||||
* | intel: do not use __attribute__((packed)) on Windows | Ben Boeckel | 2018-02-08 | 1 | -1/+1 |
| | | | | | | | On Windows, the Intel compiler is closer to MSVC rather than GCC and does not support the GCC attribute syntax. Fixes #468 | ||||
* | FIX: added prefix to FORCE_INLINE to prevent redefinition error during ↵ | tcpan | 2017-08-24 | 1 | -16/+16 |
| | | | | compilation when used with other libraries that define FORCE_INLINE | ||||
* | Allow to predefine FORCE_INLINE macro. | Alex Deymo | 2017-08-07 | 1 | -11/+16 |
| | | | | | | | | | | | FORCE_INLINE macro is defined based on the compiler used. When using gcc, it will include "__attribute__((always_inline))" forcing gcc to always inline all the functions marked as FORCE_INLINE. However, this can cause a performance degradation of about 15%. This patch allows to set the FORCE_INLINE macro from the compiler command line to either "static" or "static inline" giving allowing it to inline functions as needed when performing optimizations. | ||||
* | updated xxhash lib | Yann Collet | 2016-11-11 | 1 | -269/+290 |
| | |||||
* | Use https wherever possible | Ben Wiederhake | 2016-07-07 | 1 | -2/+2 |
| | |||||
* | Updated xxhash library to v0.6.1 | Yann Collet | 2016-06-29 | 1 | -429/+335 |
| | |||||
* | updated xxhash | Yann Collet | 2015-08-19 | 1 | -14/+39 |
| | |||||
* | Improved performance on ARMv6 | Yann Collet | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Updated xxhash to r41 | Yann Collet | 2015-08-15 | 1 | -19/+41 |
| | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -52/+48 |
| | |||||
* | Fixed a few warnings from -fsanitize=undefined | Yann Collet | 2015-04-09 | 1 | -28/+13 |
| | |||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -2/+1 |
| | |||||
* | Added : -pedantic compilation option | Yann Collet | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | C90 compatibility | Yann Collet | 2014-12-17 | 1 | -14/+13 |
| | |||||
* | Fixed : older compiler don't like nameless unions, reported by Cheyi Lin | Yann Collet | 2014-12-16 | 1 | -69/+77 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -0/+928 |