Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move SHA to stdlib #25953

Merged
merged 99 commits into from
Feb 9, 2018
Merged

move SHA to stdlib #25953

merged 99 commits into from
Feb 9, 2018

Conversation

KristofferC
Copy link
Member

staticfloat and others added 30 commits August 6, 2014 16:11
    license:  MIT
    authors:  Elliot Saba
    years:    2014
    user:     staticfloat

Julia Version 0.3.0-rc2+10 [23185c5*]
Merge further performance improvements from @jakebolewski
provide higher level api to SHA functions
remove deprecation warnings from SHA.jl
Perform fairly big reorganization of code, add in SHA1
staticfloat and others added 20 commits July 26, 2017 09:50
Remove isdefined for precompile
Add syntax highlighting to readme
update parameterized syntax
* hashing tuples

* remove type specification for data and update! for 0.4 compat

* Added documentations

* Fix wrong use of reinterpret

* Fix depwarns under 0.7 and bump REQUIRE and CI to 0.6.

* Remove isdefined for precompile

* Add syntax highlighting to readme

* update parameterized syntax

* Remove extra spaces

* Fix depwarns on 0.7

* hashing tuples

* remove type specification for data and update! for 0.4 compat

* Added documentations

* added NTuples to update!

* remove unnecessary type check
* =Use abstract type, not union

* =Some abstractions
* Explicitly convert to `Vector()` for 0.7 compatibility

* Quash 0.7 errors

* Add Compat dependency and `global nerrors` everywhere

* Add `codeunits(x) = x` shim for Julia 0.6.x
* `copy!()` -> `copyto!()`

* Quash more 0.7 compatibility bugs

* Require at least Compat 0.38
git-subtree-dir: stdlib/SHA
git-subtree-mainline: f8acac7
git-subtree-split: 62e0924
@KristofferC KristofferC added the stdlib Julia's standard library label Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.