michael
|
5f8fd810b8
* Test programs for crashing IPC server
|
há 9 anos atrás |
michael
|
d53c4b4153
* Fix compilation of pipesipc
|
há 9 anos atrás |
michael
|
7c91516b24
* Remove old stale file checking mechanism
|
há 9 anos atrás |
michael
|
a5d38c7ba6
* Added TStringBuilder
|
há 9 anos atrás |
florian
|
6f9d74b83e
+ define FPC_NO_DEFAULT_HEAP for the embedded target as well
|
há 9 anos atrás |
florian
|
b2f15e2736
* first check for ait_instruction before checking opcode
|
há 9 anos atrás |
florian
|
f950dca8a5
* use PUInt for passing around sizes in ogbase as the width of the data type should dependent on the address size and not the ALU size
|
há 9 anos atrás |
marco
|
d67dee1d2d
* remove win9xmanager also from .fpcmake
|
há 9 anos atrás |
pierre
|
47a10f0b18
Fix build error after commit 33687
|
há 9 anos atrás |
marco
|
dd2aae023e
* delete win9xwsmanager, conform bugreport #29108
|
há 9 anos atrás |
svenbarth
|
b5d984da7a
pkgutil.pas, createimportlibfromexternals:
|
há 9 anos atrás |
svenbarth
|
a67fe62caa
fmodule.pas, tmodule:
|
há 9 anos atrás |
pierre
|
94d8d9927d
Only add indirect symbol for constants if tf_supports_packages flag is set in target_info.flags
|
há 9 anos atrás |
michael
|
ac1b59ef03
* Small fix from Laco to fix missinu ULONG type
|
há 9 anos atrás |
pierre
|
fe6feb741b
Use macros for msdos OS to translate SysGetMem into SysTinyGetMem and similar, fixes several RTE 203 isssues for msdos target OS
|
há 9 anos atrás |
pierre
|
91595447c6
Add SysTinyGetHeapStatus and SysTinyGetFPCHeapStatus functions
|
há 9 anos atrás |
pierre
|
4af209ac50
Add SysTinyGetMem and similar to interface to allow use in heaptrc unit
|
há 9 anos atrás |
pierre
|
cbb29a7e5d
Use FPC_NO_DEFAULT_HEAP to turn out RelocateHeap or MemoryManager.InitThread functions, used for msdos OS
|
há 9 anos atrás |
pierre
|
effa0154c5
Use FPC_NO_DEFAULT_MEMORYMANAGER define to guard SysGetmem/SysFreemem functions, also used for msdos OS
|
há 9 anos atrás |
pierre
|
c8ad916710
Use FPC_NO_DEFAULT_MEMORYMANAGER define to guard SysGetmem/SysFreemem function definitions, also used for msdos OS
|
há 9 anos atrás |
pierre
|
01ea38a627
Implement basic SysOSAlloc using MSDOS Interrrupt 0x21, AH=0x48 function
|
há 9 anos atrás |
pierre
|
2a3b5bec86
Add new FPC_NO_DEFAULT_MEMORYMANAGER define for msdos OS
|
há 9 anos atrás |
Károly Balogh
|
23cf551bf3
m68k-amiga: fixed wrong define to test against softfpu (oops...)
|
há 9 anos atrás |
Károly Balogh
|
424f329173
m68k: use inlined realconsts also during normal float calculations on '881/040/060. also optimize them where possible
|
há 9 anos atrás |
Károly Balogh
|
7fff76d936
m68k-amiga: only compile softfpu code into system unit, when FPU_SOFT is defined
|
há 9 anos atrás |
Károly Balogh
|
2dbfca4e8e
m68k: optimize a few cases of comparisons against inlined realconsts
|
há 9 anos atrás |
Károly Balogh
|
7710300c22
m68k: utilize FTST for comparing against float zero. also utilize FCMP realconst,fpreg on '881 for other realconst values
|
há 9 anos atrás |
Károly Balogh
|
e7838dad39
m68k: initial asm-level infrastructure to let the codegenerator output float consts as operands, which is supported on 88x/040/060
|
há 9 anos atrás |
lacak
|
8e2ac164f8
fcl-db: tests: preparation for BOOLEAN data type tests for Firebird 3
|
há 9 anos atrás |
Károly Balogh
|
3e2319ff3a
m68k: do not allocate/free the regset dynamically having it as a normal field is perfectly fine
|
há 9 anos atrás |