| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools: Fix build on Visual Studio | Chun-wei Fan | 2014-02-07 | 1 | -1/+10 |
| | | | | | | | | | | As unistd.h is not universally available, don't include it unconditionally and include the corresponding Windows headers where necessary. Also, use gssize in place of ssize_t and define STDOUT_FILENO on Windows when we don't have unistd.h, which is a constant that is defined in unistd.h. https://bugzilla.gnome.org/show_bug.cgi?id=723813 | ||||
| * | Improve consistency in error messages | Emmanuele Bassi | 2013-10-28 | 1 | -2/+2 |
| | | | | | Use the same spacing and formatting rules. | ||||
| * | Add format tool | Emmanuele Bassi | 2013-10-27 | 1 | -0/+211 |
| A simple command line utility to format JSON data; it allows prettifying and unprettifying JSON. | |||||
