summaryrefslogtreecommitdiff
path: root/lib/libxo/encoder
Commit message (Collapse)AuthorAgeFilesLines
* Fix installation of libxo encoder modules.Tijl Coosemans2020-05-311-16/+3
| | | | | | | | | | | | | | Because the install location was hardcoded in the Makefile as /usr/lib/libxo/encoder, the lib32 version was installed over the native version. Replace /usr/lib with ${LIBDIR}. Also define SHLIB_NAME instead of LIB + FILES. This prevents building a static library. MFC after: 2 weeks Notes: svn path=/head/; revision=361663
* Allow proper builds of libxo's CSV encoder:Phil Shafer2019-12-161-6/+13
| | | | | | | | | | - Move libxo.a build to subdirectory (lib/libxo/libxo/Makefile) - Add .WAIT target to delay encoder build til after libxo - Use FILES to install encoder library as csv.enc - Update import script to put xo_config.h in new location Notes: svn path=/head/; revision=355826
* Import libxo-1.3.1:Phil Shafer2019-11-071-1/+2
| | | | | | | | - handle argv[0] without '/' - add test case for argv[0] without '/' Notes: svn path=/head/; revision=354455
* Import libxo-1.3.0:Phil Shafer2019-11-072-0/+42
- move from "oxtradoc" to RST/Sphinx documentation - new "csv" encoder, which allows path and leaf lists - address warnings from PVS-Stdio tool - add "xolint" detected errors to the documentation Notes: svn path=/head/; revision=354427