Historial de Commits

Autor SHA1 Mensaje Fecha
  nickysn 5f56f6ec11 * always pass a valid constsize to ConcatConstSymbol; this prevents a compiler hace 7 años
  nickysn a792a92cfb * prevent the spurious warning, generated by 'DD xx' and 'DD OFFSET xx' on i8086 hace 7 años
  nickysn 11b1da0b9b + generate correct output on i8086 for 'DW xx', 'DW OFFSET xx', 'DD xx' and 'DD OFFSET xx' hace 7 años
  nickysn 3ad3807b6f + accept the 'DB/DW/DD OFFSET xx' syntax hace 7 años
  nickysn 3b1bd8de3f + actually set hasofs to true if 'offset' is encountered in BuildConstSymbolExpression hace 7 años
  nickysn d591e698ac + added parameter 'hasofs' to ConcatConstSymbol. Will be used to support 'dd xx' hace 7 años
  nickysn 70038f1c0b + added extra boolean out parameter 'hasofs' to hace 7 años
  pierre 5ee7682313 Add Makefile targets for IDE targetting different CPUs hace 7 años
  pierre 253cf4abe1 Allow compilation for JVM CPU hace 7 años
  pierre 21a18de003 Use newly added SetExeName TTarget method to specify full name of IDE for cross-CPU hace 7 años
  pierre eb39402e28 * Handle FPC -oEXENAME option gracefully by adding a new field to TTarget class. hace 7 años
  florian 46fe2d486c * forgotten comment hace 7 años
  nickysn 629be9cee1 + add a 'constsize' parameter to ConcatConstSymbol, so it can be used to hace 7 años
  Mattias Gaertner f3dbb09e21 pastojs: no warning on $M hace 7 años
  Mattias Gaertner fc805c4bd2 pas2js: marker for checking writeln statements hace 7 años
  Mattias Gaertner be71c22a8e pastojs: marker for checking writeln statements hace 7 años
  Mattias Gaertner 0dce970bcf fcl-passrc: marker for checking writeln statements hace 7 años
  Mattias Gaertner a5f23e2b94 fcl-js: marker for checking writeln statements hace 7 años
  nickysn d86e5d006c + added test for seg(x) and ofs(x) initialized typed constants in TP mode as well hace 7 años
  nickysn 2019e622e1 * fixed typed constants, initialized with Ofs(proc) in modes TP and DELPHI as well hace 7 años
  nickysn e23a13a482 * fixed seg(proc) in tp and delphi modes in all i8086 memory models hace 7 años
  pierre 09995b820e Pass --NOGDBMI=1 to fpmake if NOGDBMI is set hace 7 años
  pierre 1512f9a34c Add NOGDBMI fpmake option to explicitly disable GDBMI support, and add GDBMI_DEFAULT_OSes to default to GDBMI hace 7 años
  Mattias Gaertner 1fa46c5597 fcl-passrc: removed writeln hace 7 años
  Mattias Gaertner 5fd7c0b840 pastojs: started writing module hace 7 años
  Mattias Gaertner beee21c761 fcl-passrc: unified naming BoolSwitches hace 7 años
  pierre 0cabadca2c Fix i386 compilation error for PIC code by using local stack variable hace 7 años
  pierre 30e4988a4e Disable i386 assembler code if position independent code option is used hace 7 años
  florian a29f968b3b * patch by Christo Crause: generate parameter location information in att assembler mode, resolves #32915 hace 7 años
  svenbarth 640480272f * adjust TThread.Synchronize so that it also works correctly if the passed in thread instance is not the instance of the current thread hace 7 años