summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibrhash/librhash/ustd.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
| | | | Fixes: #20666
* Merge branch 'upstream-librhash' into update-librhashBrad King2020-03-021-0/+32
| | | | | * upstream-librhash: librhash 2019-12-14 (75716b45)
* librhash: Port to KWIML for ABI and integer type informationBrad King2016-11-101-23/+25
|
* librhash: Disable warnings to avoid changing 3rd party codeBrad King2016-11-101-0/+4
| | | | | Add '-w' or equivalent flag on compilers supporting it. Tell MSVC to use its lowest warning level inside librhash sources.
* librhash: Build the library within CMakeBrad King2016-11-101-0/+3
| | | | | | | | Update `ustd.h` to include KWSys Large File Support configuration so that consistent stream libraries are used (on AIX with XL). Add a `cm_rhash.h` header to include the CMake-provided copy of the `rhash.h` header from CMake sources.
* Merge branch 'upstream-librhash' into import-librhashBrad King2016-11-031-0/+30
* upstream-librhash: librhash 2016-11-01 (d839a1a8)