1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged in changes from trunk -- the JSON pretty printer.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Made the default indentation four spaces (rather than two) after a comment from Mike. Also fixed a bug in the unparsing of \r carriage returns. The pretty printer can now also output over the input file when told to do so.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Made the default indentation four spaces (rather than two) after a comment from Mike. Also fixed a bug in the unparsing of \r carriage returns. The pretty printer can now also output over the input file when told to do so.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Brought in the JSON pretty printer example. The pretty printer will load up a JSON blob and output to screen or to a file split across lines with sensible indentation.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Brought in the JSON pretty printer example. The pretty printer will load up a JSON blob and output to screen or to a file split across lines with sensible indentation.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added a short description of the JSON pretty printer as an example.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added a number of JSON unparse tests to the core smoke tests.
KayEss
as Kirit Sælensminde
More... over 16 years ago
JSON unparsing now uses Unicode escape sequences to sidestep encoding problems.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Can now save the output JSON.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added a simple file saving function for Linux.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added an option to pretty print the JSON blobs.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Displays the JSON to the screen.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Implemented a version of file loading for Linux that throws on errors.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added an optional filename to the unexpected_eof exception.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to put in the JSON pretty printing code.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to put in the JSON pretty printing code.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added some more transaction visibility tests.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added a failing test for the transaction. The jcursor needs to perform some copies to ensure the writes are properly isolated.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Can now move through the JSON recordset.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Can find out how many fields there are in the recordset.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Can now pull out a JSON recordset field by its name or ordinal (based on the meta_instance).
KayEss
as Kirit Sælensminde
More... over 16 years ago
Implemented json iterator dereferencing.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Moved the Django example site into the examples folder.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Improved the convertion from Python Unicode strings to fostlib::strings.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Moving over the fost-py Debian package building script.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added coercion required by 32 bit Linux.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added coercion from signed to unsigned 64 bit ints.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The new JSON iterators now link properly on Windows and the tests pass.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The new JSON iterators now link properly on Windows and the tests pass.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to implement the JSON iterators.
KayEss
as Kirit Sælensminde
More... over 16 years ago