aboutsummaryrefslogtreecommitdiff
path: root/include/slweb
Commit message (Collapse)AuthorAgeFilesLines
* WIP parallelparallelXavier Del Campo Romero2023-08-133-2/+10
|
* Move header files to subdirectoryXavier Del Campo Romero2023-07-215-0/+168
Since slweb is meant as a library, it is advisable to keep public header files under their own directory in order to avoid name clashing i.e., #include "something.h" Now becomes: #include "slweb/something.h"