Overview
Comment: | Remove ObjSQLite3 dependency until it's used |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8d796cb21f3ceaa395141d72cdf962d9 |
User & Date: | js on 2020-10-03 14:47:09 |
Other Links: | manifest | tags |
Context
2020-10-03
| ||
14:48 | README.md: Mention that this needs Clang check-in: c2d5689934 user: js tags: trunk | |
14:47 | Remove ObjSQLite3 dependency until it's used check-in: 8d796cb21f user: js tags: trunk | |
14:23 | Add MTXRequest, MTXClient & support for logging in check-in: 1e716c7f85 user: js tags: trunk | |
Changes
Modified README.md from [de4e8d291d] to [7f37fe070f].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - - + + - - + | # ObjMatrix ## What is ObjMatrix? ObjMatrix is a [Matrix](https://matrix.org) client library for [ObjFW](https://objfw.nil.im). It is currently in early development stages. ## How to build it? |
︙ |
Modified configure.ac from [d887e5a7de] to [045e406d38].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - - - - - | ]) AS_IF([$OBJFW_CONFIG --package ObjOpenSSL], [ OBJFW_CONFIG_FLAGS="$OBJFW_CONFIG_FLAGS --package ObjOpenSSL" ], [ AC_MSG_ERROR(ObjOpenSSL not found!) ]) |
︙ |