Skip to content
Open
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
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apps/app-mobile/android/app/src/main/assets/cppjs
build
build-dev

.cppjs
dist-dev

*.xcframework
test-dev

TODO.md
Expand Down
16 changes: 8 additions & 8 deletions .info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"licenseUrl": "https://github.com/emscripten-core/emscripten/blob/main/LICENSE"
},
{
"name": "Gdal 3.8.4",
"name": "Gdal 3.9.2",
"url": "https://github.com/OSGeo/gdal",
"licenseUrl": "https://github.com/OSGeo/gdal/blob/master/gdal/LICENSE.TXT"
"licenseUrl": "https://github.com/OSGeo/gdal/blob/master/LICENSE.TXT"
},
{
"name": "Proj 9.3.1",
"name": "Proj 9.4.1",
"url": "https://github.com/OSGeo/PROJ",
"licenseUrl": "https://github.com/OSGeo/PROJ/blob/master/COPYING"
},
{
"name": "Geos 3.12.1",
"name": "Geos 3.12.2",
"url": "https://github.com/libgeos/geos",
"licenseUrl": "https://github.com/libgeos/geos/blob/master/COPYING"
},
Expand All @@ -49,12 +49,12 @@
"licenseUrl": "http://www.gnu.org/licenses/lgpl-2.1.html"
},
{
"name": "Sqlite 3.45.1",
"name": "Sqlite 3.46.1",
"url": "https://www.sqlite.org/index.html",
"licenseUrl": "https://www.sqlite.org/copyright.html"
},
{
"name": "GeoTIFF 1.7.1",
"name": "GeoTIFF 1.7.3",
"url": "https://github.com/OSGeo/libgeotiff",
"licenseUrl": "https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/LICENSE"
},
Expand All @@ -64,12 +64,12 @@
"licenseUrl": "https://gitlab.com/libtiff/libtiff/-/blob/master/COPYRIGHT"
},
{
"name": "WebP 1.3.2",
"name": "WebP 1.4.0",
"url": "https://chromium.googlesource.com/webm/libwebp",
"licenseUrl": "https://chromium.googlesource.com/webm/libwebp/+/refs/heads/master/COPYING"
},
{
"name": "Expat 2.6.0",
"name": "Expat 2.6.2",
"url": "https://github.com/libexpat/libexpat",
"licenseUrl": "https://github.com/libexpat/libexpat/blob/master/expat/COPYING"
},
Expand Down
11 changes: 11 additions & 0 deletions .news.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"version": "3.0.0-alpha",
"date": "18.08.2024",
"commits": [
{
"description": "Migrating to cpp.js infrastructure",
"hash": "",
"user": "bugra9"
}
]
},
{
"version": "v2.8.1",
"date": "23.02.2024",
Expand Down
130 changes: 0 additions & 130 deletions GDAL_EMCC_FLAGS.mk

This file was deleted.

Loading