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