Commit Graph

71650 Commits

Author SHA1 Message Date
Nikolay Nikolov
d18f31d156 - libsndfile: removed the ctypes. prefix from all types, in order to fix compilation with the dotted units RTL 2025-01-15 02:09:06 +02:00
Nikolay Nikolov
c229096983 + fix fpmake.pp and enable compilation of package libsndfile 2025-01-15 02:05:11 +02:00
Nikolay Nikolov
7f77aada6b * package sndfile (whose compilation has been disabled for quite a while) renamed libsndfile 2025-01-15 00:19:19 +02:00
Sven/Sarah Barth
599b187589 * fix #40979: don't recurse further into the nested hierarchy for code generation if the function is generic
+ added test
2025-01-14 20:38:37 +01:00
florian
5c6abd2e51 * factor out TRVCpuAsmOptimizer.OptPass1SLTx 2025-01-14 18:53:20 +01:00
Michaël Van Canneyt
a60b1f2bc7 * First working version 2025-01-14 09:55:28 +01:00
Nikolay Nikolov
fd677978e7 + added example program capture_client.pp to libjack (translated from capture_client.c) 2025-01-14 04:39:12 +02:00
Sven/Sarah Barth
9fccadc1f0 * leave GetFileContents() early if the file size is 0 to avoid a range error if the RTL is compiled with range checks 2025-01-13 23:30:02 +01:00
Sven/Sarah Barth
be117b33d3 * the null file is called NUL, not NULL on Windows/WinCE 2025-01-13 23:30:02 +01:00
Sven/Sarah Barth
15f88d5e13 * don't move the output/stderr handle to the end on Windows and WinCE as that is handled by TIODescriptor.CreateFileNameHandle() 2025-01-13 23:30:02 +01:00
florian
9355e703d7 * change some getglobaldatalabel into getlocaldatalabel to simplify code if pic is used 2025-01-13 22:34:31 +01:00
Sven/Sarah Barth
d3c3b79e79 * don't cast the succeeded node succn to a tcallparanode (it's usually a tloadnode or something similar instead) 2025-01-13 22:23:11 +01:00
Sven/Sarah Barth
1a130056f7 * reformat statement for better readability 2025-01-13 22:22:26 +01:00
Sven/Sarah Barth
546d623526 * TProcess.ThreadHandle should reference the FThreadHandle field, not FProcessHandle 2025-01-13 18:05:46 +01:00
Pierre Muller
c6c05f8395 Check that index value is not below lower bound in TMessage.Valid method 2025-01-13 13:17:55 +00:00
florian
f417c87ec8 * RiscV: check for cpu capabilities before using fmv for loading zero 2025-01-12 18:30:32 +01:00
florian
5bb4049737 * remove accidently committed debug statement 2025-01-12 11:32:34 +01:00
florian
dc2c6c8996 * factor out TRVCpuAsmOptimizer.OptPass1Sub 2025-01-12 11:07:29 +01:00
florian
cfee7d07d8 * cleanup 2025-01-11 23:11:41 +01:00
florian
971d97c179 + RiscV: make use of the fmv.w.x/fmv.d.x instruction to load 0.0 2025-01-11 21:03:54 +01:00
Sven/Sarah Barth
366acce9ef * fix compiling binaries on JVM: the entries list contains pinitfinalentry values, not tused_unit 2025-01-11 15:35:58 +01:00
florian
1202b2612f + RiscV: make use of the fl* rd,symbol,rd pseudoinstruction 2025-01-11 14:22:01 +01:00
florian
63845c2be6 * missing Copyright year update 2025-01-11 10:45:24 +01:00
Michaël Van Canneyt
fdd911c6fa * Forgot to commit 2025-01-11 00:37:45 +01:00
florian
bcbf521922 * updated copyright year to 2025 2025-01-10 22:47:03 +01:00
Michaël Van Canneyt
cc0012f3dd * Correct typo in class name TLocalMenuOutlieViewer -> TLocalMenuOutlineViewer 2025-01-10 22:38:52 +01:00
Margers
290e6311c6 Save As option in browser window 2025-01-10 21:27:16 +00:00
Margers
beb8e63075 Correct mouse button mapping under Unix 2025-01-10 21:25:38 +00:00
Margers
24f498292a Make TFPMemo view srollable even if no scrollbars are attached to it 2025-01-10 21:24:10 +00:00
Margers
51055fa196 Browser information mouse scroll 2025-01-10 21:22:45 +00:00
Margers
7fc62dadfc Browser information filters 2025-01-10 21:22:45 +00:00
Margers
2b35696400 Browser options save 2025-01-10 21:22:45 +00:00
Margers
fa9ebd2d4c fpsymbols web friendly 2025-01-10 21:22:45 +00:00
Margers
86f61918b4 Window list dialog windows size adjustment 2025-01-10 21:19:03 +00:00
Margers
d2df6a630c Paste problem fix 2025-01-10 21:17:53 +00:00
Margers
4e96751cb7 Screen width more than 255 chars (for Unixes at least) 2025-01-10 21:16:29 +00:00
Margers
30dcf0b61a Small editor draw optimization 2025-01-10 21:16:29 +00:00
Margers
8e5f22383f Message window can be scrolled beyond second to last item 2025-01-10 21:13:21 +00:00
Margers
550fd24d29 Remove some redundant code 2025-01-10 21:13:21 +00:00
Margers
c464f4d58e File open dialog file list adjustments after resize 2025-01-10 21:13:21 +00:00
Margers
aebc7458e1 Detach List scrollbar value change of focused item change 2025-01-10 21:13:21 +00:00
Margers
83d045d1f1 Command line parameter -C affects names of *.cfg, *.dsk and *.ini 2025-01-10 21:11:55 +00:00
Michaël Van Canneyt
7fa6fa257b * Fix aggregates calculation. Fixes issue #41018 2025-01-10 22:10:20 +01:00
Margers
12bc05d2b4 Mouse double click select word, triple click select line 2025-01-10 21:10:17 +00:00
Margers
c893233359 FV add mouse triple click 2025-01-10 21:10:17 +00:00
Michaël Van Canneyt
a6b0e4badc * Fix aggregates calculation. Fixes issue #41018
(cherry picked from commit 7fa6fa257b)
2025-01-10 22:11:29 +01:00
Margers
87d4c18992 Every compile gets actual current directory (fix for Textmode IDE) 2025-01-10 18:38:22 +00:00
Pierre Muller
a9ab15c60d Fix compilation of riscv32 compiler 2025-01-10 12:10:02 +00:00
Sven/Sarah Barth
c422c137f8 - remove what appears to be debug output (will otherwise lead to exceptions on systems where Output is not open (e.g. Windows service)) 2025-01-10 09:57:06 +01:00
mattias
5e41a1417f fcl-passrc: fixed proc arg file 2025-01-10 08:51:41 +01:00