Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson | |
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`. | |||
2022-02-25 | xml-writer: Remove std aliases | Eelco Dolstra | |
2018-05-02 | Fix some random -Wconversion warnings | Eelco Dolstra | |
2014-02-26 | And another one | Eelco Dolstra | |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | |
* Optimise header file usage a bit. * Compile the parser as C++. | |||
2006-08-16 | * `nix-instantiate --{eval|parse}-only --xml': print an XML | Eelco Dolstra | |
representation instead of an ATerm. * Indent XML output. | |||
2006-08-03 | * `nix-env -q --xml': show query result in XML format for easier | Eelco Dolstra | |
automated processing. | |||
2006-08-03 | * `nix-instantiate --print-args': produce XML output so that the | Eelco Dolstra | |
result can be used more easily by scripts. |