Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Heatshrink
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Grant Kim
Heatshrink
Graph
866999253636dd694005b98f1bac45108e435f61
Select Git revision
Branches
2
develop
master
default
protected
Tags
5
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Jul
20
May
13
31
Jul
18
Sep
19
Jul
17
Dec
8
1
Nov
7
Jun
31
May
24
13
11
8
3
Jan
31
Dec
18
Sep
25
Jun
25
Mar
13
Jan
28
Dec
21
19
18
30
Aug
15
May
12
11
25
Mar
14
13
README.md: Note that compression settings are not expressed in output.
develop
develop
Fix typo.
README.md: Add note about running `heatshrink` without arguments.
Address a bunch of warnings from clang's `-Weverything`.
Makefile: Update TAGS target.
heatshrink.c: Remove exit from `usage()`, make explicit.
Fix various typos.
Update CHANGELOG.md for PR #62.
CHANGELOG.md: Update for PR #64.
Add comment about heatshrink.c builds breaking due to err.h or getopt.h.
Updated vendored copy of greatest.h to 1.5.0.
Add CHANGELOG.md
Merge pull request #62 from sport-climber/fix_armcc_warnings
Merge pull request #64 from ajaybhargav/develop
Add option to override heatshrink configuration
Fix ARMCC warning of unreachable code
Fix warnings with new version of greatest.
greatest.h: Update vendored copy to 1.4.0.
Update theft tests to match interface changes in theft.
Move repo into `include/`, `src/`, `test/`, and build in `build/`.
Merge pull request #40 from cliffbaumann/master
Merge pull request #46 from tobhe/master
heatshrink.c: replace break by Fallthrough comment
Fixed fallthrough in getopt 'h'
Fixed fallthrough compiler warning
Use cfg->buffer_size instead of 4096
Use pre-defined DEF_BUFFER_SIZE instead of 4096
Update contact info.
Update contact info.
master
master
Bump version to v0.4.1 due to assertion fix in 060f120.
v0.4.1
v0.4.1
Don't use {x,y,z} file form in Makefile, list files.
Merge branch 'develop'
Ignore new generated file extensions.
Update inaccurate assertion. (Only active when logging.)
Ignore new generated file extensions.
benchmark: Scrape file size from ls | awkd -- stat & du args are less portable.
Makefile: Fix bench target
delete trailing whitespace
fix minor typo
Merge pull request #29 from aredridel/fix-typo
Loading