summaryrefslogtreecommitdiff
path: root/textproc/tinyxml/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* textproc/tinyxml: Link with ${CXX}Tobias Kortkamp2018-08-191-2/+1
| | | | | | | tinyxml is a C++ library but currently does not link with libc++. Notes: svn path=/head/; revision=477603
* Enable STL support by defaultKevin Lo2012-01-101-0/+11
| | | | | | | | PR: ports/163950 Submitted by: Guido Falsi <mad at madpilot dot net> Notes: svn path=/head/; revision=288881
* Fix incorrect entity encoding, results in invalid XML.Kevin Lo2010-07-261-0/+34
| | | | | | | | | Pointing this out by jsa@ Obtained from: upstream Notes: svn path=/head/; revision=258263
* Add tinyxml 2.3.1, small C++ XML parser.Sergey Skvortsov2004-07-291-0/+13
Notes: svn path=/head/; revision=115003