Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blurhash
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
blurhash
Graph
853e3b80156f52a7e54fb8d4da86ad39c9d39f25
Select Git revision
Branches
1
master
default
protected
Tags
2
v0.2.0
v0.0.1
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Dec
11
Jul
9
17
Feb
16
23
Oct
2
Jan
1
31
Dec
16
5
20
Oct
20
Jan
3
Sep
3
Mar
1
Fix benchmark compilation on modern gcc
master
master
Merge pull request #4 from CarlSchwan/patch-1
C++20 is actually the requirement
Declare ABI as stable between minor versions
v0.2.0
v0.2.0
Bump version to 0.2.0
Fix a few conversion warnings
Merge pull request #3 from xvitaly/shared
Allow building as a shared library for GNU/Linux distributions.
Simplify code slightly by updating C++ standard and deps
Add more hashes to benchmark
Use array indexing over pushback to make decoding faster
Optimize encoding and try to stay closer to float range
Apply base optimization to encode too
Prevent redundant cos calculations
Make benchmark and examples optional + fix windows compilation
Cleanup blurhash for usage as subproject
Optimize decode a bit
Merge pull request #2 from nico202/patch-2
v0.0.1
v0.0.1
Update blurhash.cpp
meson: install pkgconfig and header files
meson: Use system doctest if available
Reduce allocations
Allow different byte per pixel values
Add math defines for windows
Fix some warnings
Fix some includes
Add readme
Add encoding
Initial decoder
Loading