Commit History

Author SHA1 Message Date
  michael ce528e1808 * Make sure error content is sent 6 years ago
  marcus 2651f867e8 MorphOS: overloads for Get/SetRGB32 to be compatible with other Amiga flavours 6 years ago
  Jonas Maebe ee1be45df9 * reintegrated debug_eh branch 6 years ago
  Jonas Maebe b08b6a17bd * synchronised with trunk till r42258 6 years ago
  Mattias Gaertner b9c16b98d1 pastojs: fixed pas2jsfiler 6 years ago
  Jonas Maebe c262c5dbc9 * synchronised with trunk till r42256 6 years ago
  florian b71164deca * fix warnings 6 years ago
  florian 1ed0000ae8 + Encode(U/S)leb128 take now a third parameter to force that the constant has a certain minimum size 6 years ago
  florian adb8e1b76c * fix writing of augmentation size 6 years ago
  florian e4f821487d * write correct s/uleb types 6 years ago
  Mattias Gaertner 783505b4d7 fcl-passrc: starting test generics 6 years ago
  Mattias Gaertner fb29815fbf fcl-passrc: fixed parsing objfpc inline specialize 6 years ago
  michael 6c1593652b * Patch from Ondrej Pokorny to support streaming to position 0 (bug ID 35724) 6 years ago
  michael 024714fa20 * Fix non-threading platforms 6 years ago
  michael ade808cb43 * Patch from Pascal Riekenberg to make component loading thread safe (bug ID 35638) 6 years ago
  michael db2c9183f1 * Fix bug ID #35731 (ReadSectionRaw needs to read comments) 6 years ago
  Jonas Maebe d6174499b1 * disable array and record regvars for all cpuhighleveltarget platforms 6 years ago
  svenbarth cc5549f3e7 * change Value argument of SetToString and result of of StringToSet from Integer to LongInt so that small sets are handled on 8/16-bit platforms as they are on 32- and 64-bit 6 years ago
  svenbarth 15d0deff81 * fix SetToString/StringToSet for 8/16-bit platforms 6 years ago
  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 years ago
  nickysn 5d4af28c0f + implemented TOmfRecord_COMENT_IMPDEF.DecodeFrom 6 years ago
  florian d80dc03ccb * building on powerpc and arm fixed 6 years ago
  svenbarth 89e454aca8 * rework/extend SetToString/StringToSet so that sets with a size > 4 can be converted as well (this is Delphi compatible) 6 years ago
  florian 749c4d4e47 + keep (certain) arrays in registers if they are used with constants indices only 6 years ago
  nickysn fbbf1f4f1c + Implemented TOmfRecord_COMENT_EXPDEF.DecodeFrom 6 years ago
  nickysn cbf95aebf4 + introduced the TOmfRecord_COMENT_EXPDEF class. Use that to generate export 6 years ago
  nickysn eea3eb1a8e + introduced the TOmfRecord_COMENT_IMPDEF class. Use it to encode the IMPDEF 6 years ago
  nickysn 85684eb66d + introduced the TOmfRecord_COMENT_Subtype abstract class 6 years ago
  nickysn 9fe80d7416 + use the new CC_OmfExtension_IMPDEF constant instead of the direct magic value 6 years ago
  nickysn 4f3a5cfd1e + use the new CC_OmfExtension_EXPDEF constant instead of the direct magic value 6 years ago