-
Notifications
You must be signed in to change notification settings - Fork 618
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
basic no_std support #1868
Draft
n-prat
wants to merge
16
commits into
image-rs:main
Choose a base branch
from
Interstellar-Network:wip-no-std
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
basic no_std support #1868
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 99bc129 - Browse repository at this point
Copy the full SHA 99bc129View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9c8b54 - Browse repository at this point
Copy the full SHA d9c8b54View commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd789f2 - Browse repository at this point
Copy the full SHA dd789f2View commit details -
Still some doctests(and tests?) FAIL `cargo build --no-default-features` [no ci]
Configuration menu - View commit details
-
Copy full SHA for fe365ed - Browse repository at this point
Copy the full SHA fe365edView commit details -
`cargo test --no-default-features` BUT a lot of `#[cfg(feature = "std")]` etc [no ci]
Configuration menu - View commit details
-
Copy full SHA for a97e448 - Browse repository at this point
Copy the full SHA a97e448View commit details -
- `cargo test --no-default-features --features=alloc` -> OK - `cargo +nightly-2022-10-22 no-std-check --no-default-features` -> FAIL
Configuration menu - View commit details
-
Copy full SHA for 58e7cef - Browse repository at this point
Copy the full SHA 58e7cefView commit details -
- `cargo +nightly-2022-10-22 no-std-check --no-default-features --features=alloc` OK - `cargo test --no-default-features --features=alloc` OK
Configuration menu - View commit details
-
Copy full SHA for b381dc9 - Browse repository at this point
Copy the full SHA b381dc9View commit details
Commits on Mar 2, 2023
-
- bump `color_quant`: feature `alloc` renamed `num-traits` cf image-rs/color_quant#21 - `ImageDecoder`: remove `Reader` when no_std b/c cleaner
Configuration menu - View commit details
-
Copy full SHA for 49e877f - Browse repository at this point
Copy the full SHA 49e877fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 124ce5a - Browse repository at this point
Copy the full SHA 124ce5aView commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cb8664 - Browse repository at this point
Copy the full SHA 1cb8664View commit details -
error.rs: reverse almost all changes
- remove Snafu - require feature `error_in_core` for `no_std` [ci skip]
Configuration menu - View commit details
-
Copy full SHA for f4c58d8 - Browse repository at this point
Copy the full SHA f4c58d8View commit details -
Both `std` and `no_std` build+test OK - `cargo test --no-default-features --features=default` OK - `cargo +nightly-2022-10-22 test --no-default-features --features=alloc` OK - `cargo +nightly-2022-10-22 no-std-check --no-default-features --features=alloc` OK
Configuration menu - View commit details
-
Copy full SHA for 4684577 - Browse repository at this point
Copy the full SHA 4684577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a05ea - Browse repository at this point
Copy the full SHA 27a05eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c04163 - Browse repository at this point
Copy the full SHA 0c04163View commit details -
Configuration menu - View commit details
-
Copy full SHA for f425fee - Browse repository at this point
Copy the full SHA f425feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for acbbdea - Browse repository at this point
Copy the full SHA acbbdeaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.