Historial de Commits

Autor SHA1 Mensaje Fecha
  svenbarth 0a45d7a774 + add a message that is used when a threadvar section is started inside a class or record without the "class" hace 7 años
  svenbarth 89f42fcdae * handle vd_threadvar inside read_record_fields() hace 7 años
  Mattias Gaertner 821182d518 pas2js: docs hace 7 años
  Mattias Gaertner db9d1aa547 pastojs: assignation using constant array, + operator arrays, clone static arrays, ref sets, adapted copy(), concat(), insert() hace 7 años
  Mattias Gaertner 115e34eb51 fcl-passrc: resolver: assignation using constant array, + operator arrays, modeswitch arrayoperators, mode delphi: dyn arrays requires square bracket hace 7 años
  Mattias Gaertner 7b96b931b3 fcl-passrc: modeswitch arrayoperators hace 7 años
  svenbarth ff407c56d9 * extend scanning of $modeswitch to support not only + and -, but also ON and OFF like other switches hace 7 años
  nickysn f036e67d8f * fixed the reading of OMF groups by the internal linker. Previously, it only hace 7 años
  nickysn 46b82e3208 + added the necessary changes for section based smartlinking to the msdos hace 7 años
  nickysn 45337b67fe + when using the i8086 with section based smartlinking, create OMF section hace 7 años
  nickysn f07658d3dc * get rid of TOmfRelocation.GetGroupIndex; instead, read the index property of hace 7 años
  nickysn c8fc7c84c8 * avoid adding a section to a group twice in TOmfObjData.createsection hace 7 años
  michael dae7d20d69 * Fix bug #33880 hace 7 años
  nickysn 8a34bd22b8 * pass a TObjSectionGroup object as parameter to TOmfObjOutput.AddGroup, instead hace 7 años
  nickysn d3db9e101a * don't check for the presence of the group in TOmfObjOutput.AddSegmentToGroup, hace 7 años
  nickysn 9a0eca52cb * changed the type of TOmfObjSection.PrimaryGroup from string to hace 7 años
  nickysn 42f06acaeb + also create the primary section group and add the newly created section to it hace 7 años
  nickysn f4e26f382f + added an 'index' field to TObjSectionGroup, specifying the index of the group hace 7 años
  nickysn ab47c8b899 + introduce the omf_section_primary_group function. Use it instead of hace 7 años
  pierre ddf0aab494 Explicitly disabled overflow and range check hace 7 años
  pierre e518bd52ba Explicitly disabled overflow and range check for these two tests hace 7 años
  svenbarth 3f96c0baed * use reverse_longword() instead of reverse_byte(); fixes the management operators of records inside classes on big endian systems hace 7 años
  svenbarth af6f094420 + add reverse_longword() function that reverses the bit pattern for a longword, just like reverse_byte() and reverse_word() do for Byte and Word respectively hace 7 años
  svenbarth 1c9ea4c120 * enable modeswitch arrayoperators for the tests hace 7 años
  svenbarth fa0765d131 * regenerate msg*.inc files after addition of the warning for array operators hace 7 años
  svenbarth fa78bb0e89 * warn if the compiler hides an eventual "+" operator overload if modeswitch ArrayOperators is active hace 7 años
  svenbarth 7522a34a67 + add a message that can be used if an internal operator hides an existing operator overload hace 7 años
  svenbarth 97acf24290 + add a new modeswitch ArrayOperators which is set by default in Delphi modes that enables the internal array operators (currently only "+") hace 7 años
  svenbarth 9b45f58c0b + add flags that allow checking for overloads with isbinaryoverloaded() and isunaryoverloaded() without modifying the passed in node or even checking for normally non-overloadable operators hace 7 años
  svenbarth 8536abce8a * as the management operator feature is not platform specific using a specific define for it aside from a hace 7 años