コミット履歴

作者 SHA1 メッセージ 日付
  joost ec98e63741 * Removed the usage of the global GFppkg at multiple locations 8 年 前
  svenbarth 3b1ae57844 * allow for AlignTypeData() to be inlined 8 年 前
  svenbarth 8e510da317 * adjust AlignTypeData to take a Pointer as argument as it also needs to be used for e.g. subrecords inside TTypeData (e.g. the property table of interfaces) 8 年 前
  Károly Balogh 1c4207642c tabs to spaces indentation fixes. no functional changes 8 年 前
  nickysn 52f41a8f67 * fixed i8086 regressions after r35082 8 年 前
  Károly Balogh b2ff3f82bc m68k: marked palmos as 'under development', as there's code there, but was never really tested with the current CG 8 年 前
  Károly Balogh 94ec8ad854 m68k: added BSD targets, this means NetBSD, still under development 8 年 前
  Jonas Maebe 7911cc8437 - removed some dataconstn remenants 8 年 前
  Jonas Maebe d66e0d6450 - got rid of gotclass and gotdynarray in valid_for_assign(), as these were 8 年 前
  Károly Balogh 5cde490e57 bsd: fixed the system unit to also include the softpu interface part on m68k, not only the implementation 8 年 前
  florian 668b198d7c * fix for issue #29936: check if the internal needed types are available 8 年 前
  Jonas Maebe 048666a25c * when freeing a procdef that hasn't been registered for writing to the ppu 8 年 前
  Jonas Maebe 382bbc1201 - removed gotderef from valid_for_assign(), and return true at every place 8 年 前
  Jonas Maebe 99a1847e2f * fixed comment typo 8 年 前
  Jonas Maebe 9cd707a27a * give an error if -Pxxx is specified to the compiler binary and xxx is not 8 年 前
  michael 180b93b326 * JSON2pas command-line tool added 8 年 前
  michael e6000e88d1 * Added JSON to pascal converter 8 年 前
  Károly Balogh f85466b013 os4units: fix some exec structures alignment after r35269 8 年 前
  Károly Balogh 2591840264 amigaos4: fixed some alignment SNAFU in exec structures. this allows to fix the startup code properly 8 年 前
  Károly Balogh 4d22233827 amigaos4: hopefully fixed the new pascal sysinit 8 年 前
  michael a33812f88c * Improved router implemented 8 年 前
  svenbarth e827c28722 + not only add pfResult to the compiler, but also indeed to TParamFlag 8 年 前
  svenbarth 5fa5ff1730 + new method TRTTIWriter.methods_write_rtti() to ensure that the TypeInfo of parameters and result type of methods is written (can be restricted to certain visibilities and whether hidden parameters shall be checked as well) 8 年 前
  svenbarth fdad2ebb9b + new set type tvisibilities for tvisibility 8 年 前
  svenbarth 22e23fea8c + new parameter allow_hidden for params_write_rtti() so that writing of the TypeInfo of hidden parameters can be enforced as well 8 年 前
  svenbarth cf18b7116e * write_paralocs() takes a pcgpara instead of a tparavarsym as this is needed for the result location as well 8 年 前
  svenbarth f905303c4a + new TParamFlag pfResult if the result is passed as a parameter and thus needs to be set up as well 8 年 前
  svenbarth ecb878a7a7 * move PParameterLocation before TParameterLocation for consistency with all other pointer declarations in the unit 8 年 前
  svenbarth fe28403330 + two more pointer types (PPropData for TPropData and PParameterLocations for TParameterLocations) 8 年 前
  svenbarth 990b0e1657 * fix TParameterLocations.GetLocation() 8 年 前