Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add windows support #707

Merged
merged 23 commits into from
Feb 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
69d33b4
Add Windows support
tdcosta100 Feb 10, 2023
dd4e672
Change minimum supported Node.js version
tdcosta100 Feb 11, 2023
270f33d
Add Windows to node-ci and node-relase workflows
tdcosta100 Feb 14, 2023
207b59a
check disk space
acalcutt Feb 15, 2023
896ba98
Update platform/default/src/mbgl/storage/http_file_source.cpp
louwers Feb 15, 2023
00770a0
Revert "check disk space"
acalcutt Feb 15, 2023
db9de42
add wndows-2022 to node-release
acalcutt Feb 16, 2023
5e782a6
put back ccache key/restore-keys
acalcutt Feb 16, 2023
d98bacc
remove 'path'. change shell back to bash
acalcutt Feb 16, 2023
8d8dc9d
Merge branch 'main' into windows-support
ovivoda Feb 16, 2023
b36513c
Merge branch 'main' into pr/707
acalcutt Feb 17, 2023
a9d66d2
Move GHC_WIN_DISABLE_WSTRING_STORAGE_TYPE to windows.cmake
tdcosta100 Feb 18, 2023
a838e4f
Add Windows to root README.md
tdcosta100 Feb 18, 2023
79709bc
Alphabetic ordering (after core platforms)
louwers Feb 18, 2023
5ea200e
Merge branch 'main' into windows-support
tdcosta100 Feb 18, 2023
6f31675
Merge remote-tracking branch 'origin/main' into windows-support
tdcosta100 Feb 18, 2023
3d99b62
Use module.cmake instead module.windows.cmake
tdcosta100 Feb 19, 2023
1043bb1
Remove unused parameter in lamba function
tdcosta100 Feb 19, 2023
19ff597
Change indentation from tabs to spaces
tdcosta100 Feb 19, 2023
ff3dd1d
Correct include dir for WIN32-only
tdcosta100 Feb 19, 2023
a87eb6d
Merge branch 'main' into windows-support
tdcosta100 Feb 20, 2023
16fee34
Prevent custom Windows toolchain with QT
tdcosta100 Feb 25, 2023
98974e0
Merge branch 'main' into windows-support
tdcosta100 Feb 25, 2023
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The documentation of MapLibre GL Native is a work in progress. To get an archite
- [⭐️ iOS](platform/ios/platform/ios/README.md)
- [GLFW](platform/glfw)
- [Linux](platform/linux/README.md)
- [macOS](platform/ios/platform/macos/README.md)
- [Node.js](platform/node/README.md)
- [Qt](platform/qt/README.md)
- [Windows](platform/windows/README.md)
- [macOS](platform/ios/platform/macos/README.md)
tdcosta100 marked this conversation as resolved.
Show resolved Hide resolved

Platforms with a ⭐️ are **MapLibre Core Projects** and have a substantial amount of financial resources allocated to them. Learn about the different [project tiers](https://github.com/maplibre/maplibre/blob/main/PROJECT_TIERS.md#project-tiers).

Expand Down