Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Explicitly link C++ standard libraryHEADmaster | 2018-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 CMake | 2015-08-17 | |
| | |||
* | configure.ac: Check for OpenSSL and Ur/Web | 2015-06-23 | |
| | |||
* | Bump version to 1.0.0v1.0.0 | 2015-06-15 | |
| | |||
* | configure.ac: Fix package name | 2015-06-15 | |
| | |||
* | Fix dist target | 2015-06-15 | |
| | |||
* | Add SHA-2 support | 2015-06-15 | |
| | |||
* | Abstract away OpenSSL API details | 2015-06-15 | |
| | |||
* | Add SHA-1 support | 2015-06-15 | |
| | |||
* | Initial commit of the cryptographic hash library | 2015-06-15 | |