Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
18 changes: 14 additions & 4 deletions 18 CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@ set(SOURCE_FILES
mapcodelib/mapcode_fastalpha.h
mapcodelib/mapcoder.c
mapcodelib/mapcoder.h
unitttest/decode_test.h
unitttest/test_territories.c
unitttest/unittest.c
unittest/decode_test.h
unittest/test_territories.c
unittest/unittest.c
utility/mapcode.cpp)

add_executable(mapcode_cpp ${SOURCE_FILES})
set(SOURCE_FILES_UNITTEST
unittest/unittest.c)

set(SOURCE_FILES_UTILITY
utility/mapcode.cpp)

add_executable(fullset ${SOURCE_FILES})

add_executable(unittest ${SOURCE_FILES_UNITTEST})

add_executable(mapcode ${SOURCE_FILES_UTILITY})
13 changes: 13 additions & 0 deletions 13 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@ This produces the following help text:

# Release Notes

### 2.3.0

* Arabic script added.

* Greek script extended to be AEU-capable.

* Tibetan script changed so all characters can be easily typed on a computer keyboard.

* Greek, Hebrew and Arab, the languages that have (implied) vowels in mapcode sequences,
have been extended with ABJAD conversion, to prevent more than two consecutive non-digits
from occurring. (As a result, mapcodes in Greek, Arab and Hebrew scripts are now often
one character longer than in the roman script.)

### 2.2.2

* Removed minor warnings from CLion inspections.
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.