-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: aaaaaa123456789/libplum
base: v0.3
head repository: aaaaaa123456789/libplum
compare: master
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84e6a2f - Browse repository at this point
Copy the full SHA 84e6a2fView commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 63013cb - Browse repository at this point
Copy the full SHA 63013cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5e2c4 - Browse repository at this point
Copy the full SHA 4c5e2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b891a85 - Browse repository at this point
Copy the full SHA b891a85View commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b9acaf9 - Browse repository at this point
Copy the full SHA b9acaf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee37c5 - Browse repository at this point
Copy the full SHA aee37c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c6614 - Browse repository at this point
Copy the full SHA e6c6614View commit details -
Remove unnecessary function pointer typedef
Some people might argue that typedefs make function pointers more readable. What's worse, those people might be right. But in the end, this repository doesn't use typedefs anywhere, and creating one just for this return value to avoid a longer signature doesn't seem correct. Besides, removing the typedef makes the callback's signature visible at the caller's site, since it is assigned to a variable.
Configuration menu - View commit details
-
Copy full SHA for a2ec4a0 - Browse repository at this point
Copy the full SHA a2ec4a0View commit details -
Add some checks to defs.h to ensure that the library isn't built as o…
…ld C, C++, or with disabled features
Configuration menu - View commit details
-
Copy full SHA for 056abb9 - Browse repository at this point
Copy the full SHA 056abb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f309a18 - Browse repository at this point
Copy the full SHA f309a18View commit details
Commits on Jan 15, 2022
-
Add warning flags to
make debug
, and refactor to not print any warn……ings (#4) * Add warning flags to `make debug`, and refactor to not print any warnings * Add `-fanalyzer` to `make debug` * Address PR comments
Configuration menu - View commit details
-
Copy full SHA for d309485 - Browse repository at this point
Copy the full SHA d309485View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7732d1 - Browse repository at this point
Copy the full SHA a7732d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d73dac9 - Browse repository at this point
Copy the full SHA d73dac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db9687 - Browse repository at this point
Copy the full SHA 7db9687View commit details -
Remove aligned writes and simplify unaligned writes
Compilers are not taking advantage of the optimization opportunity, and these functions make the code more complex for no real gain. Unaligned writes can use the bytewrite macro to be shorter.
Configuration menu - View commit details
-
Copy full SHA for 90e24db - Browse repository at this point
Copy the full SHA 90e24dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 764f77f - Browse repository at this point
Copy the full SHA 764f77fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de1440 - Browse repository at this point
Copy the full SHA 7de1440View commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae04c28 - Browse repository at this point
Copy the full SHA ae04c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4636d66 - Browse repository at this point
Copy the full SHA 4636d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109d37e - Browse repository at this point
Copy the full SHA 109d37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc135bd - Browse repository at this point
Copy the full SHA dc135bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f87cc - Browse repository at this point
Copy the full SHA 41f87ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c01168 - Browse repository at this point
Copy the full SHA 2c01168View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2bdb87e - Browse repository at this point
Copy the full SHA 2bdb87eView commit details -
Don't fail to write a GIF if the background color pushes the color to…
…tal over the limit
Configuration menu - View commit details
-
Copy full SHA for c66050c - Browse repository at this point
Copy the full SHA c66050cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6fd55 - Browse repository at this point
Copy the full SHA 3e6fd55View commit details
Commits on Jan 21, 2022
-
Fix GIF compression when a clear code would be emitted right after a …
…code size increase
Configuration menu - View commit details
-
Copy full SHA for dcb401b - Browse repository at this point
Copy the full SHA dcb401bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d90c627 - Browse repository at this point
Copy the full SHA d90c627View commit details
Commits on Jan 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a909b00 - Browse repository at this point
Copy the full SHA a909b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e1c82 - Browse repository at this point
Copy the full SHA 23e1c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2fc1f9 - Browse repository at this point
Copy the full SHA d2fc1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 121d9be - Browse repository at this point
Copy the full SHA 121d9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d15765a - Browse repository at this point
Copy the full SHA d15765aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e64cad6 - Browse repository at this point
Copy the full SHA e64cad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3a4c1 - Browse repository at this point
Copy the full SHA 3b3a4c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebcbfdf - Browse repository at this point
Copy the full SHA ebcbfdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 492c785 - Browse repository at this point
Copy the full SHA 492c785View commit details
Commits on Jan 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0264c24 - Browse repository at this point
Copy the full SHA 0264c24View commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 294423c - Browse repository at this point
Copy the full SHA 294423cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f47d1 - Browse repository at this point
Copy the full SHA e3f47d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34608d8 - Browse repository at this point
Copy the full SHA 34608d8View commit details -
Update documentation for
plum_load_image
to indicate the true cause……s for `PLUM_ERR_IMAGE_TOO_LARGE`
Configuration menu - View commit details
-
Copy full SHA for 60f912a - Browse repository at this point
Copy the full SHA 60f912aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e10cee6 - Browse repository at this point
Copy the full SHA e10cee6View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec181e7 - Browse repository at this point
Copy the full SHA ec181e7View commit details
Commits on Jan 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 568e8c1 - Browse repository at this point
Copy the full SHA 568e8c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e1fbf - Browse repository at this point
Copy the full SHA 94e1fbfView commit details
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6183bea - Browse repository at this point
Copy the full SHA 6183beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 223b896 - Browse repository at this point
Copy the full SHA 223b896View commit details
Commits on Jan 31, 2022
-
Make sure this works properly under uncommon integer overflow rules
While every tool I've ever heard of will implement this operation correctly, it's technically signed overflow and thus undefined behavior. Surprisingly, ubsan doesn't catch it...
Configuration menu - View commit details
-
Copy full SHA for 309edf0 - Browse repository at this point
Copy the full SHA 309edf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb60b4 - Browse repository at this point
Copy the full SHA beb60b4View commit details
There are no files selected for viewing