michael
|
ade808cb43
* Patch from Pascal Riekenberg to make component loading thread safe (bug ID 35638)
|
6 년 전 |
michael
|
db2c9183f1
* Fix bug ID #35731 (ReadSectionRaw needs to read comments)
|
6 년 전 |
Jonas Maebe
|
d6174499b1
* disable array and record regvars for all cpuhighleveltarget platforms
|
6 년 전 |
svenbarth
|
cc5549f3e7
* change Value argument of SetToString and result of of StringToSet from Integer to LongInt so that small sets are handled on 8/16-bit platforms as they are on 32- and 64-bit
|
6 년 전 |
svenbarth
|
15d0deff81
* fix SetToString/StringToSet for 8/16-bit platforms
|
6 년 전 |
Károly Balogh
|
25878f9eb2
put #ifdef TARGETOS / #endif around the gcclib section, otherwise the various host paths can cause a hard to debug mess during crosscompiling in some cases
|
6 년 전 |
nickysn
|
5d4af28c0f
+ implemented TOmfRecord_COMENT_IMPDEF.DecodeFrom
|
6 년 전 |
florian
|
d80dc03ccb
* building on powerpc and arm fixed
|
6 년 전 |
svenbarth
|
89e454aca8
* rework/extend SetToString/StringToSet so that sets with a size > 4 can be converted as well (this is Delphi compatible)
|
6 년 전 |
florian
|
749c4d4e47
+ keep (certain) arrays in registers if they are used with constants indices only
|
6 년 전 |
nickysn
|
fbbf1f4f1c
+ Implemented TOmfRecord_COMENT_EXPDEF.DecodeFrom
|
6 년 전 |
nickysn
|
cbf95aebf4
+ introduced the TOmfRecord_COMENT_EXPDEF class. Use that to generate export
|
6 년 전 |
nickysn
|
eea3eb1a8e
+ introduced the TOmfRecord_COMENT_IMPDEF class. Use it to encode the IMPDEF
|
6 년 전 |
nickysn
|
85684eb66d
+ introduced the TOmfRecord_COMENT_Subtype abstract class
|
6 년 전 |
nickysn
|
9fe80d7416
+ use the new CC_OmfExtension_IMPDEF constant instead of the direct magic value
|
6 년 전 |
nickysn
|
4f3a5cfd1e
+ use the new CC_OmfExtension_EXPDEF constant instead of the direct magic value
|
6 년 전 |
nickysn
|
0db19546ef
+ dispatch the IMPDEF and EXPDEF records to the newly introduced ReadImpDef and
|
6 년 전 |
nickysn
|
cdd2ba1a4d
+ added constants for the known CC_OmfExtension record subtypes (IMPDEF and
|
6 년 전 |
nickysn
|
fe49522e6f
+ register a win16 dll scanner. Not functional yet.
|
6 년 전 |
nickysn
|
1f3d5e8865
- remove the tiny memory model code from TInternalLinkerWin16.DefaultLinkScript,
|
6 년 전 |
nickysn
|
9eaa46f791
+ implement TInternalLinkerWin16.DefaultLinkScript by copying the MS-DOS
|
6 년 전 |
Mattias Gaertner
|
f50b4c5fbb
pastojs: setlength(arr) now always clone
|
6 년 전 |
nickysn
|
db1903f45d
+ added a win16 internal linker class. Not functional yet.
|
6 년 전 |
nickysn
|
d3c3f2742c
+ added class TNewExeOutput. Not functional yet.
|
6 년 전 |
nickysn
|
7871ccd054
+ initialize some defaults in the TNewExeHeader constructor
|
6 년 전 |
nickysn
|
1474db42e4
+ added class TNewExeHeader that encapsulates a NewExe header and allows writing it to a file
|
6 년 전 |
svenbarth
|
746756cada
* add typecast to PTypeInfo to be on the safe side
|
6 년 전 |
svenbarth
|
253f65c5b2
* fix for Mantis #35687: implement TValue.FromOrdinal()
|
6 년 전 |
svenbarth
|
34569080be
* correctly handle both Ansi- and WideChar in TValue
|
6 년 전 |
svenbarth
|
a2a403e2e5
* fix for Mantis #35693: IsOrdinal also needs to return true for enums (with that AsOrdinal will work correctly as well)
|
6 년 전 |