История коммитов

Автор SHA1 Сообщение Дата
  florian d3a5f442ee Merge remote-tracking branch 'origin/fixes_3_2' into release_3_2_4-branch 2 месяцев назад
  florian 5214695734 * add MDITILE_ZORDER, resolves #41493 2 месяцев назад
  florian 7903af0133 Merge remote-tracking branch 'origin/fixes_3_2' into release_3_2_4-branch 2 месяцев назад
  florian e456f97ea6 * updated copyright year to 2025 1 год назад
  florian d58cd12963 Merge remote-tracking branch 'origin/fixes_3_2' into release_3_2_4-branch 2 месяцев назад
  Florian Klämpfl 4cdc5b1cdf * generate revision.inc using git log with a date format argument compatible with older git 4 лет назад
  florian 62138130ff * fpcmake uses now git for date and hash in revision.inc 4 лет назад
  Pierre Muller 006d7f812c Regenerate revision.inc after cherry-pick'ing fix of worktree git 3 месяцев назад
  Pierre Muller 7e53314ce2 Use '-e' test instead of '-d' because .git is a file if using a worktree 3 месяцев назад
  florian 813060ca70 * better fix for #41412 I think as procedures can be tail call optimized as there is no result 4 месяцев назад
  Pierre Muller a1886bf240 Test for bug report #41412 4 месяцев назад
  Pierre Muller 8025e3be26 Fix tailrec opt. error reoprted in #41412 4 месяцев назад
  Michaël Van Canneyt e33dc760dd * Fix issue #41409 4 месяцев назад
  Pierre Muller 4b885d5bf9 Fix compilation by removing 'labelmaxlen' field which is trunk only 1 год назад
  Pierre Muller 272b3eea2e Add -Aas-clang for i386/x86_64 unix targets 1 год назад
  marcoonthegit 77716a79dc * prealloc return value to size_t 6 месяцев назад
  marcoonthegit 8470fb47a3 * const pointer of names argument of ITypeinfo.getidsofnames is not a reference, make it a proper double pointer. Note that this is not the IDispatch routine of the same name that is used a lot in the RTL. 6 месяцев назад
  marcoonthegit aaeea0b69a * second parameter is a reference. Delphi seems to have VAR here. 6 месяцев назад
  marcoonthegit db691a3b33 * and a fix from Zvoni from the forum. lpolestreamvtbl is a pointer to the vtbl record 6 месяцев назад
  marcoonthegit f81d9429e2 * function types need to be stdcall, reported by 440bx on forum. 6 месяцев назад
  Michaël Van Canneyt aba9007d0e * no packed for 64-bit version of THUMBBUTTON. Fixes issue #41333 6 месяцев назад
  florian 420f7af213 * when handling spilling of mm registers of (v)movd/(v)movq consider also the destination operand 8 месяцев назад
  florian 3ea997f719 * handling spilling of (v)movq/(v)movd properly if the mm register is replaced by a memory reference 8 месяцев назад
  marcoonthegit 71c86fe82f * remove/comment remoteenumelements, which is a stub method for remote usage of the enumelements method. Discussion with Sergey and 440bx on forum. 7 месяцев назад
  marcoonthegit 04a263d6c3 * change ref to constref for REF*IID types of recently added functions(HIMAGELIST_QueryInterface and ImageList_CoCreateInstance). These are declared without pointer in FPC, but MSDN says it is a pointer. Analoguous to queryinterface in iunknown. 7 месяцев назад
  marcoonthegit 0863858c2f * Add CoGetCancelObject, a w2000+ function reported on the forum. 7 месяцев назад
  marcoonthegit a28d696fa3 * add HIMAGELIST_QueryInterface 8 месяцев назад
  marcoonthegit 3d1cc04726 * imagelist_cocreateinstance, a vista function added. 8 месяцев назад
  marcoonthegit c0763deccc * closes 40829 1 год назад
  marcoonthegit 289ee2e406 * check length of optstring before dereferencing (optstring[1]) it. Fixes #40596 2 лет назад