pierre
|
3c04f20252
* Fix errors in sourcezip generation:
|
6 年之前 |
pierre
|
a5906c160f
Also use ACPU and AOS parameters to call GetUnitConfigOutputFilename
|
6 年之前 |
Károly Balogh
|
a7fb5c2c2f
amunits: added DoSuperMethod into intuition, this matches other platforms
|
6 年之前 |
Mattias Gaertner
|
a1e66699d7
fcl-passrc: parser: allow ^dottedidentifier, forbid ^simpletype
|
6 年之前 |
svenbarth
|
81870c00f6
- remove no longer required pointer types (they are part of the System unit now)
|
6 年之前 |
svenbarth
|
a8cf852b0f
- remove an unused local variable
|
6 年之前 |
svenbarth
|
805a9fa448
- remove the no longer required code that used TMethodImplementation for the IInterface methods
|
6 年之前 |
svenbarth
|
7b4cf161aa
* implement RawThunk for ARM
|
6 年之前 |
svenbarth
|
5978d9924f
- remove unused local variable
|
6 年之前 |
pierre
|
162a62d4ce
Update after commit 42749
|
6 年之前 |
pierre
|
e45ad64d41
* Revert changes to tarray15.pp
|
6 年之前 |
pierre
|
9b0893e6ae
Add generated Makefile which was not on svn yet
|
6 年之前 |
pierre
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 年之前 |
pierre
|
a652f9e304
Adapt fpc_clean and fpc_cleanall targets
|
6 年之前 |
pierre
|
e8ae490128
sparc32 bit needs SA_SIGINFO
|
6 年之前 |
pierre
|
c406d0121e
Move test for read-only data to new separate test source treadonlydata.pp
|
6 年之前 |
nickysn
|
94e22f1262
+ added a getter for the NewExeSegmentFlags property, that returns the
|
6 年之前 |
pierre
|
36b7842eb6
Add x86_64-aros and m68k-macos to OSCPUSupported table
|
6 年之前 |
nickysn
|
e7d590724a
+ added and implemented the TNewExeRelocationList class
|
6 年之前 |
michael
|
a7880cbfab
* Fix bug #0035985
|
6 年之前 |
pierre
|
6f2b027e51
Avoid range check error for functions returning THandle type by using unusedhandle system constant
|
6 年之前 |
pierre
|
8fd0a27875
Avoid range check error for avr/i8086 CPU by changing local variable dist type to asizeuint
|
6 年之前 |
pierre
|
687554f4ec
Fix compilation for i8086, AllocateRawThunk return type changed to CodePointer
|
6 年之前 |
Károly Balogh
|
4936358bee
m68k: fpu capabilities support
|
6 年之前 |
pierre
|
7f6122884f
Fix assembly instruction errors
|
6 年之前 |
lacak
|
1da7ba5d70
fcl-db: sqldb: Upgrade TDS protocol version from 7.0 (MS SQL Server 2000) to newer 7.3 (MS SQL Server 2008) to support new data types DATE, TIME, DATETIME2 introduced in MS SQL Server 2008.
|
6 年之前 |
Mattias Gaertner
|
722e33ce65
fcl-passrc: parser: bark on garbage behind proc modifier
|
6 年之前 |
Mattias Gaertner
|
c3b1450c4b
fcl-passrc: generics: allow both a<t> and a<s,t>
|
6 年之前 |
svenbarth
|
652e1985a9
* implement thunking for x86_64 SysV ABI targets
|
6 年之前 |
svenbarth
|
58ada1f547
+ add a test for RawThunk; this does not require a function call manager thus it's better to place it in the general RTTI testcase so that it's always tested
|
6 年之前 |