Revīziju vēsture

Autors SHA1 Ziņojums Datums
  marco 928a11cf8c * rename boyscout to lower case. Mantis #27214 10 gadi atpakaļ
  marco 6db1f5bfa8 * Delphi compat changes pchar->pansichar. add pppansichar to systemh.inc 10 gadi atpakaļ
  blikblum d0c8c121ab Change variables from PChar to PAnsiChar 10 gadi atpakaļ
  pierre cc537a2e76 Try to avoid uncorrect optimization 10 gadi atpakaļ
  Károly Balogh 7a91d5f495 m68k: oops, unbroke the build with softfpu 10 gadi atpakaļ
  Károly Balogh d000b1bc7c m68k: basic 68881 fpu support. probably still broken at umpzillion places, and mostly untested, but at least it builds the RTL and all packages successfully with -Cp68020 -Cf68881 instead of dying with random internalerrors() and now even emits actual FPU opcodes. 10 gadi atpakaļ
  joost 588256f79a * Added missing path-delimiter between target and packagevariant path 10 gadi atpakaļ
  marco 43121ed5e1 * Fix for #27228 10 gadi atpakaļ
  marco 4733e50de5 * system unit additions from mantis #27206. Exports some dynarray related RTTI functions. 10 gadi atpakaļ
  joost ff7ce315e6 * Replaced single events in TBuildEnine with TNotifyEventCollection. This 10 gadi atpakaļ
  florian f813703cf3 * fixes several issues with loop unrolling 10 gadi atpakaļ
  michael 868ba1560f * Applied patch by Michael Van Ham (bug ID 27220) 10 gadi atpakaļ
  sergei da8346079f * mips-linux: Enabled tf_safecall_exceptions (it just works, no reason to keep disabled) and also tf_pic_uses_got (so that checks elsewhere in compiler set pi_needs_got flag; actual functionality is not changed because currently MIPS just forces pi_needs_got unconditionally). 10 gadi atpakaļ
  sergei b46ce6b70e * Fixed condition to output div/divu having R0 as first operand as non-macros. 10 gadi atpakaļ
  florian 0a19825e25 * elf_x86_64 -> elf_x86_64_sol2, should resolve #27199 10 gadi atpakaļ
  florian 3988de549b * updates for make 3.82 10 gadi atpakaļ
  sergei 57094d495b + MIPS: implement inline full 64-bit multiplication, for cases when overflow checking is off and CPU is set to mips32r2. 10 gadi atpakaļ
  joost 7c2295b83b * Avoid an unlimited loop when only one package is being installed 10 gadi atpakaļ
  michael 8e7d649a4d * Optimized variant of patch in bug ID #27215 10 gadi atpakaļ
  joost 164d5a4f38 * Added ability to build fpmakes with multiple packages 10 gadi atpakaļ
  marco 4956784613 * fix for #26846, wrong line continuation character in gba and nds makefile.fpc's 10 gadi atpakaļ
  florian 1178fdc98f * force objects and records only into memory if their address is passed, hint from Jonas, improves code after r29139 10 gadi atpakaļ
  joost 66adabf63c * Combine multiple packages into one manifest.xml 10 gadi atpakaļ
  Károly Balogh a3441a178e MorphOS: fix the unified video unit to not crash due to missing library inits 10 gadi atpakaļ
  Károly Balogh 3a5f11ab2f Amiga-likes: better FV system integration. 10 gadi atpakaļ
  Károly Balogh 4d9881c2b4 Amiga-likes: set the window/screen title with IDE version information 10 gadi atpakaļ
  Károly Balogh 0f10a71fa0 Amiga-likes: huge keyboard/video unit rework 10 gadi atpakaļ
  Károly Balogh 136f845576 Amiga-likes: do not call Drivers.GetSystemEvent, FV doesn't really handle it, and causes issues if the system events are swallowed by various components. the IDE has direct system event integration in its main loop. 10 gadi atpakaļ
  Károly Balogh 3dcccea788 FreePascal -> Free Pascal in the IDE about window. we call ourselves Free Pascal everywhere, so be consistent 10 gadi atpakaļ
  svenbarth 5848637db3 Fix generation of class names for specializations. 10 gadi atpakaļ