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 tahun lalu |
nickysn
|
5d4af28c0f
+ implemented TOmfRecord_COMENT_IMPDEF.DecodeFrom
|
6 tahun lalu |
florian
|
d80dc03ccb
* building on powerpc and arm fixed
|
6 tahun lalu |
svenbarth
|
89e454aca8
* rework/extend SetToString/StringToSet so that sets with a size > 4 can be converted as well (this is Delphi compatible)
|
6 tahun lalu |
florian
|
749c4d4e47
+ keep (certain) arrays in registers if they are used with constants indices only
|
6 tahun lalu |
nickysn
|
fbbf1f4f1c
+ Implemented TOmfRecord_COMENT_EXPDEF.DecodeFrom
|
6 tahun lalu |
nickysn
|
cbf95aebf4
+ introduced the TOmfRecord_COMENT_EXPDEF class. Use that to generate export
|
6 tahun lalu |
nickysn
|
eea3eb1a8e
+ introduced the TOmfRecord_COMENT_IMPDEF class. Use it to encode the IMPDEF
|
6 tahun lalu |
nickysn
|
85684eb66d
+ introduced the TOmfRecord_COMENT_Subtype abstract class
|
6 tahun lalu |
nickysn
|
9fe80d7416
+ use the new CC_OmfExtension_IMPDEF constant instead of the direct magic value
|
6 tahun lalu |
nickysn
|
4f3a5cfd1e
+ use the new CC_OmfExtension_EXPDEF constant instead of the direct magic value
|
6 tahun lalu |
nickysn
|
0db19546ef
+ dispatch the IMPDEF and EXPDEF records to the newly introduced ReadImpDef and
|
6 tahun lalu |
nickysn
|
cdd2ba1a4d
+ added constants for the known CC_OmfExtension record subtypes (IMPDEF and
|
6 tahun lalu |
nickysn
|
fe49522e6f
+ register a win16 dll scanner. Not functional yet.
|
6 tahun lalu |
nickysn
|
1f3d5e8865
- remove the tiny memory model code from TInternalLinkerWin16.DefaultLinkScript,
|
6 tahun lalu |
nickysn
|
9eaa46f791
+ implement TInternalLinkerWin16.DefaultLinkScript by copying the MS-DOS
|
6 tahun lalu |
Mattias Gaertner
|
f50b4c5fbb
pastojs: setlength(arr) now always clone
|
6 tahun lalu |
nickysn
|
db1903f45d
+ added a win16 internal linker class. Not functional yet.
|
6 tahun lalu |
nickysn
|
d3c3f2742c
+ added class TNewExeOutput. Not functional yet.
|
6 tahun lalu |
nickysn
|
7871ccd054
+ initialize some defaults in the TNewExeHeader constructor
|
6 tahun lalu |
nickysn
|
1474db42e4
+ added class TNewExeHeader that encapsulates a NewExe header and allows writing it to a file
|
6 tahun lalu |
svenbarth
|
746756cada
* add typecast to PTypeInfo to be on the safe side
|
6 tahun lalu |
svenbarth
|
253f65c5b2
* fix for Mantis #35687: implement TValue.FromOrdinal()
|
6 tahun lalu |
svenbarth
|
34569080be
* correctly handle both Ansi- and WideChar in TValue
|
6 tahun lalu |
svenbarth
|
a2a403e2e5
* fix for Mantis #35693: IsOrdinal also needs to return true for enums (with that AsOrdinal will work correctly as well)
|
6 tahun lalu |
Mattias Gaertner
|
d1830fc589
pastojs: fixed var a: somearray = nil
|
6 tahun lalu |
Mattias Gaertner
|
a889888f2a
fcl-passrc: added test local var inits
|
6 tahun lalu |
Legolas
|
a9b015911d
* Updated Wii port to libogc 1.8.22
|
6 tahun lalu |
florian
|
73c8861929
* suppress warning for targets without MM registers
|
6 tahun lalu |
nickysn
|
dec03b5ac7
+ added the asmmodes_x86_att set constant - similar to asmmode_x86_intel, but for AT&T asm syntax
|
6 tahun lalu |