提交历史

作者 SHA1 备注 提交日期
  florian 20b1e3af78 Merging of generics branch of Sven Barth 14 年之前
  sergei 270fc39432 * An open array/array of const parameter passed by value and requiring a local copy on heap (currently all targets except non-Darwin i386 ones) should not be placed into register and should force procedure to have an implicit finally block. 14 年之前
  svenbarth 9f44f36348 Removed another leftover from my overloaded symbol approach. Thanks to Florian for pointing it out. 14 年之前
  Jonas Maebe f62e118f8e * when looking for a procdef matching a procvardef in an objectdef, 14 年之前
  svenbarth 4419dc3d34 Rebase to revision 19673 14 年之前
  svenbarth 461d231daa Rebase to revision 19078 (directly before the merge of cpstrnew) 14 年之前
  paul a1e0b833b2 compiler: fix ppu read/write of property parameters symtable (bug #0020454) 14 年之前
  paul 62b4ef3d1a compiler: don't create a parasymtable for property if property has no parameters 14 年之前
  Jonas Maebe d8b008b0b0 * require that "overload" is present in the interface if it's used in the 14 年之前
  paul ceb141523d compiler: store property parameters in a parasymtables together with property. restore those parameters for descendant properties (fixes mantis #0020421 but maybe not very optimal) 14 年之前
  paul de21de2024 compiler: implement delphi like namespaces 14 年之前
  florian 79a96ab287 + ttypesym.prettyname 14 年之前
  svenbarth b0eb13cc3f Removed the remaining traces of the type overloads and increased PPU version to differ from trunk. 14 年之前
  pierre cfdc7c861d * Use public/global name 'name' section 'section' without semicolon for Windows TLS support 14 年之前
  pierre 4ad2707674 Windows TLS callback code testable by using -dTEST_TLS_DIRECTORY 14 年之前
  pierre eb90591ea9 TLS directory requires some labels in specific sections 14 年之前
  svenbarth 39d702f79d Extend ttypesym by a list that will contain all generic "overloads" of this symbol. 14 年之前
  florian f328b6d635 + user section type 14 年之前
  florian 26fbfaf5a7 + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer) 15 年之前
  paul a39733a0a2 compiler: extend enumerator support for records: 15 年之前
  joost 07bf44517c * Merged XPCom branch into trunk, added support for constref and changed 15 年之前
  mazen b127fc154a * Fixed spell error revealed by lintian. 15 年之前
  paul 4718c88f8d compiler: compare enumerator operator "current" return type with the loop variable while searching for enumerator 15 年之前
  florian bacd6fb71b * disable reg. vars in subroutines with interprocedural used labels 15 年之前
  florian 24fea58b92 + initial implementation of iso style gotos in iso mode 15 年之前
  Jonas Maebe 57bd6d2685 + merged nestedprocvars branch 15 年之前
  paul 1b614b526a compiler: 15 年之前
  Jonas Maebe 45d25bbe77 * fixed storing/loading widestring constant nodes into/from ppu files 16 年之前
  Jonas Maebe 0cfc6e1cac + support for "univ" in macpas mode: a parameter modifier that allows 16 年之前
  paul 1ae0cebc1a compiler: implement dispinterface properties + modified test 16 年之前