ondrej
|
1a0ba60de6
* revert r47598: implement TRandomGenerator
|
4 年 前 |
ondrej
|
c4dd3b661a
* rtl: implement TRandomGenerator for thread-safe random
|
4 年 前 |
Károly Balogh
|
05d680902e
* make sure things still build with 3.0 after r47353
|
4 年 前 |
svenbarth
|
c496b609d1
* fix for Mantis #38051: make Chr() a real intrinsics so that it can be used in type declarations as well
|
4 年 前 |
svenbarth
|
ac36eec71a
* protect GetFullName with FPC_HAS_FEATURE_UNICODESTRINGS instead of _WIDESTRINGS
|
4 年 前 |
pierre
|
e80b1d9e70
Put GetFullName functions inside $ifdef FPC_WIDESTRING_EQUAL_UNICODESTRING
|
4 年 前 |
florian
|
408fc819b3
+ initial implementation of a FullName field in file records to overcome length limitions of the name field
|
4 年 前 |
florian
|
1bf58c2a55
+ introduce TExitCode
|
4 年 前 |
florian
|
1e4dc56155
* inlinable frame handling dummies for avr
|
4 年 前 |
florian
|
7f53d04ffd
+ xtensa: make use of nsau to implement Bsr*
|
4 年 前 |
florian
|
832c3d89c8
* Xtensa: disable simple random again, committed by accident
|
5 年 前 |
florian
|
04846345b2
* Xtensa: more fixes to tcg64fxtensa.a_op64_const_reg_reg and tcg64fxtensa.a_op64_reg_reg_reg
|
5 年 前 |
yury
|
aa633544f1
* Added a simple implementation of random. It is TP/Delphi compatible. Enabled it for 8/16 bit CPUs by default.
|
5 年 前 |
pierre
|
adf064cbb4
New: rtl/inc/genmathh.inc source file, to provide a unique position
|
5 年 前 |
florian
|
bc1b7960ec
* patch by Bi0T1N: fix result type of InterlockedCompareExchange64 for QWord, resolves #37186
|
5 年 前 |
Jonas Maebe
|
f9672b53a2
- removed old float-to-string and string-to-float conversion code
|
5 年 前 |
pierre
|
3aa253c11d
Allow system unit to be compiled without RTTI feature
|
5 年 前 |
nickysn
|
fe05a87a27
* made ErrOutput/StdErr a true alias of Output/StdOut to save memory
|
5 年 前 |
florian
|
a6cfaa996a
* few cleanups towards building the z80-embedded system unit
|
5 年 前 |
nickysn
|
48b4cc34cb
* synchronized with trunk
|
5 年 前 |
florian
|
391512546e
+ initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
|
5 年 前 |
nickysn
|
755fe97c51
* synchronize with trunk
|
5 年 前 |
florian
|
28c0a47a95
+ Xtensa: completed rtl skeleton
|
5 年 前 |
florian
|
83a6efd759
+ Xtensa: RTL skeleton
|
5 年 前 |
florian
|
70a836c4a2
* first part of merging parts of Jeppe's intrinsics patch, mainly r31135
|
5 年 前 |
florian
|
931d4dcfee
* ensure the rtl and the packages for embedded compile with features exceptions and classes disabled
|
5 年 前 |
svenbarth
|
5610f992b4
* if a CPU platform does not provide a FarPointer type then declare it as an alias to a mere Pointer
|
5 年 前 |
svenbarth
|
abe6e740f5
* Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias
|
5 年 前 |
svenbarth
|
ad0d885880
* if a CPU platform doesn't explicitely provide the Comp type we declare it as an alias to Int64
|
5 年 前 |
svenbarth
|
042bbdf613
* as long as the Comp type is declared, declare PComp as well
|
5 年 前 |