Jonas Maebe
|
f9672b53a2
- removed old float-to-string and string-to-float conversion code
|
5 years ago |
pierre
|
3aa253c11d
Allow system unit to be compiled without RTTI feature
|
5 years ago |
nickysn
|
fe05a87a27
* made ErrOutput/StdErr a true alias of Output/StdOut to save memory
|
5 years ago |
florian
|
a6cfaa996a
* few cleanups towards building the z80-embedded system unit
|
5 years ago |
nickysn
|
48b4cc34cb
* synchronized with trunk
|
5 years ago |
florian
|
391512546e
+ initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
|
5 years ago |
nickysn
|
755fe97c51
* synchronize with trunk
|
5 years ago |
florian
|
28c0a47a95
+ Xtensa: completed rtl skeleton
|
5 years ago |
florian
|
83a6efd759
+ Xtensa: RTL skeleton
|
5 years ago |
florian
|
70a836c4a2
* first part of merging parts of Jeppe's intrinsics patch, mainly r31135
|
5 years ago |
florian
|
931d4dcfee
* ensure the rtl and the packages for embedded compile with features exceptions and classes disabled
|
5 years ago |
svenbarth
|
5610f992b4
* if a CPU platform does not provide a FarPointer type then declare it as an alias to a mere Pointer
|
5 years ago |
svenbarth
|
abe6e740f5
* Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias
|
5 years ago |
svenbarth
|
ad0d885880
* if a CPU platform doesn't explicitely provide the Comp type we declare it as an alias to Int64
|
5 years ago |
svenbarth
|
042bbdf613
* as long as the Comp type is declared, declare PComp as well
|
5 years ago |
florian
|
e332c17bbd
* some inconsistency regarding FPC_NONE usage fixed
|
5 years ago |
svenbarth
|
48b8110e38
* disable UCS4String if dynamic arrays are disabled
|
6 years ago |
svenbarth
|
46a8afb50d
+ declare Pointer types for the remaining Boolean types
|
6 years ago |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
6 years ago |
florian
|
a34d4e715c
Merged riscv_new branch
|
6 years ago |
Jeppe Johansen
|
74a7963d58
Redo overflow checking code.
|
7 years ago |
svenbarth
|
d9cb5c4502
+ add a Boolean8 alias for Boolean for symmetry's sake (fixes Mantis #34058)
|
7 years ago |
marco
|
096e7d7513
* add prawbytestring.
|
7 years ago |
Jeppe Johansen
|
ceb38833f2
Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
|
7 years ago |
nickysn
|
26a3ac3fd4
* moved the fpc_in_x86_*port* constants to the system unit in cpuinnr.inc in the
|
7 years ago |
marco
|
43d7b23555
* fix for #33817, also p* marshalledstring for Delphi compat.
|
7 years ago |
michael
|
e46b89c8bb
* Patch from Ondrej Pokorny to fix camelcase (bug ID 4b46872)
|
7 years ago |
pierre
|
250e924ad3
+ Add RTE 236 for thread errors:
|
7 years ago |
florian
|
22df9cde3e
* halt and runerror never return
|
7 years ago |
Károly Balogh
|
07513150e0
* make StdOut/StdErr optionally a true alias of Output/ErrOutput, so they share the same underlying TextRec. this reduces data segment usage on small systems by more than 1K.
|
7 years ago |