1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-09-20 02:28:19 +00:00
Laika/lib/include
CPunch 6fb8aa9b8a Refactored how CMake passes version & settings info
- keys can now be passed per-build passing -DLAIKA_PUBKEY=[pubkey] & -LAIKA_PRIVKEY=[pubkey] to `cmake -B`
- if those definitions aren't passed, the default public & private key will be used (for quick testing)
2022-01-30 01:15:51 -06:00
..
hashmap.h Inital commit 2022-01-23 21:28:16 -06:00
laika.h Refactored how CMake passes version & settings info 2022-01-30 01:15:51 -06:00
lconfig.h Refactored how CMake passes version & settings info 2022-01-30 01:15:51 -06:00
lconfig.h.in Refactored how CMake passes version & settings info 2022-01-30 01:15:51 -06:00
lerror.h Renamed 'CERROR' & 'CWARN' to LAIKA_ERROR & LAIKA_WARN 2022-01-24 09:51:29 -06:00
lmem.h Added key exchange to LAIKA_HANDSHAKE_* 2022-01-27 19:55:28 -06:00
lpacket.h Added laikaS_readENC laikaS_writeENC, minor refactoring 2022-01-29 00:26:15 -06:00
lpeer.h Added key exchange to LAIKA_HANDSHAKE_* 2022-01-27 19:55:28 -06:00
lpolllist.h Inital commit 2022-01-23 21:28:16 -06:00
lrsa.h Added laikaS_readENC laikaS_writeENC, minor refactoring 2022-01-29 00:26:15 -06:00
lsocket.h Added laikaS_readENC laikaS_writeENC, minor refactoring 2022-01-29 00:26:15 -06:00