summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Explicitly link C++ standard libraryHEADmasterGravatar Benjamin Barenblat2018-10-07
| | | | | | | | | | This library is a C++ library, but it will be linked by a C compiler. Explicitly specify libstdc++ as a library dependency so linking will succeed. This is somewhat of a stopgap; in the long term, the build system should figure out whether you’re linking against libstdc++ or libc++ and stick the correct one in lib.urp.
* Switch build system to CMakeGravatar Benjamin Barenblat2015-08-17
|
* configure.ac: Check for OpenSSL and Ur/WebGravatar Benjamin Barenblat2015-06-23
|
* Bump version to 1.0.0v1.0.0Gravatar Benjamin Barenblat2015-06-15
|
* configure.ac: Fix package nameGravatar Benjamin Barenblat2015-06-15
|
* Fix dist targetGravatar Benjamin Barenblat2015-06-15
|
* Add SHA-2 supportGravatar Benjamin Barenblat2015-06-15
|
* Abstract away OpenSSL API detailsGravatar Benjamin Barenblat2015-06-15
|
* Add SHA-1 supportGravatar Benjamin Barenblat2015-06-15
|
* Initial commit of the cryptographic hash libraryGravatar Benjamin Barenblat2015-06-15