Historia zmian

Autor SHA1 Wiadomość Data
  florian e3870079b2 * remove tempref mess for simple inlined functions 5 lat temu
  nickysn aa6209ab51 + added an override of the abstract method TRelObjOutput.writeData (not implemented, yet) 5 lat temu
  nickysn 950c1d1693 + enable the Z80 internal asm (which doesn't work, yet) if the compiler is compiled with -dZ80_INTERNAL_ASM 5 lat temu
  florian 0794878b41 * allow recursive inlines, meanwhile, there are other means to avoid too deep recursion of inlining 5 lat temu
  florian 43e6d84f33 * GetCopyAndTypeCheck forces correct type 5 lat temu
  michael 4e7443bf81 * Fix -h or --help 5 lat temu
  svenbarth 871f60ef61 * increase PPU version so that 3.2.0 correctly ignores 3.3.1 PPUs instead of fatally failing on the extended header entry 5 lat temu
  svenbarth 2840e5e1fd * fix for Mantis #36895: the new epoll_pwait was missing the size parameter for the sigmask parameter 5 lat temu
  svenbarth 4faf56353e * fix for Mantis #36949: apply patch by Bi0T1N to exclude the same pthread functions for Android for the static case that are excluded for the dynamic case 5 lat temu
  svenbarth 68d743a83e * fix for Mantis #36941: apply (adjusted) patch by Bi0T1N to implement SetThreadDebugNameA and -U for Windows, with the exception of Windows CE 5 lat temu
  Jonas Maebe 722ad1ff7b * support floating point parameters split over multiple locations, including 5 lat temu
  Jonas Maebe 05923af386 * ppc64le: fix storing homogeneous 64 bit float parameters in case they are 5 lat temu
  michael 3a55fef285 * Always initialize autoincvalue in createdataset 5 lat temu
  Károly Balogh 89d9679b53 m68k: have an arch-specific second_length implementation, to make sure length() doesn't return its result in an address register 5 lat temu
  Jonas Maebe d83232f881 * ELFv2: fixed homogeneous aggregate parameter passing when they should 5 lat temu
  florian cfe2d94b25 * fix LLVM after r45177 5 lat temu
  marcus 95ced4a7f5 Amiga: special CRT unit (named vidcrt) based on video unit 5 lat temu
  marcus c6b0195c5f Amiga: keyboard prevent double keys on GetKeyEvent, if called without PollKeyEvent 5 lat temu
  nickysn c0ffa18ee2 + added class TRelObjOutput 5 lat temu
  michael 1a18805c96 * Fix clearing of arrays and recursive definitions for arrays 5 lat temu
  nickysn 19c1ecda54 + started work on the Z80 internal assembler 5 lat temu
  michael 42bfe6d45f * Fix from Ondrej Pokorny to fix reading large TIFFs (bug ID 36998) 5 lat temu
  michael 07e2d4e4c5 * Avoid errors when dataset is not active while constructing update SQL. 5 lat temu
  michael c66ceaf0e3 * Patch from Laco with cosmetic changes and warning-removing 5 lat temu
  nickysn 9b1eebd333 + z80: add operand info to the result of taicpu.GetString, this makes the 5 lat temu
  nickysn 2f4390ac9b + added Z80 inline asm instruction validation 5 lat temu
  nickysn 34112c932c + handle OT_IMM8 and OT_IMM16 for getting symbol addresses in taicpu.Matches 5 lat temu
  nickysn a79d12ae41 + handle OT_RELJMP8 in taicpu.Matches 5 lat temu
  nickysn 4c021c100a + handle OT_REG8_C_PORT in taicpu.Matches 5 lat temu
  nickysn a063a53863 + handle OT_IMM_PORT in taicpu.Matches 5 lat temu