Histórico de Commits

Autor SHA1 Mensagem Data
  peter 177a605865 Merged revisions 6745,6755,6765,6771-6772,6784,6796-6797,6800,6806,6808-6809,6815,6824,6832,6836,6842-6843,6864-6866,6868-6869,6872,6882-6883,6889,6891,6893-6894,6896,6898,6901-6903,6908,6915-6916,6921-6922,6924-6925,6927-6928,6930,6943-6946,6952,6954,6956,6974,6976,6996-6997,7002,7007,7016,7020-7021,7033,7036-7037,7040,7042,7045,7068-7069,7075-7079,7087,7094,7098-7099,7101,7103,7109,7115-7119,7128,7136-7137,7139,7150,7153-7154,7156,7160-7162,7175-7177,7179,7188,7190-7195,7198,7202,7205-7206,7208-7217,7220-7222,7225-7228,7230,7233,7239-7241,7244,7246,7263,7275,7277,7279-7281,7285,7288-7289,7291-7293,7296,7300,7303,7310,7318,7340-7341,7343,7345,7372-7373,7375-7376,7379,7381,7383-7388,7391-7392,7395,7398-7400,7402-7406,7411,7422,7425,7436,7441-7442,7444-7445,7450,7456,7463,7467,7475,7479,7486,7504,7506-7509,7522,7527,7534-7536,7558-7559,7563-7565,7567,7570-7571,7573-7576,7586,7589,7592-7594,7607,7612,7615,7619-7620,7622-7623,7626,7628,7631,7633,7646,7663,7677,7681-7683,7689,7697,7704-7712,7725,7736,7738,7740,7744-7746,7751,7753,7764,7767,7769-7770,7776-7777,7788,7830,7836-7839,7846,7849,7858-7859,7862,7864-7865,7869,7872-7875,7877,7880,7882,7918-7919,7922,7927-7929,7953,7961,7967,7971,7986-7987,7990-7994,7998-8000,8004-8006,8008-8012,8016,8027,8034,8036-8037,8039,8044,8046,8048,8051,8060,8071,8075-8076,8082-8083,8087-8089,8095-8096,8099-8100,8108,8111,8136,8187,8190,8199,8203,8206-8207,8212-8213,8215,8225,8227,8233-8239,8262,8302,8307,8309,8316,8318-8319,8323,8336,8338-8340,8344,8361,8369,8385 via svnmerge from há 18 anos atrás
  peter 01fd4f55f6 Merged revisions 8014,8016,8027,8034,8036-8037,8039,8044,8046,8048,8051,8060,8071,8075-8076,8082-8083,8087-8089,8091,8095-8096,8098-8100,8136,8138,8143,8148,8154,8157-8160,8164-8166,8170,8174-8177,8187-8188,8190,8203,8206-8207,8212-8213,8215-8217,8219,8223,8225,8227,8233-8239,8252-8253,8262,8268-8273,8275,8281,8284,8302,8305,8307,8309,8316,8318-8319,8324-8325,8327,8336-8341,8347,8349,8351,8354,8357-8359,8370-8371,8382-8383,8402,8404,8407-8408,8410-8411,8418,8420-8427,8430,8432,8434-8435,8438-8443,8445-8446,8448,8450-8454,8456-8457,8459,8462,8469-8470,8472-8483,8486-8488,8490,8493,8496,8506,8512 via svnmerge from há 18 anos atrás
  chrivers 997f254ff7 * Fixed crash bug with IMPLEMENTS due to the changes earlier today. (No longer dereferences VtblImplIntf when we should not) há 18 anos atrás
  chrivers 0249f07fa9 * Renamed IIOffset to FieldOffset to avoid confusion with IOffset (TImplementedInterface) há 18 anos atrás
  chrivers 0e6348e7b7 * Renamed "fieldoffset" to "iioffset" to avoid confusion with fieldvarsym.fieldoffset há 18 anos atrás
  chrivers 5e94d3f550 * Updated nobj to match moved iitype field to TImplementedInterface há 18 anos atrás
  ivost c0e9be49b8 * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ há 18 anos atrás
  Jonas Maebe 6c05674d51 * fixed overload checking of virtual and class methods (mantis #8140) há 18 anos atrás
  peter 91dbd27a42 * cleanup deleting of defs há 18 anos atrás
  peter 56379c37a9 * write vmt always according to the order of definitions há 19 anos atrás
  Jonas Maebe 66a07eba3e * give an error if the same method declaration is added twice to an há 19 anos atrás
  Jonas Maebe 2b9bdf2155 * fixed mantis 6631, 7322 and 7989: check parameters and return há 19 anos atrás
  peter 9ae8e9fa21 * refactor tclassheader in tvmtbuilder and tvmtwriter há 19 anos atrás
  peter 3cae449fda * moved rtti to ncgrtti há 19 anos atrás
  peter e17b424e28 * refactor procsym procdef list há 19 anos atrás
  peter 658c46b903 * remove tdictionary and tindexarray há 19 anos atrás
  peter 136d3e8d46 * refactor implemented interfaces há 19 anos atrás
  peter cb246eb781 * Remove dos,strings units, use SysUtils instead há 19 anos atrás
  florian 85d63d9fa9 * settings refactored há 19 anos atrás
  peter 3078a1927f * remove ttype há 19 anos atrás
  peter 4506394cfa * pass contextobjdef for visibility of methods. There are different há 19 anos atrás
  peter eb829ea21b * store procdef messageinf in the ppu há 19 anos atrás
  chrivers 0fe365f069 Adds EntryType and EntryOffset data to TInterfaceEntry blocks. used for _IMPLEMENTS. há 19 anos atrás
  Jonas Maebe d75b19e484 * removed/conditionalised several unused variables há 19 anos atrás
  peter 722c91e8f3 * disable vtentry code until a clean implementation is done há 19 anos atrás
  peter be88cd47b2 Merged revisions 3090-3113 via svnmerge from há 19 anos atrás
  peter 0ec2921bbe * split newasmsymbol to refasmsymbol and defineasmsymbol há 19 anos atrás
  peter b2121dae20 * fix intf map resolving with for inherited intfs há 19 anos atrás
  peter b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from há 19 anos atrás
  peter d7692a588e * fix alignments in vmt, remove all explicit 16 and 32 bit values há 19 anos atrás