Commit Graph

231 Commits

Author SHA1 Message Date
Michaël Van Canneyt
2256593e92 * IN case of IO error, MD5File will return an empty digest. Fixes issue #41194 2025-03-16 19:15:21 +01:00
Nikolay Nikolov
b50d6ff99c - disable packages that don't compile on the wasip2 platform 2025-03-11 02:10:22 +02:00
Nikolay Nikolov
97fde50101 * regen makefiles 2025-03-10 22:39:51 +02:00
Nikolay Nikolov
bf0c724d80 * regen makefiles 2025-02-28 15:12:20 +02:00
Nikolay Nikolov
12c494cc0f * update makefiles 2025-02-28 15:12:19 +02:00
Rika Ichinose
961eccf64b Unroll SHA1Transform. 2024-11-10 14:04:48 +00:00
florian
f626efef37 * example does not need cwstring unit 2024-10-27 09:13:18 +01:00
J. Gareth "Curious Kit" Moreton
51c3cc97fa * Packages: ARM assembly language version of MD5Transform added to hash package 2024-10-26 19:24:33 +00:00
Kirill Kranz
0dc2f78bc8 all packages witch are not able to compile REMOVED 2024-09-29 16:59:02 +03:00
Kirill Kranz
52651a7ede First compiler Build 2024-09-29 16:56:18 +03:00
Karoly Balogh
2e8955b3c8 human68k: enable building a handful of simpler packages for human68k 2024-07-21 12:53:13 +02:00
Karoly Balogh
679f2f75b3 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
Karoly Balogh
ac0287b5e0 human68k: fpmake changes, disable everything that cannot be built currently 2023-11-30 23:43:27 +00:00
Michaël Van Canneyt
9586d3e674 * Dotted version of fnvhash.pp 2023-11-30 12:11:28 +01:00
Michaël Van Canneyt
44f0bb8562 * FNV hash, needed for system.hash 2023-11-30 11:59:07 +01:00
J. Gareth "Curious Kit" Moreton
736f5edf98 * Packages: Fixed assembler error in Hash package on x86_64 when external assembler is used 2023-11-04 21:48:13 +00:00
florian
0eeba27df6 * typo fixed 2023-11-01 11:32:51 +01:00
J. Gareth "Curious Kit" Moreton
f7465bb3ec * Packages: x86_64 assembly version of SHA1Transform added to hash package 2023-11-01 09:35:47 +00:00
florian
29c8758975 * clean up strange extra char 2023-11-01 10:35:12 +01:00
J. Gareth "Curious Kit" Moreton
1437928ce6 * Packages: i386 BMI1 implementation of MD5 hash 2023-10-25 21:09:25 +00:00
Michaël Van Canneyt
aa841d584d * Patch from Rika to enable assembler version of MD5 on i386-darwin. Fixes issue #40470 2023-10-15 10:24:45 +02:00
Rika Ichinose
e1ea58dd2f MD5Transform for i386 without a stack frame and with less pushes. 2023-10-14 22:59:14 +03:00
Rika Ichinose
4603b80ac0 Remove “original version” of MD5Transform. 2023-10-14 22:59:13 +03:00
florian
f12abd03cc * compilation on non-x86 targets fixed 2023-10-14 21:29:28 +02:00
florian
5b9998e38b * fix BMI1 version of SysV MD5Transform 2023-10-14 14:37:00 +02:00
J. Gareth "Curious Kit" Moreton
6a9a416f84 * Packages: BMI1 version of MD5Transform for x86_64 2023-10-14 12:35:20 +00:00
J. Gareth "Curious Kit" Moreton
fce4a953a7 * Packages: x86_64 assembly language version of MD5Transform added to hash package 2023-10-14 12:35:20 +00:00
J. Gareth "Curious Kit" Moreton
afc981d2cb * md5performancetest now gives better granularity on the elapsed time 2023-10-14 12:35:20 +00:00
Rika Ichinose
83f7213b25 Improve i386 SHA1Transform further: remove some (14) reads, and use MOVBE if suddenly available. 2023-09-23 17:14:55 +00:00
florian
e440545954 * sha1i386.inc is used on all targets now 2023-09-16 23:25:31 +02:00
florian
038b01bf23 * re-enabled fixed assembler code 2023-09-13 21:18:46 +02:00
Rika Ichinose
d3f748a020 Better (and probably more correct regarding stack usage) i386 version of SHA1Transform. 2023-09-13 18:55:23 +00:00
florian
4d126cbe57 * sha1test moved as well 2023-09-13 20:34:28 +02:00
florian
9616ff0364 * moved crctest.pas to use it as real test 2023-09-13 20:17:37 +02:00
Rika Ichinose
2f1663041f Faster CRC-128. 2023-09-13 18:09:20 +00:00
florian
1c100f0b13 * prepared test to be used as regression test 2023-09-08 22:47:12 +02:00
Michaël Van Canneyt
077c661b2d * Dotted filenames for package hash 2023-07-27 19:04:17 +02:00
Michael VAN CANNEYT
bd4e9676fa * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Michaël Van Canneyt
2289c1f6a2 * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
Michaël Van Canneyt
bb1b1bc705 * Regenerate makefiles with subtarget support 2023-07-24 16:32:02 +02:00
Michaël Van Canneyt
6b5a4dbf6e * use cthreads in correct location 2023-07-19 14:27:28 +02:00
Michaël Van Canneyt
d661e7288b * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Dmytro Bogatskyy
327aac7f24 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
Jinyang He
783bbb66f9 Update Makefiles 2023-02-05 19:18:48 +00:00
Nikolay Nikolov
8c562995d7 * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
Pierre Muller
2f28c5596f Regenerate all Makefile's to fix problem on x86_64 linux 2022-03-07 23:46:15 +00:00
Pierre Muller
ad2ac98858 Update Makefile's 2022-03-07 22:35:29 +00:00
Pierre Muller
4da4c96349 Regenerate Makefile's with mips gcc fixes and new enabled mips64-linux target 2022-02-15 15:45:15 +00:00
Nikolay Nikolov
21593942a1 * regenerate all makefiles with the latest fpcmake 2022-02-13 15:26:54 +02:00
Nikolay Nikolov
b407b67ca1 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00