提交历史

作者 SHA1 备注 提交日期
  svenbarth 9853ed53e8 * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulbis to extend TRttiProperty.SetValue and TRttiProperty.GetValue 5 年之前
  svenbarth be1439e93e * partial fix for Mantis #36356: apply partial, adjusted patch by Imants Gulbis to add methods for TValue to retrieve a AnsiChar or WideChar (this is not Delphi compatible, but convenient) 5 年之前
  svenbarth f782d3fe7a * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulbis to implement TValue.ToString for enumerations, AnsiChar and WideChar 5 年之前
  svenbarth 8ff14ed5d1 + partial fix for Mantis #36358: apply partial patch by Imants Gulbis to add assignment operator for TValue from Comp and IUnknown 5 年之前
  svenbarth 5610f992b4 * if a CPU platform does not provide a FarPointer type then declare it as an alias to a mere Pointer 5 年之前
  svenbarth abe6e740f5 * Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias 5 年之前
  svenbarth ad0d885880 * if a CPU platform doesn't explicitely provide the Comp type we declare it as an alias to Int64 5 年之前
  svenbarth 042bbdf613 * as long as the Comp type is declared, declare PComp as well 5 年之前
  svenbarth 12ae68f503 * also allow TValue.AsExtended for Integer types 5 年之前
  florian a20209e691 + tf_init_final_units_by_calls 5 年之前
  florian e332c17bbd * some inconsistency regarding FPC_NONE usage fixed 5 年之前
  florian be0054eeb4 * fixed output of line numbers/columns with -vR 5 年之前
  florian ef87879402 * common naming for fpu_none string 5 年之前
  florian cbec738829 * last commit was not complete/earlier version committed 5 年之前
  florian abb79553d2 * optimize case statements with a single branch into if statements (ord const only) 5 年之前
  florian cb44d7d4e2 * some cleanup 5 年之前
  florian 4de6b3e6b9 * do not crash when an unsupported code page is encountered, resolves #35581 5 年之前
  michael abeb00cd94 * Fix bug ID #34303, readability opimizations 5 年之前
  michael 5edf438489 * Fix writing of special chars (bug ID 0036470) 5 年之前
  florian 8b24033e93 * last fix was most likely not complete 5 年之前
  florian 0dabe49601 * fix building on non-unix/windows targets 5 年之前
  florian 99680eb88c * patch by Anton Kavalenka: heaptrc: Improve tracing by printing actual 5 年之前
  florian 2f374a37b7 * patch by Bart Broersma to allow to declare "LongInt = AnsiString" comparison 5 年之前
  florian b8b5d84108 * missing +')' added 5 年之前
  florian 8465710329 + make use of mulx instruction, if available 5 年之前
  florian 30927039a6 + MULX instruction 5 年之前
  svenbarth 0149d26adb * in PeepHoleOptPass1Cpu when an instruction contains a segment, don't replace the current instruction with the next, cause then we get an infinite loop when compiling on Win32 with -dTEST_WIN32_SEH -O4 5 年之前
  svenbarth 1779011ab4 * fix typo in comment 5 年之前
  michael b2957b92f4 * Fix bug #0036461, parameters not correctly refreshed in Mysql 5 年之前
  michael 3440d166ae * Correct font handling for blocks in memos with different fonts (bug ID 36459, patch by Andi Friess) 5 年之前