yury
|
382d5060a0
* aarch64: According to ARM64 ABI, function's arguments and the result are not required to be sign/zero extended to a full register size. Obey this rule for all targets except iOS where sign/zero extension is required.
|
6 年 前 |
michael
|
f737521590
* Patch from Ondrej Pokorny, to demonstrate alpha blending mode
|
6 年 前 |
Mattias Gaertner
|
d4512cc714
pastojs: array of const
|
6 年 前 |
joost
|
cd03f5326d
* Fixed bug #35060, proper unicode-handling of registry-keynames. With test
|
6 年 前 |
svenbarth
|
b810d8f32b
* fix for Mantis #35027: ensure that the synchronize event entry is reset correctly in case of an exception
|
6 年 前 |
svenbarth
|
1502a13e7c
* fix for Mantis #35028: when the mainthread executes a queued ThreadMethod make sure that the queue entry is released even if an exception is raised
|
6 年 前 |
svenbarth
|
b1ee29c836
* fix for Mantis #30205: (adjusted) patch by Do-wan Kim to only use the default calling convention for exception handlers
|
6 年 前 |
michael
|
3779d69075
* libmagic headers by Silvio Clecio
|
6 年 前 |
nickysn
|
8b17af1f89
+ added test for unit sortalgs, that tests the heapsort and randomized quicksort algorithms
|
6 年 前 |
nickysn
|
ec45f0069a
+ added unit SortAlgs to rtl-extra. It implements extra sorting algorithms
|
6 年 前 |
nickysn
|
5c4af27a7a
+ added test for the sortbase unit
|
6 年 前 |
nickysn
|
2a0eb54fd5
+ added a simple test that tests TList.Sort
|
6 年 前 |
nickysn
|
248fd313f8
+ introduced unit SortBase, which implements the foundation for pluggable
|
6 年 前 |
Jonas Maebe
|
0db9ff5c39
* fixed packed bitsize calculation for types with a negative lower bound and
|
6 年 前 |
Károly Balogh
|
db055c8f0c
amicommon: moved MorphOS-specific lineinfo to amicommon, for upcoming AROS and OS4 support
|
6 年 前 |
florian
|
e24449bcfd
* if sub nodes of a commutative node contain conditionally executed nodes, these sub nodes might not be swapped
|
6 年 前 |
florian
|
925531b99c
* constrained generics are also compatible with formaldefs, resolves #34893
|
6 年 前 |
michael
|
57e7384a18
* Initial implementation of GNU TLS support for FPC SSL sockets
|
7 年 前 |
Károly Balogh
|
a527a40d12
morphos: add a custom lineinfo unit, prepared to parse stabs relocations in ELF relocatable objects, also featuring stronger address validation, and showing offsets in the executable instead of absolute addresses
|
7 年 前 |
florian
|
644c47e121
* when deciding about the case code generation in case of size optimization, the number of labels is relevant, not the covered range, resolves #34818
|
7 年 前 |
florian
|
dd072ce76b
+ seek for typefiles in iso mode, resolves #34848
|
7 年 前 |
Károly Balogh
|
a6aa3cc092
haiku: removed old i386 specific syscalls assembler code and no-libc startup code, copied from the BeOS port initially, and was never in use on Haiku. kept the libc-version of assembly startup code for now for reference.
|
7 年 前 |
Károly Balogh
|
9c2b113497
haiku: added cpu specific signal handler register contexts
|
7 年 前 |
Károly Balogh
|
93ee468fcb
haiku: zapped the old bethreads unit. it's apparently just an ancient version of cthreads, and haiku seems to use cthreads itself since day one.
|
7 年 前 |
Károly Balogh
|
c061f1480a
haiku: zapped syscalls support code, using the syscall interface directly on Haiku is discouraged, and it was never really supported with FPC
|
7 年 前 |
michael
|
efdabcd0cc
* Sample program from Silvio Clecio to generate server certificate
|
7 年 前 |
michael
|
e14c231d60
* Added makefiles for GnuTLS
|
7 年 前 |
michael
|
2ceb5c9683
* Add X509 functions and example from Silvio Clecio to generate private key
|
7 年 前 |
Károly Balogh
|
d6891557d3
haiku: add sighnd.inc for x86_64, the i386 version with minimal changes, probably needs to be better adapted for 64bit
|
7 年 前 |
Jonas Maebe
|
b2b34338e5
* give an error when trying to call an object instance method via a type node
|
7 年 前 |