15 Commits

Author SHA1 Message Date
Joel Sherrill
edba3942cc /utf8proc/utf8proc_data.c: Address missing field initializer warnings
Address missing field initializer warnings. Since this is third party
code and the structure initialization in question is large, the
warning was disabled.

Updates #5325.
2025-10-14 14:23:59 -05:00
Joel Sherrill
cce1823e40 contrib/cpukit/uuid/gen_uuid.c: Address unused parameter warnings
Add "(void) param;" annotation to address unused parameter warnings.
Found with GCC's warning -Wunused-paramter.
2025-09-26 22:38:34 +00:00
Joel Sherrill
fef5e18ada contrib/*/xz/xz_dec_stream.c: Correct implicit fallthrough warnings
Use RTEMS_FALL_THROUGH() to annotate case statements which
intentionally do not have a break statement.
2025-09-19 19:02:25 +00:00
Amar Takhar
52bee922c3 contrib: Remove modification to header location
Remove changing utf8proc.h to its own subdirectory.  Other operating systems
have it in include there is no sense in us carrying this change.

Unlike the situation with uuid which projects do have in a subdirectory this is
not.
2025-07-31 18:07:34 -05:00
Amar Takhar
b2499de3de contrib: Apply RTEMS changes to utf8proc
No modifications to this it is what we have been carrying.
2025-07-31 18:07:34 -05:00
Amar Takhar
d37b554bc5 contrib: Import utf8proc 1.1.5
URL
https://juliastrings.github.io/utf8proc/releases/

Hash
There is no repo until 1.1.6 the file archive used was utf8proc-v1.1.5.tar.gz
released on 2009-10-16 the sha512 is:

cd75a0aabdf7b331ce6cc210fe343e15804e5a097607e387ec0ab9c994ceecc\
f80aecbe25b06efb756d2989fd623b7a4d6de2c4d3416add20ac8692cf37912c6
2025-07-31 18:07:34 -05:00
Amar Takhar
88b7cd7660 contrib: Move uuid.h to uuid/uuid.h
I will eventually fix this to keep it in the upstream location.
2025-07-31 18:01:42 -05:00
Amar Takhar
e913a0cca0 contrib: Re-apply uuid changes
This all appear to be RTEMS-local changes I looked at some other revisions and
didn't see some of the ones that may have not been local.
2025-07-31 18:01:42 -05:00
Amar Takhar
5db1c64dd4 contrib: Import uuid from e2fsprogs 1.45.5
URL
https://github.com/tytso/e2fsprogs/tree/master/lib/uuid

Hash
1207e36d0a8674d6c627bb9b2759faf1e290e13e
2025-07-31 18:01:42 -05:00
Amar Takhar
2ee51f3176 contrib: Re-apply changes
This is from:

71943dd4d2

xz: Suppress attribute warnings
2025-07-31 17:51:28 -05:00
Amar Takhar
8115af2deb contrib: Import xz-embedded 2015-11-03-e75f4eb
There is no version for this so we'll take the commit date the source was taken
from + hash

URL
https://github.com/tukaani-project/xz-embedded

Hash
e75f4eb79165213a02d567940d344f5c2ff1be03
2025-07-31 17:51:28 -05:00
Amar Takhar
76ce2debba contrib: Apply changes to zlib
This is from:

0ab6c7bc58
2025-07-31 17:51:28 -05:00
Amar Takhar
2ce70b29c7 contrib: Import zlib 1.3.1
URL
https://github.com/madler/zlib

Hash
51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf
2025-07-31 17:51:28 -05:00
Amar Takhar
b761142fd9 contrib: Apply FastLZ changes
This appears to be the warning fix from:

09d811b8a5
2025-07-31 17:51:28 -05:00
Amar Takhar
f00a819274 contrib: Import FastLZ 0.1.0
URL
https://github.com/ariya/FastLZ/

Hash
f1217348a868bdb9ee0730244475aee05ab329c5
2025-07-31 17:51:28 -05:00