Historique des commits

Auteur SHA1 Message Date
  nickysn 7bce3c5208 * reverse the order of checks for determining the native int type (e.g. 8086 in large memory model would have 32-bit addresses, but a 16-bit native int) il y a 12 ans
  nickysn 848eeceded * use min and max in defutil.get_common_intdef il y a 12 ans
  nickysn a8d72cc11a * bug fix in defutil.get_common_intdef il y a 12 ans
  nickysn 9c435a0bcb + added is_8/16bit and is_oversizedint/is_oversizedord helper functions in defutil.pas il y a 12 ans
  nickysn a68dfed450 * defutil.is_smallset updated for 8/16-bit CPUs il y a 12 ans
  nickysn a274e62724 + added defutil.is_32bit helper function, similar to is_64bit il y a 12 ans
  nickysn f048e3fd3b + support 16-bit pointers (i8086 near pointers) in defutil.def_cgsize il y a 12 ans
  florian 761fcca4ec + is_dynamicstring il y a 13 ans
  florian ca5fabda6d * cleanup some unused units from uses clauses il y a 13 ans
  florian 7901662eb3 + mark method pointers as regable il y a 13 ans
  Jonas Maebe cf4a2bd392 * fixed java.lang.String and Pascal string comparisons after operator il y a 13 ans
  svenbarth b0458b55a3 Loosen the restriction regarding operator overloads by applying a (modified) patch from JC Chu. This fixes Mantis #22359. il y a 13 ans
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 il y a 13 ans
  Jonas Maebe 3589f90cf8 * also show the valid bounds in most cases when signalling a range check il y a 13 ans
  Jonas Maebe 930883edf6 * also report currency as automatable on non-x87 platforms il y a 13 ans
  florian 61eb25ea30 * qwordbool is obviously a 64 bit type, resolves #20889 il y a 13 ans
  paul c6ca9e5091 compiler: il y a 14 ans
  Jonas Maebe 88df6573a0 * moved de2regtyp() from defutil to hlcgobj, so it can be overridden il y a 14 ans
  Jonas Maebe 8439e1472e * moved def2regtyp() from jvm/hlcgcpu to defutil, and extended it to il y a 14 ans
  florian d35d1ed357 + initial support for pascal booleans with sizes 2, 4 and 8 il y a 14 ans
  florian 6e1d5e0aa0 * handle pointer+type param. correctly, resolves #19548 il y a 14 ans
  Jonas Maebe 2222f2c44b * renamed is_class_or_interface_or_dispinterface_or_objc() into il y a 14 ans
  sergei b4ac714201 * defutil.pas: added UnicodeString to automatable types, fixes compilation of webtbs/tw2649.pp after r16360. However it requires RTL support similar to one for AnsiString to be complete. il y a 14 ans
  sergei ba700ad2ff * Improvements to Dispatch call handling: il y a 15 ans
  Jonas Maebe 14b95b3b9b * always force range checking for the upper and lower bounds of for-loops if il y a 15 ans
  Jonas Maebe 4ef0601906 * let def_cgsize() also recognise unicodestrings (avoid calling tdef.size) il y a 15 ans
  Jonas Maebe 57bd6d2685 + merged nestedprocvars branch il y a 15 ans
  Jonas Maebe f5c52b25cd * removed "and not is_class()" condition from is_managed_type(), because il y a 15 ans
  Jonas Maebe 40705a085f * renamed is_refcounted_type() into is_managed_type(), because it also il y a 15 ans
  Jonas Maebe 734f9de2a0 + support for array of widechar typed constants (based on patch by il y a 15 ans