Skip to content

Commit 89110bb

Browse files
committed
v3.0.0-cpp.js-integration
1 parent 74a3405 commit 89110bb

File tree

172 files changed

+31119
-8147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+31119
-8147
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
apps/app-mobile/android/app/src/main/assets/cppjs
12
build
23
build-dev
3-
4+
.cppjs
45
dist-dev
5-
6+
*.xcframework
67
test-dev
78

89
TODO.md

.info.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
"licenseUrl": "https://github.com/emscripten-core/emscripten/blob/main/LICENSE"
3030
},
3131
{
32-
"name": "Gdal 3.8.4",
32+
"name": "Gdal 3.9.2",
3333
"url": "https://github.com/OSGeo/gdal",
34-
"licenseUrl": "https://github.com/OSGeo/gdal/blob/master/gdal/LICENSE.TXT"
34+
"licenseUrl": "https://github.com/OSGeo/gdal/blob/master/LICENSE.TXT"
3535
},
3636
{
37-
"name": "Proj 9.3.1",
37+
"name": "Proj 9.4.1",
3838
"url": "https://github.com/OSGeo/PROJ",
3939
"licenseUrl": "https://github.com/OSGeo/PROJ/blob/master/COPYING"
4040
},
4141
{
42-
"name": "Geos 3.12.1",
42+
"name": "Geos 3.12.2",
4343
"url": "https://github.com/libgeos/geos",
4444
"licenseUrl": "https://github.com/libgeos/geos/blob/master/COPYING"
4545
},
@@ -49,12 +49,12 @@
4949
"licenseUrl": "http://www.gnu.org/licenses/lgpl-2.1.html"
5050
},
5151
{
52-
"name": "Sqlite 3.45.1",
52+
"name": "Sqlite 3.46.1",
5353
"url": "https://www.sqlite.org/index.html",
5454
"licenseUrl": "https://www.sqlite.org/copyright.html"
5555
},
5656
{
57-
"name": "GeoTIFF 1.7.1",
57+
"name": "GeoTIFF 1.7.3",
5858
"url": "https://github.com/OSGeo/libgeotiff",
5959
"licenseUrl": "https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/LICENSE"
6060
},
@@ -64,12 +64,12 @@
6464
"licenseUrl": "https://gitlab.com/libtiff/libtiff/-/blob/master/COPYRIGHT"
6565
},
6666
{
67-
"name": "WebP 1.3.2",
67+
"name": "WebP 1.4.0",
6868
"url": "https://chromium.googlesource.com/webm/libwebp",
6969
"licenseUrl": "https://chromium.googlesource.com/webm/libwebp/+/refs/heads/master/COPYING"
7070
},
7171
{
72-
"name": "Expat 2.6.0",
72+
"name": "Expat 2.6.2",
7373
"url": "https://github.com/libexpat/libexpat",
7474
"licenseUrl": "https://github.com/libexpat/libexpat/blob/master/expat/COPYING"
7575
},

.news.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
[
2+
{
3+
"version": "3.0.0-alpha",
4+
"date": "18.08.2024",
5+
"commits": [
6+
{
7+
"description": "Migrating to cpp.js infrastructure",
8+
"hash": "",
9+
"user": "bugra9"
10+
}
11+
]
12+
},
213
{
314
"version": "v2.8.1",
415
"date": "23.02.2024",

GDAL_EMCC_FLAGS.mk

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)