Cronologia Commit

Autore SHA1 Messaggio Data
  florian acbf7d15c4 * do not load always the references into a register in g_concatcopy 6 anni fa
  florian 4db5478acc + support msr regf,reg32 on arm in the internal assembler 6 anni fa
  florian a186f48442 * cosmetics 6 anni fa
  florian 6c88894999 * do not call the internal assembler if -s is passed 6 anni fa
  Mattias Gaertner 007f266ccf fcl-passrc: scanner: bool switch $goto 6 anni fa
  Mattias Gaertner 86d3728ea9 pastojs: fixed write class var 6 anni fa
  Mattias Gaertner d5632392d0 fcl-passrc: resolver: fixed name[][] for default property and adv record class var 6 anni fa
  pierre 94d71c0d35 Disable some packages for avr-embedded and i8086-embedded targets 6 anni fa
  pierre b473413218 Disable atari target for fpcm and fpcmkcfg because it depends on unsupported fpmkunit package 6 anni fa
  pierre 21d3e14c6c Disable fprcp, h2pas and tply pacakges for msdos and win16 because the programs are too big 6 anni fa
  pierre 6617fa7b48 Disable palmos in fprcp, h2pas and tply packages 6 anni fa
  nickysn 4d00ac486a * use eax instead of edi in GetPixel320, to avoid saving/restoring edi 6 anni fa
  nickysn 915bc126a5 - ignore VideoOfs completely in the mode 13h routines (this mode has no video page support) 6 anni fa
  nickysn 6a1adc31fc * moved the assembler declaration in PutPixel320 and GetPixel320 to be on the same line as the procedure/function declaration 6 anni fa
  nickysn 45ea95b72e - don't preserve edx and ecx in GetPixel320, because they don't need to be preserved in GetPixel320 6 anni fa
  nickysn 0c01add0ae - removed commented out video page code from GetPixel320 6 anni fa
  nickysn 22d599e70d - removed the REGCALL ifdefs from GetPixel320 6 anni fa
  nickysn 00d4bdbc7d + comment in GetPixel320 with the parameter locations 6 anni fa
  nickysn e26a7f7753 * use different registers to avoid a mov instruction in PutPixel320 6 anni fa
  nickysn 23aec76ae1 - don't save/restore eax and ecx in PutPixel320, because they don't need to be preserved by the register calling convention 6 anni fa
  nickysn 1371a5a8ed - removed the commented out video page code from PutPixel320 6 anni fa
  nickysn 5a8d57d8f4 - removed the REGCALL ifdefs from PutPixel320 6 anni fa
  nickysn f8817b128a + added comment to PutPixel320 with the parameter locations 6 anni fa
  pierre d2a04366d4 Disable jvm-android and jvm-java targets for fprcp, h2pas and tply packages because they use memory allocation or fpc_get_output 6 anni fa
  Károly Balogh d1878fe5b2 morphos: support section GC with GNU LD as well 6 anni fa
  pierre 7817e48e9a -Xr is also supported for systems_android 6 anni fa
  nickysn 8a96bb656f * declare all registers as clobbered by int 10h in the asm block in SetVisual200_350 and leave it to fpc to preserve what is necessary 6 anni fa
  nickysn c3bdb2c2ee * SetVisual200 and SetVisual350 combined into one routine SetVisual200_350, because they share the same code 6 anni fa
  nickysn 1cd93cf9a7 - removed the unnecessary code from SetVisual200 (the start address that is being read isn't written anywhere and is not used) 6 anni fa
  nickysn b70aeac0d4 + added comments with the parameter locations in SetCGAPalette and SetCGABorder 6 anni fa