-
Notifications
You must be signed in to change notification settings - Fork 117
Comparing changes
Open a pull request
base repository: swiftlang/swift-cmark
base: 0.7.0
head repository: swiftlang/swift-cmark
compare: gfm
- 9 commits
- 27 files changed
- 4 contributors
Commits on Apr 2, 2025
-
feat: add partial support for WASI
This change allows building the `cmark-gfm` target for both `wasm32-unknown-wasi` and `wasm32-unknown-wasip1-threads`. The other targets are not tested. The differences between two target triples: - `wasm32-unknown-wasi` - C - can import `unistd.h` - has `__wasi__` - does not have `__unix__` - **does not have `_REENTRANT`** - **does not have `_POSIX_THREADS`** - **does not support pthreads API at all** - Swift - can use `#if os(WASI)` - SwiftPM - `BuildSettingsCondition`'s `Platform` is `.wasi` - `wasm32-unknown-wasip1-threads` - C - can import `unistd.h` - has `__wasi__` - does not have `__unix__` - **has `_REENTRANT` (defined in wasi-libc)** - **has `_POSIX_THREADS` (defined in wasi-libc)** - **supports a subset of pthreads API** - Swift - can use `#if os(WASI)` - SwiftPM - `BuildSettingsCondition`'s `Platform` is `.wasi`
Configuration menu - View commit details
-
Copy full SHA for ebf5f2b - Browse repository at this point
Copy the full SHA ebf5f2bView commit details -
Revert "remove empty
config.h
andcmark-gfm_config.h
headers"This reverts commit 6f64876.
Configuration menu - View commit details
-
Copy full SHA for 1153b7f - Browse repository at this point
Copy the full SHA 1153b7fView commit details -
Revert "build: hoist
CMARK_THREADING
to a build-only config"This reverts commit aef4761.
Configuration menu - View commit details
-
Copy full SHA for 0627c66 - Browse repository at this point
Copy the full SHA 0627c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415c3ac - Browse repository at this point
Copy the full SHA 415c3acView commit details
Commits on Aug 5, 2025
-
Merge pull request #75 from kkebo/wasm32-wasi
feat: add partial support for WASI
Configuration menu - View commit details
-
Copy full SHA for cbd8eae - Browse repository at this point
Copy the full SHA cbd8eaeView commit details
Commits on Aug 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b11ff47 - Browse repository at this point
Copy the full SHA b11ff47View commit details
Commits on Sep 8, 2025
-
Merge pull request #81 from z2oh/gfm
Move `extensions/include/cmark-gfm-core-extensions.h` cpp includes out of extern "C" block
Configuration menu - View commit details
-
Copy full SHA for e02dcab - Browse repository at this point
Copy the full SHA e02dcabView commit details
Commits on Oct 13, 2025
-
chore: remove unusued GitHub workflows
Signed-off-by: Melissa Kilby <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc2e337 - Browse repository at this point
Copy the full SHA fc2e337View commit details
Commits on Oct 17, 2025
-
Merge pull request #82 from incertum/chore/workflow-permissions
chore: remove unusued GitHub workflows
Configuration menu - View commit details
-
Copy full SHA for 924936d - Browse repository at this point
Copy the full SHA 924936dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.0...gfm