aboutsummaryrefslogtreecommitdiffstats
path: root/backends/jny
Commit message (Collapse)AuthorAgeFilesLines
* backend: jny: updated the `JnyWriter` to emite a new "invocation" entry as ↵Aki Van Ness2022-08-021-10/+33
| | | | well as a "$schema" entry to point to the location the schema will be at
* pass jny: flipped the defaults for the inclusion of various bits of metadataAki Van Ness2022-04-081-30/+30
|
* pass jny: ensured the cell collection is cleared between modulesAki Van Ness2022-04-081-0/+1
|
* pass jny: fixed missing quotes around the type value for the cell sortAki Van Ness2022-04-081-1/+1
|
* pass jny: fixed the backslash escape for stringsAki Van Ness2022-04-081-2/+1
|
* pass jny: removed the invalid json escapesAki Van Ness2022-04-081-12/+0
|
* pass jny: added some todo comments about things that need to be done before ↵Aki Van Ness2022-04-081-0/+5
| | | | a proper merge, but it should be enough for the PoC at the moment
* pass jny: changed the constructor initializers to use parens rather than ↵Aki Van Ness2022-04-081-2/+2
| | | | curly-braces to hopefully make GCC 4.8 happy
* pass jny: fixed the string escape method to be less jank and more properAki Van Ness2022-04-081-21/+58
|
* pass jny: fixed the signed output for param value outputAki Van Ness2022-04-081-1/+1
|
* pass jny: added connection outputAki Van Ness2022-04-081-4/+88
|
* pass jny: added filter options for including connections, attributes, and ↵Aki Van Ness2022-04-081-25/+125
| | | | properties
* pass jny: large chunk of refactoring to make the JSON output more pretty and ↵Aki Van Ness2022-04-081-75/+89
| | | | the internals less of a spaghetti nightmare
* metadata -> jny: migrated to the proper name for the passAki Van Ness2022-04-082-0/+328