aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/value-to-xml.hh
AgeCommit message (Expand)Author
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2021-11-13toXML: display errors positionKevin Amado
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2010-10-04* Make sure that config.h is included before the system headers,Eelco Dolstra
2010-05-07* Sync with the trunk.Eelco Dolstra
2010-04-07* expr-to-xml -> value-to-xml.Eelco Dolstra