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 contrib ports (Contrib ports part 2) #21244

Merged
merged 35 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
19f0583
added PORTS new settings
ypujante Jan 30, 2024
d135cd4
check for valid port name
ypujante Jan 30, 2024
27db0bd
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante Jan 30, 2024
831c523
use --use-port instead of -sPORTS
ypujante Jan 31, 2024
0bfdef3
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante Jan 31, 2024
177d603
removed PORTS from settings.py
ypujante Jan 31, 2024
7d43831
reverted comma
ypujante Jan 31, 2024
5d0afbb
changes from code review
ypujante Jan 31, 2024
f6694fe
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante Jan 31, 2024
ba2a1ff
removed print statement
ypujante Jan 31, 2024
b88e332
brute force documentation update
ypujante Jan 31, 2024
aeb2d0a
use compile+link
ypujante Jan 31, 2024
9facf38
fixed sanity checks
ypujante Feb 1, 2024
6717313
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante Feb 1, 2024
0344a99
documentation changes
ypujante Feb 1, 2024
2be2672
first pass at adding contrib ports
ypujante Feb 1, 2024
d7a3b45
added new documentation
ypujante Feb 2, 2024
dc92707
Merge remote-tracking branch 'origin/main' into contrib-ports-2
ypujante Feb 2, 2024
b028587
Code review
ypujante Feb 3, 2024
4f9e599
reverting automatic documentation
ypujante Feb 3, 2024
51ae73d
Merge remote-tracking branch 'origin/main' into contrib-ports-2
ypujante Feb 3, 2024
ec050d1
80 columns
ypujante Feb 3, 2024
033e0ba
removed comment
ypujante Feb 3, 2024
c5d2f99
Fixed documentation
ypujante Feb 3, 2024
db88e52
fix documentation
ypujante Feb 3, 2024
3d727b9
Added changelog + tweaks
ypujante Feb 4, 2024
5a0b668
updated readme accordingly
ypujante Feb 4, 2024
124d52b
removed blank line
ypujante Feb 4, 2024
22a392a
code review
ypujante Feb 5, 2024
93c5ea7
removed unnecessary comment
ypujante Feb 5, 2024
0953955
2 lines...
ypujante Feb 5, 2024
21a2839
removed key variable
ypujante Feb 5, 2024
44758b0
Merge remote-tracking branch 'origin/main' into contrib-ports-2
ypujante Feb 5, 2024
3df103f
code review
ypujante Feb 5, 2024
a1512be
Merge remote-tracking branch 'origin/main' into contrib-ports-2
ypujante Feb 5, 2024
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
Prev Previous commit
Next Next commit
brute force documentation update
ypujante committed Jan 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b88e332a97085af932b9d743b34f4b88b9a9fb8a
6 changes: 6 additions & 0 deletions docs/emcc.txt
Original file line number Diff line number Diff line change
@@ -466,6 +466,12 @@ Options that are modified or new in *emcc* are listed below:
By default this will also clear any download ports since the ports
directory is usually within the cache directory.

"--use-port=<port>"
[link] Use the specified port. If you need to use more than one
port you can use this argument multiple times. For example: "--use-
port=sdl2 --use-port=bzip2". To get the list of available ports,
use "--show-ports".

"--clear-ports"
[general] Manually clears the local copies of ports from the
Emscripten Ports repos (sdl2, etc.). This also clears the cache, to