aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Implement form interfaceXavier Del Campo Romero2025-10-021-0/+1
| | | | | This new interface allows library users to parse application/x-www-form-urlencoded data conveniently.
* Bump version to 0.4.0v0.4.0Xavier Del Campo Romero2024-08-221-1/+1
|
* Bump version to 0.3.0v0.3.0Xavier Del Campo Romero2024-02-191-1/+1
|
* CMakeLists.txt: Fix dynstr versionXavier Del Campo Romero2024-02-191-1/+1
| | | | It was accidentally bumped to 0.2.0 during libweb's 0.2.0 release.
* Bump version to 0.2.0v0.2.0Xavier Del Campo Romero2024-02-121-2/+2
|
* CMakeLists.txt: Fix missing LANGUAGESXavier Del Campo Romero2023-11-101-1/+1
| | | | | When the language name is not the only argument for project() (other than the project name itself), LANGUAGES must be indicated.
* CMakeLists.txt: set project VERSIONXavier Del Campo Romero2023-10-251-1/+1
|
* CMake: Use in-tree dynstr if not availablev0.1.0-rc4Xavier Del Campo Romero2023-10-161-1/+8
|
* Rename project from slweb to libwebv0.1.0-rc3Xavier Del Campo Romero2023-10-111-6/+6
| | | | | | | | | | | | It was found out there was another project of the same name around (https://git.sr.ht/~strahinja/slweb/), also related to website generation. In order to avoid confusion, a new name has been chosen for this project. Surprisingly, libweb was not in use by any distributions (according to https://repology.org and AUR index), and it should reflect well the intention behind this project i.e., being a library to build web-related stuff.
* Install man pagesv0.1.0-rc1Xavier Del Campo Romero2023-09-271-0/+1
|
* Add slweb.pcXavier Del Campo Romero2023-09-271-0/+6
|
* Makefile, CMakeLists.txt: Add installation targetsXavier Del Campo Romero2023-09-271-0/+2
|
* CMakeLists.txt: Fix examples not buildingXavier Del Campo Romero2023-09-151-1/+1
| | | | | Default value for a CMake option() must always be passed as the third parameter.
* Add hello world exampleXavier Del Campo Romero2023-08-091-0/+5
|
* Add top-level CMakeLists.txtXavier Del Campo Romero2023-07-211-0/+11