aboutsummaryrefslogtreecommitdiff
path: root/contrib/libucl/include
Commit message (Collapse)AuthorAgeFilesLines
* MFV: libucl: Update to 0.9.2Muhammad Moinur Rahman2025-10-021-2/+2
| | | | | | | | | | | | | - Add FREEBSD-upgrade instructions - Add FREEBSD-Xlist file - Remove all unnecessary files which are not required for in-tree build Approved by: bapt Differential Revision: https://reviews.freebsd.org/D50472 Event: Oslo Hackathon 202508 Sponsored by: The FreeBSD Foundation (cherry picked from commit 2326db40a1d2dd98631d70aae200ca52575139fb)
* libucl: Add a ucl::Ucl::forced_string_value methodJohn Baldwin2025-10-021-0/+5
| | | | | | | | | This is a wrapper around ucl_object_tostring_forced. Sponsored by: Chelsio Communications Pull Request: https://github.com/freebsd/freebsd-src/pull/1794 (cherry picked from commit 47586ffc8bde236bab65da05ad3c0a660709ba96)
* libucl: vendor import snapshort 20210314Baptiste Daroussin2021-05-053-50/+352
| | | | (cherry picked from commit a0409676120c1e558d0ade943019934e0f15118d)
* Import libucl 20170219Baptiste Daroussin2017-02-191-3/+41
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=313953
* Import libucl 20160812Baptiste Daroussin2016-10-012-32/+212
| | | | Notes: svn path=/head/; revision=306544
* Import libucl 0.8.0Baptiste Daroussin2016-04-172-59/+193
| | | | Notes: svn path=/head/; revision=298166
* Update libucl to latest git snapshot (20151027)Baptiste Daroussin2015-10-272-12/+622
| | | | Notes: svn path=/head/; revision=290071
* Update libucl to git version 8d3b186Baptiste Daroussin2015-03-021-1/+39
| | | | Notes: svn path=/head/; revision=279549
* Update libucl to latest versionBaptiste Daroussin2014-11-292-39/+211
| | | | | | | | While here correctly link libucl to libm and register the dependency on libm for static building Notes: svn path=/head/; revision=275223
* Update libucl to the 2014-07-16 snapshotBaptiste Daroussin2014-07-181-0/+110
| | | | | | | This update brings streamlined ucl emitter support Notes: svn path=/head/; revision=268831
* merge libucl 20140514Baptiste Daroussin2014-05-241-1/+47
| | | | | | | this version brings xpath-like interface for ucl objects Notes: svn path=/head/; revision=266636
* Import libucl 0.4.0Baptiste Daroussin2014-04-221-61/+90
| | | | | | | Adapt pkg(7) to the new libucl API Notes: svn path=/head/; revision=264789
* Update to 20140321Baptiste Daroussin2014-03-221-383/+135
| | | | | | | | | This brings schema validation MFC after: 1 week Notes: svn path=/head/; revision=263648
* Update libucl to 2014-03-03Baptiste Daroussin2014-03-101-22/+43
| | | | Notes: svn path=/head/; revision=262975
* Import libucl into headBaptiste Daroussin2014-02-231-0/+1045
UCL is heavily infused by nginx configuration as the example of a convenient configuration system. However, UCL is fully compatible with JSON format and is able to parse json files. UCL is used by pkg(8) for its configuration file as well for the manifest format in packages, it will be used in base for the pkg boostrap (signature checking and configuration file parsing.) libucl has been developped and is maintained by vsevolod@ Notes: svn path=/head/; revision=262398