The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei ba700ad2ff * Improvements to Dispatch call handling:
o All signed and unsigned ordinal types are made automatable.
  o Non-automatable types are rejected when parsing dispinterface declarations.
  o Simplified translate_disp_call() a bit.
  o translate_disp_call() now supports non-automatable parameters which can be typecasted to automatable ones. UnicodeString is not yet there, though.
  o Partially fixes #17904: parameters of Variant Dispatch calls are passed by reference when they can be mapped to a variable.

git-svn-id: trunk@16360 -
2010-11-18 16:17:50 +00:00
compiler * Improvements to Dispatch call handling: 2010-11-18 16:17:50 +00:00
ide * Fix DEBUG go32v2 compilation error 2010-11-17 16:14:08 +00:00
installer + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
packages shlobj: add more SHARD_ constants 2010-11-18 01:47:12 +00:00
rtl rtl: add IO_REPARSE_TAG constants 2010-11-18 04:06:49 +00:00
tests * Remove go32v2 skiptarget for working tests 2010-11-17 13:30:01 +00:00
utils * Added FPMakeOptions to the global configuration file, to pass custom options to fpmake 2010-11-14 19:29:26 +00:00
.gitattributes compiler: fix search of outer class type inside inner type declarations (bug #0017945) 2010-11-17 05:51:54 +00:00
.gitignore + Added a basic test for TCustomVariantType creation functionality. 2010-11-10 16:21:19 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00