Historique des commits

Auteur SHA1 Message Date
  florian 84a1f614d9 * fix several double ; il y a 5 ans
  svenbarth b945e66e28 * store attribute information in PPU; this is less important for the compiler, but more for e.g. Lazarus when dealing with binary only units il y a 6 ans
  pierre c0f064a35c Remove two warnings about missing case (others are still present in ppudump.pp source) il y a 6 ans
  Jonas Maebe 0b61b5d4cf * added extra header to ppu inside a subsection, so we won't run into il y a 6 ans
  yury 54756c0f60 * ppudump: Fixed formatting of a error message. il y a 6 ans
  yury 37941d03cc * ppudump: Avoid using GetLastOSError on platforms that doesn't support it (e.g. go32v2). il y a 6 ans
  yury 9a3ddf650c * ppudump: Use buffered write when outputting to json or xml. It improves the output speed a lot. il y a 6 ans
  yury ea61dee00b * ppudump: Mark objects with abstract methods in the JSON/XML output. il y a 8 ans
  yury eea69a2947 * ppudump: Fixed json and xml output of inline types in array declaration. il y a 11 ans
  yury 996ee048be * ppudump: Properly handle type definitions inside a class definition for json and xml output. il y a 11 ans
  yury 7e8ce16f6b * ppudump: Output the "default" option for properties. il y a 11 ans
  yury b293f7e5c4 * ppudump: Do not skip unnamed inline array type definitions such as "var arr: array of integer"; il y a 12 ans
  yury 10c1b11d15 * ppudump: Output "RetType" attribute for procedures and destructors. il y a 12 ans
  yury 2ec85e9705 * ppudump: Output "Size" attribute for objects and records. il y a 12 ans
  yury ec6ff22588 * ppudump: Output "MethodPtr" attribute for procedural types. il y a 12 ans
  yury 15b3695a0e * ppudump: Proper tag for a source file in XML. il y a 12 ans
  yury 906cd9d365 + ppudump: XML output. il y a 12 ans
  yury ad8f42cd29 * ppudump: JSON output of float, string, file, variant, undefined, formal definitions. il y a 12 ans
  yury 3a8ed11e23 * ppudump: JSON output of pointers and ordinal definitions. il y a 12 ans
  yury 679a8d9dd6 * ppudump: JSON output of sets and set constants. il y a 12 ans
  yury 026200d75a * ppudump: JSON output of enums. il y a 12 ans
  yury e212901658 * ppudump: JSON output of constants, records, arrays, class refs. il y a 12 ans
  yury b4ba96fa5a * ppudump: JSON output of properties and global vars. il y a 12 ans
  yury d265e8d3be * ppudump: JSON output of classes. il y a 12 ans
  yury 7ad68debc9 * ppudump: Work in progress on JSON output. Implemented procedure definition. il y a 12 ans
  yury 61ac7580b7 * ppudump: Work in progress on JSON output. il y a 12 ans
  Jonas Maebe c4b62f86a1 * renamed ppudump directory introduced by r24298 to ppuutils to fix il y a 12 ans