Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,22 @@ atlassian-ide-plugin.xml
.settings
.cache

# -----------------------------------------------------------------------------
# Visual C compiler products
# -----------------------------------------------------------------------------
*.obj
*.dsw
*.ncb
*.plg
*.opt
*.pch
*.pdb
*.bsc
*.dsp
*.idb
*.sbr
*.ilk

# -----------------------------------------------------------------------------
# Netbeans files
# -----------------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ decode Mapcodes.

# Release Notes

* 2.2

Solved 1-microdegree gap in a few spots on Earth, noticable now extreme precision is possible

* 2.1.5

Added stricter unit tests
Expand Down
Binary file modified mapcode_library_c.doc
Binary file not shown.
32,961 changes: 16,492 additions & 16,469 deletions mapcodelib/basics.h

Large diffs are not rendered by default.

711 changes: 536 additions & 175 deletions mapcodelib/mapcode_countrynames.h

Large diffs are not rendered by default.

Loading