Commit Graph

13 Commits

Author SHA1 Message Date
Xavier Del Campo Romero b4930f72bb
Bump version to 0.3.0 2024-02-19 23:33:27 +01:00
Xavier Del Campo Romero d9836a5b42
CMakeLists.txt: Fix dynstr version
It was accidentally bumped to 0.2.0 during libweb's 0.2.0 release.
2024-02-19 23:28:12 +01:00
Xavier Del Campo Romero 6ceae16a20
Bump version to 0.2.0 2024-02-12 23:12:43 +01:00
Xavier Del Campo Romero 69d615df3d
CMakeLists.txt: Fix missing LANGUAGES
When the language name is not the only argument for project() (other
than the project name itself), LANGUAGES must be indicated.
2023-11-10 14:45:46 +01:00
Xavier Del Campo Romero c74888906d
CMakeLists.txt: set project VERSION 2023-10-25 14:10:52 +02:00
Xavier Del Campo Romero 280d400877
CMake: Use in-tree dynstr if not available 2023-10-16 01:22:12 +02:00
Xavier Del Campo Romero 0222b75e85
Rename project from slweb to libweb
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.
2023-10-11 00:07:13 +02:00
Xavier Del Campo Romero a89d0e4ae3
Install man pages 2023-09-27 21:55:58 +02:00
Xavier Del Campo Romero 5659eb6439
Add slweb.pc 2023-09-27 21:55:48 +02:00
Xavier Del Campo Romero 9315328983
Makefile, CMakeLists.txt: Add installation targets 2023-09-27 01:05:04 +02:00
Xavier Del Campo Romero 07c59a83d1
CMakeLists.txt: Fix examples not building
Default value for a CMake option() must always be passed as the third
parameter.
2023-09-15 14:56:34 +02:00
Xavier Del Campo Romero 4ee88984fc
Add hello world example 2023-08-09 00:32:13 +02:00
Xavier Del Campo Romero ffd29ca6e5
Add top-level CMakeLists.txt 2023-07-21 01:28:37 +02:00