summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * synchronised with trunk till r42258debug_ehjonas2019-06-202-35/+9
|\
| * pastojs: fixed pas2jsfilermattias2019-06-202-35/+9
* | * synchronised with trunk till r42256jonas2019-06-20163-3025/+7681
|\ \ | |/
| * fcl-passrc: starting test genericsmattias2019-06-201-0/+43
| * fcl-passrc: fixed parsing objfpc inline specializemattias2019-06-206-75/+290
| * * Patch from Ondrej Pokorny to support streaming to position 0 (bug ID 35724)michael2019-06-191-3/+20
| * * Fix non-threading platformsmichael2019-06-191-0/+8
| * * Patch from Pascal Riekenberg to make component loading thread safe (bug ID ...michael2019-06-192-5/+25
| * * Fix bug ID 35731 (ReadSectionRaw needs to read comments)michael2019-06-192-3/+7
| * * disable array and record regvars for all cpuhighleveltarget platformsjonas2019-06-181-3/+7
| * * change Value argument of SetToString and result of of StringToSet from Inte...svenbarth2019-06-171-10/+10
| * * fix SetToString/StringToSet for 8/16-bit platformssvenbarth2019-06-171-9/+9
| * put #ifdef TARGETOS / #endif around the gcclib section, otherwise the various...karoly2019-06-171-0/+10
| * + implemented TOmfRecord_COMENT_IMPDEF.DecodeFromnickysn2019-06-171-2/+39
| * * building on powerpc and arm fixedflorian2019-06-161-1/+1
| * * rework/extend SetToString/StringToSet so that sets with a size > 4 can be c...svenbarth2019-06-162-23/+268
| * + keep (certain) arrays in registers if they are used with constants indices ...florian2019-06-166-15/+84
| * + Implemented TOmfRecord_COMENT_EXPDEF.DecodeFromnickysn2019-06-151-3/+37
| * + introduced the TOmfRecord_COMENT_EXPDEF class. Use that to generate exportnickysn2019-06-152-16/+83
| * + introduced the TOmfRecord_COMENT_IMPDEF class. Use it to encode the IMPDEFnickysn2019-06-142-9/+63
| * + introduced the TOmfRecord_COMENT_Subtype abstract classnickysn2019-06-141-0/+8
| * + use the new CC_OmfExtension_IMPDEF constant instead of the direct magic valuenickysn2019-06-141-3/+3
| * + use the new CC_OmfExtension_EXPDEF constant instead of the direct magic valuenickysn2019-06-141-1/+1
| * + dispatch the IMPDEF and EXPDEF records to the newly introduced ReadImpDef andnickysn2019-06-141-1/+25
| * + added constants for the known CC_OmfExtension record subtypes (IMPDEF andnickysn2019-06-141-0/+6
| * + register a win16 dll scanner. Not functional yet.nickysn2019-06-141-0/+36
| * - remove the tiny memory model code from TInternalLinkerWin16.DefaultLinkScript,nickysn2019-06-141-25/+14
| * + implement TInternalLinkerWin16.DefaultLinkScript by copying the MS-DOSnickysn2019-06-141-1/+71
| * pastojs: setlength(arr) now always clonemattias2019-06-143-5/+74
| * + added a win16 internal linker class. Not functional yet.nickysn2019-06-142-1/+30
| * + added class TNewExeOutput. Not functional yet.nickysn2019-06-141-0/+43
| * + initialize some defaults in the TNewExeHeader constructornickysn2019-06-141-0/+13
| * + added class TNewExeHeader that encapsulates a NewExe header and allows writ...nickysn2019-06-141-0/+163
| * * add typecast to PTypeInfo to be on the safe sidesvenbarth2019-06-131-2/+2
| * * fix for Mantis #35687: implement TValue.FromOrdinal()svenbarth2019-06-132-0/+79
| * * correctly handle both Ansi- and WideChar in TValuesvenbarth2019-06-132-1/+44
| * * fix for Mantis #35693: IsOrdinal also needs to return true for enums (with ...svenbarth2019-06-132-1/+21
| * pastojs: fixed var a: somearray = nilmattias2019-06-132-1/+36
| * fcl-passrc: added test local var initsmattias2019-06-131-0/+20
| * * Updated Wii port to libogc 1.8.22Legolas2019-06-1213-323/+349
| * * suppress warning for targets without MM registersflorian2019-06-111-0/+4
| * + added the asmmodes_x86_att set constant - similar to asmmode_x86_intel, but...nickysn2019-06-111-0/+11
| * * prettify the "Use of -offset(%esp), access may cause a crash or value may benickysn2019-06-104-214/+238
| * + add asmmode_standard to the asmmodes_x86_intel set on i8086, because i8086 ...nickysn2019-06-101-0/+3
| * + introduced the asmmodes_x86_intel constant setnickysn2019-06-102-2/+9
| * * prettify the "Use of -offset(%ebp) is not recommended for local variablenickysn2019-06-104-214/+242
| * * prettify the "Use of +offset(%ebp) is not compatible with regcall convention"nickysn2019-06-104-259/+285
| * Fix error in commit #42199pierre2019-06-101-1/+1
| * avr: Fixed some inconsistencies.laksen2019-06-103-8/+24
| * + added set TNewExeSegmentFlagsnickysn2019-06-101-0/+19