Historique des commits

Auteur SHA1 Message Date
  yury fd873c2ee0 * Fixed compilation on targets where sizeof(cextended)=12. il y a 12 ans
  paul fe4b5ea82d compiler: convert unicode constants which are > 127 to AnsiString (except UTF8String) in runtime to prevent conversion to wrong codepage (read issue #0021195) il y a 12 ans
  yury f103808e09 * Updated makefile. il y a 12 ans
  yury 677c890aff + Added test obj files for android-i386. il y a 12 ans
  sergei 58f8a00814 * MIPS fppipe(): added error handling, and fixed parameter location (assembler procedures should not modify initial location of parameters, but one of MIPS code generator hacks copies parameters to stack. That hack is subject to remove). il y a 12 ans
  yury cf52a07470 * Updated makefiles. il y a 12 ans
  yury b3862eb4b1 * Use standard Android NDK prefixes for binutils by default. il y a 12 ans
  yury 92b2ef2059 * Android: Quote a path to crt object files if needed. It fixes linking when a library path contains spaces. il y a 12 ans
  yury 22116ce9be * Revert changes to java-related files by r23604. il y a 12 ans
  yury 4758d513de * Regenerated 2 makefiles for consistency. il y a 12 ans
  yury e88bc322bc + Merge the targetandroid branch. Support for arm and i386 android targets. il y a 12 ans
  paul 2a3618fb6c compiler: set apptype using new SetAppType routine, add 'CONSOLE' define for console apptype. il y a 12 ans
  paul f9277d2043 compiler: add comment for all application types il y a 12 ans
  paul 8db6118965 compiler: define FPC_UNICODESTRINGS when UnicodeString is a default string type (for issue #0023861) il y a 12 ans
  paul 0be1f4d23d rtl: missing FPC_UNICODESTRING_TYPE_DEFINED define il y a 12 ans
  lacak b12fad63d4 fcl-db: bufdataset: rename local variable (to avoid confusion between FFilterBufer and FilterBuffer and Buffer vs. Record) il y a 12 ans
  lacak 81f15610d6 fcl-db: bufdataset: small reprocessing il y a 12 ans
  svenbarth 12f3a21f09 Fix passing of Doubles on m68k processors that don't have FPU support. il y a 12 ans
  svenbarth 489e038379 Disallow "protected" and "strict protected" in extended records (Delphi compatible). il y a 12 ans
  lacak 7dc1814b7a fcl-db: formatting (charcase, method ordering) il y a 12 ans
  michael aca21b0b60 * Attempt to create directory, fail if not possible il y a 12 ans
  lacak 1b9842c33a fcl-db: bufdataset: when new record is inserted or existing edited and some sorted index is presented record is moved to proper position in index. (introduces OrderCurrentRecord method). Small drawback is than in case of inserting record new record is first inserted before current record and then moved to proper position.(but it takes only few memory operations in current implementation). il y a 12 ans
  florian 5a81601565 * type casting could force pointers into sub registers, so handle them when converting the pointer to an array il y a 12 ans
  marco 64ad892b55 * freebsd linking slightly alternate. Link .a's like Linux to avoid conflicts; il y a 12 ans
  marco 882bfd448d * fix for FreeBSD9 compatibility break where sem_t is no longer an opague pointer but a record. il y a 12 ans
  pierre bb1e7646cb * More changes to better obey ABI rules il y a 12 ans
  florian 77bbb8b5bc * type casting could force class variables into sub registers, so handle them in subscript nodes as well il y a 12 ans
  sergei 209bfaa774 + MIPS: Allocate a LOC_VOID location for empty records, avoids internal errors in other parts of compiler. il y a 12 ans
  pierre 2a1a196234 Add unittargetdir creation as prerequisite to gppc386 compilation il y a 12 ans
  pierre 2916235cfe Fix make_simple_ref for pic address with big offsets il y a 12 ans