fpc/compiler/utils/ppuutils
Jonas Maebe ac1e0f96bd * replaced tentryfile.get/putsmall/normalset() with a common tget/putset
that expects an open array of byte, and use it for all sets
   o since all sets need to be typecasted to an array type of the appropriate
     size, we'll get a compilation error in case this needs to be done and
     that also tells us at the same time that the ppu version will need to
     be increased
  * enabled {$packset 1} for the compiler, as this is now safe with the above
    changes

git-svn-id: trunk@43407 -
2019-11-06 21:50:19 +00:00
..
ppudump.pp * replaced tentryfile.get/putsmall/normalset() with a common tget/putset 2019-11-06 21:50:19 +00:00
ppujson.pp * ppudump: Use buffered write when outputting to json or xml. It improves the output speed a lot. 2019-02-20 10:13:18 +00:00
ppuout.pp * store attribute information in PPU; this is less important for the compiler, but more for e.g. Lazarus when dealing with binary only units 2019-07-12 22:07:46 +00:00
ppuxml.pp * ppudump: Use buffered write when outputting to json or xml. It improves the output speed a lot. 2019-02-20 10:13:18 +00:00